@supernova-studio/client 0.52.10 → 0.52.12
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 +218 -41
- package/dist/index.d.ts +218 -41
- package/dist/index.js +167 -146
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1015 -994
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/elements/components/figma-component.ts +26 -0
- package/src/api/dto/elements/components/index.ts +1 -0
- package/src/api/dto/elements/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -1402,8 +1402,8 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1402
1402
|
}[] | null | undefined>;
|
|
1403
1403
|
}, "strip", z.ZodTypeAny, {
|
|
1404
1404
|
components: number;
|
|
1405
|
-
frames: number;
|
|
1406
1405
|
componentSets: number;
|
|
1406
|
+
frames: number;
|
|
1407
1407
|
tokensCreated: number;
|
|
1408
1408
|
tokensUpdated: number;
|
|
1409
1409
|
tokensDeleted: number;
|
|
@@ -1434,10 +1434,10 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1434
1434
|
isFailed: boolean;
|
|
1435
1435
|
error?: any;
|
|
1436
1436
|
components?: number | null | undefined;
|
|
1437
|
+
componentSets?: number | null | undefined;
|
|
1437
1438
|
sourceId?: string | null | undefined;
|
|
1438
1439
|
brandId?: string | null | undefined;
|
|
1439
1440
|
frames?: number | null | undefined;
|
|
1440
|
-
componentSets?: number | null | undefined;
|
|
1441
1441
|
tokensCreated?: number | null | undefined;
|
|
1442
1442
|
tokensUpdated?: number | null | undefined;
|
|
1443
1443
|
tokensDeleted?: number | null | undefined;
|
|
@@ -1512,8 +1512,8 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1512
1512
|
fileThumbnailUrl?: string | undefined;
|
|
1513
1513
|
lastImportResult?: {
|
|
1514
1514
|
components: number;
|
|
1515
|
-
frames: number;
|
|
1516
1515
|
componentSets: number;
|
|
1516
|
+
frames: number;
|
|
1517
1517
|
tokensCreated: number;
|
|
1518
1518
|
tokensUpdated: number;
|
|
1519
1519
|
tokensDeleted: number;
|
|
@@ -1567,10 +1567,10 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1567
1567
|
isFailed: boolean;
|
|
1568
1568
|
error?: any;
|
|
1569
1569
|
components?: number | null | undefined;
|
|
1570
|
+
componentSets?: number | null | undefined;
|
|
1570
1571
|
sourceId?: string | null | undefined;
|
|
1571
1572
|
brandId?: string | null | undefined;
|
|
1572
1573
|
frames?: number | null | undefined;
|
|
1573
|
-
componentSets?: number | null | undefined;
|
|
1574
1574
|
tokensCreated?: number | null | undefined;
|
|
1575
1575
|
tokensUpdated?: number | null | undefined;
|
|
1576
1576
|
tokensDeleted?: number | null | undefined;
|
|
@@ -1702,8 +1702,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1702
1702
|
}[] | null | undefined>;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
1704
|
components: number;
|
|
1705
|
-
frames: number;
|
|
1706
1705
|
componentSets: number;
|
|
1706
|
+
frames: number;
|
|
1707
1707
|
tokensCreated: number;
|
|
1708
1708
|
tokensUpdated: number;
|
|
1709
1709
|
tokensDeleted: number;
|
|
@@ -1734,10 +1734,10 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1734
1734
|
isFailed: boolean;
|
|
1735
1735
|
error?: any;
|
|
1736
1736
|
components?: number | null | undefined;
|
|
1737
|
+
componentSets?: number | null | undefined;
|
|
1737
1738
|
sourceId?: string | null | undefined;
|
|
1738
1739
|
brandId?: string | null | undefined;
|
|
1739
1740
|
frames?: number | null | undefined;
|
|
1740
|
-
componentSets?: number | null | undefined;
|
|
1741
1741
|
tokensCreated?: number | null | undefined;
|
|
1742
1742
|
tokensUpdated?: number | null | undefined;
|
|
1743
1743
|
tokensDeleted?: number | null | undefined;
|
|
@@ -1812,8 +1812,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1812
1812
|
fileThumbnailUrl?: string | undefined;
|
|
1813
1813
|
lastImportResult?: {
|
|
1814
1814
|
components: number;
|
|
1815
|
-
frames: number;
|
|
1816
1815
|
componentSets: number;
|
|
1816
|
+
frames: number;
|
|
1817
1817
|
tokensCreated: number;
|
|
1818
1818
|
tokensUpdated: number;
|
|
1819
1819
|
tokensDeleted: number;
|
|
@@ -1867,10 +1867,10 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1867
1867
|
isFailed: boolean;
|
|
1868
1868
|
error?: any;
|
|
1869
1869
|
components?: number | null | undefined;
|
|
1870
|
+
componentSets?: number | null | undefined;
|
|
1870
1871
|
sourceId?: string | null | undefined;
|
|
1871
1872
|
brandId?: string | null | undefined;
|
|
1872
1873
|
frames?: number | null | undefined;
|
|
1873
|
-
componentSets?: number | null | undefined;
|
|
1874
1874
|
tokensCreated?: number | null | undefined;
|
|
1875
1875
|
tokensUpdated?: number | null | undefined;
|
|
1876
1876
|
tokensDeleted?: number | null | undefined;
|
|
@@ -1939,8 +1939,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1939
1939
|
fileThumbnailUrl?: string | undefined;
|
|
1940
1940
|
lastImportResult?: {
|
|
1941
1941
|
components: number;
|
|
1942
|
-
frames: number;
|
|
1943
1942
|
componentSets: number;
|
|
1943
|
+
frames: number;
|
|
1944
1944
|
tokensCreated: number;
|
|
1945
1945
|
tokensUpdated: number;
|
|
1946
1946
|
tokensDeleted: number;
|
|
@@ -2012,10 +2012,10 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
2012
2012
|
isFailed: boolean;
|
|
2013
2013
|
error?: any;
|
|
2014
2014
|
components?: number | null | undefined;
|
|
2015
|
+
componentSets?: number | null | undefined;
|
|
2015
2016
|
sourceId?: string | null | undefined;
|
|
2016
2017
|
brandId?: string | null | undefined;
|
|
2017
2018
|
frames?: number | null | undefined;
|
|
2018
|
-
componentSets?: number | null | undefined;
|
|
2019
2019
|
tokensCreated?: number | null | undefined;
|
|
2020
2020
|
tokensUpdated?: number | null | undefined;
|
|
2021
2021
|
tokensDeleted?: number | null | undefined;
|
|
@@ -2389,8 +2389,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2389
2389
|
}[] | null | undefined>;
|
|
2390
2390
|
}, "strip", z.ZodTypeAny, {
|
|
2391
2391
|
components: number;
|
|
2392
|
-
frames: number;
|
|
2393
2392
|
componentSets: number;
|
|
2393
|
+
frames: number;
|
|
2394
2394
|
tokensCreated: number;
|
|
2395
2395
|
tokensUpdated: number;
|
|
2396
2396
|
tokensDeleted: number;
|
|
@@ -2421,10 +2421,10 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2421
2421
|
isFailed: boolean;
|
|
2422
2422
|
error?: any;
|
|
2423
2423
|
components?: number | null | undefined;
|
|
2424
|
+
componentSets?: number | null | undefined;
|
|
2424
2425
|
sourceId?: string | null | undefined;
|
|
2425
2426
|
brandId?: string | null | undefined;
|
|
2426
2427
|
frames?: number | null | undefined;
|
|
2427
|
-
componentSets?: number | null | undefined;
|
|
2428
2428
|
tokensCreated?: number | null | undefined;
|
|
2429
2429
|
tokensUpdated?: number | null | undefined;
|
|
2430
2430
|
tokensDeleted?: number | null | undefined;
|
|
@@ -2499,8 +2499,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2499
2499
|
fileThumbnailUrl?: string | undefined;
|
|
2500
2500
|
lastImportResult?: {
|
|
2501
2501
|
components: number;
|
|
2502
|
-
frames: number;
|
|
2503
2502
|
componentSets: number;
|
|
2503
|
+
frames: number;
|
|
2504
2504
|
tokensCreated: number;
|
|
2505
2505
|
tokensUpdated: number;
|
|
2506
2506
|
tokensDeleted: number;
|
|
@@ -2554,10 +2554,10 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2554
2554
|
isFailed: boolean;
|
|
2555
2555
|
error?: any;
|
|
2556
2556
|
components?: number | null | undefined;
|
|
2557
|
+
componentSets?: number | null | undefined;
|
|
2557
2558
|
sourceId?: string | null | undefined;
|
|
2558
2559
|
brandId?: string | null | undefined;
|
|
2559
2560
|
frames?: number | null | undefined;
|
|
2560
|
-
componentSets?: number | null | undefined;
|
|
2561
2561
|
tokensCreated?: number | null | undefined;
|
|
2562
2562
|
tokensUpdated?: number | null | undefined;
|
|
2563
2563
|
tokensDeleted?: number | null | undefined;
|
|
@@ -2626,8 +2626,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2626
2626
|
fileThumbnailUrl?: string | undefined;
|
|
2627
2627
|
lastImportResult?: {
|
|
2628
2628
|
components: number;
|
|
2629
|
-
frames: number;
|
|
2630
2629
|
componentSets: number;
|
|
2630
|
+
frames: number;
|
|
2631
2631
|
tokensCreated: number;
|
|
2632
2632
|
tokensUpdated: number;
|
|
2633
2633
|
tokensDeleted: number;
|
|
@@ -2699,10 +2699,10 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2699
2699
|
isFailed: boolean;
|
|
2700
2700
|
error?: any;
|
|
2701
2701
|
components?: number | null | undefined;
|
|
2702
|
+
componentSets?: number | null | undefined;
|
|
2702
2703
|
sourceId?: string | null | undefined;
|
|
2703
2704
|
brandId?: string | null | undefined;
|
|
2704
2705
|
frames?: number | null | undefined;
|
|
2705
|
-
componentSets?: number | null | undefined;
|
|
2706
2706
|
tokensCreated?: number | null | undefined;
|
|
2707
2707
|
tokensUpdated?: number | null | undefined;
|
|
2708
2708
|
tokensDeleted?: number | null | undefined;
|
|
@@ -3073,8 +3073,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3073
3073
|
}[] | null | undefined>;
|
|
3074
3074
|
}, "strip", z.ZodTypeAny, {
|
|
3075
3075
|
components: number;
|
|
3076
|
-
frames: number;
|
|
3077
3076
|
componentSets: number;
|
|
3077
|
+
frames: number;
|
|
3078
3078
|
tokensCreated: number;
|
|
3079
3079
|
tokensUpdated: number;
|
|
3080
3080
|
tokensDeleted: number;
|
|
@@ -3105,10 +3105,10 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3105
3105
|
isFailed: boolean;
|
|
3106
3106
|
error?: any;
|
|
3107
3107
|
components?: number | null | undefined;
|
|
3108
|
+
componentSets?: number | null | undefined;
|
|
3108
3109
|
sourceId?: string | null | undefined;
|
|
3109
3110
|
brandId?: string | null | undefined;
|
|
3110
3111
|
frames?: number | null | undefined;
|
|
3111
|
-
componentSets?: number | null | undefined;
|
|
3112
3112
|
tokensCreated?: number | null | undefined;
|
|
3113
3113
|
tokensUpdated?: number | null | undefined;
|
|
3114
3114
|
tokensDeleted?: number | null | undefined;
|
|
@@ -3183,8 +3183,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3183
3183
|
fileThumbnailUrl?: string | undefined;
|
|
3184
3184
|
lastImportResult?: {
|
|
3185
3185
|
components: number;
|
|
3186
|
-
frames: number;
|
|
3187
3186
|
componentSets: number;
|
|
3187
|
+
frames: number;
|
|
3188
3188
|
tokensCreated: number;
|
|
3189
3189
|
tokensUpdated: number;
|
|
3190
3190
|
tokensDeleted: number;
|
|
@@ -3238,10 +3238,10 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3238
3238
|
isFailed: boolean;
|
|
3239
3239
|
error?: any;
|
|
3240
3240
|
components?: number | null | undefined;
|
|
3241
|
+
componentSets?: number | null | undefined;
|
|
3241
3242
|
sourceId?: string | null | undefined;
|
|
3242
3243
|
brandId?: string | null | undefined;
|
|
3243
3244
|
frames?: number | null | undefined;
|
|
3244
|
-
componentSets?: number | null | undefined;
|
|
3245
3245
|
tokensCreated?: number | null | undefined;
|
|
3246
3246
|
tokensUpdated?: number | null | undefined;
|
|
3247
3247
|
tokensDeleted?: number | null | undefined;
|
|
@@ -3310,8 +3310,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3310
3310
|
fileThumbnailUrl?: string | undefined;
|
|
3311
3311
|
lastImportResult?: {
|
|
3312
3312
|
components: number;
|
|
3313
|
-
frames: number;
|
|
3314
3313
|
componentSets: number;
|
|
3314
|
+
frames: number;
|
|
3315
3315
|
tokensCreated: number;
|
|
3316
3316
|
tokensUpdated: number;
|
|
3317
3317
|
tokensDeleted: number;
|
|
@@ -3383,10 +3383,10 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3383
3383
|
isFailed: boolean;
|
|
3384
3384
|
error?: any;
|
|
3385
3385
|
components?: number | null | undefined;
|
|
3386
|
+
componentSets?: number | null | undefined;
|
|
3386
3387
|
sourceId?: string | null | undefined;
|
|
3387
3388
|
brandId?: string | null | undefined;
|
|
3388
3389
|
frames?: number | null | undefined;
|
|
3389
|
-
componentSets?: number | null | undefined;
|
|
3390
3390
|
tokensCreated?: number | null | undefined;
|
|
3391
3391
|
tokensUpdated?: number | null | undefined;
|
|
3392
3392
|
tokensDeleted?: number | null | undefined;
|
|
@@ -3690,8 +3690,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3690
3690
|
fileThumbnailUrl?: string | undefined;
|
|
3691
3691
|
lastImportResult?: {
|
|
3692
3692
|
components: number;
|
|
3693
|
-
frames: number;
|
|
3694
3693
|
componentSets: number;
|
|
3694
|
+
frames: number;
|
|
3695
3695
|
tokensCreated: number;
|
|
3696
3696
|
tokensUpdated: number;
|
|
3697
3697
|
tokensDeleted: number;
|
|
@@ -3813,10 +3813,10 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3813
3813
|
isFailed: boolean;
|
|
3814
3814
|
error?: any;
|
|
3815
3815
|
components?: number | null | undefined;
|
|
3816
|
+
componentSets?: number | null | undefined;
|
|
3816
3817
|
sourceId?: string | null | undefined;
|
|
3817
3818
|
brandId?: string | null | undefined;
|
|
3818
3819
|
frames?: number | null | undefined;
|
|
3819
|
-
componentSets?: number | null | undefined;
|
|
3820
3820
|
tokensCreated?: number | null | undefined;
|
|
3821
3821
|
tokensUpdated?: number | null | undefined;
|
|
3822
3822
|
tokensDeleted?: number | null | undefined;
|
|
@@ -4000,8 +4000,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4000
4000
|
}[] | null | undefined>;
|
|
4001
4001
|
}, "strip", z.ZodTypeAny, {
|
|
4002
4002
|
components: number;
|
|
4003
|
-
frames: number;
|
|
4004
4003
|
componentSets: number;
|
|
4004
|
+
frames: number;
|
|
4005
4005
|
tokensCreated: number;
|
|
4006
4006
|
tokensUpdated: number;
|
|
4007
4007
|
tokensDeleted: number;
|
|
@@ -4032,10 +4032,10 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4032
4032
|
isFailed: boolean;
|
|
4033
4033
|
error?: any;
|
|
4034
4034
|
components?: number | null | undefined;
|
|
4035
|
+
componentSets?: number | null | undefined;
|
|
4035
4036
|
sourceId?: string | null | undefined;
|
|
4036
4037
|
brandId?: string | null | undefined;
|
|
4037
4038
|
frames?: number | null | undefined;
|
|
4038
|
-
componentSets?: number | null | undefined;
|
|
4039
4039
|
tokensCreated?: number | null | undefined;
|
|
4040
4040
|
tokensUpdated?: number | null | undefined;
|
|
4041
4041
|
tokensDeleted?: number | null | undefined;
|
|
@@ -4110,8 +4110,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4110
4110
|
fileThumbnailUrl?: string | undefined;
|
|
4111
4111
|
lastImportResult?: {
|
|
4112
4112
|
components: number;
|
|
4113
|
-
frames: number;
|
|
4114
4113
|
componentSets: number;
|
|
4114
|
+
frames: number;
|
|
4115
4115
|
tokensCreated: number;
|
|
4116
4116
|
tokensUpdated: number;
|
|
4117
4117
|
tokensDeleted: number;
|
|
@@ -4165,10 +4165,10 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4165
4165
|
isFailed: boolean;
|
|
4166
4166
|
error?: any;
|
|
4167
4167
|
components?: number | null | undefined;
|
|
4168
|
+
componentSets?: number | null | undefined;
|
|
4168
4169
|
sourceId?: string | null | undefined;
|
|
4169
4170
|
brandId?: string | null | undefined;
|
|
4170
4171
|
frames?: number | null | undefined;
|
|
4171
|
-
componentSets?: number | null | undefined;
|
|
4172
4172
|
tokensCreated?: number | null | undefined;
|
|
4173
4173
|
tokensUpdated?: number | null | undefined;
|
|
4174
4174
|
tokensDeleted?: number | null | undefined;
|
|
@@ -4237,8 +4237,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4237
4237
|
fileThumbnailUrl?: string | undefined;
|
|
4238
4238
|
lastImportResult?: {
|
|
4239
4239
|
components: number;
|
|
4240
|
-
frames: number;
|
|
4241
4240
|
componentSets: number;
|
|
4241
|
+
frames: number;
|
|
4242
4242
|
tokensCreated: number;
|
|
4243
4243
|
tokensUpdated: number;
|
|
4244
4244
|
tokensDeleted: number;
|
|
@@ -4310,10 +4310,10 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4310
4310
|
isFailed: boolean;
|
|
4311
4311
|
error?: any;
|
|
4312
4312
|
components?: number | null | undefined;
|
|
4313
|
+
componentSets?: number | null | undefined;
|
|
4313
4314
|
sourceId?: string | null | undefined;
|
|
4314
4315
|
brandId?: string | null | undefined;
|
|
4315
4316
|
frames?: number | null | undefined;
|
|
4316
|
-
componentSets?: number | null | undefined;
|
|
4317
4317
|
tokensCreated?: number | null | undefined;
|
|
4318
4318
|
tokensUpdated?: number | null | undefined;
|
|
4319
4319
|
tokensDeleted?: number | null | undefined;
|
|
@@ -4617,8 +4617,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4617
4617
|
fileThumbnailUrl?: string | undefined;
|
|
4618
4618
|
lastImportResult?: {
|
|
4619
4619
|
components: number;
|
|
4620
|
-
frames: number;
|
|
4621
4620
|
componentSets: number;
|
|
4621
|
+
frames: number;
|
|
4622
4622
|
tokensCreated: number;
|
|
4623
4623
|
tokensUpdated: number;
|
|
4624
4624
|
tokensDeleted: number;
|
|
@@ -4740,10 +4740,10 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4740
4740
|
isFailed: boolean;
|
|
4741
4741
|
error?: any;
|
|
4742
4742
|
components?: number | null | undefined;
|
|
4743
|
+
componentSets?: number | null | undefined;
|
|
4743
4744
|
sourceId?: string | null | undefined;
|
|
4744
4745
|
brandId?: string | null | undefined;
|
|
4745
4746
|
frames?: number | null | undefined;
|
|
4746
|
-
componentSets?: number | null | undefined;
|
|
4747
4747
|
tokensCreated?: number | null | undefined;
|
|
4748
4748
|
tokensUpdated?: number | null | undefined;
|
|
4749
4749
|
tokensDeleted?: number | null | undefined;
|
|
@@ -8962,6 +8962,183 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
8962
8962
|
}>;
|
|
8963
8963
|
type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
|
|
8964
8964
|
|
|
8965
|
+
declare const DTOFigmaComponent: z.ZodObject<{
|
|
8966
|
+
id: z.ZodString;
|
|
8967
|
+
persistentId: z.ZodString;
|
|
8968
|
+
designSystemVersionId: z.ZodString;
|
|
8969
|
+
brandId: z.ZodString;
|
|
8970
|
+
parentComponentId: z.ZodOptional<z.ZodString>;
|
|
8971
|
+
thumbnailUrl: z.ZodOptional<z.ZodString>;
|
|
8972
|
+
svgUrl: z.ZodOptional<z.ZodString>;
|
|
8973
|
+
exportProperties: z.ZodObject<{
|
|
8974
|
+
isAsset: z.ZodBoolean;
|
|
8975
|
+
}, "strip", z.ZodTypeAny, {
|
|
8976
|
+
isAsset: boolean;
|
|
8977
|
+
}, {
|
|
8978
|
+
isAsset: boolean;
|
|
8979
|
+
}>;
|
|
8980
|
+
createdAt: z.ZodDate;
|
|
8981
|
+
updatedAt: z.ZodDate;
|
|
8982
|
+
meta: z.ZodObject<{
|
|
8983
|
+
name: z.ZodString;
|
|
8984
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8985
|
+
}, "strip", z.ZodTypeAny, {
|
|
8986
|
+
name: string;
|
|
8987
|
+
description?: string | undefined;
|
|
8988
|
+
}, {
|
|
8989
|
+
name: string;
|
|
8990
|
+
description?: string | undefined;
|
|
8991
|
+
}>;
|
|
8992
|
+
originComponent: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
8993
|
+
id: z.ZodString;
|
|
8994
|
+
sourceId: z.ZodString;
|
|
8995
|
+
name: z.ZodString;
|
|
8996
|
+
}, {
|
|
8997
|
+
nodeId: z.ZodOptional<z.ZodString>;
|
|
8998
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
8999
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
9000
|
+
}>, "strip", z.ZodTypeAny, {
|
|
9001
|
+
id: string;
|
|
9002
|
+
name: string;
|
|
9003
|
+
sourceId: string;
|
|
9004
|
+
width?: number | undefined;
|
|
9005
|
+
height?: number | undefined;
|
|
9006
|
+
nodeId?: string | undefined;
|
|
9007
|
+
}, {
|
|
9008
|
+
id: string;
|
|
9009
|
+
name: string;
|
|
9010
|
+
sourceId: string;
|
|
9011
|
+
width?: number | undefined;
|
|
9012
|
+
height?: number | undefined;
|
|
9013
|
+
nodeId?: string | undefined;
|
|
9014
|
+
}>>;
|
|
9015
|
+
componentPropertyDefinitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9016
|
+
type: z.ZodLiteral<"Boolean">;
|
|
9017
|
+
defaultValue: z.ZodBoolean;
|
|
9018
|
+
}, "strip", z.ZodTypeAny, {
|
|
9019
|
+
type: "Boolean";
|
|
9020
|
+
defaultValue: boolean;
|
|
9021
|
+
}, {
|
|
9022
|
+
type: "Boolean";
|
|
9023
|
+
defaultValue: boolean;
|
|
9024
|
+
}>, z.ZodObject<{
|
|
9025
|
+
type: z.ZodLiteral<"InstanceSwap">;
|
|
9026
|
+
defaultValue: z.ZodString;
|
|
9027
|
+
preferredValues: z.ZodArray<z.ZodObject<{
|
|
9028
|
+
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
9029
|
+
key: z.ZodString;
|
|
9030
|
+
}, "strip", z.ZodTypeAny, {
|
|
9031
|
+
type: "Component" | "ComponentSet";
|
|
9032
|
+
key: string;
|
|
9033
|
+
}, {
|
|
9034
|
+
type: "Component" | "ComponentSet";
|
|
9035
|
+
key: string;
|
|
9036
|
+
}>, "many">;
|
|
9037
|
+
}, "strip", z.ZodTypeAny, {
|
|
9038
|
+
type: "InstanceSwap";
|
|
9039
|
+
defaultValue: string;
|
|
9040
|
+
preferredValues: {
|
|
9041
|
+
type: "Component" | "ComponentSet";
|
|
9042
|
+
key: string;
|
|
9043
|
+
}[];
|
|
9044
|
+
}, {
|
|
9045
|
+
type: "InstanceSwap";
|
|
9046
|
+
defaultValue: string;
|
|
9047
|
+
preferredValues: {
|
|
9048
|
+
type: "Component" | "ComponentSet";
|
|
9049
|
+
key: string;
|
|
9050
|
+
}[];
|
|
9051
|
+
}>, z.ZodObject<{
|
|
9052
|
+
type: z.ZodLiteral<"Text">;
|
|
9053
|
+
defaultValue: z.ZodString;
|
|
9054
|
+
}, "strip", z.ZodTypeAny, {
|
|
9055
|
+
type: "Text";
|
|
9056
|
+
defaultValue: string;
|
|
9057
|
+
}, {
|
|
9058
|
+
type: "Text";
|
|
9059
|
+
defaultValue: string;
|
|
9060
|
+
}>]>>>;
|
|
9061
|
+
}, "strip", z.ZodTypeAny, {
|
|
9062
|
+
id: string;
|
|
9063
|
+
persistentId: string;
|
|
9064
|
+
meta: {
|
|
9065
|
+
name: string;
|
|
9066
|
+
description?: string | undefined;
|
|
9067
|
+
};
|
|
9068
|
+
designSystemVersionId: string;
|
|
9069
|
+
createdAt: Date;
|
|
9070
|
+
updatedAt: Date;
|
|
9071
|
+
brandId: string;
|
|
9072
|
+
exportProperties: {
|
|
9073
|
+
isAsset: boolean;
|
|
9074
|
+
};
|
|
9075
|
+
parentComponentId?: string | undefined;
|
|
9076
|
+
thumbnailUrl?: string | undefined;
|
|
9077
|
+
svgUrl?: string | undefined;
|
|
9078
|
+
originComponent?: {
|
|
9079
|
+
id: string;
|
|
9080
|
+
name: string;
|
|
9081
|
+
sourceId: string;
|
|
9082
|
+
width?: number | undefined;
|
|
9083
|
+
height?: number | undefined;
|
|
9084
|
+
nodeId?: string | undefined;
|
|
9085
|
+
} | undefined;
|
|
9086
|
+
componentPropertyDefinitions?: Record<string, {
|
|
9087
|
+
type: "Boolean";
|
|
9088
|
+
defaultValue: boolean;
|
|
9089
|
+
} | {
|
|
9090
|
+
type: "InstanceSwap";
|
|
9091
|
+
defaultValue: string;
|
|
9092
|
+
preferredValues: {
|
|
9093
|
+
type: "Component" | "ComponentSet";
|
|
9094
|
+
key: string;
|
|
9095
|
+
}[];
|
|
9096
|
+
} | {
|
|
9097
|
+
type: "Text";
|
|
9098
|
+
defaultValue: string;
|
|
9099
|
+
}> | undefined;
|
|
9100
|
+
}, {
|
|
9101
|
+
id: string;
|
|
9102
|
+
persistentId: string;
|
|
9103
|
+
meta: {
|
|
9104
|
+
name: string;
|
|
9105
|
+
description?: string | undefined;
|
|
9106
|
+
};
|
|
9107
|
+
designSystemVersionId: string;
|
|
9108
|
+
createdAt: Date;
|
|
9109
|
+
updatedAt: Date;
|
|
9110
|
+
brandId: string;
|
|
9111
|
+
exportProperties: {
|
|
9112
|
+
isAsset: boolean;
|
|
9113
|
+
};
|
|
9114
|
+
parentComponentId?: string | undefined;
|
|
9115
|
+
thumbnailUrl?: string | undefined;
|
|
9116
|
+
svgUrl?: string | undefined;
|
|
9117
|
+
originComponent?: {
|
|
9118
|
+
id: string;
|
|
9119
|
+
name: string;
|
|
9120
|
+
sourceId: string;
|
|
9121
|
+
width?: number | undefined;
|
|
9122
|
+
height?: number | undefined;
|
|
9123
|
+
nodeId?: string | undefined;
|
|
9124
|
+
} | undefined;
|
|
9125
|
+
componentPropertyDefinitions?: Record<string, {
|
|
9126
|
+
type: "Boolean";
|
|
9127
|
+
defaultValue: boolean;
|
|
9128
|
+
} | {
|
|
9129
|
+
type: "InstanceSwap";
|
|
9130
|
+
defaultValue: string;
|
|
9131
|
+
preferredValues: {
|
|
9132
|
+
type: "Component" | "ComponentSet";
|
|
9133
|
+
key: string;
|
|
9134
|
+
}[];
|
|
9135
|
+
} | {
|
|
9136
|
+
type: "Text";
|
|
9137
|
+
defaultValue: string;
|
|
9138
|
+
}> | undefined;
|
|
9139
|
+
}>;
|
|
9140
|
+
type DTOFigmaComponent = z.infer<typeof DTOFigmaComponent>;
|
|
9141
|
+
|
|
8965
9142
|
declare const DTODocumentationDraftChangeType: z.ZodEnum<["Created", "Updated", "Deleted"]>;
|
|
8966
9143
|
type DTODocumentationDraftChangeType = z.infer<typeof DTODocumentationDraftChangeType>;
|
|
8967
9144
|
declare const DTODocumentationDraftStateCreated: z.ZodObject<{
|
|
@@ -23407,9 +23584,9 @@ declare const DTOFigmaNode: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUt
|
|
|
23407
23584
|
assetOriginKey: z.ZodOptional<z.ZodString>;
|
|
23408
23585
|
}, "strip", z.ZodTypeAny, {
|
|
23409
23586
|
valid: boolean;
|
|
23587
|
+
nodeId: string;
|
|
23410
23588
|
format: "Png" | "Svg";
|
|
23411
23589
|
structureElementId: string;
|
|
23412
|
-
nodeId: string;
|
|
23413
23590
|
assetId?: string | undefined;
|
|
23414
23591
|
assetScale?: number | undefined;
|
|
23415
23592
|
assetUrl?: string | undefined;
|
|
@@ -23419,8 +23596,8 @@ declare const DTOFigmaNode: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUt
|
|
|
23419
23596
|
assetOriginKey?: string | undefined;
|
|
23420
23597
|
}, {
|
|
23421
23598
|
valid: boolean;
|
|
23422
|
-
structureElementId: string;
|
|
23423
23599
|
nodeId: string;
|
|
23600
|
+
structureElementId: string;
|
|
23424
23601
|
assetId?: string | undefined;
|
|
23425
23602
|
assetScale?: number | undefined;
|
|
23426
23603
|
assetUrl?: string | undefined;
|
|
@@ -23591,9 +23768,9 @@ declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
|
23591
23768
|
assetOriginKey: z.ZodOptional<z.ZodString>;
|
|
23592
23769
|
}, "strip", z.ZodTypeAny, {
|
|
23593
23770
|
valid: boolean;
|
|
23771
|
+
nodeId: string;
|
|
23594
23772
|
format: "Png" | "Svg";
|
|
23595
23773
|
structureElementId: string;
|
|
23596
|
-
nodeId: string;
|
|
23597
23774
|
assetId?: string | undefined;
|
|
23598
23775
|
assetScale?: number | undefined;
|
|
23599
23776
|
assetUrl?: string | undefined;
|
|
@@ -23603,8 +23780,8 @@ declare const DTOFigmaNodeRenderActionOutput: z.ZodObject<{
|
|
|
23603
23780
|
assetOriginKey?: string | undefined;
|
|
23604
23781
|
}, {
|
|
23605
23782
|
valid: boolean;
|
|
23606
|
-
structureElementId: string;
|
|
23607
23783
|
nodeId: string;
|
|
23784
|
+
structureElementId: string;
|
|
23608
23785
|
assetId?: string | undefined;
|
|
23609
23786
|
assetScale?: number | undefined;
|
|
23610
23787
|
assetUrl?: string | undefined;
|
|
@@ -24987,9 +25164,9 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
24987
25164
|
assetOriginKey: z.ZodOptional<z.ZodString>;
|
|
24988
25165
|
}, "strip", z.ZodTypeAny, {
|
|
24989
25166
|
valid: boolean;
|
|
25167
|
+
nodeId: string;
|
|
24990
25168
|
format: "Png" | "Svg";
|
|
24991
25169
|
structureElementId: string;
|
|
24992
|
-
nodeId: string;
|
|
24993
25170
|
assetId?: string | undefined;
|
|
24994
25171
|
assetScale?: number | undefined;
|
|
24995
25172
|
assetUrl?: string | undefined;
|
|
@@ -24999,8 +25176,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
24999
25176
|
assetOriginKey?: string | undefined;
|
|
25000
25177
|
}, {
|
|
25001
25178
|
valid: boolean;
|
|
25002
|
-
structureElementId: string;
|
|
25003
25179
|
nodeId: string;
|
|
25180
|
+
structureElementId: string;
|
|
25004
25181
|
assetId?: string | undefined;
|
|
25005
25182
|
assetScale?: number | undefined;
|
|
25006
25183
|
assetUrl?: string | undefined;
|
|
@@ -27469,9 +27646,9 @@ declare const DTOElementsGetOutput: z.ZodObject<{
|
|
|
27469
27646
|
assetOriginKey: z.ZodOptional<z.ZodString>;
|
|
27470
27647
|
}, "strip", z.ZodTypeAny, {
|
|
27471
27648
|
valid: boolean;
|
|
27649
|
+
nodeId: string;
|
|
27472
27650
|
format: "Png" | "Svg";
|
|
27473
27651
|
structureElementId: string;
|
|
27474
|
-
nodeId: string;
|
|
27475
27652
|
assetId?: string | undefined;
|
|
27476
27653
|
assetScale?: number | undefined;
|
|
27477
27654
|
assetUrl?: string | undefined;
|
|
@@ -27481,8 +27658,8 @@ declare const DTOElementsGetOutput: z.ZodObject<{
|
|
|
27481
27658
|
assetOriginKey?: string | undefined;
|
|
27482
27659
|
}, {
|
|
27483
27660
|
valid: boolean;
|
|
27484
|
-
structureElementId: string;
|
|
27485
27661
|
nodeId: string;
|
|
27662
|
+
structureElementId: string;
|
|
27486
27663
|
assetId?: string | undefined;
|
|
27487
27664
|
assetScale?: number | undefined;
|
|
27488
27665
|
assetUrl?: string | undefined;
|
|
@@ -43745,4 +43922,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
43745
43922
|
|
|
43746
43923
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
43747
43924
|
|
|
43748
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUserNotificationSettingsResponse, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
43925
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODiffCountBase, 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, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUserNotificationSettingsResponse, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|