@kernhq/module-tracker 0.11.9 → 0.11.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/router.d.ts +133 -2261
- package/dist/server/router.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/client/module.ts +20 -0
package/dist/server/router.d.ts
CHANGED
|
@@ -8,23 +8,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8
8
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
9
9
|
workspaceId: string;
|
|
10
10
|
kernel: Kernel;
|
|
11
|
-
principal:
|
|
12
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
14
|
-
email: string | null;
|
|
15
|
-
name: string | null;
|
|
16
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
17
|
-
instanceAdmin: boolean;
|
|
18
|
-
service: string | null;
|
|
19
|
-
memberships: {
|
|
20
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
21
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
22
|
-
roleIds: string[];
|
|
23
|
-
groupIds: string[];
|
|
24
|
-
status: "active" | "invited" | "suspended";
|
|
25
|
-
}[];
|
|
26
|
-
permissionVersion: number;
|
|
27
|
-
};
|
|
11
|
+
principal: import("@kernhq/contracts").Principal;
|
|
28
12
|
requestId: string;
|
|
29
13
|
ip: string;
|
|
30
14
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -128,23 +112,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
128
112
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
129
113
|
workspaceId: string;
|
|
130
114
|
kernel: Kernel;
|
|
131
|
-
principal:
|
|
132
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
133
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
134
|
-
email: string | null;
|
|
135
|
-
name: string | null;
|
|
136
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
137
|
-
instanceAdmin: boolean;
|
|
138
|
-
service: string | null;
|
|
139
|
-
memberships: {
|
|
140
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
141
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
142
|
-
roleIds: string[];
|
|
143
|
-
groupIds: string[];
|
|
144
|
-
status: "active" | "invited" | "suspended";
|
|
145
|
-
}[];
|
|
146
|
-
permissionVersion: number;
|
|
147
|
-
};
|
|
115
|
+
principal: import("@kernhq/contracts").Principal;
|
|
148
116
|
requestId: string;
|
|
149
117
|
ip: string;
|
|
150
118
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -248,23 +216,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
248
216
|
getByKey: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
249
217
|
workspaceId: string;
|
|
250
218
|
kernel: Kernel;
|
|
251
|
-
principal:
|
|
252
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
253
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
254
|
-
email: string | null;
|
|
255
|
-
name: string | null;
|
|
256
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
257
|
-
instanceAdmin: boolean;
|
|
258
|
-
service: string | null;
|
|
259
|
-
memberships: {
|
|
260
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
261
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
262
|
-
roleIds: string[];
|
|
263
|
-
groupIds: string[];
|
|
264
|
-
status: "active" | "invited" | "suspended";
|
|
265
|
-
}[];
|
|
266
|
-
permissionVersion: number;
|
|
267
|
-
};
|
|
219
|
+
principal: import("@kernhq/contracts").Principal;
|
|
268
220
|
requestId: string;
|
|
269
221
|
ip: string;
|
|
270
222
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -368,23 +320,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
368
320
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
369
321
|
workspaceId: string;
|
|
370
322
|
kernel: Kernel;
|
|
371
|
-
principal:
|
|
372
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
373
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
374
|
-
email: string | null;
|
|
375
|
-
name: string | null;
|
|
376
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
377
|
-
instanceAdmin: boolean;
|
|
378
|
-
service: string | null;
|
|
379
|
-
memberships: {
|
|
380
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
381
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
382
|
-
roleIds: string[];
|
|
383
|
-
groupIds: string[];
|
|
384
|
-
status: "active" | "invited" | "suspended";
|
|
385
|
-
}[];
|
|
386
|
-
permissionVersion: number;
|
|
387
|
-
};
|
|
323
|
+
principal: import("@kernhq/contracts").Principal;
|
|
388
324
|
requestId: string;
|
|
389
325
|
ip: string;
|
|
390
326
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -554,23 +490,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
554
490
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
555
491
|
workspaceId: string;
|
|
556
492
|
kernel: Kernel;
|
|
557
|
-
principal:
|
|
558
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
559
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
560
|
-
email: string | null;
|
|
561
|
-
name: string | null;
|
|
562
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
563
|
-
instanceAdmin: boolean;
|
|
564
|
-
service: string | null;
|
|
565
|
-
memberships: {
|
|
566
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
567
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
568
|
-
roleIds: string[];
|
|
569
|
-
groupIds: string[];
|
|
570
|
-
status: "active" | "invited" | "suspended";
|
|
571
|
-
}[];
|
|
572
|
-
permissionVersion: number;
|
|
573
|
-
};
|
|
493
|
+
principal: import("@kernhq/contracts").Principal;
|
|
574
494
|
requestId: string;
|
|
575
495
|
ip: string;
|
|
576
496
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -734,23 +654,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
734
654
|
archive: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
735
655
|
workspaceId: string;
|
|
736
656
|
kernel: Kernel;
|
|
737
|
-
principal:
|
|
738
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
739
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
740
|
-
email: string | null;
|
|
741
|
-
name: string | null;
|
|
742
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
743
|
-
instanceAdmin: boolean;
|
|
744
|
-
service: string | null;
|
|
745
|
-
memberships: {
|
|
746
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
747
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
748
|
-
roleIds: string[];
|
|
749
|
-
groupIds: string[];
|
|
750
|
-
status: "active" | "invited" | "suspended";
|
|
751
|
-
}[];
|
|
752
|
-
permissionVersion: number;
|
|
753
|
-
};
|
|
657
|
+
principal: import("@kernhq/contracts").Principal;
|
|
754
658
|
requestId: string;
|
|
755
659
|
ip: string;
|
|
756
660
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -855,23 +759,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
855
759
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
856
760
|
workspaceId: string;
|
|
857
761
|
kernel: Kernel;
|
|
858
|
-
principal:
|
|
859
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
860
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
861
|
-
email: string | null;
|
|
862
|
-
name: string | null;
|
|
863
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
864
|
-
instanceAdmin: boolean;
|
|
865
|
-
service: string | null;
|
|
866
|
-
memberships: {
|
|
867
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
868
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
869
|
-
roleIds: string[];
|
|
870
|
-
groupIds: string[];
|
|
871
|
-
status: "active" | "invited" | "suspended";
|
|
872
|
-
}[];
|
|
873
|
-
permissionVersion: number;
|
|
874
|
-
};
|
|
762
|
+
principal: import("@kernhq/contracts").Principal;
|
|
875
763
|
requestId: string;
|
|
876
764
|
ip: string;
|
|
877
765
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -906,23 +794,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
906
794
|
setIntake: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
907
795
|
workspaceId: string;
|
|
908
796
|
kernel: Kernel;
|
|
909
|
-
principal:
|
|
910
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
911
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
912
|
-
email: string | null;
|
|
913
|
-
name: string | null;
|
|
914
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
915
|
-
instanceAdmin: boolean;
|
|
916
|
-
service: string | null;
|
|
917
|
-
memberships: {
|
|
918
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
919
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
920
|
-
roleIds: string[];
|
|
921
|
-
groupIds: string[];
|
|
922
|
-
status: "active" | "invited" | "suspended";
|
|
923
|
-
}[];
|
|
924
|
-
permissionVersion: number;
|
|
925
|
-
};
|
|
797
|
+
principal: import("@kernhq/contracts").Principal;
|
|
926
798
|
requestId: string;
|
|
927
799
|
ip: string;
|
|
928
800
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -960,23 +832,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
960
832
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
961
833
|
workspaceId: string;
|
|
962
834
|
kernel: Kernel;
|
|
963
|
-
principal:
|
|
964
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
965
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
966
|
-
email: string | null;
|
|
967
|
-
name: string | null;
|
|
968
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
969
|
-
instanceAdmin: boolean;
|
|
970
|
-
service: string | null;
|
|
971
|
-
memberships: {
|
|
972
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
973
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
974
|
-
roleIds: string[];
|
|
975
|
-
groupIds: string[];
|
|
976
|
-
status: "active" | "invited" | "suspended";
|
|
977
|
-
}[];
|
|
978
|
-
permissionVersion: number;
|
|
979
|
-
};
|
|
835
|
+
principal: import("@kernhq/contracts").Principal;
|
|
980
836
|
requestId: string;
|
|
981
837
|
ip: string;
|
|
982
838
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1019,23 +875,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1019
875
|
add: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
1020
876
|
workspaceId: string;
|
|
1021
877
|
kernel: Kernel;
|
|
1022
|
-
principal:
|
|
1023
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1024
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1025
|
-
email: string | null;
|
|
1026
|
-
name: string | null;
|
|
1027
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1028
|
-
instanceAdmin: boolean;
|
|
1029
|
-
service: string | null;
|
|
1030
|
-
memberships: {
|
|
1031
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1032
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1033
|
-
roleIds: string[];
|
|
1034
|
-
groupIds: string[];
|
|
1035
|
-
status: "active" | "invited" | "suspended";
|
|
1036
|
-
}[];
|
|
1037
|
-
permissionVersion: number;
|
|
1038
|
-
};
|
|
878
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1039
879
|
requestId: string;
|
|
1040
880
|
ip: string;
|
|
1041
881
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1084,23 +924,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1084
924
|
remove: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
1085
925
|
workspaceId: string;
|
|
1086
926
|
kernel: Kernel;
|
|
1087
|
-
principal:
|
|
1088
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1089
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1090
|
-
email: string | null;
|
|
1091
|
-
name: string | null;
|
|
1092
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1093
|
-
instanceAdmin: boolean;
|
|
1094
|
-
service: string | null;
|
|
1095
|
-
memberships: {
|
|
1096
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1097
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1098
|
-
roleIds: string[];
|
|
1099
|
-
groupIds: string[];
|
|
1100
|
-
status: "active" | "invited" | "suspended";
|
|
1101
|
-
}[];
|
|
1102
|
-
permissionVersion: number;
|
|
1103
|
-
};
|
|
927
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1104
928
|
requestId: string;
|
|
1105
929
|
ip: string;
|
|
1106
930
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1136,23 +960,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1136
960
|
setRole: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
1137
961
|
workspaceId: string;
|
|
1138
962
|
kernel: Kernel;
|
|
1139
|
-
principal:
|
|
1140
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1141
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1142
|
-
email: string | null;
|
|
1143
|
-
name: string | null;
|
|
1144
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1145
|
-
instanceAdmin: boolean;
|
|
1146
|
-
service: string | null;
|
|
1147
|
-
memberships: {
|
|
1148
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1149
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1150
|
-
roleIds: string[];
|
|
1151
|
-
groupIds: string[];
|
|
1152
|
-
status: "active" | "invited" | "suspended";
|
|
1153
|
-
}[];
|
|
1154
|
-
permissionVersion: number;
|
|
1155
|
-
};
|
|
963
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1156
964
|
requestId: string;
|
|
1157
965
|
ip: string;
|
|
1158
966
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1203,23 +1011,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1203
1011
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1204
1012
|
workspaceId: string;
|
|
1205
1013
|
kernel: Kernel;
|
|
1206
|
-
principal:
|
|
1207
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1208
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1209
|
-
email: string | null;
|
|
1210
|
-
name: string | null;
|
|
1211
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1212
|
-
instanceAdmin: boolean;
|
|
1213
|
-
service: string | null;
|
|
1214
|
-
memberships: {
|
|
1215
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1216
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1217
|
-
roleIds: string[];
|
|
1218
|
-
groupIds: string[];
|
|
1219
|
-
status: "active" | "invited" | "suspended";
|
|
1220
|
-
}[];
|
|
1221
|
-
permissionVersion: number;
|
|
1222
|
-
};
|
|
1014
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1223
1015
|
requestId: string;
|
|
1224
1016
|
ip: string;
|
|
1225
1017
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1566,23 +1358,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1566
1358
|
saveFromProject: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
1567
1359
|
workspaceId: string;
|
|
1568
1360
|
kernel: Kernel;
|
|
1569
|
-
principal:
|
|
1570
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1571
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1572
|
-
email: string | null;
|
|
1573
|
-
name: string | null;
|
|
1574
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1575
|
-
instanceAdmin: boolean;
|
|
1576
|
-
service: string | null;
|
|
1577
|
-
memberships: {
|
|
1578
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1579
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1580
|
-
roleIds: string[];
|
|
1581
|
-
groupIds: string[];
|
|
1582
|
-
status: "active" | "invited" | "suspended";
|
|
1583
|
-
}[];
|
|
1584
|
-
permissionVersion: number;
|
|
1585
|
-
};
|
|
1361
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1586
1362
|
requestId: string;
|
|
1587
1363
|
ip: string;
|
|
1588
1364
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1932,23 +1708,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1932
1708
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1933
1709
|
workspaceId: string;
|
|
1934
1710
|
kernel: Kernel;
|
|
1935
|
-
principal:
|
|
1936
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1937
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1938
|
-
email: string | null;
|
|
1939
|
-
name: string | null;
|
|
1940
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1941
|
-
instanceAdmin: boolean;
|
|
1942
|
-
service: string | null;
|
|
1943
|
-
memberships: {
|
|
1944
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1945
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
1946
|
-
roleIds: string[];
|
|
1947
|
-
groupIds: string[];
|
|
1948
|
-
status: "active" | "invited" | "suspended";
|
|
1949
|
-
}[];
|
|
1950
|
-
permissionVersion: number;
|
|
1951
|
-
};
|
|
1711
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1952
1712
|
requestId: string;
|
|
1953
1713
|
ip: string;
|
|
1954
1714
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1986,23 +1746,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
1986
1746
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1987
1747
|
workspaceId: string;
|
|
1988
1748
|
kernel: Kernel;
|
|
1989
|
-
principal:
|
|
1990
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
1991
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1992
|
-
email: string | null;
|
|
1993
|
-
name: string | null;
|
|
1994
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1995
|
-
instanceAdmin: boolean;
|
|
1996
|
-
service: string | null;
|
|
1997
|
-
memberships: {
|
|
1998
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1999
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2000
|
-
roleIds: string[];
|
|
2001
|
-
groupIds: string[];
|
|
2002
|
-
status: "active" | "invited" | "suspended";
|
|
2003
|
-
}[];
|
|
2004
|
-
permissionVersion: number;
|
|
2005
|
-
};
|
|
1749
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2006
1750
|
requestId: string;
|
|
2007
1751
|
ip: string;
|
|
2008
1752
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2067,23 +1811,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2067
1811
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2068
1812
|
workspaceId: string;
|
|
2069
1813
|
kernel: Kernel;
|
|
2070
|
-
principal:
|
|
2071
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2072
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2073
|
-
email: string | null;
|
|
2074
|
-
name: string | null;
|
|
2075
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2076
|
-
instanceAdmin: boolean;
|
|
2077
|
-
service: string | null;
|
|
2078
|
-
memberships: {
|
|
2079
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2080
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2081
|
-
roleIds: string[];
|
|
2082
|
-
groupIds: string[];
|
|
2083
|
-
status: "active" | "invited" | "suspended";
|
|
2084
|
-
}[];
|
|
2085
|
-
permissionVersion: number;
|
|
2086
|
-
};
|
|
1814
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2087
1815
|
requestId: string;
|
|
2088
1816
|
ip: string;
|
|
2089
1817
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2171,23 +1899,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2171
1899
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2172
1900
|
workspaceId: string;
|
|
2173
1901
|
kernel: Kernel;
|
|
2174
|
-
principal:
|
|
2175
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2176
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2177
|
-
email: string | null;
|
|
2178
|
-
name: string | null;
|
|
2179
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2180
|
-
instanceAdmin: boolean;
|
|
2181
|
-
service: string | null;
|
|
2182
|
-
memberships: {
|
|
2183
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2184
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2185
|
-
roleIds: string[];
|
|
2186
|
-
groupIds: string[];
|
|
2187
|
-
status: "active" | "invited" | "suspended";
|
|
2188
|
-
}[];
|
|
2189
|
-
permissionVersion: number;
|
|
2190
|
-
};
|
|
1902
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2191
1903
|
requestId: string;
|
|
2192
1904
|
ip: string;
|
|
2193
1905
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2278,23 +1990,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2278
1990
|
archive: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2279
1991
|
workspaceId: string;
|
|
2280
1992
|
kernel: Kernel;
|
|
2281
|
-
principal:
|
|
2282
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2283
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2284
|
-
email: string | null;
|
|
2285
|
-
name: string | null;
|
|
2286
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2287
|
-
instanceAdmin: boolean;
|
|
2288
|
-
service: string | null;
|
|
2289
|
-
memberships: {
|
|
2290
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2291
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2292
|
-
roleIds: string[];
|
|
2293
|
-
groupIds: string[];
|
|
2294
|
-
status: "active" | "invited" | "suspended";
|
|
2295
|
-
}[];
|
|
2296
|
-
permissionVersion: number;
|
|
2297
|
-
};
|
|
1993
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2298
1994
|
requestId: string;
|
|
2299
1995
|
ip: string;
|
|
2300
1996
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2359,23 +2055,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2359
2055
|
layout: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2360
2056
|
workspaceId: string;
|
|
2361
2057
|
kernel: Kernel;
|
|
2362
|
-
principal:
|
|
2363
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2364
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2365
|
-
email: string | null;
|
|
2366
|
-
name: string | null;
|
|
2367
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2368
|
-
instanceAdmin: boolean;
|
|
2369
|
-
service: string | null;
|
|
2370
|
-
memberships: {
|
|
2371
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2372
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2373
|
-
roleIds: string[];
|
|
2374
|
-
groupIds: string[];
|
|
2375
|
-
status: "active" | "invited" | "suspended";
|
|
2376
|
-
}[];
|
|
2377
|
-
permissionVersion: number;
|
|
2378
|
-
};
|
|
2058
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2379
2059
|
requestId: string;
|
|
2380
2060
|
ip: string;
|
|
2381
2061
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2634,23 +2314,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2634
2314
|
hierarchyRules: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
2635
2315
|
workspaceId: string;
|
|
2636
2316
|
kernel: Kernel;
|
|
2637
|
-
principal:
|
|
2638
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2639
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2640
|
-
email: string | null;
|
|
2641
|
-
name: string | null;
|
|
2642
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2643
|
-
instanceAdmin: boolean;
|
|
2644
|
-
service: string | null;
|
|
2645
|
-
memberships: {
|
|
2646
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2647
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2648
|
-
roleIds: string[];
|
|
2649
|
-
groupIds: string[];
|
|
2650
|
-
status: "active" | "invited" | "suspended";
|
|
2651
|
-
}[];
|
|
2652
|
-
permissionVersion: number;
|
|
2653
|
-
};
|
|
2317
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2654
2318
|
requestId: string;
|
|
2655
2319
|
ip: string;
|
|
2656
2320
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2686,23 +2350,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2686
2350
|
setHierarchyRules: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2687
2351
|
workspaceId: string;
|
|
2688
2352
|
kernel: Kernel;
|
|
2689
|
-
principal:
|
|
2690
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2691
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2692
|
-
email: string | null;
|
|
2693
|
-
name: string | null;
|
|
2694
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2695
|
-
instanceAdmin: boolean;
|
|
2696
|
-
service: string | null;
|
|
2697
|
-
memberships: {
|
|
2698
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2699
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2700
|
-
roleIds: string[];
|
|
2701
|
-
groupIds: string[];
|
|
2702
|
-
status: "active" | "invited" | "suspended";
|
|
2703
|
-
}[];
|
|
2704
|
-
permissionVersion: number;
|
|
2705
|
-
};
|
|
2353
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2706
2354
|
requestId: string;
|
|
2707
2355
|
ip: string;
|
|
2708
2356
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2744,23 +2392,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2744
2392
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
2745
2393
|
workspaceId: string;
|
|
2746
2394
|
kernel: Kernel;
|
|
2747
|
-
principal:
|
|
2748
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2749
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2750
|
-
email: string | null;
|
|
2751
|
-
name: string | null;
|
|
2752
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2753
|
-
instanceAdmin: boolean;
|
|
2754
|
-
service: string | null;
|
|
2755
|
-
memberships: {
|
|
2756
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2757
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2758
|
-
roleIds: string[];
|
|
2759
|
-
groupIds: string[];
|
|
2760
|
-
status: "active" | "invited" | "suspended";
|
|
2761
|
-
}[];
|
|
2762
|
-
permissionVersion: number;
|
|
2763
|
-
};
|
|
2395
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2764
2396
|
requestId: string;
|
|
2765
2397
|
ip: string;
|
|
2766
2398
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2799,23 +2431,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2799
2431
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2800
2432
|
workspaceId: string;
|
|
2801
2433
|
kernel: Kernel;
|
|
2802
|
-
principal:
|
|
2803
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2804
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2805
|
-
email: string | null;
|
|
2806
|
-
name: string | null;
|
|
2807
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2808
|
-
instanceAdmin: boolean;
|
|
2809
|
-
service: string | null;
|
|
2810
|
-
memberships: {
|
|
2811
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2812
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2813
|
-
roleIds: string[];
|
|
2814
|
-
groupIds: string[];
|
|
2815
|
-
status: "active" | "invited" | "suspended";
|
|
2816
|
-
}[];
|
|
2817
|
-
permissionVersion: number;
|
|
2818
|
-
};
|
|
2434
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2819
2435
|
requestId: string;
|
|
2820
2436
|
ip: string;
|
|
2821
2437
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2857,23 +2473,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2857
2473
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2858
2474
|
workspaceId: string;
|
|
2859
2475
|
kernel: Kernel;
|
|
2860
|
-
principal:
|
|
2861
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2862
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2863
|
-
email: string | null;
|
|
2864
|
-
name: string | null;
|
|
2865
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2866
|
-
instanceAdmin: boolean;
|
|
2867
|
-
service: string | null;
|
|
2868
|
-
memberships: {
|
|
2869
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2870
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2871
|
-
roleIds: string[];
|
|
2872
|
-
groupIds: string[];
|
|
2873
|
-
status: "active" | "invited" | "suspended";
|
|
2874
|
-
}[];
|
|
2875
|
-
permissionVersion: number;
|
|
2876
|
-
};
|
|
2476
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2877
2477
|
requestId: string;
|
|
2878
2478
|
ip: string;
|
|
2879
2479
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2918,23 +2518,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2918
2518
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2919
2519
|
workspaceId: string;
|
|
2920
2520
|
kernel: Kernel;
|
|
2921
|
-
principal:
|
|
2922
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2923
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2924
|
-
email: string | null;
|
|
2925
|
-
name: string | null;
|
|
2926
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2927
|
-
instanceAdmin: boolean;
|
|
2928
|
-
service: string | null;
|
|
2929
|
-
memberships: {
|
|
2930
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2931
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2932
|
-
roleIds: string[];
|
|
2933
|
-
groupIds: string[];
|
|
2934
|
-
status: "active" | "invited" | "suspended";
|
|
2935
|
-
}[];
|
|
2936
|
-
permissionVersion: number;
|
|
2937
|
-
};
|
|
2521
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2938
2522
|
requestId: string;
|
|
2939
2523
|
ip: string;
|
|
2940
2524
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -2972,23 +2556,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
2972
2556
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
2973
2557
|
workspaceId: string;
|
|
2974
2558
|
kernel: Kernel;
|
|
2975
|
-
principal:
|
|
2976
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
2977
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
2978
|
-
email: string | null;
|
|
2979
|
-
name: string | null;
|
|
2980
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
2981
|
-
instanceAdmin: boolean;
|
|
2982
|
-
service: string | null;
|
|
2983
|
-
memberships: {
|
|
2984
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
2985
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
2986
|
-
roleIds: string[];
|
|
2987
|
-
groupIds: string[];
|
|
2988
|
-
status: "active" | "invited" | "suspended";
|
|
2989
|
-
}[];
|
|
2990
|
-
permissionVersion: number;
|
|
2991
|
-
};
|
|
2559
|
+
principal: import("@kernhq/contracts").Principal;
|
|
2992
2560
|
requestId: string;
|
|
2993
2561
|
ip: string;
|
|
2994
2562
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3079,23 +2647,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3079
2647
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3080
2648
|
workspaceId: string;
|
|
3081
2649
|
kernel: Kernel;
|
|
3082
|
-
principal:
|
|
3083
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3084
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3085
|
-
email: string | null;
|
|
3086
|
-
name: string | null;
|
|
3087
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3088
|
-
instanceAdmin: boolean;
|
|
3089
|
-
service: string | null;
|
|
3090
|
-
memberships: {
|
|
3091
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3092
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3093
|
-
roleIds: string[];
|
|
3094
|
-
groupIds: string[];
|
|
3095
|
-
status: "active" | "invited" | "suspended";
|
|
3096
|
-
}[];
|
|
3097
|
-
permissionVersion: number;
|
|
3098
|
-
};
|
|
2650
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3099
2651
|
requestId: string;
|
|
3100
2652
|
ip: string;
|
|
3101
2653
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3235,23 +2787,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3235
2787
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3236
2788
|
workspaceId: string;
|
|
3237
2789
|
kernel: Kernel;
|
|
3238
|
-
principal:
|
|
3239
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3240
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3241
|
-
email: string | null;
|
|
3242
|
-
name: string | null;
|
|
3243
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3244
|
-
instanceAdmin: boolean;
|
|
3245
|
-
service: string | null;
|
|
3246
|
-
memberships: {
|
|
3247
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3248
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3249
|
-
roleIds: string[];
|
|
3250
|
-
groupIds: string[];
|
|
3251
|
-
status: "active" | "invited" | "suspended";
|
|
3252
|
-
}[];
|
|
3253
|
-
permissionVersion: number;
|
|
3254
|
-
};
|
|
2790
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3255
2791
|
requestId: string;
|
|
3256
2792
|
ip: string;
|
|
3257
2793
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3377,23 +2913,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3377
2913
|
archive: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3378
2914
|
workspaceId: string;
|
|
3379
2915
|
kernel: Kernel;
|
|
3380
|
-
principal:
|
|
3381
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3382
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3383
|
-
email: string | null;
|
|
3384
|
-
name: string | null;
|
|
3385
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3386
|
-
instanceAdmin: boolean;
|
|
3387
|
-
service: string | null;
|
|
3388
|
-
memberships: {
|
|
3389
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3390
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3391
|
-
roleIds: string[];
|
|
3392
|
-
groupIds: string[];
|
|
3393
|
-
status: "active" | "invited" | "suspended";
|
|
3394
|
-
}[];
|
|
3395
|
-
permissionVersion: number;
|
|
3396
|
-
};
|
|
2916
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3397
2917
|
requestId: string;
|
|
3398
2918
|
ip: string;
|
|
3399
2919
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3484,23 +3004,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3484
3004
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3485
3005
|
workspaceId: string;
|
|
3486
3006
|
kernel: Kernel;
|
|
3487
|
-
principal:
|
|
3488
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3489
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3490
|
-
email: string | null;
|
|
3491
|
-
name: string | null;
|
|
3492
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3493
|
-
instanceAdmin: boolean;
|
|
3494
|
-
service: string | null;
|
|
3495
|
-
memberships: {
|
|
3496
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3497
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3498
|
-
roleIds: string[];
|
|
3499
|
-
groupIds: string[];
|
|
3500
|
-
status: "active" | "invited" | "suspended";
|
|
3501
|
-
}[];
|
|
3502
|
-
permissionVersion: number;
|
|
3503
|
-
};
|
|
3007
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3504
3008
|
requestId: string;
|
|
3505
3009
|
ip: string;
|
|
3506
3010
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3537,23 +3041,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3537
3041
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3538
3042
|
workspaceId: string;
|
|
3539
3043
|
kernel: Kernel;
|
|
3540
|
-
principal:
|
|
3541
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3542
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3543
|
-
email: string | null;
|
|
3544
|
-
name: string | null;
|
|
3545
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3546
|
-
instanceAdmin: boolean;
|
|
3547
|
-
service: string | null;
|
|
3548
|
-
memberships: {
|
|
3549
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3550
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3551
|
-
roleIds: string[];
|
|
3552
|
-
groupIds: string[];
|
|
3553
|
-
status: "active" | "invited" | "suspended";
|
|
3554
|
-
}[];
|
|
3555
|
-
permissionVersion: number;
|
|
3556
|
-
};
|
|
3044
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3557
3045
|
requestId: string;
|
|
3558
3046
|
ip: string;
|
|
3559
3047
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3659,23 +3147,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3659
3147
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3660
3148
|
workspaceId: string;
|
|
3661
3149
|
kernel: Kernel;
|
|
3662
|
-
principal:
|
|
3663
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3664
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3665
|
-
email: string | null;
|
|
3666
|
-
name: string | null;
|
|
3667
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3668
|
-
instanceAdmin: boolean;
|
|
3669
|
-
service: string | null;
|
|
3670
|
-
memberships: {
|
|
3671
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3672
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3673
|
-
roleIds: string[];
|
|
3674
|
-
groupIds: string[];
|
|
3675
|
-
status: "active" | "invited" | "suspended";
|
|
3676
|
-
}[];
|
|
3677
|
-
permissionVersion: number;
|
|
3678
|
-
};
|
|
3150
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3679
3151
|
requestId: string;
|
|
3680
3152
|
ip: string;
|
|
3681
3153
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3780,23 +3252,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3780
3252
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3781
3253
|
workspaceId: string;
|
|
3782
3254
|
kernel: Kernel;
|
|
3783
|
-
principal:
|
|
3784
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3785
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3786
|
-
email: string | null;
|
|
3787
|
-
name: string | null;
|
|
3788
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3789
|
-
instanceAdmin: boolean;
|
|
3790
|
-
service: string | null;
|
|
3791
|
-
memberships: {
|
|
3792
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3793
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3794
|
-
roleIds: string[];
|
|
3795
|
-
groupIds: string[];
|
|
3796
|
-
status: "active" | "invited" | "suspended";
|
|
3797
|
-
}[];
|
|
3798
|
-
permissionVersion: number;
|
|
3799
|
-
};
|
|
3255
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3800
3256
|
requestId: string;
|
|
3801
3257
|
ip: string;
|
|
3802
3258
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -3965,23 +3421,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
3965
3421
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
3966
3422
|
workspaceId: string;
|
|
3967
3423
|
kernel: Kernel;
|
|
3968
|
-
principal:
|
|
3969
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
3970
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
3971
|
-
email: string | null;
|
|
3972
|
-
name: string | null;
|
|
3973
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
3974
|
-
instanceAdmin: boolean;
|
|
3975
|
-
service: string | null;
|
|
3976
|
-
memberships: {
|
|
3977
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
3978
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
3979
|
-
roleIds: string[];
|
|
3980
|
-
groupIds: string[];
|
|
3981
|
-
status: "active" | "invited" | "suspended";
|
|
3982
|
-
}[];
|
|
3983
|
-
permissionVersion: number;
|
|
3984
|
-
};
|
|
3424
|
+
principal: import("@kernhq/contracts").Principal;
|
|
3985
3425
|
requestId: string;
|
|
3986
3426
|
ip: string;
|
|
3987
3427
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4153,23 +3593,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4153
3593
|
archive: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
4154
3594
|
workspaceId: string;
|
|
4155
3595
|
kernel: Kernel;
|
|
4156
|
-
principal:
|
|
4157
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4158
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4159
|
-
email: string | null;
|
|
4160
|
-
name: string | null;
|
|
4161
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4162
|
-
instanceAdmin: boolean;
|
|
4163
|
-
service: string | null;
|
|
4164
|
-
memberships: {
|
|
4165
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4166
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4167
|
-
roleIds: string[];
|
|
4168
|
-
groupIds: string[];
|
|
4169
|
-
status: "active" | "invited" | "suspended";
|
|
4170
|
-
}[];
|
|
4171
|
-
permissionVersion: number;
|
|
4172
|
-
};
|
|
3596
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4173
3597
|
requestId: string;
|
|
4174
3598
|
ip: string;
|
|
4175
3599
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4275,23 +3699,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4275
3699
|
validate: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
4276
3700
|
workspaceId: string;
|
|
4277
3701
|
kernel: Kernel;
|
|
4278
|
-
principal:
|
|
4279
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4280
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4281
|
-
email: string | null;
|
|
4282
|
-
name: string | null;
|
|
4283
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4284
|
-
instanceAdmin: boolean;
|
|
4285
|
-
service: string | null;
|
|
4286
|
-
memberships: {
|
|
4287
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4288
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4289
|
-
roleIds: string[];
|
|
4290
|
-
groupIds: string[];
|
|
4291
|
-
status: "active" | "invited" | "suspended";
|
|
4292
|
-
}[];
|
|
4293
|
-
permissionVersion: number;
|
|
4294
|
-
};
|
|
3702
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4295
3703
|
requestId: string;
|
|
4296
3704
|
ip: string;
|
|
4297
3705
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4417,23 +3825,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4417
3825
|
statuses: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
4418
3826
|
workspaceId: string;
|
|
4419
3827
|
kernel: Kernel;
|
|
4420
|
-
principal:
|
|
4421
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4422
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4423
|
-
email: string | null;
|
|
4424
|
-
name: string | null;
|
|
4425
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4426
|
-
instanceAdmin: boolean;
|
|
4427
|
-
service: string | null;
|
|
4428
|
-
memberships: {
|
|
4429
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4430
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4431
|
-
roleIds: string[];
|
|
4432
|
-
groupIds: string[];
|
|
4433
|
-
status: "active" | "invited" | "suspended";
|
|
4434
|
-
}[];
|
|
4435
|
-
permissionVersion: number;
|
|
4436
|
-
};
|
|
3828
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4437
3829
|
requestId: string;
|
|
4438
3830
|
ip: string;
|
|
4439
3831
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4481,23 +3873,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4481
3873
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
4482
3874
|
workspaceId: string;
|
|
4483
3875
|
kernel: Kernel;
|
|
4484
|
-
principal:
|
|
4485
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4486
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4487
|
-
email: string | null;
|
|
4488
|
-
name: string | null;
|
|
4489
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4490
|
-
instanceAdmin: boolean;
|
|
4491
|
-
service: string | null;
|
|
4492
|
-
memberships: {
|
|
4493
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4494
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4495
|
-
roleIds: string[];
|
|
4496
|
-
groupIds: string[];
|
|
4497
|
-
status: "active" | "invited" | "suspended";
|
|
4498
|
-
}[];
|
|
4499
|
-
permissionVersion: number;
|
|
4500
|
-
};
|
|
3876
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4501
3877
|
requestId: string;
|
|
4502
3878
|
ip: string;
|
|
4503
3879
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4540,23 +3916,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4540
3916
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
4541
3917
|
workspaceId: string;
|
|
4542
3918
|
kernel: Kernel;
|
|
4543
|
-
principal:
|
|
4544
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4545
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4546
|
-
email: string | null;
|
|
4547
|
-
name: string | null;
|
|
4548
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4549
|
-
instanceAdmin: boolean;
|
|
4550
|
-
service: string | null;
|
|
4551
|
-
memberships: {
|
|
4552
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4553
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4554
|
-
roleIds: string[];
|
|
4555
|
-
groupIds: string[];
|
|
4556
|
-
status: "active" | "invited" | "suspended";
|
|
4557
|
-
}[];
|
|
4558
|
-
permissionVersion: number;
|
|
4559
|
-
};
|
|
3919
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4560
3920
|
requestId: string;
|
|
4561
3921
|
ip: string;
|
|
4562
3922
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4605,23 +3965,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4605
3965
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
4606
3966
|
workspaceId: string;
|
|
4607
3967
|
kernel: Kernel;
|
|
4608
|
-
principal:
|
|
4609
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4610
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4611
|
-
email: string | null;
|
|
4612
|
-
name: string | null;
|
|
4613
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4614
|
-
instanceAdmin: boolean;
|
|
4615
|
-
service: string | null;
|
|
4616
|
-
memberships: {
|
|
4617
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4618
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4619
|
-
roleIds: string[];
|
|
4620
|
-
groupIds: string[];
|
|
4621
|
-
status: "active" | "invited" | "suspended";
|
|
4622
|
-
}[];
|
|
4623
|
-
permissionVersion: number;
|
|
4624
|
-
};
|
|
3968
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4625
3969
|
requestId: string;
|
|
4626
3970
|
ip: string;
|
|
4627
3971
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4673,23 +4017,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4673
4017
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
4674
4018
|
workspaceId: string;
|
|
4675
4019
|
kernel: Kernel;
|
|
4676
|
-
principal:
|
|
4677
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4678
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4679
|
-
email: string | null;
|
|
4680
|
-
name: string | null;
|
|
4681
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4682
|
-
instanceAdmin: boolean;
|
|
4683
|
-
service: string | null;
|
|
4684
|
-
memberships: {
|
|
4685
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4686
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4687
|
-
roleIds: string[];
|
|
4688
|
-
groupIds: string[];
|
|
4689
|
-
status: "active" | "invited" | "suspended";
|
|
4690
|
-
}[];
|
|
4691
|
-
permissionVersion: number;
|
|
4692
|
-
};
|
|
4020
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4693
4021
|
requestId: string;
|
|
4694
4022
|
ip: string;
|
|
4695
4023
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4727,23 +4055,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4727
4055
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
4728
4056
|
workspaceId: string;
|
|
4729
4057
|
kernel: Kernel;
|
|
4730
|
-
principal:
|
|
4731
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4732
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4733
|
-
email: string | null;
|
|
4734
|
-
name: string | null;
|
|
4735
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4736
|
-
instanceAdmin: boolean;
|
|
4737
|
-
service: string | null;
|
|
4738
|
-
memberships: {
|
|
4739
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4740
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4741
|
-
roleIds: string[];
|
|
4742
|
-
groupIds: string[];
|
|
4743
|
-
status: "active" | "invited" | "suspended";
|
|
4744
|
-
}[];
|
|
4745
|
-
permissionVersion: number;
|
|
4746
|
-
};
|
|
4058
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4747
4059
|
requestId: string;
|
|
4748
4060
|
ip: string;
|
|
4749
4061
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -4869,23 +4181,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
4869
4181
|
getByKey: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
4870
4182
|
workspaceId: string;
|
|
4871
4183
|
kernel: Kernel;
|
|
4872
|
-
principal:
|
|
4873
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
4874
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
4875
|
-
email: string | null;
|
|
4876
|
-
name: string | null;
|
|
4877
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
4878
|
-
instanceAdmin: boolean;
|
|
4879
|
-
service: string | null;
|
|
4880
|
-
memberships: {
|
|
4881
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
4882
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
4883
|
-
roleIds: string[];
|
|
4884
|
-
groupIds: string[];
|
|
4885
|
-
status: "active" | "invited" | "suspended";
|
|
4886
|
-
}[];
|
|
4887
|
-
permissionVersion: number;
|
|
4888
|
-
};
|
|
4184
|
+
principal: import("@kernhq/contracts").Principal;
|
|
4889
4185
|
requestId: string;
|
|
4890
4186
|
ip: string;
|
|
4891
4187
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5011,23 +4307,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5011
4307
|
getMany: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5012
4308
|
workspaceId: string;
|
|
5013
4309
|
kernel: Kernel;
|
|
5014
|
-
principal:
|
|
5015
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5016
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5017
|
-
email: string | null;
|
|
5018
|
-
name: string | null;
|
|
5019
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5020
|
-
instanceAdmin: boolean;
|
|
5021
|
-
service: string | null;
|
|
5022
|
-
memberships: {
|
|
5023
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5024
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5025
|
-
roleIds: string[];
|
|
5026
|
-
groupIds: string[];
|
|
5027
|
-
status: "active" | "invited" | "suspended";
|
|
5028
|
-
}[];
|
|
5029
|
-
permissionVersion: number;
|
|
5030
|
-
};
|
|
4310
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5031
4311
|
requestId: string;
|
|
5032
4312
|
ip: string;
|
|
5033
4313
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5153,23 +4433,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5153
4433
|
query: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5154
4434
|
workspaceId: string;
|
|
5155
4435
|
kernel: Kernel;
|
|
5156
|
-
principal:
|
|
5157
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5158
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5159
|
-
email: string | null;
|
|
5160
|
-
name: string | null;
|
|
5161
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5162
|
-
instanceAdmin: boolean;
|
|
5163
|
-
service: string | null;
|
|
5164
|
-
memberships: {
|
|
5165
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5166
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5167
|
-
roleIds: string[];
|
|
5168
|
-
groupIds: string[];
|
|
5169
|
-
status: "active" | "invited" | "suspended";
|
|
5170
|
-
}[];
|
|
5171
|
-
permissionVersion: number;
|
|
5172
|
-
};
|
|
4436
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5173
4437
|
requestId: string;
|
|
5174
4438
|
ip: string;
|
|
5175
4439
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5338,23 +4602,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5338
4602
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5339
4603
|
workspaceId: string;
|
|
5340
4604
|
kernel: Kernel;
|
|
5341
|
-
principal:
|
|
5342
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5343
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5344
|
-
email: string | null;
|
|
5345
|
-
name: string | null;
|
|
5346
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5347
|
-
instanceAdmin: boolean;
|
|
5348
|
-
service: string | null;
|
|
5349
|
-
memberships: {
|
|
5350
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5351
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5352
|
-
roleIds: string[];
|
|
5353
|
-
groupIds: string[];
|
|
5354
|
-
status: "active" | "invited" | "suspended";
|
|
5355
|
-
}[];
|
|
5356
|
-
permissionVersion: number;
|
|
5357
|
-
};
|
|
4605
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5358
4606
|
requestId: string;
|
|
5359
4607
|
ip: string;
|
|
5360
4608
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5514,23 +4762,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5514
4762
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5515
4763
|
workspaceId: string;
|
|
5516
4764
|
kernel: Kernel;
|
|
5517
|
-
principal:
|
|
5518
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5519
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5520
|
-
email: string | null;
|
|
5521
|
-
name: string | null;
|
|
5522
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5523
|
-
instanceAdmin: boolean;
|
|
5524
|
-
service: string | null;
|
|
5525
|
-
memberships: {
|
|
5526
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5527
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5528
|
-
roleIds: string[];
|
|
5529
|
-
groupIds: string[];
|
|
5530
|
-
status: "active" | "invited" | "suspended";
|
|
5531
|
-
}[];
|
|
5532
|
-
permissionVersion: number;
|
|
5533
|
-
};
|
|
4765
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5534
4766
|
requestId: string;
|
|
5535
4767
|
ip: string;
|
|
5536
4768
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5692,23 +4924,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5692
4924
|
bulkUpdate: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext> & Omit<RequestContext & Record<never, never>, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers">, RequestContext>, Omit<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
5693
4925
|
workspaceId: string;
|
|
5694
4926
|
kernel: Kernel;
|
|
5695
|
-
principal:
|
|
5696
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5697
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5698
|
-
email: string | null;
|
|
5699
|
-
name: string | null;
|
|
5700
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5701
|
-
instanceAdmin: boolean;
|
|
5702
|
-
service: string | null;
|
|
5703
|
-
memberships: {
|
|
5704
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5705
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5706
|
-
roleIds: string[];
|
|
5707
|
-
groupIds: string[];
|
|
5708
|
-
status: "active" | "invited" | "suspended";
|
|
5709
|
-
}[];
|
|
5710
|
-
permissionVersion: number;
|
|
5711
|
-
};
|
|
4927
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5712
4928
|
requestId: string;
|
|
5713
4929
|
ip: string;
|
|
5714
4930
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5788,23 +5004,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5788
5004
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5789
5005
|
workspaceId: string;
|
|
5790
5006
|
kernel: Kernel;
|
|
5791
|
-
principal:
|
|
5792
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5793
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5794
|
-
email: string | null;
|
|
5795
|
-
name: string | null;
|
|
5796
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5797
|
-
instanceAdmin: boolean;
|
|
5798
|
-
service: string | null;
|
|
5799
|
-
memberships: {
|
|
5800
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5801
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5802
|
-
roleIds: string[];
|
|
5803
|
-
groupIds: string[];
|
|
5804
|
-
status: "active" | "invited" | "suspended";
|
|
5805
|
-
}[];
|
|
5806
|
-
permissionVersion: number;
|
|
5807
|
-
};
|
|
5007
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5808
5008
|
requestId: string;
|
|
5809
5009
|
ip: string;
|
|
5810
5010
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5839,23 +5039,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5839
5039
|
archive: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5840
5040
|
workspaceId: string;
|
|
5841
5041
|
kernel: Kernel;
|
|
5842
|
-
principal:
|
|
5843
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5844
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5845
|
-
email: string | null;
|
|
5846
|
-
name: string | null;
|
|
5847
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5848
|
-
instanceAdmin: boolean;
|
|
5849
|
-
service: string | null;
|
|
5850
|
-
memberships: {
|
|
5851
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5852
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5853
|
-
roleIds: string[];
|
|
5854
|
-
groupIds: string[];
|
|
5855
|
-
status: "active" | "invited" | "suspended";
|
|
5856
|
-
}[];
|
|
5857
|
-
permissionVersion: number;
|
|
5858
|
-
};
|
|
5042
|
+
principal: import("@kernhq/contracts").Principal;
|
|
5859
5043
|
requestId: string;
|
|
5860
5044
|
ip: string;
|
|
5861
5045
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -5982,23 +5166,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
5982
5166
|
move: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
5983
5167
|
workspaceId: string;
|
|
5984
5168
|
kernel: Kernel;
|
|
5985
|
-
principal:
|
|
5986
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
5987
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
5988
|
-
email: string | null;
|
|
5989
|
-
name: string | null;
|
|
5990
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
5991
|
-
instanceAdmin: boolean;
|
|
5992
|
-
service: string | null;
|
|
5993
|
-
memberships: {
|
|
5994
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
5995
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
5996
|
-
roleIds: string[];
|
|
5997
|
-
groupIds: string[];
|
|
5998
|
-
status: "active" | "invited" | "suspended";
|
|
5999
|
-
}[];
|
|
6000
|
-
permissionVersion: number;
|
|
6001
|
-
};
|
|
5169
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6002
5170
|
requestId: string;
|
|
6003
5171
|
ip: string;
|
|
6004
5172
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6125,23 +5293,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6125
5293
|
rank: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6126
5294
|
workspaceId: string;
|
|
6127
5295
|
kernel: Kernel;
|
|
6128
|
-
principal:
|
|
6129
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6130
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6131
|
-
email: string | null;
|
|
6132
|
-
name: string | null;
|
|
6133
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6134
|
-
instanceAdmin: boolean;
|
|
6135
|
-
service: string | null;
|
|
6136
|
-
memberships: {
|
|
6137
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6138
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6139
|
-
roleIds: string[];
|
|
6140
|
-
groupIds: string[];
|
|
6141
|
-
status: "active" | "invited" | "suspended";
|
|
6142
|
-
}[];
|
|
6143
|
-
permissionVersion: number;
|
|
6144
|
-
};
|
|
5296
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6145
5297
|
requestId: string;
|
|
6146
5298
|
ip: string;
|
|
6147
5299
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6179,23 +5331,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6179
5331
|
history: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6180
5332
|
workspaceId: string;
|
|
6181
5333
|
kernel: Kernel;
|
|
6182
|
-
principal:
|
|
6183
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6184
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6185
|
-
email: string | null;
|
|
6186
|
-
name: string | null;
|
|
6187
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6188
|
-
instanceAdmin: boolean;
|
|
6189
|
-
service: string | null;
|
|
6190
|
-
memberships: {
|
|
6191
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6192
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6193
|
-
roleIds: string[];
|
|
6194
|
-
groupIds: string[];
|
|
6195
|
-
status: "active" | "invited" | "suspended";
|
|
6196
|
-
}[];
|
|
6197
|
-
permissionVersion: number;
|
|
6198
|
-
};
|
|
5334
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6199
5335
|
requestId: string;
|
|
6200
5336
|
ip: string;
|
|
6201
5337
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6272,23 +5408,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6272
5408
|
add: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6273
5409
|
workspaceId: string;
|
|
6274
5410
|
kernel: Kernel;
|
|
6275
|
-
principal:
|
|
6276
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6277
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6278
|
-
email: string | null;
|
|
6279
|
-
name: string | null;
|
|
6280
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6281
|
-
instanceAdmin: boolean;
|
|
6282
|
-
service: string | null;
|
|
6283
|
-
memberships: {
|
|
6284
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6285
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6286
|
-
roleIds: string[];
|
|
6287
|
-
groupIds: string[];
|
|
6288
|
-
status: "active" | "invited" | "suspended";
|
|
6289
|
-
}[];
|
|
6290
|
-
permissionVersion: number;
|
|
6291
|
-
};
|
|
5411
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6292
5412
|
requestId: string;
|
|
6293
5413
|
ip: string;
|
|
6294
5414
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6324,23 +5444,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6324
5444
|
remove: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6325
5445
|
workspaceId: string;
|
|
6326
5446
|
kernel: Kernel;
|
|
6327
|
-
principal:
|
|
6328
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6329
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6330
|
-
email: string | null;
|
|
6331
|
-
name: string | null;
|
|
6332
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6333
|
-
instanceAdmin: boolean;
|
|
6334
|
-
service: string | null;
|
|
6335
|
-
memberships: {
|
|
6336
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6337
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6338
|
-
roleIds: string[];
|
|
6339
|
-
groupIds: string[];
|
|
6340
|
-
status: "active" | "invited" | "suspended";
|
|
6341
|
-
}[];
|
|
6342
|
-
permissionVersion: number;
|
|
6343
|
-
};
|
|
5447
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6344
5448
|
requestId: string;
|
|
6345
5449
|
ip: string;
|
|
6346
5450
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6378,23 +5482,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6378
5482
|
available: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6379
5483
|
workspaceId: string;
|
|
6380
5484
|
kernel: Kernel;
|
|
6381
|
-
principal:
|
|
6382
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6383
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6384
|
-
email: string | null;
|
|
6385
|
-
name: string | null;
|
|
6386
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6387
|
-
instanceAdmin: boolean;
|
|
6388
|
-
service: string | null;
|
|
6389
|
-
memberships: {
|
|
6390
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6391
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6392
|
-
roleIds: string[];
|
|
6393
|
-
groupIds: string[];
|
|
6394
|
-
status: "active" | "invited" | "suspended";
|
|
6395
|
-
}[];
|
|
6396
|
-
permissionVersion: number;
|
|
6397
|
-
};
|
|
5485
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6398
5486
|
requestId: string;
|
|
6399
5487
|
ip: string;
|
|
6400
5488
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6458,23 +5546,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6458
5546
|
apply: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6459
5547
|
workspaceId: string;
|
|
6460
5548
|
kernel: Kernel;
|
|
6461
|
-
principal:
|
|
6462
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6463
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6464
|
-
email: string | null;
|
|
6465
|
-
name: string | null;
|
|
6466
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6467
|
-
instanceAdmin: boolean;
|
|
6468
|
-
service: string | null;
|
|
6469
|
-
memberships: {
|
|
6470
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6471
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6472
|
-
roleIds: string[];
|
|
6473
|
-
groupIds: string[];
|
|
6474
|
-
status: "active" | "invited" | "suspended";
|
|
6475
|
-
}[];
|
|
6476
|
-
permissionVersion: number;
|
|
6477
|
-
};
|
|
5549
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6478
5550
|
requestId: string;
|
|
6479
5551
|
ip: string;
|
|
6480
5552
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6640,23 +5712,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6640
5712
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6641
5713
|
workspaceId: string;
|
|
6642
5714
|
kernel: Kernel;
|
|
6643
|
-
principal:
|
|
6644
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6645
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6646
|
-
email: string | null;
|
|
6647
|
-
name: string | null;
|
|
6648
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6649
|
-
instanceAdmin: boolean;
|
|
6650
|
-
service: string | null;
|
|
6651
|
-
memberships: {
|
|
6652
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6653
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6654
|
-
roleIds: string[];
|
|
6655
|
-
groupIds: string[];
|
|
6656
|
-
status: "active" | "invited" | "suspended";
|
|
6657
|
-
}[];
|
|
6658
|
-
permissionVersion: number;
|
|
6659
|
-
};
|
|
5715
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6660
5716
|
requestId: string;
|
|
6661
5717
|
ip: string;
|
|
6662
5718
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6720,23 +5776,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6720
5776
|
decide: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6721
5777
|
workspaceId: string;
|
|
6722
5778
|
kernel: Kernel;
|
|
6723
|
-
principal:
|
|
6724
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6725
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6726
|
-
email: string | null;
|
|
6727
|
-
name: string | null;
|
|
6728
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6729
|
-
instanceAdmin: boolean;
|
|
6730
|
-
service: string | null;
|
|
6731
|
-
memberships: {
|
|
6732
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6733
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6734
|
-
roleIds: string[];
|
|
6735
|
-
groupIds: string[];
|
|
6736
|
-
status: "active" | "invited" | "suspended";
|
|
6737
|
-
}[];
|
|
6738
|
-
permissionVersion: number;
|
|
6739
|
-
};
|
|
5779
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6740
5780
|
requestId: string;
|
|
6741
5781
|
ip: string;
|
|
6742
5782
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6904,23 +5944,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6904
5944
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6905
5945
|
workspaceId: string;
|
|
6906
5946
|
kernel: Kernel;
|
|
6907
|
-
principal:
|
|
6908
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6909
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6910
|
-
email: string | null;
|
|
6911
|
-
name: string | null;
|
|
6912
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6913
|
-
instanceAdmin: boolean;
|
|
6914
|
-
service: string | null;
|
|
6915
|
-
memberships: {
|
|
6916
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
6917
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
6918
|
-
roleIds: string[];
|
|
6919
|
-
groupIds: string[];
|
|
6920
|
-
status: "active" | "invited" | "suspended";
|
|
6921
|
-
}[];
|
|
6922
|
-
permissionVersion: number;
|
|
6923
|
-
};
|
|
5947
|
+
principal: import("@kernhq/contracts").Principal;
|
|
6924
5948
|
requestId: string;
|
|
6925
5949
|
ip: string;
|
|
6926
5950
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -6988,23 +6012,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
6988
6012
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
6989
6013
|
workspaceId: string;
|
|
6990
6014
|
kernel: Kernel;
|
|
6991
|
-
principal:
|
|
6992
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
6993
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
6994
|
-
email: string | null;
|
|
6995
|
-
name: string | null;
|
|
6996
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
6997
|
-
instanceAdmin: boolean;
|
|
6998
|
-
service: string | null;
|
|
6999
|
-
memberships: {
|
|
7000
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7001
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7002
|
-
roleIds: string[];
|
|
7003
|
-
groupIds: string[];
|
|
7004
|
-
status: "active" | "invited" | "suspended";
|
|
7005
|
-
}[];
|
|
7006
|
-
permissionVersion: number;
|
|
7007
|
-
};
|
|
6015
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7008
6016
|
requestId: string;
|
|
7009
6017
|
ip: string;
|
|
7010
6018
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7072,23 +6080,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7072
6080
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7073
6081
|
workspaceId: string;
|
|
7074
6082
|
kernel: Kernel;
|
|
7075
|
-
principal:
|
|
7076
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7077
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7078
|
-
email: string | null;
|
|
7079
|
-
name: string | null;
|
|
7080
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7081
|
-
instanceAdmin: boolean;
|
|
7082
|
-
service: string | null;
|
|
7083
|
-
memberships: {
|
|
7084
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7085
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7086
|
-
roleIds: string[];
|
|
7087
|
-
groupIds: string[];
|
|
7088
|
-
status: "active" | "invited" | "suspended";
|
|
7089
|
-
}[];
|
|
7090
|
-
permissionVersion: number;
|
|
7091
|
-
};
|
|
6083
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7092
6084
|
requestId: string;
|
|
7093
6085
|
ip: string;
|
|
7094
6086
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7154,23 +6146,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7154
6146
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7155
6147
|
workspaceId: string;
|
|
7156
6148
|
kernel: Kernel;
|
|
7157
|
-
principal:
|
|
7158
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7159
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7160
|
-
email: string | null;
|
|
7161
|
-
name: string | null;
|
|
7162
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7163
|
-
instanceAdmin: boolean;
|
|
7164
|
-
service: string | null;
|
|
7165
|
-
memberships: {
|
|
7166
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7167
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7168
|
-
roleIds: string[];
|
|
7169
|
-
groupIds: string[];
|
|
7170
|
-
status: "active" | "invited" | "suspended";
|
|
7171
|
-
}[];
|
|
7172
|
-
permissionVersion: number;
|
|
7173
|
-
};
|
|
6149
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7174
6150
|
requestId: string;
|
|
7175
6151
|
ip: string;
|
|
7176
6152
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7205,23 +6181,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7205
6181
|
react: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7206
6182
|
workspaceId: string;
|
|
7207
6183
|
kernel: Kernel;
|
|
7208
|
-
principal:
|
|
7209
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7210
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7211
|
-
email: string | null;
|
|
7212
|
-
name: string | null;
|
|
7213
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7214
|
-
instanceAdmin: boolean;
|
|
7215
|
-
service: string | null;
|
|
7216
|
-
memberships: {
|
|
7217
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7218
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7219
|
-
roleIds: string[];
|
|
7220
|
-
groupIds: string[];
|
|
7221
|
-
status: "active" | "invited" | "suspended";
|
|
7222
|
-
}[];
|
|
7223
|
-
permissionVersion: number;
|
|
7224
|
-
};
|
|
6184
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7225
6185
|
requestId: string;
|
|
7226
6186
|
ip: string;
|
|
7227
6187
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7286,23 +6246,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7286
6246
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7287
6247
|
workspaceId: string;
|
|
7288
6248
|
kernel: Kernel;
|
|
7289
|
-
principal:
|
|
7290
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7291
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7292
|
-
email: string | null;
|
|
7293
|
-
name: string | null;
|
|
7294
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7295
|
-
instanceAdmin: boolean;
|
|
7296
|
-
service: string | null;
|
|
7297
|
-
memberships: {
|
|
7298
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7299
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7300
|
-
roleIds: string[];
|
|
7301
|
-
groupIds: string[];
|
|
7302
|
-
status: "active" | "invited" | "suspended";
|
|
7303
|
-
}[];
|
|
7304
|
-
permissionVersion: number;
|
|
7305
|
-
};
|
|
6249
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7306
6250
|
requestId: string;
|
|
7307
6251
|
ip: string;
|
|
7308
6252
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7383,23 +6327,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7383
6327
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7384
6328
|
workspaceId: string;
|
|
7385
6329
|
kernel: Kernel;
|
|
7386
|
-
principal:
|
|
7387
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7388
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7389
|
-
email: string | null;
|
|
7390
|
-
name: string | null;
|
|
7391
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7392
|
-
instanceAdmin: boolean;
|
|
7393
|
-
service: string | null;
|
|
7394
|
-
memberships: {
|
|
7395
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7396
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7397
|
-
roleIds: string[];
|
|
7398
|
-
groupIds: string[];
|
|
7399
|
-
status: "active" | "invited" | "suspended";
|
|
7400
|
-
}[];
|
|
7401
|
-
permissionVersion: number;
|
|
7402
|
-
};
|
|
6330
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7403
6331
|
requestId: string;
|
|
7404
6332
|
ip: string;
|
|
7405
6333
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7490,23 +6418,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7490
6418
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7491
6419
|
workspaceId: string;
|
|
7492
6420
|
kernel: Kernel;
|
|
7493
|
-
principal:
|
|
7494
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7495
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7496
|
-
email: string | null;
|
|
7497
|
-
name: string | null;
|
|
7498
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7499
|
-
instanceAdmin: boolean;
|
|
7500
|
-
service: string | null;
|
|
7501
|
-
memberships: {
|
|
7502
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7503
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7504
|
-
roleIds: string[];
|
|
7505
|
-
groupIds: string[];
|
|
7506
|
-
status: "active" | "invited" | "suspended";
|
|
7507
|
-
}[];
|
|
7508
|
-
permissionVersion: number;
|
|
7509
|
-
};
|
|
6421
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7510
6422
|
requestId: string;
|
|
7511
6423
|
ip: string;
|
|
7512
6424
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7543,23 +6455,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7543
6455
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7544
6456
|
workspaceId: string;
|
|
7545
6457
|
kernel: Kernel;
|
|
7546
|
-
principal:
|
|
7547
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7548
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7549
|
-
email: string | null;
|
|
7550
|
-
name: string | null;
|
|
7551
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7552
|
-
instanceAdmin: boolean;
|
|
7553
|
-
service: string | null;
|
|
7554
|
-
memberships: {
|
|
7555
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7556
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7557
|
-
roleIds: string[];
|
|
7558
|
-
groupIds: string[];
|
|
7559
|
-
status: "active" | "invited" | "suspended";
|
|
7560
|
-
}[];
|
|
7561
|
-
permissionVersion: number;
|
|
7562
|
-
};
|
|
6458
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7563
6459
|
requestId: string;
|
|
7564
6460
|
ip: string;
|
|
7565
6461
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7603,23 +6499,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7603
6499
|
add: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7604
6500
|
workspaceId: string;
|
|
7605
6501
|
kernel: Kernel;
|
|
7606
|
-
principal:
|
|
7607
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7608
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7609
|
-
email: string | null;
|
|
7610
|
-
name: string | null;
|
|
7611
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7612
|
-
instanceAdmin: boolean;
|
|
7613
|
-
service: string | null;
|
|
7614
|
-
memberships: {
|
|
7615
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7616
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7617
|
-
roleIds: string[];
|
|
7618
|
-
groupIds: string[];
|
|
7619
|
-
status: "active" | "invited" | "suspended";
|
|
7620
|
-
}[];
|
|
7621
|
-
permissionVersion: number;
|
|
7622
|
-
};
|
|
6502
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7623
6503
|
requestId: string;
|
|
7624
6504
|
ip: string;
|
|
7625
6505
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7665,23 +6545,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7665
6545
|
remove: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7666
6546
|
workspaceId: string;
|
|
7667
6547
|
kernel: Kernel;
|
|
7668
|
-
principal:
|
|
7669
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7670
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7671
|
-
email: string | null;
|
|
7672
|
-
name: string | null;
|
|
7673
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7674
|
-
instanceAdmin: boolean;
|
|
7675
|
-
service: string | null;
|
|
7676
|
-
memberships: {
|
|
7677
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7678
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7679
|
-
roleIds: string[];
|
|
7680
|
-
groupIds: string[];
|
|
7681
|
-
status: "active" | "invited" | "suspended";
|
|
7682
|
-
}[];
|
|
7683
|
-
permissionVersion: number;
|
|
7684
|
-
};
|
|
6548
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7685
6549
|
requestId: string;
|
|
7686
6550
|
ip: string;
|
|
7687
6551
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7718,23 +6582,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7718
6582
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7719
6583
|
workspaceId: string;
|
|
7720
6584
|
kernel: Kernel;
|
|
7721
|
-
principal:
|
|
7722
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7723
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7724
|
-
email: string | null;
|
|
7725
|
-
name: string | null;
|
|
7726
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7727
|
-
instanceAdmin: boolean;
|
|
7728
|
-
service: string | null;
|
|
7729
|
-
memberships: {
|
|
7730
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7731
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7732
|
-
roleIds: string[];
|
|
7733
|
-
groupIds: string[];
|
|
7734
|
-
status: "active" | "invited" | "suspended";
|
|
7735
|
-
}[];
|
|
7736
|
-
permissionVersion: number;
|
|
7737
|
-
};
|
|
6585
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7738
6586
|
requestId: string;
|
|
7739
6587
|
ip: string;
|
|
7740
6588
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7776,23 +6624,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7776
6624
|
add: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7777
6625
|
workspaceId: string;
|
|
7778
6626
|
kernel: Kernel;
|
|
7779
|
-
principal:
|
|
7780
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7781
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7782
|
-
email: string | null;
|
|
7783
|
-
name: string | null;
|
|
7784
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7785
|
-
instanceAdmin: boolean;
|
|
7786
|
-
service: string | null;
|
|
7787
|
-
memberships: {
|
|
7788
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7789
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7790
|
-
roleIds: string[];
|
|
7791
|
-
groupIds: string[];
|
|
7792
|
-
status: "active" | "invited" | "suspended";
|
|
7793
|
-
}[];
|
|
7794
|
-
permissionVersion: number;
|
|
7795
|
-
};
|
|
6627
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7796
6628
|
requestId: string;
|
|
7797
6629
|
ip: string;
|
|
7798
6630
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7837,23 +6669,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7837
6669
|
remove: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7838
6670
|
workspaceId: string;
|
|
7839
6671
|
kernel: Kernel;
|
|
7840
|
-
principal:
|
|
7841
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7842
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7843
|
-
email: string | null;
|
|
7844
|
-
name: string | null;
|
|
7845
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7846
|
-
instanceAdmin: boolean;
|
|
7847
|
-
service: string | null;
|
|
7848
|
-
memberships: {
|
|
7849
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7850
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7851
|
-
roleIds: string[];
|
|
7852
|
-
groupIds: string[];
|
|
7853
|
-
status: "active" | "invited" | "suspended";
|
|
7854
|
-
}[];
|
|
7855
|
-
permissionVersion: number;
|
|
7856
|
-
};
|
|
6672
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7857
6673
|
requestId: string;
|
|
7858
6674
|
ip: string;
|
|
7859
6675
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7890,23 +6706,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7890
6706
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7891
6707
|
workspaceId: string;
|
|
7892
6708
|
kernel: Kernel;
|
|
7893
|
-
principal:
|
|
7894
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7895
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7896
|
-
email: string | null;
|
|
7897
|
-
name: string | null;
|
|
7898
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7899
|
-
instanceAdmin: boolean;
|
|
7900
|
-
service: string | null;
|
|
7901
|
-
memberships: {
|
|
7902
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
7903
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
7904
|
-
roleIds: string[];
|
|
7905
|
-
groupIds: string[];
|
|
7906
|
-
status: "active" | "invited" | "suspended";
|
|
7907
|
-
}[];
|
|
7908
|
-
permissionVersion: number;
|
|
7909
|
-
};
|
|
6709
|
+
principal: import("@kernhq/contracts").Principal;
|
|
7910
6710
|
requestId: string;
|
|
7911
6711
|
ip: string;
|
|
7912
6712
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -7988,23 +6788,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
7988
6788
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
7989
6789
|
workspaceId: string;
|
|
7990
6790
|
kernel: Kernel;
|
|
7991
|
-
principal:
|
|
7992
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
7993
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
7994
|
-
email: string | null;
|
|
7995
|
-
name: string | null;
|
|
7996
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
7997
|
-
instanceAdmin: boolean;
|
|
7998
|
-
service: string | null;
|
|
7999
|
-
memberships: {
|
|
8000
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8001
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8002
|
-
roleIds: string[];
|
|
8003
|
-
groupIds: string[];
|
|
8004
|
-
status: "active" | "invited" | "suspended";
|
|
8005
|
-
}[];
|
|
8006
|
-
permissionVersion: number;
|
|
8007
|
-
};
|
|
6791
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8008
6792
|
requestId: string;
|
|
8009
6793
|
ip: string;
|
|
8010
6794
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8128,23 +6912,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8128
6912
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8129
6913
|
workspaceId: string;
|
|
8130
6914
|
kernel: Kernel;
|
|
8131
|
-
principal:
|
|
8132
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8133
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8134
|
-
email: string | null;
|
|
8135
|
-
name: string | null;
|
|
8136
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8137
|
-
instanceAdmin: boolean;
|
|
8138
|
-
service: string | null;
|
|
8139
|
-
memberships: {
|
|
8140
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8141
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8142
|
-
roleIds: string[];
|
|
8143
|
-
groupIds: string[];
|
|
8144
|
-
status: "active" | "invited" | "suspended";
|
|
8145
|
-
}[];
|
|
8146
|
-
permissionVersion: number;
|
|
8147
|
-
};
|
|
6915
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8148
6916
|
requestId: string;
|
|
8149
6917
|
ip: string;
|
|
8150
6918
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8271,23 +7039,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8271
7039
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8272
7040
|
workspaceId: string;
|
|
8273
7041
|
kernel: Kernel;
|
|
8274
|
-
principal:
|
|
8275
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8276
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8277
|
-
email: string | null;
|
|
8278
|
-
name: string | null;
|
|
8279
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8280
|
-
instanceAdmin: boolean;
|
|
8281
|
-
service: string | null;
|
|
8282
|
-
memberships: {
|
|
8283
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8284
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8285
|
-
roleIds: string[];
|
|
8286
|
-
groupIds: string[];
|
|
8287
|
-
status: "active" | "invited" | "suspended";
|
|
8288
|
-
}[];
|
|
8289
|
-
permissionVersion: number;
|
|
8290
|
-
};
|
|
7042
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8291
7043
|
requestId: string;
|
|
8292
7044
|
ip: string;
|
|
8293
7045
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8324,23 +7076,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8324
7076
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8325
7077
|
workspaceId: string;
|
|
8326
7078
|
kernel: Kernel;
|
|
8327
|
-
principal:
|
|
8328
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8329
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8330
|
-
email: string | null;
|
|
8331
|
-
name: string | null;
|
|
8332
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8333
|
-
instanceAdmin: boolean;
|
|
8334
|
-
service: string | null;
|
|
8335
|
-
memberships: {
|
|
8336
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8337
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8338
|
-
roleIds: string[];
|
|
8339
|
-
groupIds: string[];
|
|
8340
|
-
status: "active" | "invited" | "suspended";
|
|
8341
|
-
}[];
|
|
8342
|
-
permissionVersion: number;
|
|
8343
|
-
};
|
|
7079
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8344
7080
|
requestId: string;
|
|
8345
7081
|
ip: string;
|
|
8346
7082
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8435,23 +7171,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8435
7171
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8436
7172
|
workspaceId: string;
|
|
8437
7173
|
kernel: Kernel;
|
|
8438
|
-
principal:
|
|
8439
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8440
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8441
|
-
email: string | null;
|
|
8442
|
-
name: string | null;
|
|
8443
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8444
|
-
instanceAdmin: boolean;
|
|
8445
|
-
service: string | null;
|
|
8446
|
-
memberships: {
|
|
8447
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8448
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8449
|
-
roleIds: string[];
|
|
8450
|
-
groupIds: string[];
|
|
8451
|
-
status: "active" | "invited" | "suspended";
|
|
8452
|
-
}[];
|
|
8453
|
-
permissionVersion: number;
|
|
8454
|
-
};
|
|
7174
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8455
7175
|
requestId: string;
|
|
8456
7176
|
ip: string;
|
|
8457
7177
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8597,23 +7317,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8597
7317
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8598
7318
|
workspaceId: string;
|
|
8599
7319
|
kernel: Kernel;
|
|
8600
|
-
principal:
|
|
8601
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8602
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8603
|
-
email: string | null;
|
|
8604
|
-
name: string | null;
|
|
8605
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8606
|
-
instanceAdmin: boolean;
|
|
8607
|
-
service: string | null;
|
|
8608
|
-
memberships: {
|
|
8609
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8610
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8611
|
-
roleIds: string[];
|
|
8612
|
-
groupIds: string[];
|
|
8613
|
-
status: "active" | "invited" | "suspended";
|
|
8614
|
-
}[];
|
|
8615
|
-
permissionVersion: number;
|
|
8616
|
-
};
|
|
7320
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8617
7321
|
requestId: string;
|
|
8618
7322
|
ip: string;
|
|
8619
7323
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8761,23 +7465,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8761
7465
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8762
7466
|
workspaceId: string;
|
|
8763
7467
|
kernel: Kernel;
|
|
8764
|
-
principal:
|
|
8765
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8766
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8767
|
-
email: string | null;
|
|
8768
|
-
name: string | null;
|
|
8769
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8770
|
-
instanceAdmin: boolean;
|
|
8771
|
-
service: string | null;
|
|
8772
|
-
memberships: {
|
|
8773
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8774
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8775
|
-
roleIds: string[];
|
|
8776
|
-
groupIds: string[];
|
|
8777
|
-
status: "active" | "invited" | "suspended";
|
|
8778
|
-
}[];
|
|
8779
|
-
permissionVersion: number;
|
|
8780
|
-
};
|
|
7468
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8781
7469
|
requestId: string;
|
|
8782
7470
|
ip: string;
|
|
8783
7471
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8815,23 +7503,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8815
7503
|
parse: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8816
7504
|
workspaceId: string;
|
|
8817
7505
|
kernel: Kernel;
|
|
8818
|
-
principal:
|
|
8819
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8820
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8821
|
-
email: string | null;
|
|
8822
|
-
name: string | null;
|
|
8823
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8824
|
-
instanceAdmin: boolean;
|
|
8825
|
-
service: string | null;
|
|
8826
|
-
memberships: {
|
|
8827
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8828
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8829
|
-
roleIds: string[];
|
|
8830
|
-
groupIds: string[];
|
|
8831
|
-
status: "active" | "invited" | "suspended";
|
|
8832
|
-
}[];
|
|
8833
|
-
permissionVersion: number;
|
|
8834
|
-
};
|
|
7506
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8835
7507
|
requestId: string;
|
|
8836
7508
|
ip: string;
|
|
8837
7509
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8886,23 +7558,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8886
7558
|
fields: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8887
7559
|
workspaceId: string;
|
|
8888
7560
|
kernel: Kernel;
|
|
8889
|
-
principal:
|
|
8890
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8891
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8892
|
-
email: string | null;
|
|
8893
|
-
name: string | null;
|
|
8894
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8895
|
-
instanceAdmin: boolean;
|
|
8896
|
-
service: string | null;
|
|
8897
|
-
memberships: {
|
|
8898
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8899
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8900
|
-
roleIds: string[];
|
|
8901
|
-
groupIds: string[];
|
|
8902
|
-
status: "active" | "invited" | "suspended";
|
|
8903
|
-
}[];
|
|
8904
|
-
permissionVersion: number;
|
|
8905
|
-
};
|
|
7561
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8906
7562
|
requestId: string;
|
|
8907
7563
|
ip: string;
|
|
8908
7564
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -8959,23 +7615,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
8959
7615
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
8960
7616
|
workspaceId: string;
|
|
8961
7617
|
kernel: Kernel;
|
|
8962
|
-
principal:
|
|
8963
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
8964
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
8965
|
-
email: string | null;
|
|
8966
|
-
name: string | null;
|
|
8967
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
8968
|
-
instanceAdmin: boolean;
|
|
8969
|
-
service: string | null;
|
|
8970
|
-
memberships: {
|
|
8971
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
8972
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
8973
|
-
roleIds: string[];
|
|
8974
|
-
groupIds: string[];
|
|
8975
|
-
status: "active" | "invited" | "suspended";
|
|
8976
|
-
}[];
|
|
8977
|
-
permissionVersion: number;
|
|
8978
|
-
};
|
|
7618
|
+
principal: import("@kernhq/contracts").Principal;
|
|
8979
7619
|
requestId: string;
|
|
8980
7620
|
ip: string;
|
|
8981
7621
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9038,23 +7678,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9038
7678
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9039
7679
|
workspaceId: string;
|
|
9040
7680
|
kernel: Kernel;
|
|
9041
|
-
principal:
|
|
9042
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9043
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9044
|
-
email: string | null;
|
|
9045
|
-
name: string | null;
|
|
9046
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9047
|
-
instanceAdmin: boolean;
|
|
9048
|
-
service: string | null;
|
|
9049
|
-
memberships: {
|
|
9050
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9051
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9052
|
-
roleIds: string[];
|
|
9053
|
-
groupIds: string[];
|
|
9054
|
-
status: "active" | "invited" | "suspended";
|
|
9055
|
-
}[];
|
|
9056
|
-
permissionVersion: number;
|
|
9057
|
-
};
|
|
7681
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9058
7682
|
requestId: string;
|
|
9059
7683
|
ip: string;
|
|
9060
7684
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9112,23 +7736,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9112
7736
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9113
7737
|
workspaceId: string;
|
|
9114
7738
|
kernel: Kernel;
|
|
9115
|
-
principal:
|
|
9116
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9117
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9118
|
-
email: string | null;
|
|
9119
|
-
name: string | null;
|
|
9120
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9121
|
-
instanceAdmin: boolean;
|
|
9122
|
-
service: string | null;
|
|
9123
|
-
memberships: {
|
|
9124
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9125
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9126
|
-
roleIds: string[];
|
|
9127
|
-
groupIds: string[];
|
|
9128
|
-
status: "active" | "invited" | "suspended";
|
|
9129
|
-
}[];
|
|
9130
|
-
permissionVersion: number;
|
|
9131
|
-
};
|
|
7739
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9132
7740
|
requestId: string;
|
|
9133
7741
|
ip: string;
|
|
9134
7742
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9190,23 +7798,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9190
7798
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9191
7799
|
workspaceId: string;
|
|
9192
7800
|
kernel: Kernel;
|
|
9193
|
-
principal:
|
|
9194
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9195
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9196
|
-
email: string | null;
|
|
9197
|
-
name: string | null;
|
|
9198
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9199
|
-
instanceAdmin: boolean;
|
|
9200
|
-
service: string | null;
|
|
9201
|
-
memberships: {
|
|
9202
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9203
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9204
|
-
roleIds: string[];
|
|
9205
|
-
groupIds: string[];
|
|
9206
|
-
status: "active" | "invited" | "suspended";
|
|
9207
|
-
}[];
|
|
9208
|
-
permissionVersion: number;
|
|
9209
|
-
};
|
|
7801
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9210
7802
|
requestId: string;
|
|
9211
7803
|
ip: string;
|
|
9212
7804
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9270,23 +7862,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9270
7862
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9271
7863
|
workspaceId: string;
|
|
9272
7864
|
kernel: Kernel;
|
|
9273
|
-
principal:
|
|
9274
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9275
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9276
|
-
email: string | null;
|
|
9277
|
-
name: string | null;
|
|
9278
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9279
|
-
instanceAdmin: boolean;
|
|
9280
|
-
service: string | null;
|
|
9281
|
-
memberships: {
|
|
9282
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9283
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9284
|
-
roleIds: string[];
|
|
9285
|
-
groupIds: string[];
|
|
9286
|
-
status: "active" | "invited" | "suspended";
|
|
9287
|
-
}[];
|
|
9288
|
-
permissionVersion: number;
|
|
9289
|
-
};
|
|
7865
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9290
7866
|
requestId: string;
|
|
9291
7867
|
ip: string;
|
|
9292
7868
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9321,23 +7897,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9321
7897
|
start: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9322
7898
|
workspaceId: string;
|
|
9323
7899
|
kernel: Kernel;
|
|
9324
|
-
principal:
|
|
9325
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9326
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9327
|
-
email: string | null;
|
|
9328
|
-
name: string | null;
|
|
9329
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9330
|
-
instanceAdmin: boolean;
|
|
9331
|
-
service: string | null;
|
|
9332
|
-
memberships: {
|
|
9333
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9334
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9335
|
-
roleIds: string[];
|
|
9336
|
-
groupIds: string[];
|
|
9337
|
-
status: "active" | "invited" | "suspended";
|
|
9338
|
-
}[];
|
|
9339
|
-
permissionVersion: number;
|
|
9340
|
-
};
|
|
7900
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9341
7901
|
requestId: string;
|
|
9342
7902
|
ip: string;
|
|
9343
7903
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9395,23 +7955,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9395
7955
|
complete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9396
7956
|
workspaceId: string;
|
|
9397
7957
|
kernel: Kernel;
|
|
9398
|
-
principal:
|
|
9399
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9400
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9401
|
-
email: string | null;
|
|
9402
|
-
name: string | null;
|
|
9403
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9404
|
-
instanceAdmin: boolean;
|
|
9405
|
-
service: string | null;
|
|
9406
|
-
memberships: {
|
|
9407
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9408
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9409
|
-
roleIds: string[];
|
|
9410
|
-
groupIds: string[];
|
|
9411
|
-
status: "active" | "invited" | "suspended";
|
|
9412
|
-
}[];
|
|
9413
|
-
permissionVersion: number;
|
|
9414
|
-
};
|
|
7958
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9415
7959
|
requestId: string;
|
|
9416
7960
|
ip: string;
|
|
9417
7961
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9472,23 +8016,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9472
8016
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9473
8017
|
workspaceId: string;
|
|
9474
8018
|
kernel: Kernel;
|
|
9475
|
-
principal:
|
|
9476
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9477
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9478
|
-
email: string | null;
|
|
9479
|
-
name: string | null;
|
|
9480
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9481
|
-
instanceAdmin: boolean;
|
|
9482
|
-
service: string | null;
|
|
9483
|
-
memberships: {
|
|
9484
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9485
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9486
|
-
roleIds: string[];
|
|
9487
|
-
groupIds: string[];
|
|
9488
|
-
status: "active" | "invited" | "suspended";
|
|
9489
|
-
}[];
|
|
9490
|
-
permissionVersion: number;
|
|
9491
|
-
};
|
|
8019
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9492
8020
|
requestId: string;
|
|
9493
8021
|
ip: string;
|
|
9494
8022
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9540,23 +8068,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9540
8068
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9541
8069
|
workspaceId: string;
|
|
9542
8070
|
kernel: Kernel;
|
|
9543
|
-
principal:
|
|
9544
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9545
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9546
|
-
email: string | null;
|
|
9547
|
-
name: string | null;
|
|
9548
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9549
|
-
instanceAdmin: boolean;
|
|
9550
|
-
service: string | null;
|
|
9551
|
-
memberships: {
|
|
9552
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9553
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9554
|
-
roleIds: string[];
|
|
9555
|
-
groupIds: string[];
|
|
9556
|
-
status: "active" | "invited" | "suspended";
|
|
9557
|
-
}[];
|
|
9558
|
-
permissionVersion: number;
|
|
9559
|
-
};
|
|
8071
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9560
8072
|
requestId: string;
|
|
9561
8073
|
ip: string;
|
|
9562
8074
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9616,23 +8128,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9616
8128
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9617
8129
|
workspaceId: string;
|
|
9618
8130
|
kernel: Kernel;
|
|
9619
|
-
principal:
|
|
9620
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9621
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9622
|
-
email: string | null;
|
|
9623
|
-
name: string | null;
|
|
9624
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9625
|
-
instanceAdmin: boolean;
|
|
9626
|
-
service: string | null;
|
|
9627
|
-
memberships: {
|
|
9628
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9629
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9630
|
-
roleIds: string[];
|
|
9631
|
-
groupIds: string[];
|
|
9632
|
-
status: "active" | "invited" | "suspended";
|
|
9633
|
-
}[];
|
|
9634
|
-
permissionVersion: number;
|
|
9635
|
-
};
|
|
8131
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9636
8132
|
requestId: string;
|
|
9637
8133
|
ip: string;
|
|
9638
8134
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9694,23 +8190,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9694
8190
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9695
8191
|
workspaceId: string;
|
|
9696
8192
|
kernel: Kernel;
|
|
9697
|
-
principal:
|
|
9698
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9699
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9700
|
-
email: string | null;
|
|
9701
|
-
name: string | null;
|
|
9702
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9703
|
-
instanceAdmin: boolean;
|
|
9704
|
-
service: string | null;
|
|
9705
|
-
memberships: {
|
|
9706
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9707
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9708
|
-
roleIds: string[];
|
|
9709
|
-
groupIds: string[];
|
|
9710
|
-
status: "active" | "invited" | "suspended";
|
|
9711
|
-
}[];
|
|
9712
|
-
permissionVersion: number;
|
|
9713
|
-
};
|
|
8193
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9714
8194
|
requestId: string;
|
|
9715
8195
|
ip: string;
|
|
9716
8196
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9747,23 +8227,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9747
8227
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9748
8228
|
workspaceId: string;
|
|
9749
8229
|
kernel: Kernel;
|
|
9750
|
-
principal:
|
|
9751
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9752
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9753
|
-
email: string | null;
|
|
9754
|
-
name: string | null;
|
|
9755
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9756
|
-
instanceAdmin: boolean;
|
|
9757
|
-
service: string | null;
|
|
9758
|
-
memberships: {
|
|
9759
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9760
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9761
|
-
roleIds: string[];
|
|
9762
|
-
groupIds: string[];
|
|
9763
|
-
status: "active" | "invited" | "suspended";
|
|
9764
|
-
}[];
|
|
9765
|
-
permissionVersion: number;
|
|
9766
|
-
};
|
|
8230
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9767
8231
|
requestId: string;
|
|
9768
8232
|
ip: string;
|
|
9769
8233
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9817,23 +8281,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9817
8281
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9818
8282
|
workspaceId: string;
|
|
9819
8283
|
kernel: Kernel;
|
|
9820
|
-
principal:
|
|
9821
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9822
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9823
|
-
email: string | null;
|
|
9824
|
-
name: string | null;
|
|
9825
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9826
|
-
instanceAdmin: boolean;
|
|
9827
|
-
service: string | null;
|
|
9828
|
-
memberships: {
|
|
9829
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9830
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9831
|
-
roleIds: string[];
|
|
9832
|
-
groupIds: string[];
|
|
9833
|
-
status: "active" | "invited" | "suspended";
|
|
9834
|
-
}[];
|
|
9835
|
-
permissionVersion: number;
|
|
9836
|
-
};
|
|
8284
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9837
8285
|
requestId: string;
|
|
9838
8286
|
ip: string;
|
|
9839
8287
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9892,23 +8340,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9892
8340
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9893
8341
|
workspaceId: string;
|
|
9894
8342
|
kernel: Kernel;
|
|
9895
|
-
principal:
|
|
9896
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9897
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9898
|
-
email: string | null;
|
|
9899
|
-
name: string | null;
|
|
9900
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9901
|
-
instanceAdmin: boolean;
|
|
9902
|
-
service: string | null;
|
|
9903
|
-
memberships: {
|
|
9904
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9905
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9906
|
-
roleIds: string[];
|
|
9907
|
-
groupIds: string[];
|
|
9908
|
-
status: "active" | "invited" | "suspended";
|
|
9909
|
-
}[];
|
|
9910
|
-
permissionVersion: number;
|
|
9911
|
-
};
|
|
8343
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9912
8344
|
requestId: string;
|
|
9913
8345
|
ip: string;
|
|
9914
8346
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -9969,23 +8401,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
9969
8401
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
9970
8402
|
workspaceId: string;
|
|
9971
8403
|
kernel: Kernel;
|
|
9972
|
-
principal:
|
|
9973
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
9974
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
9975
|
-
email: string | null;
|
|
9976
|
-
name: string | null;
|
|
9977
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
9978
|
-
instanceAdmin: boolean;
|
|
9979
|
-
service: string | null;
|
|
9980
|
-
memberships: {
|
|
9981
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
9982
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
9983
|
-
roleIds: string[];
|
|
9984
|
-
groupIds: string[];
|
|
9985
|
-
status: "active" | "invited" | "suspended";
|
|
9986
|
-
}[];
|
|
9987
|
-
permissionVersion: number;
|
|
9988
|
-
};
|
|
8404
|
+
principal: import("@kernhq/contracts").Principal;
|
|
9989
8405
|
requestId: string;
|
|
9990
8406
|
ip: string;
|
|
9991
8407
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10020,23 +8436,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10020
8436
|
release: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10021
8437
|
workspaceId: string;
|
|
10022
8438
|
kernel: Kernel;
|
|
10023
|
-
principal:
|
|
10024
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10025
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10026
|
-
email: string | null;
|
|
10027
|
-
name: string | null;
|
|
10028
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10029
|
-
instanceAdmin: boolean;
|
|
10030
|
-
service: string | null;
|
|
10031
|
-
memberships: {
|
|
10032
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10033
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10034
|
-
roleIds: string[];
|
|
10035
|
-
groupIds: string[];
|
|
10036
|
-
status: "active" | "invited" | "suspended";
|
|
10037
|
-
}[];
|
|
10038
|
-
permissionVersion: number;
|
|
10039
|
-
};
|
|
8439
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10040
8440
|
requestId: string;
|
|
10041
8441
|
ip: string;
|
|
10042
8442
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10093,23 +8493,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10093
8493
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10094
8494
|
workspaceId: string;
|
|
10095
8495
|
kernel: Kernel;
|
|
10096
|
-
principal:
|
|
10097
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10098
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10099
|
-
email: string | null;
|
|
10100
|
-
name: string | null;
|
|
10101
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10102
|
-
instanceAdmin: boolean;
|
|
10103
|
-
service: string | null;
|
|
10104
|
-
memberships: {
|
|
10105
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10106
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10107
|
-
roleIds: string[];
|
|
10108
|
-
groupIds: string[];
|
|
10109
|
-
status: "active" | "invited" | "suspended";
|
|
10110
|
-
}[];
|
|
10111
|
-
permissionVersion: number;
|
|
10112
|
-
};
|
|
8496
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10113
8497
|
requestId: string;
|
|
10114
8498
|
ip: string;
|
|
10115
8499
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10157,23 +8541,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10157
8541
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10158
8542
|
workspaceId: string;
|
|
10159
8543
|
kernel: Kernel;
|
|
10160
|
-
principal:
|
|
10161
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10162
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10163
|
-
email: string | null;
|
|
10164
|
-
name: string | null;
|
|
10165
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10166
|
-
instanceAdmin: boolean;
|
|
10167
|
-
service: string | null;
|
|
10168
|
-
memberships: {
|
|
10169
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10170
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10171
|
-
roleIds: string[];
|
|
10172
|
-
groupIds: string[];
|
|
10173
|
-
status: "active" | "invited" | "suspended";
|
|
10174
|
-
}[];
|
|
10175
|
-
permissionVersion: number;
|
|
10176
|
-
};
|
|
8544
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10177
8545
|
requestId: string;
|
|
10178
8546
|
ip: string;
|
|
10179
8547
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10229,23 +8597,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10229
8597
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10230
8598
|
workspaceId: string;
|
|
10231
8599
|
kernel: Kernel;
|
|
10232
|
-
principal:
|
|
10233
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10234
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10235
|
-
email: string | null;
|
|
10236
|
-
name: string | null;
|
|
10237
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10238
|
-
instanceAdmin: boolean;
|
|
10239
|
-
service: string | null;
|
|
10240
|
-
memberships: {
|
|
10241
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10242
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10243
|
-
roleIds: string[];
|
|
10244
|
-
groupIds: string[];
|
|
10245
|
-
status: "active" | "invited" | "suspended";
|
|
10246
|
-
}[];
|
|
10247
|
-
permissionVersion: number;
|
|
10248
|
-
};
|
|
8600
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10249
8601
|
requestId: string;
|
|
10250
8602
|
ip: string;
|
|
10251
8603
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10303,23 +8655,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10303
8655
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10304
8656
|
workspaceId: string;
|
|
10305
8657
|
kernel: Kernel;
|
|
10306
|
-
principal:
|
|
10307
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10308
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10309
|
-
email: string | null;
|
|
10310
|
-
name: string | null;
|
|
10311
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10312
|
-
instanceAdmin: boolean;
|
|
10313
|
-
service: string | null;
|
|
10314
|
-
memberships: {
|
|
10315
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10316
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10317
|
-
roleIds: string[];
|
|
10318
|
-
groupIds: string[];
|
|
10319
|
-
status: "active" | "invited" | "suspended";
|
|
10320
|
-
}[];
|
|
10321
|
-
permissionVersion: number;
|
|
10322
|
-
};
|
|
8658
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10323
8659
|
requestId: string;
|
|
10324
8660
|
ip: string;
|
|
10325
8661
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10356,23 +8692,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10356
8692
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10357
8693
|
workspaceId: string;
|
|
10358
8694
|
kernel: Kernel;
|
|
10359
|
-
principal:
|
|
10360
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10361
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10362
|
-
email: string | null;
|
|
10363
|
-
name: string | null;
|
|
10364
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10365
|
-
instanceAdmin: boolean;
|
|
10366
|
-
service: string | null;
|
|
10367
|
-
memberships: {
|
|
10368
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10369
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10370
|
-
roleIds: string[];
|
|
10371
|
-
groupIds: string[];
|
|
10372
|
-
status: "active" | "invited" | "suspended";
|
|
10373
|
-
}[];
|
|
10374
|
-
permissionVersion: number;
|
|
10375
|
-
};
|
|
8695
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10376
8696
|
requestId: string;
|
|
10377
8697
|
ip: string;
|
|
10378
8698
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10417,23 +8737,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10417
8737
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10418
8738
|
workspaceId: string;
|
|
10419
8739
|
kernel: Kernel;
|
|
10420
|
-
principal:
|
|
10421
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10422
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10423
|
-
email: string | null;
|
|
10424
|
-
name: string | null;
|
|
10425
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10426
|
-
instanceAdmin: boolean;
|
|
10427
|
-
service: string | null;
|
|
10428
|
-
memberships: {
|
|
10429
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10430
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10431
|
-
roleIds: string[];
|
|
10432
|
-
groupIds: string[];
|
|
10433
|
-
status: "active" | "invited" | "suspended";
|
|
10434
|
-
}[];
|
|
10435
|
-
permissionVersion: number;
|
|
10436
|
-
};
|
|
8740
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10437
8741
|
requestId: string;
|
|
10438
8742
|
ip: string;
|
|
10439
8743
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10481,23 +8785,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10481
8785
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10482
8786
|
workspaceId: string;
|
|
10483
8787
|
kernel: Kernel;
|
|
10484
|
-
principal:
|
|
10485
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10486
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10487
|
-
email: string | null;
|
|
10488
|
-
name: string | null;
|
|
10489
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10490
|
-
instanceAdmin: boolean;
|
|
10491
|
-
service: string | null;
|
|
10492
|
-
memberships: {
|
|
10493
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10494
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10495
|
-
roleIds: string[];
|
|
10496
|
-
groupIds: string[];
|
|
10497
|
-
status: "active" | "invited" | "suspended";
|
|
10498
|
-
}[];
|
|
10499
|
-
permissionVersion: number;
|
|
10500
|
-
};
|
|
8788
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10501
8789
|
requestId: string;
|
|
10502
8790
|
ip: string;
|
|
10503
8791
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10548,23 +8836,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10548
8836
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10549
8837
|
workspaceId: string;
|
|
10550
8838
|
kernel: Kernel;
|
|
10551
|
-
principal:
|
|
10552
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10553
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10554
|
-
email: string | null;
|
|
10555
|
-
name: string | null;
|
|
10556
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10557
|
-
instanceAdmin: boolean;
|
|
10558
|
-
service: string | null;
|
|
10559
|
-
memberships: {
|
|
10560
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10561
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10562
|
-
roleIds: string[];
|
|
10563
|
-
groupIds: string[];
|
|
10564
|
-
status: "active" | "invited" | "suspended";
|
|
10565
|
-
}[];
|
|
10566
|
-
permissionVersion: number;
|
|
10567
|
-
};
|
|
8839
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10568
8840
|
requestId: string;
|
|
10569
8841
|
ip: string;
|
|
10570
8842
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10601,23 +8873,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10601
8873
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10602
8874
|
workspaceId: string;
|
|
10603
8875
|
kernel: Kernel;
|
|
10604
|
-
principal:
|
|
10605
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10606
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10607
|
-
email: string | null;
|
|
10608
|
-
name: string | null;
|
|
10609
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10610
|
-
instanceAdmin: boolean;
|
|
10611
|
-
service: string | null;
|
|
10612
|
-
memberships: {
|
|
10613
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10614
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10615
|
-
roleIds: string[];
|
|
10616
|
-
groupIds: string[];
|
|
10617
|
-
status: "active" | "invited" | "suspended";
|
|
10618
|
-
}[];
|
|
10619
|
-
permissionVersion: number;
|
|
10620
|
-
};
|
|
8876
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10621
8877
|
requestId: string;
|
|
10622
8878
|
ip: string;
|
|
10623
8879
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10768,23 +9024,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10768
9024
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10769
9025
|
workspaceId: string;
|
|
10770
9026
|
kernel: Kernel;
|
|
10771
|
-
principal:
|
|
10772
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10773
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10774
|
-
email: string | null;
|
|
10775
|
-
name: string | null;
|
|
10776
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10777
|
-
instanceAdmin: boolean;
|
|
10778
|
-
service: string | null;
|
|
10779
|
-
memberships: {
|
|
10780
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10781
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10782
|
-
roleIds: string[];
|
|
10783
|
-
groupIds: string[];
|
|
10784
|
-
status: "active" | "invited" | "suspended";
|
|
10785
|
-
}[];
|
|
10786
|
-
permissionVersion: number;
|
|
10787
|
-
};
|
|
9027
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10788
9028
|
requestId: string;
|
|
10789
9029
|
ip: string;
|
|
10790
9030
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -10935,23 +9175,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
10935
9175
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
10936
9176
|
workspaceId: string;
|
|
10937
9177
|
kernel: Kernel;
|
|
10938
|
-
principal:
|
|
10939
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
10940
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
10941
|
-
email: string | null;
|
|
10942
|
-
name: string | null;
|
|
10943
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
10944
|
-
instanceAdmin: boolean;
|
|
10945
|
-
service: string | null;
|
|
10946
|
-
memberships: {
|
|
10947
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
10948
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
10949
|
-
roleIds: string[];
|
|
10950
|
-
groupIds: string[];
|
|
10951
|
-
status: "active" | "invited" | "suspended";
|
|
10952
|
-
}[];
|
|
10953
|
-
permissionVersion: number;
|
|
10954
|
-
};
|
|
9178
|
+
principal: import("@kernhq/contracts").Principal;
|
|
10955
9179
|
requestId: string;
|
|
10956
9180
|
ip: string;
|
|
10957
9181
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -11211,23 +9435,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
11211
9435
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
11212
9436
|
workspaceId: string;
|
|
11213
9437
|
kernel: Kernel;
|
|
11214
|
-
principal:
|
|
11215
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
11216
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
11217
|
-
email: string | null;
|
|
11218
|
-
name: string | null;
|
|
11219
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
11220
|
-
instanceAdmin: boolean;
|
|
11221
|
-
service: string | null;
|
|
11222
|
-
memberships: {
|
|
11223
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
11224
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
11225
|
-
roleIds: string[];
|
|
11226
|
-
groupIds: string[];
|
|
11227
|
-
status: "active" | "invited" | "suspended";
|
|
11228
|
-
}[];
|
|
11229
|
-
permissionVersion: number;
|
|
11230
|
-
};
|
|
9438
|
+
principal: import("@kernhq/contracts").Principal;
|
|
11231
9439
|
requestId: string;
|
|
11232
9440
|
ip: string;
|
|
11233
9441
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -11490,23 +9698,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
11490
9698
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
11491
9699
|
workspaceId: string;
|
|
11492
9700
|
kernel: Kernel;
|
|
11493
|
-
principal:
|
|
11494
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
11495
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
11496
|
-
email: string | null;
|
|
11497
|
-
name: string | null;
|
|
11498
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
11499
|
-
instanceAdmin: boolean;
|
|
11500
|
-
service: string | null;
|
|
11501
|
-
memberships: {
|
|
11502
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
11503
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
11504
|
-
roleIds: string[];
|
|
11505
|
-
groupIds: string[];
|
|
11506
|
-
status: "active" | "invited" | "suspended";
|
|
11507
|
-
}[];
|
|
11508
|
-
permissionVersion: number;
|
|
11509
|
-
};
|
|
9701
|
+
principal: import("@kernhq/contracts").Principal;
|
|
11510
9702
|
requestId: string;
|
|
11511
9703
|
ip: string;
|
|
11512
9704
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -11541,23 +9733,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
11541
9733
|
pin: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
11542
9734
|
workspaceId: string;
|
|
11543
9735
|
kernel: Kernel;
|
|
11544
|
-
principal:
|
|
11545
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
11546
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
11547
|
-
email: string | null;
|
|
11548
|
-
name: string | null;
|
|
11549
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
11550
|
-
instanceAdmin: boolean;
|
|
11551
|
-
service: string | null;
|
|
11552
|
-
memberships: {
|
|
11553
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
11554
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
11555
|
-
roleIds: string[];
|
|
11556
|
-
groupIds: string[];
|
|
11557
|
-
status: "active" | "invited" | "suspended";
|
|
11558
|
-
}[];
|
|
11559
|
-
permissionVersion: number;
|
|
11560
|
-
};
|
|
9736
|
+
principal: import("@kernhq/contracts").Principal;
|
|
11561
9737
|
requestId: string;
|
|
11562
9738
|
ip: string;
|
|
11563
9739
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -11756,23 +9932,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
11756
9932
|
accept: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
11757
9933
|
workspaceId: string;
|
|
11758
9934
|
kernel: Kernel;
|
|
11759
|
-
principal:
|
|
11760
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
11761
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
11762
|
-
email: string | null;
|
|
11763
|
-
name: string | null;
|
|
11764
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
11765
|
-
instanceAdmin: boolean;
|
|
11766
|
-
service: string | null;
|
|
11767
|
-
memberships: {
|
|
11768
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
11769
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
11770
|
-
roleIds: string[];
|
|
11771
|
-
groupIds: string[];
|
|
11772
|
-
status: "active" | "invited" | "suspended";
|
|
11773
|
-
}[];
|
|
11774
|
-
permissionVersion: number;
|
|
11775
|
-
};
|
|
9935
|
+
principal: import("@kernhq/contracts").Principal;
|
|
11776
9936
|
requestId: string;
|
|
11777
9937
|
ip: string;
|
|
11778
9938
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -11899,23 +10059,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
11899
10059
|
decline: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
11900
10060
|
workspaceId: string;
|
|
11901
10061
|
kernel: Kernel;
|
|
11902
|
-
principal:
|
|
11903
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
11904
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
11905
|
-
email: string | null;
|
|
11906
|
-
name: string | null;
|
|
11907
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
11908
|
-
instanceAdmin: boolean;
|
|
11909
|
-
service: string | null;
|
|
11910
|
-
memberships: {
|
|
11911
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
11912
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
11913
|
-
roleIds: string[];
|
|
11914
|
-
groupIds: string[];
|
|
11915
|
-
status: "active" | "invited" | "suspended";
|
|
11916
|
-
}[];
|
|
11917
|
-
permissionVersion: number;
|
|
11918
|
-
};
|
|
10062
|
+
principal: import("@kernhq/contracts").Principal;
|
|
11919
10063
|
requestId: string;
|
|
11920
10064
|
ip: string;
|
|
11921
10065
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12042,23 +10186,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12042
10186
|
snooze: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12043
10187
|
workspaceId: string;
|
|
12044
10188
|
kernel: Kernel;
|
|
12045
|
-
principal:
|
|
12046
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12047
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12048
|
-
email: string | null;
|
|
12049
|
-
name: string | null;
|
|
12050
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12051
|
-
instanceAdmin: boolean;
|
|
12052
|
-
service: string | null;
|
|
12053
|
-
memberships: {
|
|
12054
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12055
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12056
|
-
roleIds: string[];
|
|
12057
|
-
groupIds: string[];
|
|
12058
|
-
status: "active" | "invited" | "suspended";
|
|
12059
|
-
}[];
|
|
12060
|
-
permissionVersion: number;
|
|
12061
|
-
};
|
|
10189
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12062
10190
|
requestId: string;
|
|
12063
10191
|
ip: string;
|
|
12064
10192
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12187,23 +10315,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12187
10315
|
burndown: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12188
10316
|
workspaceId: string;
|
|
12189
10317
|
kernel: Kernel;
|
|
12190
|
-
principal:
|
|
12191
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12192
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12193
|
-
email: string | null;
|
|
12194
|
-
name: string | null;
|
|
12195
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12196
|
-
instanceAdmin: boolean;
|
|
12197
|
-
service: string | null;
|
|
12198
|
-
memberships: {
|
|
12199
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12200
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12201
|
-
roleIds: string[];
|
|
12202
|
-
groupIds: string[];
|
|
12203
|
-
status: "active" | "invited" | "suspended";
|
|
12204
|
-
}[];
|
|
12205
|
-
permissionVersion: number;
|
|
12206
|
-
};
|
|
10318
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12207
10319
|
requestId: string;
|
|
12208
10320
|
ip: string;
|
|
12209
10321
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12276,23 +10388,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12276
10388
|
velocity: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12277
10389
|
workspaceId: string;
|
|
12278
10390
|
kernel: Kernel;
|
|
12279
|
-
principal:
|
|
12280
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12281
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12282
|
-
email: string | null;
|
|
12283
|
-
name: string | null;
|
|
12284
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12285
|
-
instanceAdmin: boolean;
|
|
12286
|
-
service: string | null;
|
|
12287
|
-
memberships: {
|
|
12288
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12289
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12290
|
-
roleIds: string[];
|
|
12291
|
-
groupIds: string[];
|
|
12292
|
-
status: "active" | "invited" | "suspended";
|
|
12293
|
-
}[];
|
|
12294
|
-
permissionVersion: number;
|
|
12295
|
-
};
|
|
10391
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12296
10392
|
requestId: string;
|
|
12297
10393
|
ip: string;
|
|
12298
10394
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12351,23 +10447,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12351
10447
|
cfd: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12352
10448
|
workspaceId: string;
|
|
12353
10449
|
kernel: Kernel;
|
|
12354
|
-
principal:
|
|
12355
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12356
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12357
|
-
email: string | null;
|
|
12358
|
-
name: string | null;
|
|
12359
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12360
|
-
instanceAdmin: boolean;
|
|
12361
|
-
service: string | null;
|
|
12362
|
-
memberships: {
|
|
12363
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12364
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12365
|
-
roleIds: string[];
|
|
12366
|
-
groupIds: string[];
|
|
12367
|
-
status: "active" | "invited" | "suspended";
|
|
12368
|
-
}[];
|
|
12369
|
-
permissionVersion: number;
|
|
12370
|
-
};
|
|
10450
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12371
10451
|
requestId: string;
|
|
12372
10452
|
ip: string;
|
|
12373
10453
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12420,23 +10500,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12420
10500
|
createdVsResolved: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12421
10501
|
workspaceId: string;
|
|
12422
10502
|
kernel: Kernel;
|
|
12423
|
-
principal:
|
|
12424
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12425
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12426
|
-
email: string | null;
|
|
12427
|
-
name: string | null;
|
|
12428
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12429
|
-
instanceAdmin: boolean;
|
|
12430
|
-
service: string | null;
|
|
12431
|
-
memberships: {
|
|
12432
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12433
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12434
|
-
roleIds: string[];
|
|
12435
|
-
groupIds: string[];
|
|
12436
|
-
status: "active" | "invited" | "suspended";
|
|
12437
|
-
}[];
|
|
12438
|
-
permissionVersion: number;
|
|
12439
|
-
};
|
|
10503
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12440
10504
|
requestId: string;
|
|
12441
10505
|
ip: string;
|
|
12442
10506
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12478,23 +10542,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12478
10542
|
time: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12479
10543
|
workspaceId: string;
|
|
12480
10544
|
kernel: Kernel;
|
|
12481
|
-
principal:
|
|
12482
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12483
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12484
|
-
email: string | null;
|
|
12485
|
-
name: string | null;
|
|
12486
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12487
|
-
instanceAdmin: boolean;
|
|
12488
|
-
service: string | null;
|
|
12489
|
-
memberships: {
|
|
12490
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12491
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12492
|
-
roleIds: string[];
|
|
12493
|
-
groupIds: string[];
|
|
12494
|
-
status: "active" | "invited" | "suspended";
|
|
12495
|
-
}[];
|
|
12496
|
-
permissionVersion: number;
|
|
12497
|
-
};
|
|
10545
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12498
10546
|
requestId: string;
|
|
12499
10547
|
ip: string;
|
|
12500
10548
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12560,23 +10608,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12560
10608
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12561
10609
|
workspaceId: string;
|
|
12562
10610
|
kernel: Kernel;
|
|
12563
|
-
principal:
|
|
12564
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12565
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12566
|
-
email: string | null;
|
|
12567
|
-
name: string | null;
|
|
12568
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12569
|
-
instanceAdmin: boolean;
|
|
12570
|
-
service: string | null;
|
|
12571
|
-
memberships: {
|
|
12572
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12573
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12574
|
-
roleIds: string[];
|
|
12575
|
-
groupIds: string[];
|
|
12576
|
-
status: "active" | "invited" | "suspended";
|
|
12577
|
-
}[];
|
|
12578
|
-
permissionVersion: number;
|
|
12579
|
-
};
|
|
10611
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12580
10612
|
requestId: string;
|
|
12581
10613
|
ip: string;
|
|
12582
10614
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12621,23 +10653,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12621
10653
|
create: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12622
10654
|
workspaceId: string;
|
|
12623
10655
|
kernel: Kernel;
|
|
12624
|
-
principal:
|
|
12625
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12626
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12627
|
-
email: string | null;
|
|
12628
|
-
name: string | null;
|
|
12629
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12630
|
-
instanceAdmin: boolean;
|
|
12631
|
-
service: string | null;
|
|
12632
|
-
memberships: {
|
|
12633
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12634
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12635
|
-
roleIds: string[];
|
|
12636
|
-
groupIds: string[];
|
|
12637
|
-
status: "active" | "invited" | "suspended";
|
|
12638
|
-
}[];
|
|
12639
|
-
permissionVersion: number;
|
|
12640
|
-
};
|
|
10656
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12641
10657
|
requestId: string;
|
|
12642
10658
|
ip: string;
|
|
12643
10659
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12788,23 +10804,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12788
10804
|
update: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12789
10805
|
workspaceId: string;
|
|
12790
10806
|
kernel: Kernel;
|
|
12791
|
-
principal:
|
|
12792
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12793
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12794
|
-
email: string | null;
|
|
12795
|
-
name: string | null;
|
|
12796
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12797
|
-
instanceAdmin: boolean;
|
|
12798
|
-
service: string | null;
|
|
12799
|
-
memberships: {
|
|
12800
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12801
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12802
|
-
roleIds: string[];
|
|
12803
|
-
groupIds: string[];
|
|
12804
|
-
status: "active" | "invited" | "suspended";
|
|
12805
|
-
}[];
|
|
12806
|
-
permissionVersion: number;
|
|
12807
|
-
};
|
|
10807
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12808
10808
|
requestId: string;
|
|
12809
10809
|
ip: string;
|
|
12810
10810
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12861,23 +10861,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12861
10861
|
delete: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12862
10862
|
workspaceId: string;
|
|
12863
10863
|
kernel: Kernel;
|
|
12864
|
-
principal:
|
|
12865
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12866
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12867
|
-
email: string | null;
|
|
12868
|
-
name: string | null;
|
|
12869
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12870
|
-
instanceAdmin: boolean;
|
|
12871
|
-
service: string | null;
|
|
12872
|
-
memberships: {
|
|
12873
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12874
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12875
|
-
roleIds: string[];
|
|
12876
|
-
groupIds: string[];
|
|
12877
|
-
status: "active" | "invited" | "suspended";
|
|
12878
|
-
}[];
|
|
12879
|
-
permissionVersion: number;
|
|
12880
|
-
};
|
|
10864
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12881
10865
|
requestId: string;
|
|
12882
10866
|
ip: string;
|
|
12883
10867
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12913,23 +10897,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12913
10897
|
start: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12914
10898
|
workspaceId: string;
|
|
12915
10899
|
kernel: Kernel;
|
|
12916
|
-
principal:
|
|
12917
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12918
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12919
|
-
email: string | null;
|
|
12920
|
-
name: string | null;
|
|
12921
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12922
|
-
instanceAdmin: boolean;
|
|
12923
|
-
service: string | null;
|
|
12924
|
-
memberships: {
|
|
12925
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12926
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12927
|
-
roleIds: string[];
|
|
12928
|
-
groupIds: string[];
|
|
12929
|
-
status: "active" | "invited" | "suspended";
|
|
12930
|
-
}[];
|
|
12931
|
-
permissionVersion: number;
|
|
12932
|
-
};
|
|
10900
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12933
10901
|
requestId: string;
|
|
12934
10902
|
ip: string;
|
|
12935
10903
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -12970,23 +10938,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
12970
10938
|
stop: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
12971
10939
|
workspaceId: string;
|
|
12972
10940
|
kernel: Kernel;
|
|
12973
|
-
principal:
|
|
12974
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
12975
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
12976
|
-
email: string | null;
|
|
12977
|
-
name: string | null;
|
|
12978
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
12979
|
-
instanceAdmin: boolean;
|
|
12980
|
-
service: string | null;
|
|
12981
|
-
memberships: {
|
|
12982
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
12983
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
12984
|
-
roleIds: string[];
|
|
12985
|
-
groupIds: string[];
|
|
12986
|
-
status: "active" | "invited" | "suspended";
|
|
12987
|
-
}[];
|
|
12988
|
-
permissionVersion: number;
|
|
12989
|
-
};
|
|
10941
|
+
principal: import("@kernhq/contracts").Principal;
|
|
12990
10942
|
requestId: string;
|
|
12991
10943
|
ip: string;
|
|
12992
10944
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -13033,23 +10985,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
13033
10985
|
current: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
13034
10986
|
workspaceId: string;
|
|
13035
10987
|
kernel: Kernel;
|
|
13036
|
-
principal:
|
|
13037
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13038
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
13039
|
-
email: string | null;
|
|
13040
|
-
name: string | null;
|
|
13041
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
13042
|
-
instanceAdmin: boolean;
|
|
13043
|
-
service: string | null;
|
|
13044
|
-
memberships: {
|
|
13045
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
13046
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
13047
|
-
roleIds: string[];
|
|
13048
|
-
groupIds: string[];
|
|
13049
|
-
status: "active" | "invited" | "suspended";
|
|
13050
|
-
}[];
|
|
13051
|
-
permissionVersion: number;
|
|
13052
|
-
};
|
|
10988
|
+
principal: import("@kernhq/contracts").Principal;
|
|
13053
10989
|
requestId: string;
|
|
13054
10990
|
ip: string;
|
|
13055
10991
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -13093,23 +11029,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
13093
11029
|
start: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
13094
11030
|
workspaceId: string;
|
|
13095
11031
|
kernel: Kernel;
|
|
13096
|
-
principal:
|
|
13097
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13098
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
13099
|
-
email: string | null;
|
|
13100
|
-
name: string | null;
|
|
13101
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
13102
|
-
instanceAdmin: boolean;
|
|
13103
|
-
service: string | null;
|
|
13104
|
-
memberships: {
|
|
13105
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
13106
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
13107
|
-
roleIds: string[];
|
|
13108
|
-
groupIds: string[];
|
|
13109
|
-
status: "active" | "invited" | "suspended";
|
|
13110
|
-
}[];
|
|
13111
|
-
permissionVersion: number;
|
|
13112
|
-
};
|
|
11032
|
+
principal: import("@kernhq/contracts").Principal;
|
|
13113
11033
|
requestId: string;
|
|
13114
11034
|
ip: string;
|
|
13115
11035
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -13198,23 +11118,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
13198
11118
|
get: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
13199
11119
|
workspaceId: string;
|
|
13200
11120
|
kernel: Kernel;
|
|
13201
|
-
principal:
|
|
13202
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13203
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
13204
|
-
email: string | null;
|
|
13205
|
-
name: string | null;
|
|
13206
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
13207
|
-
instanceAdmin: boolean;
|
|
13208
|
-
service: string | null;
|
|
13209
|
-
memberships: {
|
|
13210
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
13211
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
13212
|
-
roleIds: string[];
|
|
13213
|
-
groupIds: string[];
|
|
13214
|
-
status: "active" | "invited" | "suspended";
|
|
13215
|
-
}[];
|
|
13216
|
-
permissionVersion: number;
|
|
13217
|
-
};
|
|
11121
|
+
principal: import("@kernhq/contracts").Principal;
|
|
13218
11122
|
requestId: string;
|
|
13219
11123
|
ip: string;
|
|
13220
11124
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -13280,23 +11184,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
13280
11184
|
list: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
13281
11185
|
workspaceId: string;
|
|
13282
11186
|
kernel: Kernel;
|
|
13283
|
-
principal:
|
|
13284
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13285
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
13286
|
-
email: string | null;
|
|
13287
|
-
name: string | null;
|
|
13288
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
13289
|
-
instanceAdmin: boolean;
|
|
13290
|
-
service: string | null;
|
|
13291
|
-
memberships: {
|
|
13292
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
13293
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
13294
|
-
roleIds: string[];
|
|
13295
|
-
groupIds: string[];
|
|
13296
|
-
status: "active" | "invited" | "suspended";
|
|
13297
|
-
}[];
|
|
13298
|
-
permissionVersion: number;
|
|
13299
|
-
};
|
|
11187
|
+
principal: import("@kernhq/contracts").Principal;
|
|
13300
11188
|
requestId: string;
|
|
13301
11189
|
ip: string;
|
|
13302
11190
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -13362,23 +11250,7 @@ export declare function trackerRouter(kernel: Kernel): {
|
|
|
13362
11250
|
cancel: import("@orpc/server").Procedure<import("@orpc/server").MergedInitialContext<RequestContext & Record<never, never>, RequestContext & Record<never, never> & Omit<RequestContext & Record<never, never>, keyof RequestContext>, RequestContext>, Omit<RequestContext, "workspaceId" | "kernel" | "principal" | "requestId" | "ip" | "headers"> & {
|
|
13363
11251
|
workspaceId: string;
|
|
13364
11252
|
kernel: Kernel;
|
|
13365
|
-
principal:
|
|
13366
|
-
kind: "user" | "service" | "api_key" | "anonymous";
|
|
13367
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
13368
|
-
email: string | null;
|
|
13369
|
-
name: string | null;
|
|
13370
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
13371
|
-
instanceAdmin: boolean;
|
|
13372
|
-
service: string | null;
|
|
13373
|
-
memberships: {
|
|
13374
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
13375
|
-
role: "admin" | "member" | "owner" | "guest";
|
|
13376
|
-
roleIds: string[];
|
|
13377
|
-
groupIds: string[];
|
|
13378
|
-
status: "active" | "invited" | "suspended";
|
|
13379
|
-
}[];
|
|
13380
|
-
permissionVersion: number;
|
|
13381
|
-
};
|
|
11253
|
+
principal: import("@kernhq/contracts").Principal;
|
|
13382
11254
|
requestId: string;
|
|
13383
11255
|
ip: string;
|
|
13384
11256
|
headers: Record<string, string | string[] | undefined>;
|