@ydtb/tk-scope-app 0.14.19 → 0.14.20
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/src/components/ErrorBoundary.d.ts +1 -1
- package/dist/src/hooks/useCreateScope.d.ts +1 -1
- package/dist/src/lib/platform-api.d.ts +147 -39
- package/dist/src/lib/platform-api.d.ts.map +1 -1
- package/dist/src/platform-surface.d.ts.map +1 -1
- package/dist/src/platform-surface.js +19 -17
- package/dist/src/platform-surface.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
|
@@ -11,7 +11,7 @@ export declare class ErrorBoundary extends Component<Props, State> {
|
|
|
11
11
|
constructor(props: Props);
|
|
12
12
|
static getDerivedStateFromError(error: Error): State;
|
|
13
13
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
14
|
-
render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> |
|
|
14
|
+
render(): string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined;
|
|
15
15
|
}
|
|
16
16
|
export {};
|
|
17
17
|
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
@@ -20,12 +20,12 @@ export declare function createScope(params: {
|
|
|
20
20
|
parentScopeId?: string;
|
|
21
21
|
}): Promise<{
|
|
22
22
|
scope: {
|
|
23
|
+
slug: string;
|
|
23
24
|
id: string;
|
|
24
25
|
name: string;
|
|
25
26
|
scope: string;
|
|
26
27
|
parentScope: string | null;
|
|
27
28
|
parentScopeId: string | null;
|
|
28
|
-
slug: string;
|
|
29
29
|
logo: string | null;
|
|
30
30
|
metadata: unknown;
|
|
31
31
|
createdAt: Date;
|
|
@@ -39,12 +39,12 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
39
39
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
40
40
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
41
41
|
scope: {
|
|
42
|
+
slug: string;
|
|
42
43
|
id: string;
|
|
43
44
|
name: string;
|
|
44
45
|
scope: string;
|
|
45
46
|
parentScope: string | null;
|
|
46
47
|
parentScopeId: string | null;
|
|
47
|
-
slug: string;
|
|
48
48
|
logo: string | null;
|
|
49
49
|
metadata: unknown;
|
|
50
50
|
createdAt: Date;
|
|
@@ -59,12 +59,12 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
59
59
|
};
|
|
60
60
|
}, {
|
|
61
61
|
scope: {
|
|
62
|
+
slug: string;
|
|
62
63
|
id: string;
|
|
63
64
|
name: string;
|
|
64
65
|
scope: string;
|
|
65
66
|
parentScope: string | null;
|
|
66
67
|
parentScopeId: string | null;
|
|
67
|
-
slug: string;
|
|
68
68
|
logo: string | null;
|
|
69
69
|
metadata: unknown;
|
|
70
70
|
createdAt: Date;
|
|
@@ -198,6 +198,9 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
198
198
|
user: {
|
|
199
199
|
id: string;
|
|
200
200
|
};
|
|
201
|
+
session: {
|
|
202
|
+
sessionId?: string;
|
|
203
|
+
} & Record<string, unknown>;
|
|
201
204
|
scopeId: string;
|
|
202
205
|
scopeType: string;
|
|
203
206
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -279,6 +282,9 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
279
282
|
user: {
|
|
280
283
|
id: string;
|
|
281
284
|
};
|
|
285
|
+
session: {
|
|
286
|
+
sessionId?: string;
|
|
287
|
+
} & Record<string, unknown>;
|
|
282
288
|
scopeId: string;
|
|
283
289
|
scopeType: string;
|
|
284
290
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -334,6 +340,9 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
334
340
|
user: {
|
|
335
341
|
id: string;
|
|
336
342
|
};
|
|
343
|
+
session: {
|
|
344
|
+
sessionId?: string;
|
|
345
|
+
} & Record<string, unknown>;
|
|
337
346
|
scopeId: string;
|
|
338
347
|
scopeType: string;
|
|
339
348
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -390,6 +399,9 @@ export declare const scopeApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
390
399
|
user: {
|
|
391
400
|
id: string;
|
|
392
401
|
};
|
|
402
|
+
session: {
|
|
403
|
+
sessionId?: string;
|
|
404
|
+
} & Record<string, unknown>;
|
|
393
405
|
scopeId: string;
|
|
394
406
|
scopeType: string;
|
|
395
407
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -447,6 +459,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
447
459
|
user: {
|
|
448
460
|
id: string;
|
|
449
461
|
};
|
|
462
|
+
session: {
|
|
463
|
+
sessionId?: string;
|
|
464
|
+
} & Record<string, unknown>;
|
|
450
465
|
scopeId: string;
|
|
451
466
|
scopeType: string;
|
|
452
467
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -546,6 +561,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
546
561
|
user: {
|
|
547
562
|
id: string;
|
|
548
563
|
};
|
|
564
|
+
session: {
|
|
565
|
+
sessionId?: string;
|
|
566
|
+
} & Record<string, unknown>;
|
|
549
567
|
scopeId: string;
|
|
550
568
|
scopeType: string;
|
|
551
569
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -657,6 +675,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
657
675
|
user: {
|
|
658
676
|
id: string;
|
|
659
677
|
};
|
|
678
|
+
session: {
|
|
679
|
+
sessionId?: string;
|
|
680
|
+
} & Record<string, unknown>;
|
|
660
681
|
scopeId: string;
|
|
661
682
|
scopeType: string;
|
|
662
683
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -712,6 +733,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
712
733
|
user: {
|
|
713
734
|
id: string;
|
|
714
735
|
};
|
|
736
|
+
session: {
|
|
737
|
+
sessionId?: string;
|
|
738
|
+
} & Record<string, unknown>;
|
|
715
739
|
scopeId: string;
|
|
716
740
|
scopeType: string;
|
|
717
741
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -767,6 +791,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
767
791
|
user: {
|
|
768
792
|
id: string;
|
|
769
793
|
};
|
|
794
|
+
session: {
|
|
795
|
+
sessionId?: string;
|
|
796
|
+
} & Record<string, unknown>;
|
|
770
797
|
scopeId: string;
|
|
771
798
|
scopeType: string;
|
|
772
799
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -829,6 +856,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
829
856
|
user: {
|
|
830
857
|
id: string;
|
|
831
858
|
};
|
|
859
|
+
session: {
|
|
860
|
+
sessionId?: string;
|
|
861
|
+
} & Record<string, unknown>;
|
|
832
862
|
scopeId: string;
|
|
833
863
|
scopeType: string;
|
|
834
864
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -858,8 +888,8 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
858
888
|
}>, import("zod").ZodObject<{
|
|
859
889
|
memberId: import("zod").ZodString;
|
|
860
890
|
tier: import("zod").ZodEnum<{
|
|
861
|
-
member: "member";
|
|
862
891
|
owner: "owner";
|
|
892
|
+
member: "member";
|
|
863
893
|
}>;
|
|
864
894
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
865
895
|
success: boolean;
|
|
@@ -888,6 +918,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
888
918
|
user: {
|
|
889
919
|
id: string;
|
|
890
920
|
};
|
|
921
|
+
session: {
|
|
922
|
+
sessionId?: string;
|
|
923
|
+
} & Record<string, unknown>;
|
|
891
924
|
scopeId: string;
|
|
892
925
|
scopeType: string;
|
|
893
926
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -946,6 +979,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
946
979
|
user: {
|
|
947
980
|
id: string;
|
|
948
981
|
};
|
|
982
|
+
session: {
|
|
983
|
+
sessionId?: string;
|
|
984
|
+
} & Record<string, unknown>;
|
|
949
985
|
scopeId: string;
|
|
950
986
|
scopeType: string;
|
|
951
987
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1002,6 +1038,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
1002
1038
|
user: {
|
|
1003
1039
|
id: string;
|
|
1004
1040
|
};
|
|
1041
|
+
session: {
|
|
1042
|
+
sessionId?: string;
|
|
1043
|
+
} & Record<string, unknown>;
|
|
1005
1044
|
scopeId: string;
|
|
1006
1045
|
scopeType: string;
|
|
1007
1046
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1069,6 +1108,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
1069
1108
|
user: {
|
|
1070
1109
|
id: string;
|
|
1071
1110
|
};
|
|
1111
|
+
session: {
|
|
1112
|
+
sessionId?: string;
|
|
1113
|
+
} & Record<string, unknown>;
|
|
1072
1114
|
scopeId: string;
|
|
1073
1115
|
scopeType: string;
|
|
1074
1116
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1126,6 +1168,9 @@ export declare const membersApi: import("@ydtb/tk-scope-api-client").ToolClient<
|
|
|
1126
1168
|
user: {
|
|
1127
1169
|
id: string;
|
|
1128
1170
|
};
|
|
1171
|
+
session: {
|
|
1172
|
+
sessionId?: string;
|
|
1173
|
+
} & Record<string, unknown>;
|
|
1129
1174
|
scopeId: string;
|
|
1130
1175
|
scopeType: string;
|
|
1131
1176
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1209,6 +1254,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1209
1254
|
user: {
|
|
1210
1255
|
id: string;
|
|
1211
1256
|
};
|
|
1257
|
+
session: {
|
|
1258
|
+
sessionId?: string;
|
|
1259
|
+
} & Record<string, unknown>;
|
|
1212
1260
|
scopeId: string;
|
|
1213
1261
|
scopeType: string;
|
|
1214
1262
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1306,6 +1354,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1306
1354
|
user: {
|
|
1307
1355
|
id: string;
|
|
1308
1356
|
};
|
|
1357
|
+
session: {
|
|
1358
|
+
sessionId?: string;
|
|
1359
|
+
} & Record<string, unknown>;
|
|
1309
1360
|
scopeId: string;
|
|
1310
1361
|
scopeType: string;
|
|
1311
1362
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1423,6 +1474,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1423
1474
|
user: {
|
|
1424
1475
|
id: string;
|
|
1425
1476
|
};
|
|
1477
|
+
session: {
|
|
1478
|
+
sessionId?: string;
|
|
1479
|
+
} & Record<string, unknown>;
|
|
1426
1480
|
scopeId: string;
|
|
1427
1481
|
scopeType: string;
|
|
1428
1482
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1466,16 +1520,15 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1466
1520
|
displayOrder: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1467
1521
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
1468
1522
|
role: {
|
|
1523
|
+
permissions: import("@ydtb/tk-scope-extension/db").RolePermissionEntry[];
|
|
1524
|
+
slug: string;
|
|
1469
1525
|
id: string;
|
|
1470
1526
|
name: string;
|
|
1471
1527
|
scope: string;
|
|
1472
|
-
slug: string;
|
|
1473
1528
|
createdAt: Date;
|
|
1474
1529
|
updatedAt: Date;
|
|
1475
|
-
scopeId: string;
|
|
1476
|
-
createdById: string | null;
|
|
1477
1530
|
description: string | null;
|
|
1478
|
-
|
|
1531
|
+
scopeId: string;
|
|
1479
1532
|
isSystem: boolean;
|
|
1480
1533
|
isDefault: boolean;
|
|
1481
1534
|
isGuest: boolean;
|
|
@@ -1484,19 +1537,19 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1484
1537
|
color: string | null;
|
|
1485
1538
|
displayOrder: number;
|
|
1486
1539
|
deletedAt: Date | null;
|
|
1540
|
+
createdById: string | null;
|
|
1487
1541
|
};
|
|
1488
1542
|
}, {
|
|
1489
1543
|
role: {
|
|
1544
|
+
permissions: import("@ydtb/tk-scope-extension/db").RolePermissionEntry[];
|
|
1545
|
+
slug: string;
|
|
1490
1546
|
id: string;
|
|
1491
1547
|
name: string;
|
|
1492
1548
|
scope: string;
|
|
1493
|
-
slug: string;
|
|
1494
1549
|
createdAt: Date;
|
|
1495
1550
|
updatedAt: Date;
|
|
1496
|
-
scopeId: string;
|
|
1497
|
-
createdById: string | null;
|
|
1498
1551
|
description: string | null;
|
|
1499
|
-
|
|
1552
|
+
scopeId: string;
|
|
1500
1553
|
isSystem: boolean;
|
|
1501
1554
|
isDefault: boolean;
|
|
1502
1555
|
isGuest: boolean;
|
|
@@ -1505,6 +1558,7 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1505
1558
|
color: string | null;
|
|
1506
1559
|
displayOrder: number;
|
|
1507
1560
|
deletedAt: Date | null;
|
|
1561
|
+
createdById: string | null;
|
|
1508
1562
|
};
|
|
1509
1563
|
}>, Record<never, never>, Record<never, never>>;
|
|
1510
1564
|
update: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<{
|
|
@@ -1529,6 +1583,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1529
1583
|
user: {
|
|
1530
1584
|
id: string;
|
|
1531
1585
|
};
|
|
1586
|
+
session: {
|
|
1587
|
+
sessionId?: string;
|
|
1588
|
+
} & Record<string, unknown>;
|
|
1532
1589
|
scopeId: string;
|
|
1533
1590
|
scopeType: string;
|
|
1534
1591
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1636,6 +1693,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1636
1693
|
user: {
|
|
1637
1694
|
id: string;
|
|
1638
1695
|
};
|
|
1696
|
+
session: {
|
|
1697
|
+
sessionId?: string;
|
|
1698
|
+
} & Record<string, unknown>;
|
|
1639
1699
|
scopeId: string;
|
|
1640
1700
|
scopeType: string;
|
|
1641
1701
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1691,6 +1751,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1691
1751
|
user: {
|
|
1692
1752
|
id: string;
|
|
1693
1753
|
};
|
|
1754
|
+
session: {
|
|
1755
|
+
sessionId?: string;
|
|
1756
|
+
} & Record<string, unknown>;
|
|
1694
1757
|
scopeId: string;
|
|
1695
1758
|
scopeType: string;
|
|
1696
1759
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1722,16 +1785,15 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1722
1785
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1723
1786
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
1724
1787
|
role: {
|
|
1788
|
+
permissions: import("@ydtb/tk-scope-extension/db").RolePermissionEntry[];
|
|
1789
|
+
slug: string;
|
|
1725
1790
|
id: string;
|
|
1726
1791
|
name: string;
|
|
1727
1792
|
scope: string;
|
|
1728
|
-
slug: string;
|
|
1729
1793
|
createdAt: Date;
|
|
1730
1794
|
updatedAt: Date;
|
|
1731
|
-
scopeId: string;
|
|
1732
|
-
createdById: string | null;
|
|
1733
1795
|
description: string | null;
|
|
1734
|
-
|
|
1796
|
+
scopeId: string;
|
|
1735
1797
|
isSystem: boolean;
|
|
1736
1798
|
isDefault: boolean;
|
|
1737
1799
|
isGuest: boolean;
|
|
@@ -1740,19 +1802,19 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1740
1802
|
color: string | null;
|
|
1741
1803
|
displayOrder: number;
|
|
1742
1804
|
deletedAt: Date | null;
|
|
1805
|
+
createdById: string | null;
|
|
1743
1806
|
};
|
|
1744
1807
|
}, {
|
|
1745
1808
|
role: {
|
|
1809
|
+
permissions: import("@ydtb/tk-scope-extension/db").RolePermissionEntry[];
|
|
1810
|
+
slug: string;
|
|
1746
1811
|
id: string;
|
|
1747
1812
|
name: string;
|
|
1748
1813
|
scope: string;
|
|
1749
|
-
slug: string;
|
|
1750
1814
|
createdAt: Date;
|
|
1751
1815
|
updatedAt: Date;
|
|
1752
|
-
scopeId: string;
|
|
1753
|
-
createdById: string | null;
|
|
1754
1816
|
description: string | null;
|
|
1755
|
-
|
|
1817
|
+
scopeId: string;
|
|
1756
1818
|
isSystem: boolean;
|
|
1757
1819
|
isDefault: boolean;
|
|
1758
1820
|
isGuest: boolean;
|
|
@@ -1761,6 +1823,7 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1761
1823
|
color: string | null;
|
|
1762
1824
|
displayOrder: number;
|
|
1763
1825
|
deletedAt: Date | null;
|
|
1826
|
+
createdById: string | null;
|
|
1764
1827
|
};
|
|
1765
1828
|
}>, Record<never, never>, Record<never, never>>;
|
|
1766
1829
|
addMember: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<{
|
|
@@ -1785,6 +1848,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1785
1848
|
user: {
|
|
1786
1849
|
id: string;
|
|
1787
1850
|
};
|
|
1851
|
+
session: {
|
|
1852
|
+
sessionId?: string;
|
|
1853
|
+
} & Record<string, unknown>;
|
|
1788
1854
|
scopeId: string;
|
|
1789
1855
|
scopeType: string;
|
|
1790
1856
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1843,6 +1909,9 @@ export declare const rolesApi: import("@ydtb/tk-scope-api-client").ToolClient<{
|
|
|
1843
1909
|
user: {
|
|
1844
1910
|
id: string;
|
|
1845
1911
|
};
|
|
1912
|
+
session: {
|
|
1913
|
+
sessionId?: string;
|
|
1914
|
+
} & Record<string, unknown>;
|
|
1846
1915
|
scopeId: string;
|
|
1847
1916
|
scopeType: string;
|
|
1848
1917
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1901,6 +1970,9 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
1901
1970
|
user: {
|
|
1902
1971
|
id: string;
|
|
1903
1972
|
};
|
|
1973
|
+
session: {
|
|
1974
|
+
sessionId?: string;
|
|
1975
|
+
} & Record<string, unknown>;
|
|
1904
1976
|
scopeId: string;
|
|
1905
1977
|
scopeType: string;
|
|
1906
1978
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -1934,26 +2006,26 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
1934
2006
|
roleId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1935
2007
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
1936
2008
|
invitation: {
|
|
1937
|
-
status: string;
|
|
1938
2009
|
id: string;
|
|
1939
2010
|
createdAt: Date;
|
|
1940
2011
|
scopeId: string;
|
|
1941
2012
|
email: string;
|
|
1942
2013
|
role: string;
|
|
1943
|
-
inviterId: string | null;
|
|
1944
2014
|
roleId: string | null;
|
|
2015
|
+
status: string;
|
|
2016
|
+
inviterId: string | null;
|
|
1945
2017
|
expiresAt: Date | null;
|
|
1946
2018
|
} | undefined;
|
|
1947
2019
|
}, {
|
|
1948
2020
|
invitation: {
|
|
1949
|
-
status: string;
|
|
1950
2021
|
id: string;
|
|
1951
2022
|
createdAt: Date;
|
|
1952
2023
|
scopeId: string;
|
|
1953
2024
|
email: string;
|
|
1954
2025
|
role: string;
|
|
1955
|
-
inviterId: string | null;
|
|
1956
2026
|
roleId: string | null;
|
|
2027
|
+
status: string;
|
|
2028
|
+
inviterId: string | null;
|
|
1957
2029
|
expiresAt: Date | null;
|
|
1958
2030
|
} | undefined;
|
|
1959
2031
|
}>, Record<never, never>, Record<never, never>>;
|
|
@@ -2014,6 +2086,9 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2014
2086
|
user: {
|
|
2015
2087
|
id: string;
|
|
2016
2088
|
};
|
|
2089
|
+
session: {
|
|
2090
|
+
sessionId?: string;
|
|
2091
|
+
} & Record<string, unknown>;
|
|
2017
2092
|
scopeId: string;
|
|
2018
2093
|
scopeType: string;
|
|
2019
2094
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2210,6 +2285,9 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2210
2285
|
user: {
|
|
2211
2286
|
id: string;
|
|
2212
2287
|
};
|
|
2288
|
+
session: {
|
|
2289
|
+
sessionId?: string;
|
|
2290
|
+
} & Record<string, unknown>;
|
|
2213
2291
|
scopeId: string;
|
|
2214
2292
|
scopeType: string;
|
|
2215
2293
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2265,6 +2343,9 @@ export declare const invitationsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2265
2343
|
user: {
|
|
2266
2344
|
id: string;
|
|
2267
2345
|
};
|
|
2346
|
+
session: {
|
|
2347
|
+
sessionId?: string;
|
|
2348
|
+
} & Record<string, unknown>;
|
|
2268
2349
|
scopeId: string;
|
|
2269
2350
|
scopeType: string;
|
|
2270
2351
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2325,6 +2406,9 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2325
2406
|
user: {
|
|
2326
2407
|
id: string;
|
|
2327
2408
|
};
|
|
2409
|
+
session: {
|
|
2410
|
+
sessionId?: string;
|
|
2411
|
+
} & Record<string, unknown>;
|
|
2328
2412
|
scopeId: string;
|
|
2329
2413
|
scopeType: string;
|
|
2330
2414
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2357,27 +2441,27 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2357
2441
|
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2358
2442
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
2359
2443
|
joinCode: {
|
|
2360
|
-
status: string;
|
|
2361
2444
|
id: string;
|
|
2362
2445
|
createdAt: Date;
|
|
2363
2446
|
scopeId: string;
|
|
2447
|
+
createdById: string | null;
|
|
2448
|
+
status: string;
|
|
2364
2449
|
expiresAt: Date | null;
|
|
2365
2450
|
code: string;
|
|
2366
2451
|
label: string | null;
|
|
2367
|
-
createdById: string | null;
|
|
2368
2452
|
usedBy: string | null;
|
|
2369
2453
|
usedAt: Date | null;
|
|
2370
2454
|
} | undefined;
|
|
2371
2455
|
}, {
|
|
2372
2456
|
joinCode: {
|
|
2373
|
-
status: string;
|
|
2374
2457
|
id: string;
|
|
2375
2458
|
createdAt: Date;
|
|
2376
2459
|
scopeId: string;
|
|
2460
|
+
createdById: string | null;
|
|
2461
|
+
status: string;
|
|
2377
2462
|
expiresAt: Date | null;
|
|
2378
2463
|
code: string;
|
|
2379
2464
|
label: string | null;
|
|
2380
|
-
createdById: string | null;
|
|
2381
2465
|
usedBy: string | null;
|
|
2382
2466
|
usedAt: Date | null;
|
|
2383
2467
|
} | undefined;
|
|
@@ -2404,6 +2488,9 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2404
2488
|
user: {
|
|
2405
2489
|
id: string;
|
|
2406
2490
|
};
|
|
2491
|
+
session: {
|
|
2492
|
+
sessionId?: string;
|
|
2493
|
+
} & Record<string, unknown>;
|
|
2407
2494
|
scopeId: string;
|
|
2408
2495
|
scopeType: string;
|
|
2409
2496
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2538,6 +2625,9 @@ export declare const joinCodesApi: import("@ydtb/tk-scope-api-client").ToolClien
|
|
|
2538
2625
|
user: {
|
|
2539
2626
|
id: string;
|
|
2540
2627
|
};
|
|
2628
|
+
session: {
|
|
2629
|
+
sessionId?: string;
|
|
2630
|
+
} & Record<string, unknown>;
|
|
2541
2631
|
scopeId: string;
|
|
2542
2632
|
scopeType: string;
|
|
2543
2633
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2716,6 +2806,9 @@ export declare const permissionsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2716
2806
|
user: {
|
|
2717
2807
|
id: string;
|
|
2718
2808
|
};
|
|
2809
|
+
session: {
|
|
2810
|
+
sessionId?: string;
|
|
2811
|
+
} & Record<string, unknown>;
|
|
2719
2812
|
scopeId: string;
|
|
2720
2813
|
scopeType: string;
|
|
2721
2814
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2776,6 +2869,9 @@ export declare const permissionsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2776
2869
|
user: {
|
|
2777
2870
|
id: string;
|
|
2778
2871
|
};
|
|
2872
|
+
session: {
|
|
2873
|
+
sessionId?: string;
|
|
2874
|
+
} & Record<string, unknown>;
|
|
2779
2875
|
scopeId: string;
|
|
2780
2876
|
scopeType: string;
|
|
2781
2877
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2832,6 +2928,9 @@ export declare const permissionsApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
2832
2928
|
user: {
|
|
2833
2929
|
id: string;
|
|
2834
2930
|
};
|
|
2931
|
+
session: {
|
|
2932
|
+
sessionId?: string;
|
|
2933
|
+
} & Record<string, unknown>;
|
|
2835
2934
|
scopeId: string;
|
|
2836
2935
|
scopeType: string;
|
|
2837
2936
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2892,6 +2991,9 @@ export declare const scopeChildrenApi: import("@ydtb/tk-scope-api-client").ToolC
|
|
|
2892
2991
|
user: {
|
|
2893
2992
|
id: string;
|
|
2894
2993
|
};
|
|
2994
|
+
session: {
|
|
2995
|
+
sessionId?: string;
|
|
2996
|
+
} & Record<string, unknown>;
|
|
2895
2997
|
scopeId: string;
|
|
2896
2998
|
scopeType: string;
|
|
2897
2999
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2966,6 +3068,9 @@ export declare const scopeChildrenApi: import("@ydtb/tk-scope-api-client").ToolC
|
|
|
2966
3068
|
user: {
|
|
2967
3069
|
id: string;
|
|
2968
3070
|
};
|
|
3071
|
+
session: {
|
|
3072
|
+
sessionId?: string;
|
|
3073
|
+
} & Record<string, unknown>;
|
|
2969
3074
|
scopeId: string;
|
|
2970
3075
|
scopeType: string;
|
|
2971
3076
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -2998,26 +3103,26 @@ export declare const scopeChildrenApi: import("@ydtb/tk-scope-api-client").ToolC
|
|
|
2998
3103
|
slug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2999
3104
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
3000
3105
|
id: string;
|
|
3106
|
+
metadata: unknown;
|
|
3107
|
+
name: string;
|
|
3001
3108
|
createdAt: Date;
|
|
3109
|
+
updatedAt: Date;
|
|
3002
3110
|
scope: string;
|
|
3003
3111
|
parentScope: string | null;
|
|
3004
3112
|
parentScopeId: string | null;
|
|
3005
|
-
name: string;
|
|
3006
3113
|
slug: string;
|
|
3007
3114
|
logo: string | null;
|
|
3008
|
-
metadata: unknown;
|
|
3009
|
-
updatedAt: Date;
|
|
3010
3115
|
}, {
|
|
3011
3116
|
id: string;
|
|
3117
|
+
metadata: unknown;
|
|
3118
|
+
name: string;
|
|
3012
3119
|
createdAt: Date;
|
|
3120
|
+
updatedAt: Date;
|
|
3013
3121
|
scope: string;
|
|
3014
3122
|
parentScope: string | null;
|
|
3015
3123
|
parentScopeId: string | null;
|
|
3016
|
-
name: string;
|
|
3017
3124
|
slug: string;
|
|
3018
3125
|
logo: string | null;
|
|
3019
|
-
metadata: unknown;
|
|
3020
|
-
updatedAt: Date;
|
|
3021
3126
|
}>, Record<never, never>, Record<never, never>>;
|
|
3022
3127
|
getById: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<import("@orpc/server").MergedInitialContext<{
|
|
3023
3128
|
headers: Headers;
|
|
@@ -3041,6 +3146,9 @@ export declare const scopeChildrenApi: import("@ydtb/tk-scope-api-client").ToolC
|
|
|
3041
3146
|
user: {
|
|
3042
3147
|
id: string;
|
|
3043
3148
|
};
|
|
3149
|
+
session: {
|
|
3150
|
+
sessionId?: string;
|
|
3151
|
+
} & Record<string, unknown>;
|
|
3044
3152
|
scopeId: string;
|
|
3045
3153
|
scopeType: string;
|
|
3046
3154
|
scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
|
|
@@ -3300,21 +3408,21 @@ export declare const preferencesApi: import("@ydtb/tk-scope-api-client").ToolCli
|
|
|
3300
3408
|
value: import("zod").ZodString;
|
|
3301
3409
|
}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<{
|
|
3302
3410
|
id: string;
|
|
3411
|
+
key: string;
|
|
3412
|
+
createdAt: Date;
|
|
3413
|
+
updatedAt: Date;
|
|
3303
3414
|
scopeId: string;
|
|
3304
3415
|
userId: string;
|
|
3305
|
-
createdAt: Date;
|
|
3306
3416
|
scope: string;
|
|
3307
|
-
updatedAt: Date;
|
|
3308
|
-
key: string;
|
|
3309
3417
|
value: string;
|
|
3310
3418
|
} | undefined, {
|
|
3311
3419
|
id: string;
|
|
3420
|
+
key: string;
|
|
3421
|
+
createdAt: Date;
|
|
3422
|
+
updatedAt: Date;
|
|
3312
3423
|
scopeId: string;
|
|
3313
3424
|
userId: string;
|
|
3314
|
-
createdAt: Date;
|
|
3315
3425
|
scope: string;
|
|
3316
|
-
updatedAt: Date;
|
|
3317
|
-
key: string;
|
|
3318
3426
|
value: string;
|
|
3319
3427
|
} | undefined>, Record<never, never>, Record<never, never>>;
|
|
3320
3428
|
list: import("@orpc/server").DecoratedProcedure<import("@orpc/server").MergedInitialContext<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-api.d.ts","sourceRoot":"","sources":["../../../src/lib/platform-api.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuBk8J,CAAC
|
|
1
|
+
{"version":3,"file":"platform-api.d.ts","sourceRoot":"","sources":["../../../src/lib/platform-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-surface.d.ts","sourceRoot":"","sources":["../../src/platform-surface.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAIH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;
|
|
1
|
+
{"version":3,"file":"platform-surface.d.ts","sourceRoot":"","sources":["../../src/platform-surface.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAIH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAqHnD,eAAO,MAAM,cAAc,EAAE,MAuN5B,CAAA"}
|