@supernova-studio/client 1.9.14 → 1.9.16
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 +384 -4
- package/dist/index.d.ts +384 -4
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- 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;
|
|
@@ -10329,7 +10392,7 @@ declare const DTOFileUploadFinalizeResponse: z.ZodObject<{
|
|
|
10329
10392
|
ok: true;
|
|
10330
10393
|
}>;
|
|
10331
10394
|
type DTOFileUploadFinalizeResponse = z.infer<typeof DTOFileUploadFinalizeResponse>;
|
|
10332
|
-
declare const DTOFileResponseItem: z.ZodObject<
|
|
10395
|
+
declare const DTOFileResponseItem: z.ZodObject<{
|
|
10333
10396
|
fileId: z.ZodString;
|
|
10334
10397
|
referencePersistentId: z.ZodString;
|
|
10335
10398
|
name: z.ZodString;
|
|
@@ -10337,13 +10400,14 @@ declare const DTOFileResponseItem: z.ZodObject<Omit<{
|
|
|
10337
10400
|
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
10338
10401
|
url: z.ZodString;
|
|
10339
10402
|
size: z.ZodNumber;
|
|
10340
|
-
}, "
|
|
10403
|
+
}, "strip", z.ZodTypeAny, {
|
|
10341
10404
|
name: string;
|
|
10342
10405
|
url: string;
|
|
10343
10406
|
fileId: string;
|
|
10344
10407
|
size: number;
|
|
10345
10408
|
checksum: string;
|
|
10346
10409
|
referencePersistentId: string;
|
|
10410
|
+
pendingUpload?: boolean | undefined;
|
|
10347
10411
|
}, {
|
|
10348
10412
|
name: string;
|
|
10349
10413
|
url: string;
|
|
@@ -10351,6 +10415,7 @@ declare const DTOFileResponseItem: z.ZodObject<Omit<{
|
|
|
10351
10415
|
size: number;
|
|
10352
10416
|
checksum: string;
|
|
10353
10417
|
referencePersistentId: string;
|
|
10418
|
+
pendingUpload?: boolean | undefined;
|
|
10354
10419
|
}>;
|
|
10355
10420
|
type DTOFileResponseItem = z.infer<typeof DTOFileResponseItem>;
|
|
10356
10421
|
/**
|
|
@@ -10365,7 +10430,7 @@ declare const DTOFilesGetPayload: z.ZodObject<{
|
|
|
10365
10430
|
}>;
|
|
10366
10431
|
type DTOFilesGetPayload = z.infer<typeof DTOFilesGetPayload>;
|
|
10367
10432
|
declare const DTOFilesResponse: z.ZodObject<{
|
|
10368
|
-
files: z.ZodArray<z.ZodObject<
|
|
10433
|
+
files: z.ZodArray<z.ZodObject<{
|
|
10369
10434
|
fileId: z.ZodString;
|
|
10370
10435
|
referencePersistentId: z.ZodString;
|
|
10371
10436
|
name: z.ZodString;
|
|
@@ -10373,13 +10438,14 @@ declare const DTOFilesResponse: z.ZodObject<{
|
|
|
10373
10438
|
pendingUpload: z.ZodOptional<z.ZodBoolean>;
|
|
10374
10439
|
url: z.ZodString;
|
|
10375
10440
|
size: z.ZodNumber;
|
|
10376
|
-
}, "
|
|
10441
|
+
}, "strip", z.ZodTypeAny, {
|
|
10377
10442
|
name: string;
|
|
10378
10443
|
url: string;
|
|
10379
10444
|
fileId: string;
|
|
10380
10445
|
size: number;
|
|
10381
10446
|
checksum: string;
|
|
10382
10447
|
referencePersistentId: string;
|
|
10448
|
+
pendingUpload?: boolean | undefined;
|
|
10383
10449
|
}, {
|
|
10384
10450
|
name: string;
|
|
10385
10451
|
url: string;
|
|
@@ -10387,6 +10453,7 @@ declare const DTOFilesResponse: z.ZodObject<{
|
|
|
10387
10453
|
size: number;
|
|
10388
10454
|
checksum: string;
|
|
10389
10455
|
referencePersistentId: string;
|
|
10456
|
+
pendingUpload?: boolean | undefined;
|
|
10390
10457
|
}>, "many">;
|
|
10391
10458
|
}, "strip", z.ZodTypeAny, {
|
|
10392
10459
|
files: {
|
|
@@ -10396,6 +10463,7 @@ declare const DTOFilesResponse: z.ZodObject<{
|
|
|
10396
10463
|
size: number;
|
|
10397
10464
|
checksum: string;
|
|
10398
10465
|
referencePersistentId: string;
|
|
10466
|
+
pendingUpload?: boolean | undefined;
|
|
10399
10467
|
}[];
|
|
10400
10468
|
}, {
|
|
10401
10469
|
files: {
|
|
@@ -10405,6 +10473,7 @@ declare const DTOFilesResponse: z.ZodObject<{
|
|
|
10405
10473
|
size: number;
|
|
10406
10474
|
checksum: string;
|
|
10407
10475
|
referencePersistentId: string;
|
|
10476
|
+
pendingUpload?: boolean | undefined;
|
|
10408
10477
|
}[];
|
|
10409
10478
|
}>;
|
|
10410
10479
|
type DTOFilesResponse = z.infer<typeof DTOFilesResponse>;
|
|
@@ -11874,6 +11943,19 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
11874
11943
|
errorReason: string;
|
|
11875
11944
|
max?: number | undefined;
|
|
11876
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
|
+
}>;
|
|
11877
11959
|
}, "strip", z.ZodTypeAny, {
|
|
11878
11960
|
analytics: {
|
|
11879
11961
|
errorMessage: string;
|
|
@@ -11997,6 +12079,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
11997
12079
|
errorReason: string;
|
|
11998
12080
|
enabled: boolean;
|
|
11999
12081
|
};
|
|
12082
|
+
designSystemFileSize: {
|
|
12083
|
+
errorMessage: string;
|
|
12084
|
+
errorReason: string;
|
|
12085
|
+
max?: number | undefined;
|
|
12086
|
+
};
|
|
12000
12087
|
}, {
|
|
12001
12088
|
analytics: {
|
|
12002
12089
|
errorMessage: string;
|
|
@@ -12120,6 +12207,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12120
12207
|
errorReason: string;
|
|
12121
12208
|
enabled: boolean;
|
|
12122
12209
|
};
|
|
12210
|
+
designSystemFileSize: {
|
|
12211
|
+
errorMessage: string;
|
|
12212
|
+
errorReason: string;
|
|
12213
|
+
max?: number | undefined;
|
|
12214
|
+
};
|
|
12123
12215
|
}>>;
|
|
12124
12216
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
12125
12217
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -12310,6 +12402,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12310
12402
|
errorReason: string;
|
|
12311
12403
|
enabled: boolean;
|
|
12312
12404
|
};
|
|
12405
|
+
designSystemFileSize: {
|
|
12406
|
+
errorMessage: string;
|
|
12407
|
+
errorReason: string;
|
|
12408
|
+
max?: number | undefined;
|
|
12409
|
+
};
|
|
12313
12410
|
} | undefined;
|
|
12314
12411
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12315
12412
|
currentPeriodStart?: string | undefined;
|
|
@@ -12467,6 +12564,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12467
12564
|
errorReason: string;
|
|
12468
12565
|
enabled: boolean;
|
|
12469
12566
|
};
|
|
12567
|
+
designSystemFileSize: {
|
|
12568
|
+
errorMessage: string;
|
|
12569
|
+
errorReason: string;
|
|
12570
|
+
max?: number | undefined;
|
|
12571
|
+
};
|
|
12470
12572
|
} | undefined;
|
|
12471
12573
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12472
12574
|
currentPeriodStart?: string | undefined;
|
|
@@ -12683,6 +12785,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12683
12785
|
errorReason: string;
|
|
12684
12786
|
enabled: boolean;
|
|
12685
12787
|
};
|
|
12788
|
+
designSystemFileSize: {
|
|
12789
|
+
errorMessage: string;
|
|
12790
|
+
errorReason: string;
|
|
12791
|
+
max?: number | undefined;
|
|
12792
|
+
};
|
|
12686
12793
|
} | undefined;
|
|
12687
12794
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12688
12795
|
currentPeriodStart?: string | undefined;
|
|
@@ -12877,6 +12984,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
12877
12984
|
errorReason: string;
|
|
12878
12985
|
enabled: boolean;
|
|
12879
12986
|
};
|
|
12987
|
+
designSystemFileSize: {
|
|
12988
|
+
errorMessage: string;
|
|
12989
|
+
errorReason: string;
|
|
12990
|
+
max?: number | undefined;
|
|
12991
|
+
};
|
|
12880
12992
|
} | undefined;
|
|
12881
12993
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12882
12994
|
currentPeriodStart?: string | undefined;
|
|
@@ -13103,6 +13215,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
13103
13215
|
errorReason: string;
|
|
13104
13216
|
enabled: boolean;
|
|
13105
13217
|
};
|
|
13218
|
+
designSystemFileSize: {
|
|
13219
|
+
errorMessage: string;
|
|
13220
|
+
errorReason: string;
|
|
13221
|
+
max?: number | undefined;
|
|
13222
|
+
};
|
|
13106
13223
|
} | undefined;
|
|
13107
13224
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13108
13225
|
currentPeriodStart?: string | undefined;
|
|
@@ -13329,6 +13446,11 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
13329
13446
|
errorReason: string;
|
|
13330
13447
|
enabled: boolean;
|
|
13331
13448
|
};
|
|
13449
|
+
designSystemFileSize: {
|
|
13450
|
+
errorMessage: string;
|
|
13451
|
+
errorReason: string;
|
|
13452
|
+
max?: number | undefined;
|
|
13453
|
+
};
|
|
13332
13454
|
} | undefined;
|
|
13333
13455
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13334
13456
|
currentPeriodStart?: string | undefined;
|
|
@@ -90440,6 +90562,19 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90440
90562
|
errorReason: string;
|
|
90441
90563
|
max?: number | undefined;
|
|
90442
90564
|
}>;
|
|
90565
|
+
designSystemFileSize: z.ZodObject<{
|
|
90566
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
90567
|
+
errorMessage: z.ZodString;
|
|
90568
|
+
errorReason: z.ZodString;
|
|
90569
|
+
}, "strip", z.ZodTypeAny, {
|
|
90570
|
+
errorMessage: string;
|
|
90571
|
+
errorReason: string;
|
|
90572
|
+
max?: number | undefined;
|
|
90573
|
+
}, {
|
|
90574
|
+
errorMessage: string;
|
|
90575
|
+
errorReason: string;
|
|
90576
|
+
max?: number | undefined;
|
|
90577
|
+
}>;
|
|
90443
90578
|
}, "strip", z.ZodTypeAny, {
|
|
90444
90579
|
analytics: {
|
|
90445
90580
|
errorMessage: string;
|
|
@@ -90563,6 +90698,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90563
90698
|
errorReason: string;
|
|
90564
90699
|
enabled: boolean;
|
|
90565
90700
|
};
|
|
90701
|
+
designSystemFileSize: {
|
|
90702
|
+
errorMessage: string;
|
|
90703
|
+
errorReason: string;
|
|
90704
|
+
max?: number | undefined;
|
|
90705
|
+
};
|
|
90566
90706
|
}, {
|
|
90567
90707
|
analytics: {
|
|
90568
90708
|
errorMessage: string;
|
|
@@ -90686,6 +90826,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90686
90826
|
errorReason: string;
|
|
90687
90827
|
enabled: boolean;
|
|
90688
90828
|
};
|
|
90829
|
+
designSystemFileSize: {
|
|
90830
|
+
errorMessage: string;
|
|
90831
|
+
errorReason: string;
|
|
90832
|
+
max?: number | undefined;
|
|
90833
|
+
};
|
|
90689
90834
|
}>>;
|
|
90690
90835
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
90691
90836
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -90876,6 +91021,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
90876
91021
|
errorReason: string;
|
|
90877
91022
|
enabled: boolean;
|
|
90878
91023
|
};
|
|
91024
|
+
designSystemFileSize: {
|
|
91025
|
+
errorMessage: string;
|
|
91026
|
+
errorReason: string;
|
|
91027
|
+
max?: number | undefined;
|
|
91028
|
+
};
|
|
90879
91029
|
} | undefined;
|
|
90880
91030
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
90881
91031
|
currentPeriodStart?: string | undefined;
|
|
@@ -91033,6 +91183,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91033
91183
|
errorReason: string;
|
|
91034
91184
|
enabled: boolean;
|
|
91035
91185
|
};
|
|
91186
|
+
designSystemFileSize: {
|
|
91187
|
+
errorMessage: string;
|
|
91188
|
+
errorReason: string;
|
|
91189
|
+
max?: number | undefined;
|
|
91190
|
+
};
|
|
91036
91191
|
} | undefined;
|
|
91037
91192
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91038
91193
|
currentPeriodStart?: string | undefined;
|
|
@@ -91249,6 +91404,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91249
91404
|
errorReason: string;
|
|
91250
91405
|
enabled: boolean;
|
|
91251
91406
|
};
|
|
91407
|
+
designSystemFileSize: {
|
|
91408
|
+
errorMessage: string;
|
|
91409
|
+
errorReason: string;
|
|
91410
|
+
max?: number | undefined;
|
|
91411
|
+
};
|
|
91252
91412
|
} | undefined;
|
|
91253
91413
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91254
91414
|
currentPeriodStart?: string | undefined;
|
|
@@ -91443,6 +91603,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91443
91603
|
errorReason: string;
|
|
91444
91604
|
enabled: boolean;
|
|
91445
91605
|
};
|
|
91606
|
+
designSystemFileSize: {
|
|
91607
|
+
errorMessage: string;
|
|
91608
|
+
errorReason: string;
|
|
91609
|
+
max?: number | undefined;
|
|
91610
|
+
};
|
|
91446
91611
|
} | undefined;
|
|
91447
91612
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91448
91613
|
currentPeriodStart?: string | undefined;
|
|
@@ -91641,6 +91806,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91641
91806
|
errorReason: string;
|
|
91642
91807
|
enabled: boolean;
|
|
91643
91808
|
};
|
|
91809
|
+
designSystemFileSize: {
|
|
91810
|
+
errorMessage: string;
|
|
91811
|
+
errorReason: string;
|
|
91812
|
+
max?: number | undefined;
|
|
91813
|
+
};
|
|
91644
91814
|
} | undefined;
|
|
91645
91815
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91646
91816
|
currentPeriodStart?: string | undefined;
|
|
@@ -91839,6 +92009,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
91839
92009
|
errorReason: string;
|
|
91840
92010
|
enabled: boolean;
|
|
91841
92011
|
};
|
|
92012
|
+
designSystemFileSize: {
|
|
92013
|
+
errorMessage: string;
|
|
92014
|
+
errorReason: string;
|
|
92015
|
+
max?: number | undefined;
|
|
92016
|
+
};
|
|
91842
92017
|
} | undefined;
|
|
91843
92018
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91844
92019
|
currentPeriodStart?: string | undefined;
|
|
@@ -92305,6 +92480,19 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92305
92480
|
errorReason: string;
|
|
92306
92481
|
max?: number | undefined;
|
|
92307
92482
|
}>;
|
|
92483
|
+
designSystemFileSize: z.ZodObject<{
|
|
92484
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
92485
|
+
errorMessage: z.ZodString;
|
|
92486
|
+
errorReason: z.ZodString;
|
|
92487
|
+
}, "strip", z.ZodTypeAny, {
|
|
92488
|
+
errorMessage: string;
|
|
92489
|
+
errorReason: string;
|
|
92490
|
+
max?: number | undefined;
|
|
92491
|
+
}, {
|
|
92492
|
+
errorMessage: string;
|
|
92493
|
+
errorReason: string;
|
|
92494
|
+
max?: number | undefined;
|
|
92495
|
+
}>;
|
|
92308
92496
|
}, "strip", z.ZodTypeAny, {
|
|
92309
92497
|
analytics: {
|
|
92310
92498
|
errorMessage: string;
|
|
@@ -92428,6 +92616,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92428
92616
|
errorReason: string;
|
|
92429
92617
|
enabled: boolean;
|
|
92430
92618
|
};
|
|
92619
|
+
designSystemFileSize: {
|
|
92620
|
+
errorMessage: string;
|
|
92621
|
+
errorReason: string;
|
|
92622
|
+
max?: number | undefined;
|
|
92623
|
+
};
|
|
92431
92624
|
}, {
|
|
92432
92625
|
analytics: {
|
|
92433
92626
|
errorMessage: string;
|
|
@@ -92551,6 +92744,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92551
92744
|
errorReason: string;
|
|
92552
92745
|
enabled: boolean;
|
|
92553
92746
|
};
|
|
92747
|
+
designSystemFileSize: {
|
|
92748
|
+
errorMessage: string;
|
|
92749
|
+
errorReason: string;
|
|
92750
|
+
max?: number | undefined;
|
|
92751
|
+
};
|
|
92554
92752
|
}>>;
|
|
92555
92753
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
92556
92754
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -92741,6 +92939,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92741
92939
|
errorReason: string;
|
|
92742
92940
|
enabled: boolean;
|
|
92743
92941
|
};
|
|
92942
|
+
designSystemFileSize: {
|
|
92943
|
+
errorMessage: string;
|
|
92944
|
+
errorReason: string;
|
|
92945
|
+
max?: number | undefined;
|
|
92946
|
+
};
|
|
92744
92947
|
} | undefined;
|
|
92745
92948
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
92746
92949
|
currentPeriodStart?: string | undefined;
|
|
@@ -92898,6 +93101,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
92898
93101
|
errorReason: string;
|
|
92899
93102
|
enabled: boolean;
|
|
92900
93103
|
};
|
|
93104
|
+
designSystemFileSize: {
|
|
93105
|
+
errorMessage: string;
|
|
93106
|
+
errorReason: string;
|
|
93107
|
+
max?: number | undefined;
|
|
93108
|
+
};
|
|
92901
93109
|
} | undefined;
|
|
92902
93110
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
92903
93111
|
currentPeriodStart?: string | undefined;
|
|
@@ -93114,6 +93322,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93114
93322
|
errorReason: string;
|
|
93115
93323
|
enabled: boolean;
|
|
93116
93324
|
};
|
|
93325
|
+
designSystemFileSize: {
|
|
93326
|
+
errorMessage: string;
|
|
93327
|
+
errorReason: string;
|
|
93328
|
+
max?: number | undefined;
|
|
93329
|
+
};
|
|
93117
93330
|
} | undefined;
|
|
93118
93331
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93119
93332
|
currentPeriodStart?: string | undefined;
|
|
@@ -93308,6 +93521,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93308
93521
|
errorReason: string;
|
|
93309
93522
|
enabled: boolean;
|
|
93310
93523
|
};
|
|
93524
|
+
designSystemFileSize: {
|
|
93525
|
+
errorMessage: string;
|
|
93526
|
+
errorReason: string;
|
|
93527
|
+
max?: number | undefined;
|
|
93528
|
+
};
|
|
93311
93529
|
} | undefined;
|
|
93312
93530
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93313
93531
|
currentPeriodStart?: string | undefined;
|
|
@@ -93506,6 +93724,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93506
93724
|
errorReason: string;
|
|
93507
93725
|
enabled: boolean;
|
|
93508
93726
|
};
|
|
93727
|
+
designSystemFileSize: {
|
|
93728
|
+
errorMessage: string;
|
|
93729
|
+
errorReason: string;
|
|
93730
|
+
max?: number | undefined;
|
|
93731
|
+
};
|
|
93509
93732
|
} | undefined;
|
|
93510
93733
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93511
93734
|
currentPeriodStart?: string | undefined;
|
|
@@ -93704,6 +93927,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93704
93927
|
errorReason: string;
|
|
93705
93928
|
enabled: boolean;
|
|
93706
93929
|
};
|
|
93930
|
+
designSystemFileSize: {
|
|
93931
|
+
errorMessage: string;
|
|
93932
|
+
errorReason: string;
|
|
93933
|
+
max?: number | undefined;
|
|
93934
|
+
};
|
|
93707
93935
|
} | undefined;
|
|
93708
93936
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93709
93937
|
currentPeriodStart?: string | undefined;
|
|
@@ -93904,6 +94132,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
93904
94132
|
errorReason: string;
|
|
93905
94133
|
enabled: boolean;
|
|
93906
94134
|
};
|
|
94135
|
+
designSystemFileSize: {
|
|
94136
|
+
errorMessage: string;
|
|
94137
|
+
errorReason: string;
|
|
94138
|
+
max?: number | undefined;
|
|
94139
|
+
};
|
|
93907
94140
|
} | undefined;
|
|
93908
94141
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
93909
94142
|
currentPeriodStart?: string | undefined;
|
|
@@ -94104,6 +94337,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
94104
94337
|
errorReason: string;
|
|
94105
94338
|
enabled: boolean;
|
|
94106
94339
|
};
|
|
94340
|
+
designSystemFileSize: {
|
|
94341
|
+
errorMessage: string;
|
|
94342
|
+
errorReason: string;
|
|
94343
|
+
max?: number | undefined;
|
|
94344
|
+
};
|
|
94107
94345
|
} | undefined;
|
|
94108
94346
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
94109
94347
|
currentPeriodStart?: string | undefined;
|
|
@@ -95327,6 +95565,19 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95327
95565
|
errorReason: string;
|
|
95328
95566
|
max?: number | undefined;
|
|
95329
95567
|
}>;
|
|
95568
|
+
designSystemFileSize: z.ZodObject<{
|
|
95569
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
95570
|
+
errorMessage: z.ZodString;
|
|
95571
|
+
errorReason: z.ZodString;
|
|
95572
|
+
}, "strip", z.ZodTypeAny, {
|
|
95573
|
+
errorMessage: string;
|
|
95574
|
+
errorReason: string;
|
|
95575
|
+
max?: number | undefined;
|
|
95576
|
+
}, {
|
|
95577
|
+
errorMessage: string;
|
|
95578
|
+
errorReason: string;
|
|
95579
|
+
max?: number | undefined;
|
|
95580
|
+
}>;
|
|
95330
95581
|
}, "strip", z.ZodTypeAny, {
|
|
95331
95582
|
analytics: {
|
|
95332
95583
|
errorMessage: string;
|
|
@@ -95450,6 +95701,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95450
95701
|
errorReason: string;
|
|
95451
95702
|
enabled: boolean;
|
|
95452
95703
|
};
|
|
95704
|
+
designSystemFileSize: {
|
|
95705
|
+
errorMessage: string;
|
|
95706
|
+
errorReason: string;
|
|
95707
|
+
max?: number | undefined;
|
|
95708
|
+
};
|
|
95453
95709
|
}, {
|
|
95454
95710
|
analytics: {
|
|
95455
95711
|
errorMessage: string;
|
|
@@ -95573,6 +95829,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95573
95829
|
errorReason: string;
|
|
95574
95830
|
enabled: boolean;
|
|
95575
95831
|
};
|
|
95832
|
+
designSystemFileSize: {
|
|
95833
|
+
errorMessage: string;
|
|
95834
|
+
errorReason: string;
|
|
95835
|
+
max?: number | undefined;
|
|
95836
|
+
};
|
|
95576
95837
|
}>>;
|
|
95577
95838
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
95578
95839
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -95763,6 +96024,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95763
96024
|
errorReason: string;
|
|
95764
96025
|
enabled: boolean;
|
|
95765
96026
|
};
|
|
96027
|
+
designSystemFileSize: {
|
|
96028
|
+
errorMessage: string;
|
|
96029
|
+
errorReason: string;
|
|
96030
|
+
max?: number | undefined;
|
|
96031
|
+
};
|
|
95766
96032
|
} | undefined;
|
|
95767
96033
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
95768
96034
|
currentPeriodStart?: string | undefined;
|
|
@@ -95920,6 +96186,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
95920
96186
|
errorReason: string;
|
|
95921
96187
|
enabled: boolean;
|
|
95922
96188
|
};
|
|
96189
|
+
designSystemFileSize: {
|
|
96190
|
+
errorMessage: string;
|
|
96191
|
+
errorReason: string;
|
|
96192
|
+
max?: number | undefined;
|
|
96193
|
+
};
|
|
95923
96194
|
} | undefined;
|
|
95924
96195
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
95925
96196
|
currentPeriodStart?: string | undefined;
|
|
@@ -96136,6 +96407,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
96136
96407
|
errorReason: string;
|
|
96137
96408
|
enabled: boolean;
|
|
96138
96409
|
};
|
|
96410
|
+
designSystemFileSize: {
|
|
96411
|
+
errorMessage: string;
|
|
96412
|
+
errorReason: string;
|
|
96413
|
+
max?: number | undefined;
|
|
96414
|
+
};
|
|
96139
96415
|
} | undefined;
|
|
96140
96416
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
96141
96417
|
currentPeriodStart?: string | undefined;
|
|
@@ -96330,6 +96606,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
96330
96606
|
errorReason: string;
|
|
96331
96607
|
enabled: boolean;
|
|
96332
96608
|
};
|
|
96609
|
+
designSystemFileSize: {
|
|
96610
|
+
errorMessage: string;
|
|
96611
|
+
errorReason: string;
|
|
96612
|
+
max?: number | undefined;
|
|
96613
|
+
};
|
|
96333
96614
|
} | undefined;
|
|
96334
96615
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
96335
96616
|
currentPeriodStart?: string | undefined;
|
|
@@ -96800,6 +97081,19 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
96800
97081
|
errorReason: string;
|
|
96801
97082
|
max?: number | undefined;
|
|
96802
97083
|
}>;
|
|
97084
|
+
designSystemFileSize: z.ZodObject<{
|
|
97085
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
97086
|
+
errorMessage: z.ZodString;
|
|
97087
|
+
errorReason: z.ZodString;
|
|
97088
|
+
}, "strip", z.ZodTypeAny, {
|
|
97089
|
+
errorMessage: string;
|
|
97090
|
+
errorReason: string;
|
|
97091
|
+
max?: number | undefined;
|
|
97092
|
+
}, {
|
|
97093
|
+
errorMessage: string;
|
|
97094
|
+
errorReason: string;
|
|
97095
|
+
max?: number | undefined;
|
|
97096
|
+
}>;
|
|
96803
97097
|
}, "strip", z.ZodTypeAny, {
|
|
96804
97098
|
analytics: {
|
|
96805
97099
|
errorMessage: string;
|
|
@@ -96923,6 +97217,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
96923
97217
|
errorReason: string;
|
|
96924
97218
|
enabled: boolean;
|
|
96925
97219
|
};
|
|
97220
|
+
designSystemFileSize: {
|
|
97221
|
+
errorMessage: string;
|
|
97222
|
+
errorReason: string;
|
|
97223
|
+
max?: number | undefined;
|
|
97224
|
+
};
|
|
96926
97225
|
}, {
|
|
96927
97226
|
analytics: {
|
|
96928
97227
|
errorMessage: string;
|
|
@@ -97046,6 +97345,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97046
97345
|
errorReason: string;
|
|
97047
97346
|
enabled: boolean;
|
|
97048
97347
|
};
|
|
97348
|
+
designSystemFileSize: {
|
|
97349
|
+
errorMessage: string;
|
|
97350
|
+
errorReason: string;
|
|
97351
|
+
max?: number | undefined;
|
|
97352
|
+
};
|
|
97049
97353
|
}>>;
|
|
97050
97354
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
97051
97355
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -97236,6 +97540,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97236
97540
|
errorReason: string;
|
|
97237
97541
|
enabled: boolean;
|
|
97238
97542
|
};
|
|
97543
|
+
designSystemFileSize: {
|
|
97544
|
+
errorMessage: string;
|
|
97545
|
+
errorReason: string;
|
|
97546
|
+
max?: number | undefined;
|
|
97547
|
+
};
|
|
97239
97548
|
} | undefined;
|
|
97240
97549
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97241
97550
|
currentPeriodStart?: string | undefined;
|
|
@@ -97393,6 +97702,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97393
97702
|
errorReason: string;
|
|
97394
97703
|
enabled: boolean;
|
|
97395
97704
|
};
|
|
97705
|
+
designSystemFileSize: {
|
|
97706
|
+
errorMessage: string;
|
|
97707
|
+
errorReason: string;
|
|
97708
|
+
max?: number | undefined;
|
|
97709
|
+
};
|
|
97396
97710
|
} | undefined;
|
|
97397
97711
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97398
97712
|
currentPeriodStart?: string | undefined;
|
|
@@ -97609,6 +97923,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97609
97923
|
errorReason: string;
|
|
97610
97924
|
enabled: boolean;
|
|
97611
97925
|
};
|
|
97926
|
+
designSystemFileSize: {
|
|
97927
|
+
errorMessage: string;
|
|
97928
|
+
errorReason: string;
|
|
97929
|
+
max?: number | undefined;
|
|
97930
|
+
};
|
|
97612
97931
|
} | undefined;
|
|
97613
97932
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97614
97933
|
currentPeriodStart?: string | undefined;
|
|
@@ -97803,6 +98122,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97803
98122
|
errorReason: string;
|
|
97804
98123
|
enabled: boolean;
|
|
97805
98124
|
};
|
|
98125
|
+
designSystemFileSize: {
|
|
98126
|
+
errorMessage: string;
|
|
98127
|
+
errorReason: string;
|
|
98128
|
+
max?: number | undefined;
|
|
98129
|
+
};
|
|
97806
98130
|
} | undefined;
|
|
97807
98131
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
97808
98132
|
currentPeriodStart?: string | undefined;
|
|
@@ -97999,6 +98323,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
97999
98323
|
errorReason: string;
|
|
98000
98324
|
enabled: boolean;
|
|
98001
98325
|
};
|
|
98326
|
+
designSystemFileSize: {
|
|
98327
|
+
errorMessage: string;
|
|
98328
|
+
errorReason: string;
|
|
98329
|
+
max?: number | undefined;
|
|
98330
|
+
};
|
|
98002
98331
|
} | undefined;
|
|
98003
98332
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
98004
98333
|
currentPeriodStart?: string | undefined;
|
|
@@ -98195,6 +98524,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
98195
98524
|
errorReason: string;
|
|
98196
98525
|
enabled: boolean;
|
|
98197
98526
|
};
|
|
98527
|
+
designSystemFileSize: {
|
|
98528
|
+
errorMessage: string;
|
|
98529
|
+
errorReason: string;
|
|
98530
|
+
max?: number | undefined;
|
|
98531
|
+
};
|
|
98198
98532
|
} | undefined;
|
|
98199
98533
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
98200
98534
|
currentPeriodStart?: string | undefined;
|
|
@@ -105681,6 +106015,7 @@ declare class FilesEndpoint {
|
|
|
105681
106015
|
size: number;
|
|
105682
106016
|
checksum: string;
|
|
105683
106017
|
referencePersistentId: string;
|
|
106018
|
+
pendingUpload?: boolean | undefined;
|
|
105684
106019
|
}[];
|
|
105685
106020
|
}>;
|
|
105686
106021
|
}
|
|
@@ -108716,6 +109051,11 @@ declare class DesignSystemsEndpoint {
|
|
|
108716
109051
|
errorReason: string;
|
|
108717
109052
|
enabled: boolean;
|
|
108718
109053
|
};
|
|
109054
|
+
designSystemFileSize: {
|
|
109055
|
+
errorMessage: string;
|
|
109056
|
+
errorReason: string;
|
|
109057
|
+
max?: number | undefined;
|
|
109058
|
+
};
|
|
108719
109059
|
} | undefined;
|
|
108720
109060
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
108721
109061
|
currentPeriodStart?: string | undefined;
|
|
@@ -109087,6 +109427,11 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
109087
109427
|
errorReason: string;
|
|
109088
109428
|
enabled: boolean;
|
|
109089
109429
|
};
|
|
109430
|
+
designSystemFileSize: {
|
|
109431
|
+
errorMessage: string;
|
|
109432
|
+
errorReason: string;
|
|
109433
|
+
max?: number | undefined;
|
|
109434
|
+
};
|
|
109090
109435
|
} | undefined;
|
|
109091
109436
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109092
109437
|
currentPeriodStart?: string | undefined;
|
|
@@ -109332,6 +109677,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
109332
109677
|
errorReason: string;
|
|
109333
109678
|
enabled: boolean;
|
|
109334
109679
|
};
|
|
109680
|
+
designSystemFileSize: {
|
|
109681
|
+
errorMessage: string;
|
|
109682
|
+
errorReason: string;
|
|
109683
|
+
max?: number | undefined;
|
|
109684
|
+
};
|
|
109335
109685
|
} | undefined;
|
|
109336
109686
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109337
109687
|
currentPeriodStart?: string | undefined;
|
|
@@ -109530,6 +109880,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
109530
109880
|
errorReason: string;
|
|
109531
109881
|
enabled: boolean;
|
|
109532
109882
|
};
|
|
109883
|
+
designSystemFileSize: {
|
|
109884
|
+
errorMessage: string;
|
|
109885
|
+
errorReason: string;
|
|
109886
|
+
max?: number | undefined;
|
|
109887
|
+
};
|
|
109533
109888
|
} | undefined;
|
|
109534
109889
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109535
109890
|
currentPeriodStart?: string | undefined;
|
|
@@ -109760,6 +110115,11 @@ declare class WorkspacesEndpoint {
|
|
|
109760
110115
|
errorReason: string;
|
|
109761
110116
|
enabled: boolean;
|
|
109762
110117
|
};
|
|
110118
|
+
designSystemFileSize: {
|
|
110119
|
+
errorMessage: string;
|
|
110120
|
+
errorReason: string;
|
|
110121
|
+
max?: number | undefined;
|
|
110122
|
+
};
|
|
109763
110123
|
} | undefined;
|
|
109764
110124
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109765
110125
|
currentPeriodStart?: string | undefined;
|
|
@@ -109958,6 +110318,11 @@ declare class WorkspacesEndpoint {
|
|
|
109958
110318
|
errorReason: string;
|
|
109959
110319
|
enabled: boolean;
|
|
109960
110320
|
};
|
|
110321
|
+
designSystemFileSize: {
|
|
110322
|
+
errorMessage: string;
|
|
110323
|
+
errorReason: string;
|
|
110324
|
+
max?: number | undefined;
|
|
110325
|
+
};
|
|
109961
110326
|
} | undefined;
|
|
109962
110327
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
109963
110328
|
currentPeriodStart?: string | undefined;
|
|
@@ -110158,6 +110523,11 @@ declare class WorkspacesEndpoint {
|
|
|
110158
110523
|
errorReason: string;
|
|
110159
110524
|
enabled: boolean;
|
|
110160
110525
|
};
|
|
110526
|
+
designSystemFileSize: {
|
|
110527
|
+
errorMessage: string;
|
|
110528
|
+
errorReason: string;
|
|
110529
|
+
max?: number | undefined;
|
|
110530
|
+
};
|
|
110161
110531
|
} | undefined;
|
|
110162
110532
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110163
110533
|
currentPeriodStart?: string | undefined;
|
|
@@ -110357,6 +110727,11 @@ declare class WorkspacesEndpoint {
|
|
|
110357
110727
|
errorReason: string;
|
|
110358
110728
|
enabled: boolean;
|
|
110359
110729
|
};
|
|
110730
|
+
designSystemFileSize: {
|
|
110731
|
+
errorMessage: string;
|
|
110732
|
+
errorReason: string;
|
|
110733
|
+
max?: number | undefined;
|
|
110734
|
+
};
|
|
110360
110735
|
} | undefined;
|
|
110361
110736
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110362
110737
|
currentPeriodStart?: string | undefined;
|
|
@@ -110604,6 +110979,11 @@ declare class UsersEndpoint {
|
|
|
110604
110979
|
errorReason: string;
|
|
110605
110980
|
enabled: boolean;
|
|
110606
110981
|
};
|
|
110982
|
+
designSystemFileSize: {
|
|
110983
|
+
errorMessage: string;
|
|
110984
|
+
errorReason: string;
|
|
110985
|
+
max?: number | undefined;
|
|
110986
|
+
};
|
|
110607
110987
|
} | undefined;
|
|
110608
110988
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
110609
110989
|
currentPeriodStart?: string | undefined;
|