@supernova-studio/client 1.9.15 → 1.9.17
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/index.d.mts +992 -18
- package/dist/index.d.ts +992 -18
- package/dist/index.js +172 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3974 -3804
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -650,6 +650,19 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
650
650
|
errorReason: string;
|
|
651
651
|
max?: number | undefined;
|
|
652
652
|
}>;
|
|
653
|
+
designSystemFileSize: z.ZodObject<{
|
|
654
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
655
|
+
errorMessage: z.ZodString;
|
|
656
|
+
errorReason: z.ZodString;
|
|
657
|
+
}, "strip", z.ZodTypeAny, {
|
|
658
|
+
errorMessage: string;
|
|
659
|
+
errorReason: string;
|
|
660
|
+
max?: number | undefined;
|
|
661
|
+
}, {
|
|
662
|
+
errorMessage: string;
|
|
663
|
+
errorReason: string;
|
|
664
|
+
max?: number | undefined;
|
|
665
|
+
}>;
|
|
653
666
|
}, "strip", z.ZodTypeAny, {
|
|
654
667
|
analytics: {
|
|
655
668
|
errorMessage: string;
|
|
@@ -773,6 +786,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
773
786
|
errorReason: string;
|
|
774
787
|
enabled: boolean;
|
|
775
788
|
};
|
|
789
|
+
designSystemFileSize: {
|
|
790
|
+
errorMessage: string;
|
|
791
|
+
errorReason: string;
|
|
792
|
+
max?: number | undefined;
|
|
793
|
+
};
|
|
776
794
|
}, {
|
|
777
795
|
analytics: {
|
|
778
796
|
errorMessage: string;
|
|
@@ -896,6 +914,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
896
914
|
errorReason: string;
|
|
897
915
|
enabled: boolean;
|
|
898
916
|
};
|
|
917
|
+
designSystemFileSize: {
|
|
918
|
+
errorMessage: string;
|
|
919
|
+
errorReason: string;
|
|
920
|
+
max?: number | undefined;
|
|
921
|
+
};
|
|
899
922
|
}>>;
|
|
900
923
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
901
924
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1086,6 +1109,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1086
1109
|
errorReason: string;
|
|
1087
1110
|
enabled: boolean;
|
|
1088
1111
|
};
|
|
1112
|
+
designSystemFileSize: {
|
|
1113
|
+
errorMessage: string;
|
|
1114
|
+
errorReason: string;
|
|
1115
|
+
max?: number | undefined;
|
|
1116
|
+
};
|
|
1089
1117
|
} | undefined;
|
|
1090
1118
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1091
1119
|
currentPeriodStart?: string | undefined;
|
|
@@ -1243,6 +1271,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1243
1271
|
errorReason: string;
|
|
1244
1272
|
enabled: boolean;
|
|
1245
1273
|
};
|
|
1274
|
+
designSystemFileSize: {
|
|
1275
|
+
errorMessage: string;
|
|
1276
|
+
errorReason: string;
|
|
1277
|
+
max?: number | undefined;
|
|
1278
|
+
};
|
|
1246
1279
|
} | undefined;
|
|
1247
1280
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1248
1281
|
currentPeriodStart?: string | undefined;
|
|
@@ -1459,6 +1492,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1459
1492
|
errorReason: string;
|
|
1460
1493
|
enabled: boolean;
|
|
1461
1494
|
};
|
|
1495
|
+
designSystemFileSize: {
|
|
1496
|
+
errorMessage: string;
|
|
1497
|
+
errorReason: string;
|
|
1498
|
+
max?: number | undefined;
|
|
1499
|
+
};
|
|
1462
1500
|
} | undefined;
|
|
1463
1501
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1464
1502
|
currentPeriodStart?: string | undefined;
|
|
@@ -1653,6 +1691,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1653
1691
|
errorReason: string;
|
|
1654
1692
|
enabled: boolean;
|
|
1655
1693
|
};
|
|
1694
|
+
designSystemFileSize: {
|
|
1695
|
+
errorMessage: string;
|
|
1696
|
+
errorReason: string;
|
|
1697
|
+
max?: number | undefined;
|
|
1698
|
+
};
|
|
1656
1699
|
} | undefined;
|
|
1657
1700
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1658
1701
|
currentPeriodStart?: string | undefined;
|
|
@@ -1851,6 +1894,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1851
1894
|
errorReason: string;
|
|
1852
1895
|
enabled: boolean;
|
|
1853
1896
|
};
|
|
1897
|
+
designSystemFileSize: {
|
|
1898
|
+
errorMessage: string;
|
|
1899
|
+
errorReason: string;
|
|
1900
|
+
max?: number | undefined;
|
|
1901
|
+
};
|
|
1854
1902
|
} | undefined;
|
|
1855
1903
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1856
1904
|
currentPeriodStart?: string | undefined;
|
|
@@ -2049,6 +2097,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2049
2097
|
errorReason: string;
|
|
2050
2098
|
enabled: boolean;
|
|
2051
2099
|
};
|
|
2100
|
+
designSystemFileSize: {
|
|
2101
|
+
errorMessage: string;
|
|
2102
|
+
errorReason: string;
|
|
2103
|
+
max?: number | undefined;
|
|
2104
|
+
};
|
|
2052
2105
|
} | undefined;
|
|
2053
2106
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2054
2107
|
currentPeriodStart?: string | undefined;
|
|
@@ -2478,6 +2531,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2478
2531
|
errorReason: string;
|
|
2479
2532
|
enabled: boolean;
|
|
2480
2533
|
};
|
|
2534
|
+
designSystemFileSize: {
|
|
2535
|
+
errorMessage: string;
|
|
2536
|
+
errorReason: string;
|
|
2537
|
+
max?: number | undefined;
|
|
2538
|
+
};
|
|
2481
2539
|
} | undefined;
|
|
2482
2540
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2483
2541
|
currentPeriodStart?: string | undefined;
|
|
@@ -2729,6 +2787,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2729
2787
|
errorReason: string;
|
|
2730
2788
|
enabled: boolean;
|
|
2731
2789
|
};
|
|
2790
|
+
designSystemFileSize: {
|
|
2791
|
+
errorMessage: string;
|
|
2792
|
+
errorReason: string;
|
|
2793
|
+
max?: number | undefined;
|
|
2794
|
+
};
|
|
2732
2795
|
} | undefined;
|
|
2733
2796
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2734
2797
|
currentPeriodStart?: string | undefined;
|
|
@@ -11880,6 +11943,19 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
11880
11943
|
errorReason: string;
|
|
11881
11944
|
max?: number | undefined;
|
|
11882
11945
|
}>;
|
|
11946
|
+
designSystemFileSize: z.ZodObject<{
|
|
11947
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
11948
|
+
errorMessage: z.ZodString;
|
|
11949
|
+
errorReason: z.ZodString;
|
|
11950
|
+
}, "strip", z.ZodTypeAny, {
|
|
11951
|
+
errorMessage: string;
|
|
11952
|
+
errorReason: string;
|
|
11953
|
+
max?: number | undefined;
|
|
11954
|
+
}, {
|
|
11955
|
+
errorMessage: string;
|
|
11956
|
+
errorReason: string;
|
|
11957
|
+
max?: number | undefined;
|
|
11958
|
+
}>;
|
|
11883
11959
|
}, "strip", z.ZodTypeAny, {
|
|
11884
11960
|
analytics: {
|
|
11885
11961
|
errorMessage: string;
|
|
@@ -12003,6 +12079,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12003
12079
|
errorReason: string;
|
|
12004
12080
|
enabled: boolean;
|
|
12005
12081
|
};
|
|
12082
|
+
designSystemFileSize: {
|
|
12083
|
+
errorMessage: string;
|
|
12084
|
+
errorReason: string;
|
|
12085
|
+
max?: number | undefined;
|
|
12086
|
+
};
|
|
12006
12087
|
}, {
|
|
12007
12088
|
analytics: {
|
|
12008
12089
|
errorMessage: string;
|
|
@@ -12126,6 +12207,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12126
12207
|
errorReason: string;
|
|
12127
12208
|
enabled: boolean;
|
|
12128
12209
|
};
|
|
12210
|
+
designSystemFileSize: {
|
|
12211
|
+
errorMessage: string;
|
|
12212
|
+
errorReason: string;
|
|
12213
|
+
max?: number | undefined;
|
|
12214
|
+
};
|
|
12129
12215
|
}>>;
|
|
12130
12216
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
12131
12217
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -12316,6 +12402,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12316
12402
|
errorReason: string;
|
|
12317
12403
|
enabled: boolean;
|
|
12318
12404
|
};
|
|
12405
|
+
designSystemFileSize: {
|
|
12406
|
+
errorMessage: string;
|
|
12407
|
+
errorReason: string;
|
|
12408
|
+
max?: number | undefined;
|
|
12409
|
+
};
|
|
12319
12410
|
} | undefined;
|
|
12320
12411
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12321
12412
|
currentPeriodStart?: string | undefined;
|
|
@@ -12473,6 +12564,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12473
12564
|
errorReason: string;
|
|
12474
12565
|
enabled: boolean;
|
|
12475
12566
|
};
|
|
12567
|
+
designSystemFileSize: {
|
|
12568
|
+
errorMessage: string;
|
|
12569
|
+
errorReason: string;
|
|
12570
|
+
max?: number | undefined;
|
|
12571
|
+
};
|
|
12476
12572
|
} | undefined;
|
|
12477
12573
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12478
12574
|
currentPeriodStart?: string | undefined;
|
|
@@ -12689,6 +12785,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12689
12785
|
errorReason: string;
|
|
12690
12786
|
enabled: boolean;
|
|
12691
12787
|
};
|
|
12788
|
+
designSystemFileSize: {
|
|
12789
|
+
errorMessage: string;
|
|
12790
|
+
errorReason: string;
|
|
12791
|
+
max?: number | undefined;
|
|
12792
|
+
};
|
|
12692
12793
|
} | undefined;
|
|
12693
12794
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12694
12795
|
currentPeriodStart?: string | undefined;
|
|
@@ -12883,6 +12984,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12883
12984
|
errorReason: string;
|
|
12884
12985
|
enabled: boolean;
|
|
12885
12986
|
};
|
|
12987
|
+
designSystemFileSize: {
|
|
12988
|
+
errorMessage: string;
|
|
12989
|
+
errorReason: string;
|
|
12990
|
+
max?: number | undefined;
|
|
12991
|
+
};
|
|
12886
12992
|
} | undefined;
|
|
12887
12993
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12888
12994
|
currentPeriodStart?: string | undefined;
|
|
@@ -13109,6 +13215,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
13109
13215
|
errorReason: string;
|
|
13110
13216
|
enabled: boolean;
|
|
13111
13217
|
};
|
|
13218
|
+
designSystemFileSize: {
|
|
13219
|
+
errorMessage: string;
|
|
13220
|
+
errorReason: string;
|
|
13221
|
+
max?: number | undefined;
|
|
13222
|
+
};
|
|
13112
13223
|
} | undefined;
|
|
13113
13224
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13114
13225
|
currentPeriodStart?: string | undefined;
|
|
@@ -13335,6 +13446,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
13335
13446
|
errorReason: string;
|
|
13336
13447
|
enabled: boolean;
|
|
13337
13448
|
};
|
|
13449
|
+
designSystemFileSize: {
|
|
13450
|
+
errorMessage: string;
|
|
13451
|
+
errorReason: string;
|
|
13452
|
+
max?: number | undefined;
|
|
13453
|
+
};
|
|
13338
13454
|
} | undefined;
|
|
13339
13455
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13340
13456
|
currentPeriodStart?: string | undefined;
|
|
@@ -57655,11 +57771,11 @@ declare const DTOExporterMembership: z.ZodObject<{
|
|
|
57655
57771
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
57656
57772
|
}, "strip", z.ZodTypeAny, {
|
|
57657
57773
|
workspaceId: string;
|
|
57658
|
-
role: "Owner" | "
|
|
57774
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
57659
57775
|
exporterId: string;
|
|
57660
57776
|
}, {
|
|
57661
57777
|
workspaceId: string;
|
|
57662
|
-
role: "Owner" | "
|
|
57778
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
57663
57779
|
exporterId: string;
|
|
57664
57780
|
}>;
|
|
57665
57781
|
type DTOExporterMembership = z.infer<typeof DTOExporterMembership>;
|
|
@@ -58343,17 +58459,17 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
58343
58459
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
58344
58460
|
}, "strip", z.ZodTypeAny, {
|
|
58345
58461
|
workspaceId: string;
|
|
58346
|
-
role: "Owner" | "
|
|
58462
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
58347
58463
|
exporterId: string;
|
|
58348
58464
|
}, {
|
|
58349
58465
|
workspaceId: string;
|
|
58350
|
-
role: "Owner" | "
|
|
58466
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
58351
58467
|
exporterId: string;
|
|
58352
58468
|
}>;
|
|
58353
58469
|
}, "strip", z.ZodTypeAny, {
|
|
58354
58470
|
membership: {
|
|
58355
58471
|
workspaceId: string;
|
|
58356
|
-
role: "Owner" | "
|
|
58472
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
58357
58473
|
exporterId: string;
|
|
58358
58474
|
};
|
|
58359
58475
|
exporter: {
|
|
@@ -58493,7 +58609,7 @@ declare const DTOExporterResponse: z.ZodObject<{
|
|
|
58493
58609
|
}, {
|
|
58494
58610
|
membership: {
|
|
58495
58611
|
workspaceId: string;
|
|
58496
|
-
role: "Owner" | "
|
|
58612
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
58497
58613
|
exporterId: string;
|
|
58498
58614
|
};
|
|
58499
58615
|
exporter: {
|
|
@@ -59312,18 +59428,19 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
59312
59428
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
59313
59429
|
}, "strip", z.ZodTypeAny, {
|
|
59314
59430
|
workspaceId: string;
|
|
59315
|
-
role: "Owner" | "
|
|
59431
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
59316
59432
|
exporterId: string;
|
|
59317
59433
|
}, {
|
|
59318
59434
|
workspaceId: string;
|
|
59319
|
-
role: "Owner" | "
|
|
59435
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
59320
59436
|
exporterId: string;
|
|
59321
59437
|
}>, "many">;
|
|
59322
59438
|
total: z.ZodNumber;
|
|
59323
59439
|
}, "strip", z.ZodTypeAny, {
|
|
59440
|
+
total: number;
|
|
59324
59441
|
membership: {
|
|
59325
59442
|
workspaceId: string;
|
|
59326
|
-
role: "Owner" | "
|
|
59443
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
59327
59444
|
exporterId: string;
|
|
59328
59445
|
}[];
|
|
59329
59446
|
exporters: {
|
|
@@ -59460,11 +59577,11 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
59460
59577
|
deprecationNote?: string | undefined;
|
|
59461
59578
|
replacementExporterId?: string | undefined;
|
|
59462
59579
|
}[];
|
|
59463
|
-
total: number;
|
|
59464
59580
|
}, {
|
|
59581
|
+
total: number;
|
|
59465
59582
|
membership: {
|
|
59466
59583
|
workspaceId: string;
|
|
59467
|
-
role: "Owner" | "
|
|
59584
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
59468
59585
|
exporterId: string;
|
|
59469
59586
|
}[];
|
|
59470
59587
|
exporters: {
|
|
@@ -59601,7 +59718,6 @@ declare const DTOExporterListResponse: z.ZodObject<{
|
|
|
59601
59718
|
deprecationNote?: string | undefined;
|
|
59602
59719
|
replacementExporterId?: string | undefined;
|
|
59603
59720
|
}[];
|
|
59604
|
-
total: number;
|
|
59605
59721
|
}>;
|
|
59606
59722
|
type DTOExporterListResponse = z.infer<typeof DTOExporterListResponse>;
|
|
59607
59723
|
declare const DTOExporterGitProviderEnum: z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>;
|
|
@@ -88542,6 +88658,526 @@ declare const DTOUserProfileUpdate: z.ZodObject<Omit<{
|
|
|
88542
88658
|
}>;
|
|
88543
88659
|
type DTOUserProfileUpdate = z.infer<typeof DTOUserProfileUpdate>;
|
|
88544
88660
|
|
|
88661
|
+
declare const DTOForgeChatMessage: z.ZodObject<{
|
|
88662
|
+
id: z.ZodNumber;
|
|
88663
|
+
threadId: z.ZodNumber;
|
|
88664
|
+
payload: z.ZodString;
|
|
88665
|
+
createdAt: z.ZodDate;
|
|
88666
|
+
updatedAt: z.ZodDate;
|
|
88667
|
+
sender: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
88668
|
+
type: z.ZodLiteral<"User">;
|
|
88669
|
+
}, "strip", z.ZodTypeAny, {
|
|
88670
|
+
type: "User";
|
|
88671
|
+
}, {
|
|
88672
|
+
type: "User";
|
|
88673
|
+
}>, z.ZodObject<{
|
|
88674
|
+
type: z.ZodLiteral<"Agent">;
|
|
88675
|
+
persona: z.ZodLiteral<"Amy">;
|
|
88676
|
+
}, "strip", z.ZodTypeAny, {
|
|
88677
|
+
type: "Agent";
|
|
88678
|
+
persona: "Amy";
|
|
88679
|
+
}, {
|
|
88680
|
+
type: "Agent";
|
|
88681
|
+
persona: "Amy";
|
|
88682
|
+
}>]>;
|
|
88683
|
+
}, "strip", z.ZodTypeAny, {
|
|
88684
|
+
id: number;
|
|
88685
|
+
createdAt: Date;
|
|
88686
|
+
updatedAt: Date;
|
|
88687
|
+
threadId: number;
|
|
88688
|
+
payload: string;
|
|
88689
|
+
sender: {
|
|
88690
|
+
type: "User";
|
|
88691
|
+
} | {
|
|
88692
|
+
type: "Agent";
|
|
88693
|
+
persona: "Amy";
|
|
88694
|
+
};
|
|
88695
|
+
}, {
|
|
88696
|
+
id: number;
|
|
88697
|
+
createdAt: Date;
|
|
88698
|
+
updatedAt: Date;
|
|
88699
|
+
threadId: number;
|
|
88700
|
+
payload: string;
|
|
88701
|
+
sender: {
|
|
88702
|
+
type: "User";
|
|
88703
|
+
} | {
|
|
88704
|
+
type: "Agent";
|
|
88705
|
+
persona: "Amy";
|
|
88706
|
+
};
|
|
88707
|
+
}>;
|
|
88708
|
+
type DTOForgeChatMessage = z.infer<typeof DTOForgeChatMessage>;
|
|
88709
|
+
declare const DTOForgeChatThread: z.ZodObject<{
|
|
88710
|
+
id: z.ZodString;
|
|
88711
|
+
title: z.ZodString;
|
|
88712
|
+
workspaceId: z.ZodString;
|
|
88713
|
+
userId: z.ZodString;
|
|
88714
|
+
createdAt: z.ZodDate;
|
|
88715
|
+
updatedAt: z.ZodDate;
|
|
88716
|
+
}, "strip", z.ZodTypeAny, {
|
|
88717
|
+
id: string;
|
|
88718
|
+
createdAt: Date;
|
|
88719
|
+
updatedAt: Date;
|
|
88720
|
+
title: string;
|
|
88721
|
+
workspaceId: string;
|
|
88722
|
+
userId: string;
|
|
88723
|
+
}, {
|
|
88724
|
+
id: string;
|
|
88725
|
+
createdAt: Date;
|
|
88726
|
+
updatedAt: Date;
|
|
88727
|
+
title: string;
|
|
88728
|
+
workspaceId: string;
|
|
88729
|
+
userId: string;
|
|
88730
|
+
}>;
|
|
88731
|
+
type DTOForgeChatThread = z.infer<typeof DTOForgeChatThread>;
|
|
88732
|
+
declare const DTOForgeChatMessageSenderType: z.ZodEnum<["User", "Agent"]>;
|
|
88733
|
+
type DTOForgeChatMessageSenderType = z.infer<typeof DTOForgeChatMessageSenderType>;
|
|
88734
|
+
declare const DTOForgeChatMessageSender: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
88735
|
+
type: z.ZodLiteral<"User">;
|
|
88736
|
+
}, "strip", z.ZodTypeAny, {
|
|
88737
|
+
type: "User";
|
|
88738
|
+
}, {
|
|
88739
|
+
type: "User";
|
|
88740
|
+
}>, z.ZodObject<{
|
|
88741
|
+
type: z.ZodLiteral<"Agent">;
|
|
88742
|
+
persona: z.ZodLiteral<"Amy">;
|
|
88743
|
+
}, "strip", z.ZodTypeAny, {
|
|
88744
|
+
type: "Agent";
|
|
88745
|
+
persona: "Amy";
|
|
88746
|
+
}, {
|
|
88747
|
+
type: "Agent";
|
|
88748
|
+
persona: "Amy";
|
|
88749
|
+
}>]>;
|
|
88750
|
+
type DTOForgeChatMessageSender = z.infer<typeof DTOForgeChatMessageSender>;
|
|
88751
|
+
/**
|
|
88752
|
+
* POST /api/v1/workspaces/{wsId}/forge/chat-threads
|
|
88753
|
+
*/
|
|
88754
|
+
declare const DTOForgeChatThreadCreateInput: z.ZodObject<{
|
|
88755
|
+
title: z.ZodOptional<z.ZodString>;
|
|
88756
|
+
}, "strip", z.ZodTypeAny, {
|
|
88757
|
+
title?: string | undefined;
|
|
88758
|
+
}, {
|
|
88759
|
+
title?: string | undefined;
|
|
88760
|
+
}>;
|
|
88761
|
+
type DTOForgeChatThreadCreateInput = z.infer<typeof DTOForgeChatThreadCreateInput>;
|
|
88762
|
+
/**
|
|
88763
|
+
* POST /api/v1/workspaces/{wsId}/forge/threads
|
|
88764
|
+
*/
|
|
88765
|
+
declare const DTOForgeChatThreadCreateResponse: z.ZodObject<{
|
|
88766
|
+
thread: z.ZodObject<{
|
|
88767
|
+
id: z.ZodString;
|
|
88768
|
+
title: z.ZodString;
|
|
88769
|
+
workspaceId: z.ZodString;
|
|
88770
|
+
userId: z.ZodString;
|
|
88771
|
+
createdAt: z.ZodDate;
|
|
88772
|
+
updatedAt: z.ZodDate;
|
|
88773
|
+
}, "strip", z.ZodTypeAny, {
|
|
88774
|
+
id: string;
|
|
88775
|
+
createdAt: Date;
|
|
88776
|
+
updatedAt: Date;
|
|
88777
|
+
title: string;
|
|
88778
|
+
workspaceId: string;
|
|
88779
|
+
userId: string;
|
|
88780
|
+
}, {
|
|
88781
|
+
id: string;
|
|
88782
|
+
createdAt: Date;
|
|
88783
|
+
updatedAt: Date;
|
|
88784
|
+
title: string;
|
|
88785
|
+
workspaceId: string;
|
|
88786
|
+
userId: string;
|
|
88787
|
+
}>;
|
|
88788
|
+
}, "strip", z.ZodTypeAny, {
|
|
88789
|
+
thread: {
|
|
88790
|
+
id: string;
|
|
88791
|
+
createdAt: Date;
|
|
88792
|
+
updatedAt: Date;
|
|
88793
|
+
title: string;
|
|
88794
|
+
workspaceId: string;
|
|
88795
|
+
userId: string;
|
|
88796
|
+
};
|
|
88797
|
+
}, {
|
|
88798
|
+
thread: {
|
|
88799
|
+
id: string;
|
|
88800
|
+
createdAt: Date;
|
|
88801
|
+
updatedAt: Date;
|
|
88802
|
+
title: string;
|
|
88803
|
+
workspaceId: string;
|
|
88804
|
+
userId: string;
|
|
88805
|
+
};
|
|
88806
|
+
}>;
|
|
88807
|
+
type DTOForgeChatThreadCreateResponse = z.infer<typeof DTOForgeChatThreadCreateResponse>;
|
|
88808
|
+
/**
|
|
88809
|
+
* PUT /api/v1/workspaces/{wsId}/forge/threads/{threadId}
|
|
88810
|
+
*/
|
|
88811
|
+
declare const DTOForgeChatThreadUpdateInput: z.ZodObject<{
|
|
88812
|
+
title: z.ZodString;
|
|
88813
|
+
}, "strip", z.ZodTypeAny, {
|
|
88814
|
+
title: string;
|
|
88815
|
+
}, {
|
|
88816
|
+
title: string;
|
|
88817
|
+
}>;
|
|
88818
|
+
type DTOForgeChatThreadUpdateInput = z.infer<typeof DTOForgeChatThreadUpdateInput>;
|
|
88819
|
+
/**
|
|
88820
|
+
* PUT /api/v1/workspaces/{wsId}/forge/threads/{threadId}
|
|
88821
|
+
*/
|
|
88822
|
+
declare const DTOForgeChatThreadUpdateResponse: z.ZodObject<{
|
|
88823
|
+
thread: z.ZodObject<{
|
|
88824
|
+
id: z.ZodString;
|
|
88825
|
+
title: z.ZodString;
|
|
88826
|
+
workspaceId: z.ZodString;
|
|
88827
|
+
userId: z.ZodString;
|
|
88828
|
+
createdAt: z.ZodDate;
|
|
88829
|
+
updatedAt: z.ZodDate;
|
|
88830
|
+
}, "strip", z.ZodTypeAny, {
|
|
88831
|
+
id: string;
|
|
88832
|
+
createdAt: Date;
|
|
88833
|
+
updatedAt: Date;
|
|
88834
|
+
title: string;
|
|
88835
|
+
workspaceId: string;
|
|
88836
|
+
userId: string;
|
|
88837
|
+
}, {
|
|
88838
|
+
id: string;
|
|
88839
|
+
createdAt: Date;
|
|
88840
|
+
updatedAt: Date;
|
|
88841
|
+
title: string;
|
|
88842
|
+
workspaceId: string;
|
|
88843
|
+
userId: string;
|
|
88844
|
+
}>;
|
|
88845
|
+
}, "strip", z.ZodTypeAny, {
|
|
88846
|
+
thread: {
|
|
88847
|
+
id: string;
|
|
88848
|
+
createdAt: Date;
|
|
88849
|
+
updatedAt: Date;
|
|
88850
|
+
title: string;
|
|
88851
|
+
workspaceId: string;
|
|
88852
|
+
userId: string;
|
|
88853
|
+
};
|
|
88854
|
+
}, {
|
|
88855
|
+
thread: {
|
|
88856
|
+
id: string;
|
|
88857
|
+
createdAt: Date;
|
|
88858
|
+
updatedAt: Date;
|
|
88859
|
+
title: string;
|
|
88860
|
+
workspaceId: string;
|
|
88861
|
+
userId: string;
|
|
88862
|
+
};
|
|
88863
|
+
}>;
|
|
88864
|
+
type DTOForgeChatThreadUpdateResponse = z.infer<typeof DTOForgeChatThreadUpdateResponse>;
|
|
88865
|
+
/**
|
|
88866
|
+
* DELETE /api/v1/workspaces/{wsId}/forge/threads/{threadId}
|
|
88867
|
+
*/
|
|
88868
|
+
declare const DTOForgeChatThreadDeleteResponse: z.ZodObject<{
|
|
88869
|
+
success: z.ZodBoolean;
|
|
88870
|
+
}, "strip", z.ZodTypeAny, {
|
|
88871
|
+
success: boolean;
|
|
88872
|
+
}, {
|
|
88873
|
+
success: boolean;
|
|
88874
|
+
}>;
|
|
88875
|
+
type DTOForgeChatThreadDeleteResponse = z.infer<typeof DTOForgeChatThreadDeleteResponse>;
|
|
88876
|
+
/**
|
|
88877
|
+
* GET /api/v1/workspaces/{wsId}/forge/threads
|
|
88878
|
+
*/
|
|
88879
|
+
declare const DTOForgeChatThreadListQuery: z.ZodObject<{
|
|
88880
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
88881
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
88882
|
+
}, "strip", z.ZodTypeAny, {
|
|
88883
|
+
limit?: number | undefined;
|
|
88884
|
+
offset?: number | undefined;
|
|
88885
|
+
}, {
|
|
88886
|
+
limit?: number | undefined;
|
|
88887
|
+
offset?: number | undefined;
|
|
88888
|
+
}>;
|
|
88889
|
+
type DTOForgeChatThreadListQuery = z.infer<typeof DTOForgeChatThreadListQuery>;
|
|
88890
|
+
/**
|
|
88891
|
+
* GET /api/v1/workspaces/{wsId}/forge/threads
|
|
88892
|
+
*/
|
|
88893
|
+
declare const DTOForgeChatThreadListResponse: z.ZodObject<{
|
|
88894
|
+
threads: z.ZodArray<z.ZodObject<{
|
|
88895
|
+
id: z.ZodString;
|
|
88896
|
+
title: z.ZodString;
|
|
88897
|
+
workspaceId: z.ZodString;
|
|
88898
|
+
userId: z.ZodString;
|
|
88899
|
+
createdAt: z.ZodDate;
|
|
88900
|
+
updatedAt: z.ZodDate;
|
|
88901
|
+
}, "strip", z.ZodTypeAny, {
|
|
88902
|
+
id: string;
|
|
88903
|
+
createdAt: Date;
|
|
88904
|
+
updatedAt: Date;
|
|
88905
|
+
title: string;
|
|
88906
|
+
workspaceId: string;
|
|
88907
|
+
userId: string;
|
|
88908
|
+
}, {
|
|
88909
|
+
id: string;
|
|
88910
|
+
createdAt: Date;
|
|
88911
|
+
updatedAt: Date;
|
|
88912
|
+
title: string;
|
|
88913
|
+
workspaceId: string;
|
|
88914
|
+
userId: string;
|
|
88915
|
+
}>, "many">;
|
|
88916
|
+
pagination: z.ZodObject<{
|
|
88917
|
+
offset: z.ZodNumber;
|
|
88918
|
+
limit: z.ZodNumber;
|
|
88919
|
+
total: z.ZodNumber;
|
|
88920
|
+
}, "strip", z.ZodTypeAny, {
|
|
88921
|
+
limit: number;
|
|
88922
|
+
offset: number;
|
|
88923
|
+
total: number;
|
|
88924
|
+
}, {
|
|
88925
|
+
limit: number;
|
|
88926
|
+
offset: number;
|
|
88927
|
+
total: number;
|
|
88928
|
+
}>;
|
|
88929
|
+
}, "strip", z.ZodTypeAny, {
|
|
88930
|
+
threads: {
|
|
88931
|
+
id: string;
|
|
88932
|
+
createdAt: Date;
|
|
88933
|
+
updatedAt: Date;
|
|
88934
|
+
title: string;
|
|
88935
|
+
workspaceId: string;
|
|
88936
|
+
userId: string;
|
|
88937
|
+
}[];
|
|
88938
|
+
pagination: {
|
|
88939
|
+
limit: number;
|
|
88940
|
+
offset: number;
|
|
88941
|
+
total: number;
|
|
88942
|
+
};
|
|
88943
|
+
}, {
|
|
88944
|
+
threads: {
|
|
88945
|
+
id: string;
|
|
88946
|
+
createdAt: Date;
|
|
88947
|
+
updatedAt: Date;
|
|
88948
|
+
title: string;
|
|
88949
|
+
workspaceId: string;
|
|
88950
|
+
userId: string;
|
|
88951
|
+
}[];
|
|
88952
|
+
pagination: {
|
|
88953
|
+
limit: number;
|
|
88954
|
+
offset: number;
|
|
88955
|
+
total: number;
|
|
88956
|
+
};
|
|
88957
|
+
}>;
|
|
88958
|
+
type DTOForgeChatThreadListResponse = z.infer<typeof DTOForgeChatThreadListResponse>;
|
|
88959
|
+
/**
|
|
88960
|
+
* POST /api/v1/workspaces/{wsId}/forge/threads/{threadId}/messages
|
|
88961
|
+
*/
|
|
88962
|
+
declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
|
|
88963
|
+
payload: z.ZodString;
|
|
88964
|
+
sender: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
88965
|
+
type: z.ZodLiteral<"User">;
|
|
88966
|
+
}, "strip", z.ZodTypeAny, {
|
|
88967
|
+
type: "User";
|
|
88968
|
+
}, {
|
|
88969
|
+
type: "User";
|
|
88970
|
+
}>, z.ZodObject<{
|
|
88971
|
+
type: z.ZodLiteral<"Agent">;
|
|
88972
|
+
persona: z.ZodLiteral<"Amy">;
|
|
88973
|
+
}, "strip", z.ZodTypeAny, {
|
|
88974
|
+
type: "Agent";
|
|
88975
|
+
persona: "Amy";
|
|
88976
|
+
}, {
|
|
88977
|
+
type: "Agent";
|
|
88978
|
+
persona: "Amy";
|
|
88979
|
+
}>]>;
|
|
88980
|
+
}, "strip", z.ZodTypeAny, {
|
|
88981
|
+
payload: string;
|
|
88982
|
+
sender: {
|
|
88983
|
+
type: "User";
|
|
88984
|
+
} | {
|
|
88985
|
+
type: "Agent";
|
|
88986
|
+
persona: "Amy";
|
|
88987
|
+
};
|
|
88988
|
+
}, {
|
|
88989
|
+
payload: string;
|
|
88990
|
+
sender: {
|
|
88991
|
+
type: "User";
|
|
88992
|
+
} | {
|
|
88993
|
+
type: "Agent";
|
|
88994
|
+
persona: "Amy";
|
|
88995
|
+
};
|
|
88996
|
+
}>;
|
|
88997
|
+
type DTOForgeChatMessageCreateInput = z.infer<typeof DTOForgeChatMessageCreateInput>;
|
|
88998
|
+
/**
|
|
88999
|
+
* POST /api/v1/workspaces/{wsId}/forge/threads/{threadId}/messages
|
|
89000
|
+
*/
|
|
89001
|
+
declare const DTOForgeChatMessageCreateResponse: z.ZodObject<{
|
|
89002
|
+
message: z.ZodObject<{
|
|
89003
|
+
id: z.ZodNumber;
|
|
89004
|
+
threadId: z.ZodNumber;
|
|
89005
|
+
payload: z.ZodString;
|
|
89006
|
+
createdAt: z.ZodDate;
|
|
89007
|
+
updatedAt: z.ZodDate;
|
|
89008
|
+
sender: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
89009
|
+
type: z.ZodLiteral<"User">;
|
|
89010
|
+
}, "strip", z.ZodTypeAny, {
|
|
89011
|
+
type: "User";
|
|
89012
|
+
}, {
|
|
89013
|
+
type: "User";
|
|
89014
|
+
}>, z.ZodObject<{
|
|
89015
|
+
type: z.ZodLiteral<"Agent">;
|
|
89016
|
+
persona: z.ZodLiteral<"Amy">;
|
|
89017
|
+
}, "strip", z.ZodTypeAny, {
|
|
89018
|
+
type: "Agent";
|
|
89019
|
+
persona: "Amy";
|
|
89020
|
+
}, {
|
|
89021
|
+
type: "Agent";
|
|
89022
|
+
persona: "Amy";
|
|
89023
|
+
}>]>;
|
|
89024
|
+
}, "strip", z.ZodTypeAny, {
|
|
89025
|
+
id: number;
|
|
89026
|
+
createdAt: Date;
|
|
89027
|
+
updatedAt: Date;
|
|
89028
|
+
threadId: number;
|
|
89029
|
+
payload: string;
|
|
89030
|
+
sender: {
|
|
89031
|
+
type: "User";
|
|
89032
|
+
} | {
|
|
89033
|
+
type: "Agent";
|
|
89034
|
+
persona: "Amy";
|
|
89035
|
+
};
|
|
89036
|
+
}, {
|
|
89037
|
+
id: number;
|
|
89038
|
+
createdAt: Date;
|
|
89039
|
+
updatedAt: Date;
|
|
89040
|
+
threadId: number;
|
|
89041
|
+
payload: string;
|
|
89042
|
+
sender: {
|
|
89043
|
+
type: "User";
|
|
89044
|
+
} | {
|
|
89045
|
+
type: "Agent";
|
|
89046
|
+
persona: "Amy";
|
|
89047
|
+
};
|
|
89048
|
+
}>;
|
|
89049
|
+
}, "strip", z.ZodTypeAny, {
|
|
89050
|
+
message: {
|
|
89051
|
+
id: number;
|
|
89052
|
+
createdAt: Date;
|
|
89053
|
+
updatedAt: Date;
|
|
89054
|
+
threadId: number;
|
|
89055
|
+
payload: string;
|
|
89056
|
+
sender: {
|
|
89057
|
+
type: "User";
|
|
89058
|
+
} | {
|
|
89059
|
+
type: "Agent";
|
|
89060
|
+
persona: "Amy";
|
|
89061
|
+
};
|
|
89062
|
+
};
|
|
89063
|
+
}, {
|
|
89064
|
+
message: {
|
|
89065
|
+
id: number;
|
|
89066
|
+
createdAt: Date;
|
|
89067
|
+
updatedAt: Date;
|
|
89068
|
+
threadId: number;
|
|
89069
|
+
payload: string;
|
|
89070
|
+
sender: {
|
|
89071
|
+
type: "User";
|
|
89072
|
+
} | {
|
|
89073
|
+
type: "Agent";
|
|
89074
|
+
persona: "Amy";
|
|
89075
|
+
};
|
|
89076
|
+
};
|
|
89077
|
+
}>;
|
|
89078
|
+
type DTOForgeChatMessageCreateResponse = z.infer<typeof DTOForgeChatMessageCreateResponse>;
|
|
89079
|
+
/**
|
|
89080
|
+
* GET /api/v1/workspaces/{wsId}/forge/threads/{threadId}/messages
|
|
89081
|
+
*/
|
|
89082
|
+
declare const DTOForgeChatMessageListQuery: z.ZodObject<{
|
|
89083
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodString>, number | undefined, string | undefined>;
|
|
89084
|
+
offset: z.ZodEffects<z.ZodOptional<z.ZodString>, number | undefined, string | undefined>;
|
|
89085
|
+
}, "strip", z.ZodTypeAny, {
|
|
89086
|
+
limit?: number | undefined;
|
|
89087
|
+
offset?: number | undefined;
|
|
89088
|
+
}, {
|
|
89089
|
+
limit?: string | undefined;
|
|
89090
|
+
offset?: string | undefined;
|
|
89091
|
+
}>;
|
|
89092
|
+
type DTOForgeChatMessageListQuery = z.infer<typeof DTOForgeChatMessageListQuery>;
|
|
89093
|
+
/**
|
|
89094
|
+
* GET /api/v1/workspaces/{wsId}/forge/threads/{threadId}/messages
|
|
89095
|
+
*/
|
|
89096
|
+
declare const DTOForgeChatMessageListResponse: z.ZodObject<{
|
|
89097
|
+
messages: z.ZodArray<z.ZodObject<{
|
|
89098
|
+
id: z.ZodNumber;
|
|
89099
|
+
threadId: z.ZodNumber;
|
|
89100
|
+
payload: z.ZodString;
|
|
89101
|
+
createdAt: z.ZodDate;
|
|
89102
|
+
updatedAt: z.ZodDate;
|
|
89103
|
+
sender: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
89104
|
+
type: z.ZodLiteral<"User">;
|
|
89105
|
+
}, "strip", z.ZodTypeAny, {
|
|
89106
|
+
type: "User";
|
|
89107
|
+
}, {
|
|
89108
|
+
type: "User";
|
|
89109
|
+
}>, z.ZodObject<{
|
|
89110
|
+
type: z.ZodLiteral<"Agent">;
|
|
89111
|
+
persona: z.ZodLiteral<"Amy">;
|
|
89112
|
+
}, "strip", z.ZodTypeAny, {
|
|
89113
|
+
type: "Agent";
|
|
89114
|
+
persona: "Amy";
|
|
89115
|
+
}, {
|
|
89116
|
+
type: "Agent";
|
|
89117
|
+
persona: "Amy";
|
|
89118
|
+
}>]>;
|
|
89119
|
+
}, "strip", z.ZodTypeAny, {
|
|
89120
|
+
id: number;
|
|
89121
|
+
createdAt: Date;
|
|
89122
|
+
updatedAt: Date;
|
|
89123
|
+
threadId: number;
|
|
89124
|
+
payload: string;
|
|
89125
|
+
sender: {
|
|
89126
|
+
type: "User";
|
|
89127
|
+
} | {
|
|
89128
|
+
type: "Agent";
|
|
89129
|
+
persona: "Amy";
|
|
89130
|
+
};
|
|
89131
|
+
}, {
|
|
89132
|
+
id: number;
|
|
89133
|
+
createdAt: Date;
|
|
89134
|
+
updatedAt: Date;
|
|
89135
|
+
threadId: number;
|
|
89136
|
+
payload: string;
|
|
89137
|
+
sender: {
|
|
89138
|
+
type: "User";
|
|
89139
|
+
} | {
|
|
89140
|
+
type: "Agent";
|
|
89141
|
+
persona: "Amy";
|
|
89142
|
+
};
|
|
89143
|
+
}>, "many">;
|
|
89144
|
+
totalCount: z.ZodNumber;
|
|
89145
|
+
hasMore: z.ZodBoolean;
|
|
89146
|
+
}, "strip", z.ZodTypeAny, {
|
|
89147
|
+
messages: {
|
|
89148
|
+
id: number;
|
|
89149
|
+
createdAt: Date;
|
|
89150
|
+
updatedAt: Date;
|
|
89151
|
+
threadId: number;
|
|
89152
|
+
payload: string;
|
|
89153
|
+
sender: {
|
|
89154
|
+
type: "User";
|
|
89155
|
+
} | {
|
|
89156
|
+
type: "Agent";
|
|
89157
|
+
persona: "Amy";
|
|
89158
|
+
};
|
|
89159
|
+
}[];
|
|
89160
|
+
totalCount: number;
|
|
89161
|
+
hasMore: boolean;
|
|
89162
|
+
}, {
|
|
89163
|
+
messages: {
|
|
89164
|
+
id: number;
|
|
89165
|
+
createdAt: Date;
|
|
89166
|
+
updatedAt: Date;
|
|
89167
|
+
threadId: number;
|
|
89168
|
+
payload: string;
|
|
89169
|
+
sender: {
|
|
89170
|
+
type: "User";
|
|
89171
|
+
} | {
|
|
89172
|
+
type: "Agent";
|
|
89173
|
+
persona: "Amy";
|
|
89174
|
+
};
|
|
89175
|
+
}[];
|
|
89176
|
+
totalCount: number;
|
|
89177
|
+
hasMore: boolean;
|
|
89178
|
+
}>;
|
|
89179
|
+
type DTOForgeChatMessageListResponse = z.infer<typeof DTOForgeChatMessageListResponse>;
|
|
89180
|
+
|
|
88545
89181
|
declare const DTOGitOrganization: z.ZodObject<{
|
|
88546
89182
|
id: z.ZodString;
|
|
88547
89183
|
name: z.ZodString;
|
|
@@ -90446,6 +91082,19 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90446
91082
|
errorReason: string;
|
|
90447
91083
|
max?: number | undefined;
|
|
90448
91084
|
}>;
|
|
91085
|
+
designSystemFileSize: z.ZodObject<{
|
|
91086
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
91087
|
+
errorMessage: z.ZodString;
|
|
91088
|
+
errorReason: z.ZodString;
|
|
91089
|
+
}, "strip", z.ZodTypeAny, {
|
|
91090
|
+
errorMessage: string;
|
|
91091
|
+
errorReason: string;
|
|
91092
|
+
max?: number | undefined;
|
|
91093
|
+
}, {
|
|
91094
|
+
errorMessage: string;
|
|
91095
|
+
errorReason: string;
|
|
91096
|
+
max?: number | undefined;
|
|
91097
|
+
}>;
|
|
90449
91098
|
}, "strip", z.ZodTypeAny, {
|
|
90450
91099
|
analytics: {
|
|
90451
91100
|
errorMessage: string;
|
|
@@ -90569,6 +91218,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90569
91218
|
errorReason: string;
|
|
90570
91219
|
enabled: boolean;
|
|
90571
91220
|
};
|
|
91221
|
+
designSystemFileSize: {
|
|
91222
|
+
errorMessage: string;
|
|
91223
|
+
errorReason: string;
|
|
91224
|
+
max?: number | undefined;
|
|
91225
|
+
};
|
|
90572
91226
|
}, {
|
|
90573
91227
|
analytics: {
|
|
90574
91228
|
errorMessage: string;
|
|
@@ -90692,6 +91346,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90692
91346
|
errorReason: string;
|
|
90693
91347
|
enabled: boolean;
|
|
90694
91348
|
};
|
|
91349
|
+
designSystemFileSize: {
|
|
91350
|
+
errorMessage: string;
|
|
91351
|
+
errorReason: string;
|
|
91352
|
+
max?: number | undefined;
|
|
91353
|
+
};
|
|
90695
91354
|
}>>;
|
|
90696
91355
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
90697
91356
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -90882,6 +91541,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90882
91541
|
errorReason: string;
|
|
90883
91542
|
enabled: boolean;
|
|
90884
91543
|
};
|
|
91544
|
+
designSystemFileSize: {
|
|
91545
|
+
errorMessage: string;
|
|
91546
|
+
errorReason: string;
|
|
91547
|
+
max?: number | undefined;
|
|
91548
|
+
};
|
|
90885
91549
|
} | undefined;
|
|
90886
91550
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
90887
91551
|
currentPeriodStart?: string | undefined;
|
|
@@ -91039,6 +91703,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91039
91703
|
errorReason: string;
|
|
91040
91704
|
enabled: boolean;
|
|
91041
91705
|
};
|
|
91706
|
+
designSystemFileSize: {
|
|
91707
|
+
errorMessage: string;
|
|
91708
|
+
errorReason: string;
|
|
91709
|
+
max?: number | undefined;
|
|
91710
|
+
};
|
|
91042
91711
|
} | undefined;
|
|
91043
91712
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91044
91713
|
currentPeriodStart?: string | undefined;
|
|
@@ -91255,6 +91924,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91255
91924
|
errorReason: string;
|
|
91256
91925
|
enabled: boolean;
|
|
91257
91926
|
};
|
|
91927
|
+
designSystemFileSize: {
|
|
91928
|
+
errorMessage: string;
|
|
91929
|
+
errorReason: string;
|
|
91930
|
+
max?: number | undefined;
|
|
91931
|
+
};
|
|
91258
91932
|
} | undefined;
|
|
91259
91933
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91260
91934
|
currentPeriodStart?: string | undefined;
|
|
@@ -91449,6 +92123,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91449
92123
|
errorReason: string;
|
|
91450
92124
|
enabled: boolean;
|
|
91451
92125
|
};
|
|
92126
|
+
designSystemFileSize: {
|
|
92127
|
+
errorMessage: string;
|
|
92128
|
+
errorReason: string;
|
|
92129
|
+
max?: number | undefined;
|
|
92130
|
+
};
|
|
91452
92131
|
} | undefined;
|
|
91453
92132
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91454
92133
|
currentPeriodStart?: string | undefined;
|
|
@@ -91647,6 +92326,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91647
92326
|
errorReason: string;
|
|
91648
92327
|
enabled: boolean;
|
|
91649
92328
|
};
|
|
92329
|
+
designSystemFileSize: {
|
|
92330
|
+
errorMessage: string;
|
|
92331
|
+
errorReason: string;
|
|
92332
|
+
max?: number | undefined;
|
|
92333
|
+
};
|
|
91650
92334
|
} | undefined;
|
|
91651
92335
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91652
92336
|
currentPeriodStart?: string | undefined;
|
|
@@ -91845,6 +92529,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91845
92529
|
errorReason: string;
|
|
91846
92530
|
enabled: boolean;
|
|
91847
92531
|
};
|
|
92532
|
+
designSystemFileSize: {
|
|
92533
|
+
errorMessage: string;
|
|
92534
|
+
errorReason: string;
|
|
92535
|
+
max?: number | undefined;
|
|
92536
|
+
};
|
|
91848
92537
|
} | undefined;
|
|
91849
92538
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91850
92539
|
currentPeriodStart?: string | undefined;
|
|
@@ -92311,6 +93000,19 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92311
93000
|
errorReason: string;
|
|
92312
93001
|
max?: number | undefined;
|
|
92313
93002
|
}>;
|
|
93003
|
+
designSystemFileSize: z.ZodObject<{
|
|
93004
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
93005
|
+
errorMessage: z.ZodString;
|
|
93006
|
+
errorReason: z.ZodString;
|
|
93007
|
+
}, "strip", z.ZodTypeAny, {
|
|
93008
|
+
errorMessage: string;
|
|
93009
|
+
errorReason: string;
|
|
93010
|
+
max?: number | undefined;
|
|
93011
|
+
}, {
|
|
93012
|
+
errorMessage: string;
|
|
93013
|
+
errorReason: string;
|
|
93014
|
+
max?: number | undefined;
|
|
93015
|
+
}>;
|
|
92314
93016
|
}, "strip", z.ZodTypeAny, {
|
|
92315
93017
|
analytics: {
|
|
92316
93018
|
errorMessage: string;
|
|
@@ -92434,6 +93136,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92434
93136
|
errorReason: string;
|
|
92435
93137
|
enabled: boolean;
|
|
92436
93138
|
};
|
|
93139
|
+
designSystemFileSize: {
|
|
93140
|
+
errorMessage: string;
|
|
93141
|
+
errorReason: string;
|
|
93142
|
+
max?: number | undefined;
|
|
93143
|
+
};
|
|
92437
93144
|
}, {
|
|
92438
93145
|
analytics: {
|
|
92439
93146
|
errorMessage: string;
|
|
@@ -92557,6 +93264,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92557
93264
|
errorReason: string;
|
|
92558
93265
|
enabled: boolean;
|
|
92559
93266
|
};
|
|
93267
|
+
designSystemFileSize: {
|
|
93268
|
+
errorMessage: string;
|
|
93269
|
+
errorReason: string;
|
|
93270
|
+
max?: number | undefined;
|
|
93271
|
+
};
|
|
92560
93272
|
}>>;
|
|
92561
93273
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
92562
93274
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -92747,6 +93459,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92747
93459
|
errorReason: string;
|
|
92748
93460
|
enabled: boolean;
|
|
92749
93461
|
};
|
|
93462
|
+
designSystemFileSize: {
|
|
93463
|
+
errorMessage: string;
|
|
93464
|
+
errorReason: string;
|
|
93465
|
+
max?: number | undefined;
|
|
93466
|
+
};
|
|
92750
93467
|
} | undefined;
|
|
92751
93468
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
92752
93469
|
currentPeriodStart?: string | undefined;
|
|
@@ -92904,6 +93621,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92904
93621
|
errorReason: string;
|
|
92905
93622
|
enabled: boolean;
|
|
92906
93623
|
};
|
|
93624
|
+
designSystemFileSize: {
|
|
93625
|
+
errorMessage: string;
|
|
93626
|
+
errorReason: string;
|
|
93627
|
+
max?: number | undefined;
|
|
93628
|
+
};
|
|
92907
93629
|
} | undefined;
|
|
92908
93630
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
92909
93631
|
currentPeriodStart?: string | undefined;
|
|
@@ -93120,6 +93842,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93120
93842
|
errorReason: string;
|
|
93121
93843
|
enabled: boolean;
|
|
93122
93844
|
};
|
|
93845
|
+
designSystemFileSize: {
|
|
93846
|
+
errorMessage: string;
|
|
93847
|
+
errorReason: string;
|
|
93848
|
+
max?: number | undefined;
|
|
93849
|
+
};
|
|
93123
93850
|
} | undefined;
|
|
93124
93851
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93125
93852
|
currentPeriodStart?: string | undefined;
|
|
@@ -93314,6 +94041,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93314
94041
|
errorReason: string;
|
|
93315
94042
|
enabled: boolean;
|
|
93316
94043
|
};
|
|
94044
|
+
designSystemFileSize: {
|
|
94045
|
+
errorMessage: string;
|
|
94046
|
+
errorReason: string;
|
|
94047
|
+
max?: number | undefined;
|
|
94048
|
+
};
|
|
93317
94049
|
} | undefined;
|
|
93318
94050
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93319
94051
|
currentPeriodStart?: string | undefined;
|
|
@@ -93512,6 +94244,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93512
94244
|
errorReason: string;
|
|
93513
94245
|
enabled: boolean;
|
|
93514
94246
|
};
|
|
94247
|
+
designSystemFileSize: {
|
|
94248
|
+
errorMessage: string;
|
|
94249
|
+
errorReason: string;
|
|
94250
|
+
max?: number | undefined;
|
|
94251
|
+
};
|
|
93515
94252
|
} | undefined;
|
|
93516
94253
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93517
94254
|
currentPeriodStart?: string | undefined;
|
|
@@ -93710,6 +94447,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93710
94447
|
errorReason: string;
|
|
93711
94448
|
enabled: boolean;
|
|
93712
94449
|
};
|
|
94450
|
+
designSystemFileSize: {
|
|
94451
|
+
errorMessage: string;
|
|
94452
|
+
errorReason: string;
|
|
94453
|
+
max?: number | undefined;
|
|
94454
|
+
};
|
|
93713
94455
|
} | undefined;
|
|
93714
94456
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93715
94457
|
currentPeriodStart?: string | undefined;
|
|
@@ -93910,6 +94652,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93910
94652
|
errorReason: string;
|
|
93911
94653
|
enabled: boolean;
|
|
93912
94654
|
};
|
|
94655
|
+
designSystemFileSize: {
|
|
94656
|
+
errorMessage: string;
|
|
94657
|
+
errorReason: string;
|
|
94658
|
+
max?: number | undefined;
|
|
94659
|
+
};
|
|
93913
94660
|
} | undefined;
|
|
93914
94661
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93915
94662
|
currentPeriodStart?: string | undefined;
|
|
@@ -94110,6 +94857,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
94110
94857
|
errorReason: string;
|
|
94111
94858
|
enabled: boolean;
|
|
94112
94859
|
};
|
|
94860
|
+
designSystemFileSize: {
|
|
94861
|
+
errorMessage: string;
|
|
94862
|
+
errorReason: string;
|
|
94863
|
+
max?: number | undefined;
|
|
94864
|
+
};
|
|
94113
94865
|
} | undefined;
|
|
94114
94866
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
94115
94867
|
currentPeriodStart?: string | undefined;
|
|
@@ -95333,6 +96085,19 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95333
96085
|
errorReason: string;
|
|
95334
96086
|
max?: number | undefined;
|
|
95335
96087
|
}>;
|
|
96088
|
+
designSystemFileSize: z.ZodObject<{
|
|
96089
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
96090
|
+
errorMessage: z.ZodString;
|
|
96091
|
+
errorReason: z.ZodString;
|
|
96092
|
+
}, "strip", z.ZodTypeAny, {
|
|
96093
|
+
errorMessage: string;
|
|
96094
|
+
errorReason: string;
|
|
96095
|
+
max?: number | undefined;
|
|
96096
|
+
}, {
|
|
96097
|
+
errorMessage: string;
|
|
96098
|
+
errorReason: string;
|
|
96099
|
+
max?: number | undefined;
|
|
96100
|
+
}>;
|
|
95336
96101
|
}, "strip", z.ZodTypeAny, {
|
|
95337
96102
|
analytics: {
|
|
95338
96103
|
errorMessage: string;
|
|
@@ -95456,6 +96221,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95456
96221
|
errorReason: string;
|
|
95457
96222
|
enabled: boolean;
|
|
95458
96223
|
};
|
|
96224
|
+
designSystemFileSize: {
|
|
96225
|
+
errorMessage: string;
|
|
96226
|
+
errorReason: string;
|
|
96227
|
+
max?: number | undefined;
|
|
96228
|
+
};
|
|
95459
96229
|
}, {
|
|
95460
96230
|
analytics: {
|
|
95461
96231
|
errorMessage: string;
|
|
@@ -95579,6 +96349,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95579
96349
|
errorReason: string;
|
|
95580
96350
|
enabled: boolean;
|
|
95581
96351
|
};
|
|
96352
|
+
designSystemFileSize: {
|
|
96353
|
+
errorMessage: string;
|
|
96354
|
+
errorReason: string;
|
|
96355
|
+
max?: number | undefined;
|
|
96356
|
+
};
|
|
95582
96357
|
}>>;
|
|
95583
96358
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
95584
96359
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -95769,6 +96544,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95769
96544
|
errorReason: string;
|
|
95770
96545
|
enabled: boolean;
|
|
95771
96546
|
};
|
|
96547
|
+
designSystemFileSize: {
|
|
96548
|
+
errorMessage: string;
|
|
96549
|
+
errorReason: string;
|
|
96550
|
+
max?: number | undefined;
|
|
96551
|
+
};
|
|
95772
96552
|
} | undefined;
|
|
95773
96553
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
95774
96554
|
currentPeriodStart?: string | undefined;
|
|
@@ -95926,6 +96706,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95926
96706
|
errorReason: string;
|
|
95927
96707
|
enabled: boolean;
|
|
95928
96708
|
};
|
|
96709
|
+
designSystemFileSize: {
|
|
96710
|
+
errorMessage: string;
|
|
96711
|
+
errorReason: string;
|
|
96712
|
+
max?: number | undefined;
|
|
96713
|
+
};
|
|
95929
96714
|
} | undefined;
|
|
95930
96715
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
95931
96716
|
currentPeriodStart?: string | undefined;
|
|
@@ -96142,6 +96927,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
96142
96927
|
errorReason: string;
|
|
96143
96928
|
enabled: boolean;
|
|
96144
96929
|
};
|
|
96930
|
+
designSystemFileSize: {
|
|
96931
|
+
errorMessage: string;
|
|
96932
|
+
errorReason: string;
|
|
96933
|
+
max?: number | undefined;
|
|
96934
|
+
};
|
|
96145
96935
|
} | undefined;
|
|
96146
96936
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
96147
96937
|
currentPeriodStart?: string | undefined;
|
|
@@ -96336,6 +97126,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
96336
97126
|
errorReason: string;
|
|
96337
97127
|
enabled: boolean;
|
|
96338
97128
|
};
|
|
97129
|
+
designSystemFileSize: {
|
|
97130
|
+
errorMessage: string;
|
|
97131
|
+
errorReason: string;
|
|
97132
|
+
max?: number | undefined;
|
|
97133
|
+
};
|
|
96339
97134
|
} | undefined;
|
|
96340
97135
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
96341
97136
|
currentPeriodStart?: string | undefined;
|
|
@@ -96806,6 +97601,19 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
96806
97601
|
errorReason: string;
|
|
96807
97602
|
max?: number | undefined;
|
|
96808
97603
|
}>;
|
|
97604
|
+
designSystemFileSize: z.ZodObject<{
|
|
97605
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
97606
|
+
errorMessage: z.ZodString;
|
|
97607
|
+
errorReason: z.ZodString;
|
|
97608
|
+
}, "strip", z.ZodTypeAny, {
|
|
97609
|
+
errorMessage: string;
|
|
97610
|
+
errorReason: string;
|
|
97611
|
+
max?: number | undefined;
|
|
97612
|
+
}, {
|
|
97613
|
+
errorMessage: string;
|
|
97614
|
+
errorReason: string;
|
|
97615
|
+
max?: number | undefined;
|
|
97616
|
+
}>;
|
|
96809
97617
|
}, "strip", z.ZodTypeAny, {
|
|
96810
97618
|
analytics: {
|
|
96811
97619
|
errorMessage: string;
|
|
@@ -96929,6 +97737,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
96929
97737
|
errorReason: string;
|
|
96930
97738
|
enabled: boolean;
|
|
96931
97739
|
};
|
|
97740
|
+
designSystemFileSize: {
|
|
97741
|
+
errorMessage: string;
|
|
97742
|
+
errorReason: string;
|
|
97743
|
+
max?: number | undefined;
|
|
97744
|
+
};
|
|
96932
97745
|
}, {
|
|
96933
97746
|
analytics: {
|
|
96934
97747
|
errorMessage: string;
|
|
@@ -97052,6 +97865,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97052
97865
|
errorReason: string;
|
|
97053
97866
|
enabled: boolean;
|
|
97054
97867
|
};
|
|
97868
|
+
designSystemFileSize: {
|
|
97869
|
+
errorMessage: string;
|
|
97870
|
+
errorReason: string;
|
|
97871
|
+
max?: number | undefined;
|
|
97872
|
+
};
|
|
97055
97873
|
}>>;
|
|
97056
97874
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
97057
97875
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -97242,6 +98060,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97242
98060
|
errorReason: string;
|
|
97243
98061
|
enabled: boolean;
|
|
97244
98062
|
};
|
|
98063
|
+
designSystemFileSize: {
|
|
98064
|
+
errorMessage: string;
|
|
98065
|
+
errorReason: string;
|
|
98066
|
+
max?: number | undefined;
|
|
98067
|
+
};
|
|
97245
98068
|
} | undefined;
|
|
97246
98069
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97247
98070
|
currentPeriodStart?: string | undefined;
|
|
@@ -97399,6 +98222,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97399
98222
|
errorReason: string;
|
|
97400
98223
|
enabled: boolean;
|
|
97401
98224
|
};
|
|
98225
|
+
designSystemFileSize: {
|
|
98226
|
+
errorMessage: string;
|
|
98227
|
+
errorReason: string;
|
|
98228
|
+
max?: number | undefined;
|
|
98229
|
+
};
|
|
97402
98230
|
} | undefined;
|
|
97403
98231
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97404
98232
|
currentPeriodStart?: string | undefined;
|
|
@@ -97615,6 +98443,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97615
98443
|
errorReason: string;
|
|
97616
98444
|
enabled: boolean;
|
|
97617
98445
|
};
|
|
98446
|
+
designSystemFileSize: {
|
|
98447
|
+
errorMessage: string;
|
|
98448
|
+
errorReason: string;
|
|
98449
|
+
max?: number | undefined;
|
|
98450
|
+
};
|
|
97618
98451
|
} | undefined;
|
|
97619
98452
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97620
98453
|
currentPeriodStart?: string | undefined;
|
|
@@ -97809,6 +98642,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97809
98642
|
errorReason: string;
|
|
97810
98643
|
enabled: boolean;
|
|
97811
98644
|
};
|
|
98645
|
+
designSystemFileSize: {
|
|
98646
|
+
errorMessage: string;
|
|
98647
|
+
errorReason: string;
|
|
98648
|
+
max?: number | undefined;
|
|
98649
|
+
};
|
|
97812
98650
|
} | undefined;
|
|
97813
98651
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97814
98652
|
currentPeriodStart?: string | undefined;
|
|
@@ -98005,6 +98843,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
98005
98843
|
errorReason: string;
|
|
98006
98844
|
enabled: boolean;
|
|
98007
98845
|
};
|
|
98846
|
+
designSystemFileSize: {
|
|
98847
|
+
errorMessage: string;
|
|
98848
|
+
errorReason: string;
|
|
98849
|
+
max?: number | undefined;
|
|
98850
|
+
};
|
|
98008
98851
|
} | undefined;
|
|
98009
98852
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
98010
98853
|
currentPeriodStart?: string | undefined;
|
|
@@ -98201,6 +99044,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
98201
99044
|
errorReason: string;
|
|
98202
99045
|
enabled: boolean;
|
|
98203
99046
|
};
|
|
99047
|
+
designSystemFileSize: {
|
|
99048
|
+
errorMessage: string;
|
|
99049
|
+
errorReason: string;
|
|
99050
|
+
max?: number | undefined;
|
|
99051
|
+
};
|
|
98204
99052
|
} | undefined;
|
|
98205
99053
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
98206
99054
|
currentPeriodStart?: string | undefined;
|
|
@@ -99046,7 +99894,7 @@ declare class ExportersEndpoint {
|
|
|
99046
99894
|
add(workspaceId: string, body: DTOExporterCreateInput): Promise<{
|
|
99047
99895
|
membership: {
|
|
99048
99896
|
workspaceId: string;
|
|
99049
|
-
role: "Owner" | "
|
|
99897
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
99050
99898
|
exporterId: string;
|
|
99051
99899
|
};
|
|
99052
99900
|
exporter: {
|
|
@@ -99185,9 +100033,10 @@ declare class ExportersEndpoint {
|
|
|
99185
100033
|
};
|
|
99186
100034
|
}>;
|
|
99187
100035
|
list(workspaceId: string, query?: DTOExporterListQuery): Promise<{
|
|
100036
|
+
total: number;
|
|
99188
100037
|
membership: {
|
|
99189
100038
|
workspaceId: string;
|
|
99190
|
-
role: "Owner" | "
|
|
100039
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
99191
100040
|
exporterId: string;
|
|
99192
100041
|
}[];
|
|
99193
100042
|
exporters: {
|
|
@@ -99324,12 +100173,11 @@ declare class ExportersEndpoint {
|
|
|
99324
100173
|
deprecationNote?: string | undefined;
|
|
99325
100174
|
replacementExporterId?: string | undefined;
|
|
99326
100175
|
}[];
|
|
99327
|
-
total: number;
|
|
99328
100176
|
}>;
|
|
99329
100177
|
get(workspaceId: string, exporterId: string): Promise<{
|
|
99330
100178
|
membership: {
|
|
99331
100179
|
workspaceId: string;
|
|
99332
|
-
role: "Owner" | "
|
|
100180
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
99333
100181
|
exporterId: string;
|
|
99334
100182
|
};
|
|
99335
100183
|
exporter: {
|
|
@@ -99604,7 +100452,7 @@ declare class ExportersEndpoint {
|
|
|
99604
100452
|
pullChanges(workspaceId: string, exporterId: string): Promise<{
|
|
99605
100453
|
membership: {
|
|
99606
100454
|
workspaceId: string;
|
|
99607
|
-
role: "Owner" | "
|
|
100455
|
+
role: "Owner" | "User" | "OwnerArchived";
|
|
99608
100456
|
exporterId: string;
|
|
99609
100457
|
};
|
|
99610
100458
|
exporter: {
|
|
@@ -108723,6 +109571,11 @@ declare class DesignSystemsEndpoint {
|
|
|
108723
109571
|
errorReason: string;
|
|
108724
109572
|
enabled: boolean;
|
|
108725
109573
|
};
|
|
109574
|
+
designSystemFileSize: {
|
|
109575
|
+
errorMessage: string;
|
|
109576
|
+
errorReason: string;
|
|
109577
|
+
max?: number | undefined;
|
|
109578
|
+
};
|
|
108726
109579
|
} | undefined;
|
|
108727
109580
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
108728
109581
|
currentPeriodStart?: string | undefined;
|
|
@@ -108845,6 +109698,86 @@ declare class DesignSystemsEndpoint {
|
|
|
108845
109698
|
}>;
|
|
108846
109699
|
}
|
|
108847
109700
|
|
|
109701
|
+
declare class WorkspaceChatThreadsEndpoint {
|
|
109702
|
+
private readonly requestExecutor;
|
|
109703
|
+
readonly messages: ChatThreadMessagesEndpoint;
|
|
109704
|
+
constructor(requestExecutor: RequestExecutor);
|
|
109705
|
+
create(workspaceId: string, body: DTOForgeChatThreadCreateInput): Promise<{
|
|
109706
|
+
thread: {
|
|
109707
|
+
id: string;
|
|
109708
|
+
createdAt: Date;
|
|
109709
|
+
updatedAt: Date;
|
|
109710
|
+
title: string;
|
|
109711
|
+
workspaceId: string;
|
|
109712
|
+
userId: string;
|
|
109713
|
+
};
|
|
109714
|
+
}>;
|
|
109715
|
+
list(workspaceId: string, query?: DTOForgeChatThreadListQuery): Promise<{
|
|
109716
|
+
threads: {
|
|
109717
|
+
id: string;
|
|
109718
|
+
createdAt: Date;
|
|
109719
|
+
updatedAt: Date;
|
|
109720
|
+
title: string;
|
|
109721
|
+
workspaceId: string;
|
|
109722
|
+
userId: string;
|
|
109723
|
+
}[];
|
|
109724
|
+
pagination: {
|
|
109725
|
+
limit: number;
|
|
109726
|
+
offset: number;
|
|
109727
|
+
total: number;
|
|
109728
|
+
};
|
|
109729
|
+
}>;
|
|
109730
|
+
update(workspaceId: string, threadId: string, body: DTOForgeChatThreadUpdateInput): Promise<{
|
|
109731
|
+
thread: {
|
|
109732
|
+
id: string;
|
|
109733
|
+
createdAt: Date;
|
|
109734
|
+
updatedAt: Date;
|
|
109735
|
+
title: string;
|
|
109736
|
+
workspaceId: string;
|
|
109737
|
+
userId: string;
|
|
109738
|
+
};
|
|
109739
|
+
}>;
|
|
109740
|
+
delete(workspaceId: string, threadId: string): Promise<{
|
|
109741
|
+
success: boolean;
|
|
109742
|
+
}>;
|
|
109743
|
+
}
|
|
109744
|
+
declare class ChatThreadMessagesEndpoint {
|
|
109745
|
+
private readonly requestExecutor;
|
|
109746
|
+
constructor(requestExecutor: RequestExecutor);
|
|
109747
|
+
list(workspaceId: string, threadId: string, query?: DTOForgeChatMessageListQuery): Promise<{
|
|
109748
|
+
messages: {
|
|
109749
|
+
id: number;
|
|
109750
|
+
createdAt: Date;
|
|
109751
|
+
updatedAt: Date;
|
|
109752
|
+
threadId: number;
|
|
109753
|
+
payload: string;
|
|
109754
|
+
sender: {
|
|
109755
|
+
type: "User";
|
|
109756
|
+
} | {
|
|
109757
|
+
type: "Agent";
|
|
109758
|
+
persona: "Amy";
|
|
109759
|
+
};
|
|
109760
|
+
}[];
|
|
109761
|
+
totalCount: number;
|
|
109762
|
+
hasMore: boolean;
|
|
109763
|
+
}>;
|
|
109764
|
+
create(workspaceId: string, threadId: string, body: DTOForgeChatMessageCreateInput): Promise<{
|
|
109765
|
+
message: {
|
|
109766
|
+
id: number;
|
|
109767
|
+
createdAt: Date;
|
|
109768
|
+
updatedAt: Date;
|
|
109769
|
+
threadId: number;
|
|
109770
|
+
payload: string;
|
|
109771
|
+
sender: {
|
|
109772
|
+
type: "User";
|
|
109773
|
+
} | {
|
|
109774
|
+
type: "Agent";
|
|
109775
|
+
persona: "Amy";
|
|
109776
|
+
};
|
|
109777
|
+
};
|
|
109778
|
+
}>;
|
|
109779
|
+
}
|
|
109780
|
+
|
|
108848
109781
|
declare class WorkspaceIntegrationsEndpoint {
|
|
108849
109782
|
private readonly requestExecutor;
|
|
108850
109783
|
constructor(requestExecutor: RequestExecutor);
|
|
@@ -109094,6 +110027,11 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
109094
110027
|
errorReason: string;
|
|
109095
110028
|
enabled: boolean;
|
|
109096
110029
|
};
|
|
110030
|
+
designSystemFileSize: {
|
|
110031
|
+
errorMessage: string;
|
|
110032
|
+
errorReason: string;
|
|
110033
|
+
max?: number | undefined;
|
|
110034
|
+
};
|
|
109097
110035
|
} | undefined;
|
|
109098
110036
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109099
110037
|
currentPeriodStart?: string | undefined;
|
|
@@ -109339,6 +110277,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
109339
110277
|
errorReason: string;
|
|
109340
110278
|
enabled: boolean;
|
|
109341
110279
|
};
|
|
110280
|
+
designSystemFileSize: {
|
|
110281
|
+
errorMessage: string;
|
|
110282
|
+
errorReason: string;
|
|
110283
|
+
max?: number | undefined;
|
|
110284
|
+
};
|
|
109342
110285
|
} | undefined;
|
|
109343
110286
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109344
110287
|
currentPeriodStart?: string | undefined;
|
|
@@ -109537,6 +110480,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
109537
110480
|
errorReason: string;
|
|
109538
110481
|
enabled: boolean;
|
|
109539
110482
|
};
|
|
110483
|
+
designSystemFileSize: {
|
|
110484
|
+
errorMessage: string;
|
|
110485
|
+
errorReason: string;
|
|
110486
|
+
max?: number | undefined;
|
|
110487
|
+
};
|
|
109540
110488
|
} | undefined;
|
|
109541
110489
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109542
110490
|
currentPeriodStart?: string | undefined;
|
|
@@ -109591,6 +110539,7 @@ declare class WorkspacesEndpoint {
|
|
|
109591
110539
|
members: WorkspaceMembersEndpoint;
|
|
109592
110540
|
invitations: WorkspaceInvitationsEndpoint;
|
|
109593
110541
|
npmRegistry: WorkspaceNpmRegistryEndpoint;
|
|
110542
|
+
chatThreads: WorkspaceChatThreadsEndpoint;
|
|
109594
110543
|
integrations: WorkspaceIntegrationsEndpoint;
|
|
109595
110544
|
constructor(requestExecutor: RequestExecutor);
|
|
109596
110545
|
create(body: DTOWorkspaceCreateInput): Promise<{
|
|
@@ -109767,6 +110716,11 @@ declare class WorkspacesEndpoint {
|
|
|
109767
110716
|
errorReason: string;
|
|
109768
110717
|
enabled: boolean;
|
|
109769
110718
|
};
|
|
110719
|
+
designSystemFileSize: {
|
|
110720
|
+
errorMessage: string;
|
|
110721
|
+
errorReason: string;
|
|
110722
|
+
max?: number | undefined;
|
|
110723
|
+
};
|
|
109770
110724
|
} | undefined;
|
|
109771
110725
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109772
110726
|
currentPeriodStart?: string | undefined;
|
|
@@ -109965,6 +110919,11 @@ declare class WorkspacesEndpoint {
|
|
|
109965
110919
|
errorReason: string;
|
|
109966
110920
|
enabled: boolean;
|
|
109967
110921
|
};
|
|
110922
|
+
designSystemFileSize: {
|
|
110923
|
+
errorMessage: string;
|
|
110924
|
+
errorReason: string;
|
|
110925
|
+
max?: number | undefined;
|
|
110926
|
+
};
|
|
109968
110927
|
} | undefined;
|
|
109969
110928
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109970
110929
|
currentPeriodStart?: string | undefined;
|
|
@@ -110165,6 +111124,11 @@ declare class WorkspacesEndpoint {
|
|
|
110165
111124
|
errorReason: string;
|
|
110166
111125
|
enabled: boolean;
|
|
110167
111126
|
};
|
|
111127
|
+
designSystemFileSize: {
|
|
111128
|
+
errorMessage: string;
|
|
111129
|
+
errorReason: string;
|
|
111130
|
+
max?: number | undefined;
|
|
111131
|
+
};
|
|
110168
111132
|
} | undefined;
|
|
110169
111133
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110170
111134
|
currentPeriodStart?: string | undefined;
|
|
@@ -110364,6 +111328,11 @@ declare class WorkspacesEndpoint {
|
|
|
110364
111328
|
errorReason: string;
|
|
110365
111329
|
enabled: boolean;
|
|
110366
111330
|
};
|
|
111331
|
+
designSystemFileSize: {
|
|
111332
|
+
errorMessage: string;
|
|
111333
|
+
errorReason: string;
|
|
111334
|
+
max?: number | undefined;
|
|
111335
|
+
};
|
|
110367
111336
|
} | undefined;
|
|
110368
111337
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110369
111338
|
currentPeriodStart?: string | undefined;
|
|
@@ -110611,6 +111580,11 @@ declare class UsersEndpoint {
|
|
|
110611
111580
|
errorReason: string;
|
|
110612
111581
|
enabled: boolean;
|
|
110613
111582
|
};
|
|
111583
|
+
designSystemFileSize: {
|
|
111584
|
+
errorMessage: string;
|
|
111585
|
+
errorReason: string;
|
|
111586
|
+
max?: number | undefined;
|
|
111587
|
+
};
|
|
110614
111588
|
} | undefined;
|
|
110615
111589
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110616
111590
|
currentPeriodStart?: string | undefined;
|
|
@@ -112852,4 +113826,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
112852
113826
|
reason: ValidationErrorReason | undefined;
|
|
112853
113827
|
};
|
|
112854
113828
|
|
|
112855
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
113829
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|