@kernhq/module-inventory 0.4.0 → 0.4.1
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 +24 -408
- package/dist/server/router.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/server/router.d.ts
CHANGED
|
@@ -16,23 +16,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
16
16
|
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, {
|
|
17
17
|
workspaceId: string;
|
|
18
18
|
kernel: Kernel;
|
|
19
|
-
principal:
|
|
20
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
21
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
22
|
-
email: string | null;
|
|
23
|
-
name: string | null;
|
|
24
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
25
|
-
instanceAdmin: boolean;
|
|
26
|
-
service: string | null;
|
|
27
|
-
memberships: {
|
|
28
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
29
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
30
|
-
roleIds: string[];
|
|
31
|
-
groupIds: string[];
|
|
32
|
-
status: "active" | "invited" | "suspended";
|
|
33
|
-
}[];
|
|
34
|
-
permissionVersion: number;
|
|
35
|
-
};
|
|
19
|
+
principal: import("@kernhq/contracts").Principal;
|
|
36
20
|
requestId: string;
|
|
37
21
|
ip: string;
|
|
38
22
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -116,23 +100,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
116
100
|
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, {
|
|
117
101
|
workspaceId: string;
|
|
118
102
|
kernel: Kernel;
|
|
119
|
-
principal:
|
|
120
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
121
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
122
|
-
email: string | null;
|
|
123
|
-
name: string | null;
|
|
124
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
125
|
-
instanceAdmin: boolean;
|
|
126
|
-
service: string | null;
|
|
127
|
-
memberships: {
|
|
128
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
129
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
130
|
-
roleIds: string[];
|
|
131
|
-
groupIds: string[];
|
|
132
|
-
status: "active" | "invited" | "suspended";
|
|
133
|
-
}[];
|
|
134
|
-
permissionVersion: number;
|
|
135
|
-
};
|
|
103
|
+
principal: import("@kernhq/contracts").Principal;
|
|
136
104
|
requestId: string;
|
|
137
105
|
ip: string;
|
|
138
106
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -194,23 +162,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
194
162
|
history: 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, {
|
|
195
163
|
workspaceId: string;
|
|
196
164
|
kernel: Kernel;
|
|
197
|
-
principal:
|
|
198
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
199
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
200
|
-
email: string | null;
|
|
201
|
-
name: string | null;
|
|
202
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
203
|
-
instanceAdmin: boolean;
|
|
204
|
-
service: string | null;
|
|
205
|
-
memberships: {
|
|
206
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
207
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
208
|
-
roleIds: string[];
|
|
209
|
-
groupIds: string[];
|
|
210
|
-
status: "active" | "invited" | "suspended";
|
|
211
|
-
}[];
|
|
212
|
-
permissionVersion: number;
|
|
213
|
-
};
|
|
165
|
+
principal: import("@kernhq/contracts").Principal;
|
|
214
166
|
requestId: string;
|
|
215
167
|
ip: string;
|
|
216
168
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -261,23 +213,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
261
213
|
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, {
|
|
262
214
|
workspaceId: string;
|
|
263
215
|
kernel: Kernel;
|
|
264
|
-
principal:
|
|
265
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
266
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
267
|
-
email: string | null;
|
|
268
|
-
name: string | null;
|
|
269
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
270
|
-
instanceAdmin: boolean;
|
|
271
|
-
service: string | null;
|
|
272
|
-
memberships: {
|
|
273
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
274
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
275
|
-
roleIds: string[];
|
|
276
|
-
groupIds: string[];
|
|
277
|
-
status: "active" | "invited" | "suspended";
|
|
278
|
-
}[];
|
|
279
|
-
permissionVersion: number;
|
|
280
|
-
};
|
|
216
|
+
principal: import("@kernhq/contracts").Principal;
|
|
281
217
|
requestId: string;
|
|
282
218
|
ip: string;
|
|
283
219
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -349,23 +285,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
349
285
|
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, {
|
|
350
286
|
workspaceId: string;
|
|
351
287
|
kernel: Kernel;
|
|
352
|
-
principal:
|
|
353
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
354
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
355
|
-
email: string | null;
|
|
356
|
-
name: string | null;
|
|
357
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
358
|
-
instanceAdmin: boolean;
|
|
359
|
-
service: string | null;
|
|
360
|
-
memberships: {
|
|
361
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
362
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
363
|
-
roleIds: string[];
|
|
364
|
-
groupIds: string[];
|
|
365
|
-
status: "active" | "invited" | "suspended";
|
|
366
|
-
}[];
|
|
367
|
-
permissionVersion: number;
|
|
368
|
-
};
|
|
288
|
+
principal: import("@kernhq/contracts").Principal;
|
|
369
289
|
requestId: string;
|
|
370
290
|
ip: string;
|
|
371
291
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -438,23 +358,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
438
358
|
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, {
|
|
439
359
|
workspaceId: string;
|
|
440
360
|
kernel: Kernel;
|
|
441
|
-
principal:
|
|
442
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
443
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
444
|
-
email: string | null;
|
|
445
|
-
name: string | null;
|
|
446
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
447
|
-
instanceAdmin: boolean;
|
|
448
|
-
service: string | null;
|
|
449
|
-
memberships: {
|
|
450
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
451
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
452
|
-
roleIds: string[];
|
|
453
|
-
groupIds: string[];
|
|
454
|
-
status: "active" | "invited" | "suspended";
|
|
455
|
-
}[];
|
|
456
|
-
permissionVersion: number;
|
|
457
|
-
};
|
|
361
|
+
principal: import("@kernhq/contracts").Principal;
|
|
458
362
|
requestId: string;
|
|
459
363
|
ip: string;
|
|
460
364
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -519,23 +423,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
519
423
|
history: 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, {
|
|
520
424
|
workspaceId: string;
|
|
521
425
|
kernel: Kernel;
|
|
522
|
-
principal:
|
|
523
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
524
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
525
|
-
email: string | null;
|
|
526
|
-
name: string | null;
|
|
527
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
528
|
-
instanceAdmin: boolean;
|
|
529
|
-
service: string | null;
|
|
530
|
-
memberships: {
|
|
531
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
532
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
533
|
-
roleIds: string[];
|
|
534
|
-
groupIds: string[];
|
|
535
|
-
status: "active" | "invited" | "suspended";
|
|
536
|
-
}[];
|
|
537
|
-
permissionVersion: number;
|
|
538
|
-
};
|
|
426
|
+
principal: import("@kernhq/contracts").Principal;
|
|
539
427
|
requestId: string;
|
|
540
428
|
ip: string;
|
|
541
429
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -579,23 +467,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
579
467
|
byUser: 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, {
|
|
580
468
|
workspaceId: string;
|
|
581
469
|
kernel: Kernel;
|
|
582
|
-
principal:
|
|
583
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
584
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
585
|
-
email: string | null;
|
|
586
|
-
name: string | null;
|
|
587
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
588
|
-
instanceAdmin: boolean;
|
|
589
|
-
service: string | null;
|
|
590
|
-
memberships: {
|
|
591
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
592
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
593
|
-
roleIds: string[];
|
|
594
|
-
groupIds: string[];
|
|
595
|
-
status: "active" | "invited" | "suspended";
|
|
596
|
-
}[];
|
|
597
|
-
permissionVersion: number;
|
|
598
|
-
};
|
|
470
|
+
principal: import("@kernhq/contracts").Principal;
|
|
599
471
|
requestId: string;
|
|
600
472
|
ip: string;
|
|
601
473
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -663,23 +535,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
663
535
|
assign: 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, {
|
|
664
536
|
workspaceId: string;
|
|
665
537
|
kernel: Kernel;
|
|
666
|
-
principal:
|
|
667
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
668
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
669
|
-
email: string | null;
|
|
670
|
-
name: string | null;
|
|
671
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
672
|
-
instanceAdmin: boolean;
|
|
673
|
-
service: string | null;
|
|
674
|
-
memberships: {
|
|
675
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
676
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
677
|
-
roleIds: string[];
|
|
678
|
-
groupIds: string[];
|
|
679
|
-
status: "active" | "invited" | "suspended";
|
|
680
|
-
}[];
|
|
681
|
-
permissionVersion: number;
|
|
682
|
-
};
|
|
538
|
+
principal: import("@kernhq/contracts").Principal;
|
|
683
539
|
requestId: string;
|
|
684
540
|
ip: string;
|
|
685
541
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -756,23 +612,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
756
612
|
transfer: 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, {
|
|
757
613
|
workspaceId: string;
|
|
758
614
|
kernel: Kernel;
|
|
759
|
-
principal:
|
|
760
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
761
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
762
|
-
email: string | null;
|
|
763
|
-
name: string | null;
|
|
764
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
765
|
-
instanceAdmin: boolean;
|
|
766
|
-
service: string | null;
|
|
767
|
-
memberships: {
|
|
768
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
769
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
770
|
-
roleIds: string[];
|
|
771
|
-
groupIds: string[];
|
|
772
|
-
status: "active" | "invited" | "suspended";
|
|
773
|
-
}[];
|
|
774
|
-
permissionVersion: number;
|
|
775
|
-
};
|
|
615
|
+
principal: import("@kernhq/contracts").Principal;
|
|
776
616
|
requestId: string;
|
|
777
617
|
ip: string;
|
|
778
618
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -849,23 +689,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
849
689
|
return: 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, {
|
|
850
690
|
workspaceId: string;
|
|
851
691
|
kernel: Kernel;
|
|
852
|
-
principal:
|
|
853
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
854
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
855
|
-
email: string | null;
|
|
856
|
-
name: string | null;
|
|
857
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
858
|
-
instanceAdmin: boolean;
|
|
859
|
-
service: string | null;
|
|
860
|
-
memberships: {
|
|
861
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
862
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
863
|
-
roleIds: string[];
|
|
864
|
-
groupIds: string[];
|
|
865
|
-
status: "active" | "invited" | "suspended";
|
|
866
|
-
}[];
|
|
867
|
-
permissionVersion: number;
|
|
868
|
-
};
|
|
692
|
+
principal: import("@kernhq/contracts").Principal;
|
|
869
693
|
requestId: string;
|
|
870
694
|
ip: string;
|
|
871
695
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -943,23 +767,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
943
767
|
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, {
|
|
944
768
|
workspaceId: string;
|
|
945
769
|
kernel: Kernel;
|
|
946
|
-
principal:
|
|
947
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
948
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
949
|
-
email: string | null;
|
|
950
|
-
name: string | null;
|
|
951
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
952
|
-
instanceAdmin: boolean;
|
|
953
|
-
service: string | null;
|
|
954
|
-
memberships: {
|
|
955
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
956
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
957
|
-
roleIds: string[];
|
|
958
|
-
groupIds: string[];
|
|
959
|
-
status: "active" | "invited" | "suspended";
|
|
960
|
-
}[];
|
|
961
|
-
permissionVersion: number;
|
|
962
|
-
};
|
|
770
|
+
principal: import("@kernhq/contracts").Principal;
|
|
963
771
|
requestId: string;
|
|
964
772
|
ip: string;
|
|
965
773
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1000,23 +808,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1000
808
|
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, {
|
|
1001
809
|
workspaceId: string;
|
|
1002
810
|
kernel: Kernel;
|
|
1003
|
-
principal:
|
|
1004
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1005
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1006
|
-
email: string | null;
|
|
1007
|
-
name: string | null;
|
|
1008
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1009
|
-
instanceAdmin: boolean;
|
|
1010
|
-
service: string | null;
|
|
1011
|
-
memberships: {
|
|
1012
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1013
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1014
|
-
roleIds: string[];
|
|
1015
|
-
groupIds: string[];
|
|
1016
|
-
status: "active" | "invited" | "suspended";
|
|
1017
|
-
}[];
|
|
1018
|
-
permissionVersion: number;
|
|
1019
|
-
};
|
|
811
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1020
812
|
requestId: string;
|
|
1021
813
|
ip: string;
|
|
1022
814
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1057,23 +849,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1057
849
|
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, {
|
|
1058
850
|
workspaceId: string;
|
|
1059
851
|
kernel: Kernel;
|
|
1060
|
-
principal:
|
|
1061
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1062
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1063
|
-
email: string | null;
|
|
1064
|
-
name: string | null;
|
|
1065
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1066
|
-
instanceAdmin: boolean;
|
|
1067
|
-
service: string | null;
|
|
1068
|
-
memberships: {
|
|
1069
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1070
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1071
|
-
roleIds: string[];
|
|
1072
|
-
groupIds: string[];
|
|
1073
|
-
status: "active" | "invited" | "suspended";
|
|
1074
|
-
}[];
|
|
1075
|
-
permissionVersion: number;
|
|
1076
|
-
};
|
|
852
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1077
853
|
requestId: string;
|
|
1078
854
|
ip: string;
|
|
1079
855
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1115,23 +891,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1115
891
|
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, {
|
|
1116
892
|
workspaceId: string;
|
|
1117
893
|
kernel: Kernel;
|
|
1118
|
-
principal:
|
|
1119
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1120
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1121
|
-
email: string | null;
|
|
1122
|
-
name: string | null;
|
|
1123
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1124
|
-
instanceAdmin: boolean;
|
|
1125
|
-
service: string | null;
|
|
1126
|
-
memberships: {
|
|
1127
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1128
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1129
|
-
roleIds: string[];
|
|
1130
|
-
groupIds: string[];
|
|
1131
|
-
status: "active" | "invited" | "suspended";
|
|
1132
|
-
}[];
|
|
1133
|
-
permissionVersion: number;
|
|
1134
|
-
};
|
|
894
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1135
895
|
requestId: string;
|
|
1136
896
|
ip: string;
|
|
1137
897
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1173,23 +933,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1173
933
|
reorder: 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, {
|
|
1174
934
|
workspaceId: string;
|
|
1175
935
|
kernel: Kernel;
|
|
1176
|
-
principal:
|
|
1177
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1178
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1179
|
-
email: string | null;
|
|
1180
|
-
name: string | null;
|
|
1181
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1182
|
-
instanceAdmin: boolean;
|
|
1183
|
-
service: string | null;
|
|
1184
|
-
memberships: {
|
|
1185
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1186
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1187
|
-
roleIds: string[];
|
|
1188
|
-
groupIds: string[];
|
|
1189
|
-
status: "active" | "invited" | "suspended";
|
|
1190
|
-
}[];
|
|
1191
|
-
permissionVersion: number;
|
|
1192
|
-
};
|
|
936
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1193
937
|
requestId: string;
|
|
1194
938
|
ip: string;
|
|
1195
939
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1232,23 +976,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1232
976
|
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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1233
977
|
workspaceId: string;
|
|
1234
978
|
kernel: Kernel;
|
|
1235
|
-
principal:
|
|
1236
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1237
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1238
|
-
email: string | null;
|
|
1239
|
-
name: string | null;
|
|
1240
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1241
|
-
instanceAdmin: boolean;
|
|
1242
|
-
service: string | null;
|
|
1243
|
-
memberships: {
|
|
1244
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1245
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1246
|
-
roleIds: string[];
|
|
1247
|
-
groupIds: string[];
|
|
1248
|
-
status: "active" | "invited" | "suspended";
|
|
1249
|
-
}[];
|
|
1250
|
-
permissionVersion: number;
|
|
1251
|
-
};
|
|
979
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1252
980
|
requestId: string;
|
|
1253
981
|
ip: string;
|
|
1254
982
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1304,23 +1032,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1304
1032
|
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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1305
1033
|
workspaceId: string;
|
|
1306
1034
|
kernel: Kernel;
|
|
1307
|
-
principal:
|
|
1308
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1309
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1310
|
-
email: string | null;
|
|
1311
|
-
name: string | null;
|
|
1312
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1313
|
-
instanceAdmin: boolean;
|
|
1314
|
-
service: string | null;
|
|
1315
|
-
memberships: {
|
|
1316
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1317
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1318
|
-
roleIds: string[];
|
|
1319
|
-
groupIds: string[];
|
|
1320
|
-
status: "active" | "invited" | "suspended";
|
|
1321
|
-
}[];
|
|
1322
|
-
permissionVersion: number;
|
|
1323
|
-
};
|
|
1035
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1324
1036
|
requestId: string;
|
|
1325
1037
|
ip: string;
|
|
1326
1038
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1405,23 +1117,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1405
1117
|
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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1406
1118
|
workspaceId: string;
|
|
1407
1119
|
kernel: Kernel;
|
|
1408
|
-
principal:
|
|
1409
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1410
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1411
|
-
email: string | null;
|
|
1412
|
-
name: string | null;
|
|
1413
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1414
|
-
instanceAdmin: boolean;
|
|
1415
|
-
service: string | null;
|
|
1416
|
-
memberships: {
|
|
1417
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1418
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1419
|
-
roleIds: string[];
|
|
1420
|
-
groupIds: string[];
|
|
1421
|
-
status: "active" | "invited" | "suspended";
|
|
1422
|
-
}[];
|
|
1423
|
-
permissionVersion: number;
|
|
1424
|
-
};
|
|
1120
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1425
1121
|
requestId: string;
|
|
1426
1122
|
ip: string;
|
|
1427
1123
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1506,23 +1202,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1506
1202
|
complete: 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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1507
1203
|
workspaceId: string;
|
|
1508
1204
|
kernel: Kernel;
|
|
1509
|
-
principal:
|
|
1510
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1511
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1512
|
-
email: string | null;
|
|
1513
|
-
name: string | null;
|
|
1514
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1515
|
-
instanceAdmin: boolean;
|
|
1516
|
-
service: string | null;
|
|
1517
|
-
memberships: {
|
|
1518
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1519
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1520
|
-
roleIds: string[];
|
|
1521
|
-
groupIds: string[];
|
|
1522
|
-
status: "active" | "invited" | "suspended";
|
|
1523
|
-
}[];
|
|
1524
|
-
permissionVersion: number;
|
|
1525
|
-
};
|
|
1205
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1526
1206
|
requestId: string;
|
|
1527
1207
|
ip: string;
|
|
1528
1208
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1606,23 +1286,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1606
1286
|
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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1607
1287
|
workspaceId: string;
|
|
1608
1288
|
kernel: Kernel;
|
|
1609
|
-
principal:
|
|
1610
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1611
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1612
|
-
email: string | null;
|
|
1613
|
-
name: string | null;
|
|
1614
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1615
|
-
instanceAdmin: boolean;
|
|
1616
|
-
service: string | null;
|
|
1617
|
-
memberships: {
|
|
1618
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1619
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1620
|
-
roleIds: string[];
|
|
1621
|
-
groupIds: string[];
|
|
1622
|
-
status: "active" | "invited" | "suspended";
|
|
1623
|
-
}[];
|
|
1624
|
-
permissionVersion: number;
|
|
1625
|
-
};
|
|
1289
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1626
1290
|
requestId: string;
|
|
1627
1291
|
ip: string;
|
|
1628
1292
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1666,23 +1330,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1666
1330
|
add: 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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1667
1331
|
workspaceId: string;
|
|
1668
1332
|
kernel: Kernel;
|
|
1669
|
-
principal:
|
|
1670
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1671
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1672
|
-
email: string | null;
|
|
1673
|
-
name: string | null;
|
|
1674
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1675
|
-
instanceAdmin: boolean;
|
|
1676
|
-
service: string | null;
|
|
1677
|
-
memberships: {
|
|
1678
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1679
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1680
|
-
roleIds: string[];
|
|
1681
|
-
groupIds: string[];
|
|
1682
|
-
status: "active" | "invited" | "suspended";
|
|
1683
|
-
}[];
|
|
1684
|
-
permissionVersion: number;
|
|
1685
|
-
};
|
|
1333
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1686
1334
|
requestId: string;
|
|
1687
1335
|
ip: string;
|
|
1688
1336
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1728,23 +1376,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1728
1376
|
remove: 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<import("@orpc/server").MergedCurrentContext<RequestContext, {
|
|
1729
1377
|
workspaceId: string;
|
|
1730
1378
|
kernel: Kernel;
|
|
1731
|
-
principal:
|
|
1732
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1733
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1734
|
-
email: string | null;
|
|
1735
|
-
name: string | null;
|
|
1736
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1737
|
-
instanceAdmin: boolean;
|
|
1738
|
-
service: string | null;
|
|
1739
|
-
memberships: {
|
|
1740
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1741
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1742
|
-
roleIds: string[];
|
|
1743
|
-
groupIds: string[];
|
|
1744
|
-
status: "active" | "invited" | "suspended";
|
|
1745
|
-
}[];
|
|
1746
|
-
permissionVersion: number;
|
|
1747
|
-
};
|
|
1379
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1748
1380
|
requestId: string;
|
|
1749
1381
|
ip: string;
|
|
1750
1382
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1781,23 +1413,7 @@ export declare function inventoryRouter(kernel: Kernel): {
|
|
|
1781
1413
|
summary: 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, {
|
|
1782
1414
|
workspaceId: string;
|
|
1783
1415
|
kernel: Kernel;
|
|
1784
|
-
principal:
|
|
1785
|
-
kind: "service" | "user" | "api_key" | "anonymous";
|
|
1786
|
-
userId: (string & import("zod").$brand<"UserId">) | null;
|
|
1787
|
-
email: string | null;
|
|
1788
|
-
name: string | null;
|
|
1789
|
-
locale: "en" | "fa" | "ar" | "de";
|
|
1790
|
-
instanceAdmin: boolean;
|
|
1791
|
-
service: string | null;
|
|
1792
|
-
memberships: {
|
|
1793
|
-
workspaceId: string & import("zod").$brand<"WorkspaceId">;
|
|
1794
|
-
role: "owner" | "admin" | "member" | "guest";
|
|
1795
|
-
roleIds: string[];
|
|
1796
|
-
groupIds: string[];
|
|
1797
|
-
status: "active" | "invited" | "suspended";
|
|
1798
|
-
}[];
|
|
1799
|
-
permissionVersion: number;
|
|
1800
|
-
};
|
|
1416
|
+
principal: import("@kernhq/contracts").Principal;
|
|
1801
1417
|
requestId: string;
|
|
1802
1418
|
ip: string;
|
|
1803
1419
|
headers: Record<string, string | string[] | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../src/server/router.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,KAAK,MAAM,EACX,cAAc,EACd,KAAK,cAAc,EAKpB,MAAM,gBAAgB,CAAA;AAWvB;;;;;;;;;;GAUG;AACH,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,CAAA;AAI3D,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../src/server/router.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,KAAK,MAAM,EACX,cAAc,EACd,KAAK,cAAc,EAKpB,MAAM,gBAAgB,CAAA;AAWvB;;;;;;;;;;GAUG;AACH,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,CAAA;AAI3D,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgjB7C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernhq/module-inventory",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Kern inventory module: the company's asset register — what it owns, item by item, with asset tags, serial numbers, purchase and warranty details",
|
|
5
5
|
"homepage": "https://github.com/KernAIO/module-inventory#readme",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@biomejs/biome": "^2.0.0",
|
|
64
64
|
"@changesets/cli": "^2.27.0",
|
|
65
65
|
"@kernhq/contracts": "^0.7.0",
|
|
66
|
-
"@kernhq/kernel": "^0.
|
|
66
|
+
"@kernhq/kernel": "^0.9.1",
|
|
67
67
|
"@kernhq/tsconfig": "^0.1.0",
|
|
68
68
|
"@kernhq/ui": "^0.12.0",
|
|
69
69
|
"@tanstack/svelte-query": "^6.1.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@kernhq/contracts": "^0.7.0",
|
|
81
|
-
"@kernhq/kernel": "^0.
|
|
81
|
+
"@kernhq/kernel": "^0.9.1",
|
|
82
82
|
"@kernhq/ui": "^0.12.0",
|
|
83
83
|
"@tanstack/svelte-query": "^6.1.0",
|
|
84
84
|
"svelte": "^5.46.0"
|