mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
renamed to Sprint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ApiError } from "@issue/shared";
|
||||
import type { ApiError } from "@sprint/shared";
|
||||
|
||||
export * as issue from "@/lib/server/issue";
|
||||
export * as organisation from "@/lib/server/organisation";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IssueCreateRequest, IssueRecord } from "@issue/shared";
|
||||
import type { IssueCreateRequest, IssueRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SuccessResponse } from "@issue/shared";
|
||||
import type { SuccessResponse } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IssuesReplaceStatusRequest, ReplaceStatusResponse } from "@issue/shared";
|
||||
import type { IssuesReplaceStatusRequest, ReplaceStatusResponse } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IssueRecord } from "@issue/shared";
|
||||
import type { IssueRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrgAddMemberRequest, OrganisationMemberRecord } from "@issue/shared";
|
||||
import type { OrgAddMemberRequest, OrganisationMemberRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrganisationResponse } from "@issue/shared";
|
||||
import type { OrganisationResponse } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrganisationRecord, OrgCreateRequest } from "@issue/shared";
|
||||
import type { OrganisationRecord, OrgCreateRequest } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrganisationMemberResponse } from "@issue/shared";
|
||||
import type { OrganisationMemberResponse } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrgRemoveMemberRequest, SuccessResponse } from "@issue/shared";
|
||||
import type { OrgRemoveMemberRequest, SuccessResponse } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrganisationRecord } from "@issue/shared";
|
||||
import type { OrganisationRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { OrganisationMemberRecord, OrgUpdateMemberRoleRequest } from "@issue/shared";
|
||||
import type { OrganisationMemberRecord, OrgUpdateMemberRoleRequest } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ProjectCreateRequest, ProjectRecord } from "@issue/shared";
|
||||
import type { ProjectCreateRequest, ProjectRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SprintRecord } from "@issue/shared";
|
||||
import type { SprintRecord } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SprintRecord } from "@issue/shared";
|
||||
import type { SprintRecord } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TimerEndRequest, TimerState } from "@issue/shared";
|
||||
import type { TimerEndRequest, TimerState } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TimerState } from "@issue/shared";
|
||||
import type { TimerState } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TimerState } from "@issue/shared";
|
||||
import type { TimerState } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TimerState, TimerToggleRequest } from "@issue/shared";
|
||||
import type { TimerState, TimerToggleRequest } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { UserRecord } from "@issue/shared";
|
||||
import type { UserRecord } from "@sprint/shared";
|
||||
import { getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { UserRecord, UserUpdateRequest } from "@issue/shared";
|
||||
import type { UserRecord, UserUpdateRequest } from "@sprint/shared";
|
||||
import { toast } from "sonner";
|
||||
import { getCsrfToken, getServerURL } from "@/lib/utils";
|
||||
import type { ServerQueryInput } from "..";
|
||||
|
||||
Reference in New Issue
Block a user