@supernova-studio/client 0.47.48 → 0.47.50
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 +339 -167
- package/dist/index.d.ts +339 -167
- package/dist/index.js +246 -205
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2276 -2235
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/figma-components/assets/download.ts +30 -0
- package/src/api/dto/figma-components/assets/index.ts +1 -0
- package/src/api/dto/figma-components/index.ts +1 -0
- package/src/api/dto/index.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -1479,13 +1479,13 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1479
1479
|
}, "strip", z.ZodTypeAny, {
|
|
1480
1480
|
assets: number;
|
|
1481
1481
|
components: number;
|
|
1482
|
-
tokens: number;
|
|
1483
1482
|
frames: number;
|
|
1483
|
+
tokens: number;
|
|
1484
1484
|
}, {
|
|
1485
1485
|
assets?: number | null | undefined;
|
|
1486
1486
|
components?: number | null | undefined;
|
|
1487
|
-
tokens?: number | null | undefined;
|
|
1488
1487
|
frames?: number | null | undefined;
|
|
1488
|
+
tokens?: number | null | undefined;
|
|
1489
1489
|
}>;
|
|
1490
1490
|
}, "strip", z.ZodTypeAny, {
|
|
1491
1491
|
fileId: string;
|
|
@@ -1495,8 +1495,8 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1495
1495
|
stats: {
|
|
1496
1496
|
assets: number;
|
|
1497
1497
|
components: number;
|
|
1498
|
-
tokens: number;
|
|
1499
1498
|
frames: number;
|
|
1499
|
+
tokens: number;
|
|
1500
1500
|
};
|
|
1501
1501
|
fileThumbnailUrl?: string | undefined;
|
|
1502
1502
|
lastImportResult?: {
|
|
@@ -1548,8 +1548,8 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1548
1548
|
stats: {
|
|
1549
1549
|
assets?: number | null | undefined;
|
|
1550
1550
|
components?: number | null | undefined;
|
|
1551
|
-
tokens?: number | null | undefined;
|
|
1552
1551
|
frames?: number | null | undefined;
|
|
1552
|
+
tokens?: number | null | undefined;
|
|
1553
1553
|
};
|
|
1554
1554
|
fileThumbnailUrl?: string | undefined;
|
|
1555
1555
|
lastImportResult?: {
|
|
@@ -1608,15 +1608,15 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1608
1608
|
}, "strip", z.ZodTypeAny, {
|
|
1609
1609
|
assets: boolean;
|
|
1610
1610
|
components: boolean;
|
|
1611
|
-
documentationFrames: boolean;
|
|
1612
1611
|
tokens: boolean;
|
|
1612
|
+
documentationFrames: boolean;
|
|
1613
1613
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1614
1614
|
themePersistentId?: string | undefined;
|
|
1615
1615
|
}, {
|
|
1616
1616
|
assets: boolean;
|
|
1617
1617
|
components: boolean;
|
|
1618
|
-
documentationFrames: boolean;
|
|
1619
1618
|
tokens: boolean;
|
|
1619
|
+
documentationFrames: boolean;
|
|
1620
1620
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1621
1621
|
themePersistentId?: string | undefined;
|
|
1622
1622
|
}>;
|
|
@@ -1779,13 +1779,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1779
1779
|
}, "strip", z.ZodTypeAny, {
|
|
1780
1780
|
assets: number;
|
|
1781
1781
|
components: number;
|
|
1782
|
-
tokens: number;
|
|
1783
1782
|
frames: number;
|
|
1783
|
+
tokens: number;
|
|
1784
1784
|
}, {
|
|
1785
1785
|
assets?: number | null | undefined;
|
|
1786
1786
|
components?: number | null | undefined;
|
|
1787
|
-
tokens?: number | null | undefined;
|
|
1788
1787
|
frames?: number | null | undefined;
|
|
1788
|
+
tokens?: number | null | undefined;
|
|
1789
1789
|
}>;
|
|
1790
1790
|
}, "strip", z.ZodTypeAny, {
|
|
1791
1791
|
fileId: string;
|
|
@@ -1795,8 +1795,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1795
1795
|
stats: {
|
|
1796
1796
|
assets: number;
|
|
1797
1797
|
components: number;
|
|
1798
|
-
tokens: number;
|
|
1799
1798
|
frames: number;
|
|
1799
|
+
tokens: number;
|
|
1800
1800
|
};
|
|
1801
1801
|
fileThumbnailUrl?: string | undefined;
|
|
1802
1802
|
lastImportResult?: {
|
|
@@ -1848,8 +1848,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1848
1848
|
stats: {
|
|
1849
1849
|
assets?: number | null | undefined;
|
|
1850
1850
|
components?: number | null | undefined;
|
|
1851
|
-
tokens?: number | null | undefined;
|
|
1852
1851
|
frames?: number | null | undefined;
|
|
1852
|
+
tokens?: number | null | undefined;
|
|
1853
1853
|
};
|
|
1854
1854
|
fileThumbnailUrl?: string | undefined;
|
|
1855
1855
|
lastImportResult?: {
|
|
@@ -1904,8 +1904,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1904
1904
|
scope: {
|
|
1905
1905
|
assets: boolean;
|
|
1906
1906
|
components: boolean;
|
|
1907
|
-
documentationFrames: boolean;
|
|
1908
1907
|
tokens: boolean;
|
|
1908
|
+
documentationFrames: boolean;
|
|
1909
1909
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1910
1910
|
themePersistentId?: string | undefined;
|
|
1911
1911
|
};
|
|
@@ -1922,8 +1922,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1922
1922
|
stats: {
|
|
1923
1923
|
assets: number;
|
|
1924
1924
|
components: number;
|
|
1925
|
-
tokens: number;
|
|
1926
1925
|
frames: number;
|
|
1926
|
+
tokens: number;
|
|
1927
1927
|
};
|
|
1928
1928
|
fileThumbnailUrl?: string | undefined;
|
|
1929
1929
|
lastImportResult?: {
|
|
@@ -1975,8 +1975,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1975
1975
|
scope: {
|
|
1976
1976
|
assets: boolean;
|
|
1977
1977
|
components: boolean;
|
|
1978
|
-
documentationFrames: boolean;
|
|
1979
1978
|
tokens: boolean;
|
|
1979
|
+
documentationFrames: boolean;
|
|
1980
1980
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1981
1981
|
themePersistentId?: string | undefined;
|
|
1982
1982
|
};
|
|
@@ -1993,8 +1993,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1993
1993
|
stats: {
|
|
1994
1994
|
assets?: number | null | undefined;
|
|
1995
1995
|
components?: number | null | undefined;
|
|
1996
|
-
tokens?: number | null | undefined;
|
|
1997
1996
|
frames?: number | null | undefined;
|
|
1997
|
+
tokens?: number | null | undefined;
|
|
1998
1998
|
};
|
|
1999
1999
|
fileThumbnailUrl?: string | undefined;
|
|
2000
2000
|
lastImportResult?: {
|
|
@@ -2295,15 +2295,15 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2295
2295
|
}, "strip", z.ZodTypeAny, {
|
|
2296
2296
|
assets: boolean;
|
|
2297
2297
|
components: boolean;
|
|
2298
|
-
documentationFrames: boolean;
|
|
2299
2298
|
tokens: boolean;
|
|
2299
|
+
documentationFrames: boolean;
|
|
2300
2300
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2301
2301
|
themePersistentId?: string | undefined;
|
|
2302
2302
|
}, {
|
|
2303
2303
|
assets: boolean;
|
|
2304
2304
|
components: boolean;
|
|
2305
|
-
documentationFrames: boolean;
|
|
2306
2305
|
tokens: boolean;
|
|
2306
|
+
documentationFrames: boolean;
|
|
2307
2307
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2308
2308
|
themePersistentId?: string | undefined;
|
|
2309
2309
|
}>;
|
|
@@ -2466,13 +2466,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2466
2466
|
}, "strip", z.ZodTypeAny, {
|
|
2467
2467
|
assets: number;
|
|
2468
2468
|
components: number;
|
|
2469
|
-
tokens: number;
|
|
2470
2469
|
frames: number;
|
|
2470
|
+
tokens: number;
|
|
2471
2471
|
}, {
|
|
2472
2472
|
assets?: number | null | undefined;
|
|
2473
2473
|
components?: number | null | undefined;
|
|
2474
|
-
tokens?: number | null | undefined;
|
|
2475
2474
|
frames?: number | null | undefined;
|
|
2475
|
+
tokens?: number | null | undefined;
|
|
2476
2476
|
}>;
|
|
2477
2477
|
}, "strip", z.ZodTypeAny, {
|
|
2478
2478
|
fileId: string;
|
|
@@ -2482,8 +2482,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2482
2482
|
stats: {
|
|
2483
2483
|
assets: number;
|
|
2484
2484
|
components: number;
|
|
2485
|
-
tokens: number;
|
|
2486
2485
|
frames: number;
|
|
2486
|
+
tokens: number;
|
|
2487
2487
|
};
|
|
2488
2488
|
fileThumbnailUrl?: string | undefined;
|
|
2489
2489
|
lastImportResult?: {
|
|
@@ -2535,8 +2535,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2535
2535
|
stats: {
|
|
2536
2536
|
assets?: number | null | undefined;
|
|
2537
2537
|
components?: number | null | undefined;
|
|
2538
|
-
tokens?: number | null | undefined;
|
|
2539
2538
|
frames?: number | null | undefined;
|
|
2539
|
+
tokens?: number | null | undefined;
|
|
2540
2540
|
};
|
|
2541
2541
|
fileThumbnailUrl?: string | undefined;
|
|
2542
2542
|
lastImportResult?: {
|
|
@@ -2591,8 +2591,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2591
2591
|
scope: {
|
|
2592
2592
|
assets: boolean;
|
|
2593
2593
|
components: boolean;
|
|
2594
|
-
documentationFrames: boolean;
|
|
2595
2594
|
tokens: boolean;
|
|
2595
|
+
documentationFrames: boolean;
|
|
2596
2596
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2597
2597
|
themePersistentId?: string | undefined;
|
|
2598
2598
|
};
|
|
@@ -2609,8 +2609,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2609
2609
|
stats: {
|
|
2610
2610
|
assets: number;
|
|
2611
2611
|
components: number;
|
|
2612
|
-
tokens: number;
|
|
2613
2612
|
frames: number;
|
|
2613
|
+
tokens: number;
|
|
2614
2614
|
};
|
|
2615
2615
|
fileThumbnailUrl?: string | undefined;
|
|
2616
2616
|
lastImportResult?: {
|
|
@@ -2662,8 +2662,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2662
2662
|
scope: {
|
|
2663
2663
|
assets: boolean;
|
|
2664
2664
|
components: boolean;
|
|
2665
|
-
documentationFrames: boolean;
|
|
2666
2665
|
tokens: boolean;
|
|
2666
|
+
documentationFrames: boolean;
|
|
2667
2667
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2668
2668
|
themePersistentId?: string | undefined;
|
|
2669
2669
|
};
|
|
@@ -2680,8 +2680,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2680
2680
|
stats: {
|
|
2681
2681
|
assets?: number | null | undefined;
|
|
2682
2682
|
components?: number | null | undefined;
|
|
2683
|
-
tokens?: number | null | undefined;
|
|
2684
2683
|
frames?: number | null | undefined;
|
|
2684
|
+
tokens?: number | null | undefined;
|
|
2685
2685
|
};
|
|
2686
2686
|
fileThumbnailUrl?: string | undefined;
|
|
2687
2687
|
lastImportResult?: {
|
|
@@ -2979,15 +2979,15 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2979
2979
|
}, "strip", z.ZodTypeAny, {
|
|
2980
2980
|
assets: boolean;
|
|
2981
2981
|
components: boolean;
|
|
2982
|
-
documentationFrames: boolean;
|
|
2983
2982
|
tokens: boolean;
|
|
2983
|
+
documentationFrames: boolean;
|
|
2984
2984
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2985
2985
|
themePersistentId?: string | undefined;
|
|
2986
2986
|
}, {
|
|
2987
2987
|
assets: boolean;
|
|
2988
2988
|
components: boolean;
|
|
2989
|
-
documentationFrames: boolean;
|
|
2990
2989
|
tokens: boolean;
|
|
2990
|
+
documentationFrames: boolean;
|
|
2991
2991
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2992
2992
|
themePersistentId?: string | undefined;
|
|
2993
2993
|
}>;
|
|
@@ -3150,13 +3150,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3150
3150
|
}, "strip", z.ZodTypeAny, {
|
|
3151
3151
|
assets: number;
|
|
3152
3152
|
components: number;
|
|
3153
|
-
tokens: number;
|
|
3154
3153
|
frames: number;
|
|
3154
|
+
tokens: number;
|
|
3155
3155
|
}, {
|
|
3156
3156
|
assets?: number | null | undefined;
|
|
3157
3157
|
components?: number | null | undefined;
|
|
3158
|
-
tokens?: number | null | undefined;
|
|
3159
3158
|
frames?: number | null | undefined;
|
|
3159
|
+
tokens?: number | null | undefined;
|
|
3160
3160
|
}>;
|
|
3161
3161
|
}, "strip", z.ZodTypeAny, {
|
|
3162
3162
|
fileId: string;
|
|
@@ -3166,8 +3166,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3166
3166
|
stats: {
|
|
3167
3167
|
assets: number;
|
|
3168
3168
|
components: number;
|
|
3169
|
-
tokens: number;
|
|
3170
3169
|
frames: number;
|
|
3170
|
+
tokens: number;
|
|
3171
3171
|
};
|
|
3172
3172
|
fileThumbnailUrl?: string | undefined;
|
|
3173
3173
|
lastImportResult?: {
|
|
@@ -3219,8 +3219,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3219
3219
|
stats: {
|
|
3220
3220
|
assets?: number | null | undefined;
|
|
3221
3221
|
components?: number | null | undefined;
|
|
3222
|
-
tokens?: number | null | undefined;
|
|
3223
3222
|
frames?: number | null | undefined;
|
|
3223
|
+
tokens?: number | null | undefined;
|
|
3224
3224
|
};
|
|
3225
3225
|
fileThumbnailUrl?: string | undefined;
|
|
3226
3226
|
lastImportResult?: {
|
|
@@ -3275,8 +3275,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3275
3275
|
scope: {
|
|
3276
3276
|
assets: boolean;
|
|
3277
3277
|
components: boolean;
|
|
3278
|
-
documentationFrames: boolean;
|
|
3279
3278
|
tokens: boolean;
|
|
3279
|
+
documentationFrames: boolean;
|
|
3280
3280
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3281
3281
|
themePersistentId?: string | undefined;
|
|
3282
3282
|
};
|
|
@@ -3293,8 +3293,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3293
3293
|
stats: {
|
|
3294
3294
|
assets: number;
|
|
3295
3295
|
components: number;
|
|
3296
|
-
tokens: number;
|
|
3297
3296
|
frames: number;
|
|
3297
|
+
tokens: number;
|
|
3298
3298
|
};
|
|
3299
3299
|
fileThumbnailUrl?: string | undefined;
|
|
3300
3300
|
lastImportResult?: {
|
|
@@ -3346,8 +3346,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3346
3346
|
scope: {
|
|
3347
3347
|
assets: boolean;
|
|
3348
3348
|
components: boolean;
|
|
3349
|
-
documentationFrames: boolean;
|
|
3350
3349
|
tokens: boolean;
|
|
3350
|
+
documentationFrames: boolean;
|
|
3351
3351
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3352
3352
|
themePersistentId?: string | undefined;
|
|
3353
3353
|
};
|
|
@@ -3364,8 +3364,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3364
3364
|
stats: {
|
|
3365
3365
|
assets?: number | null | undefined;
|
|
3366
3366
|
components?: number | null | undefined;
|
|
3367
|
-
tokens?: number | null | undefined;
|
|
3368
3367
|
frames?: number | null | undefined;
|
|
3368
|
+
tokens?: number | null | undefined;
|
|
3369
3369
|
};
|
|
3370
3370
|
fileThumbnailUrl?: string | undefined;
|
|
3371
3371
|
lastImportResult?: {
|
|
@@ -3655,8 +3655,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3655
3655
|
scope: {
|
|
3656
3656
|
assets: boolean;
|
|
3657
3657
|
components: boolean;
|
|
3658
|
-
documentationFrames: boolean;
|
|
3659
3658
|
tokens: boolean;
|
|
3659
|
+
documentationFrames: boolean;
|
|
3660
3660
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3661
3661
|
themePersistentId?: string | undefined;
|
|
3662
3662
|
};
|
|
@@ -3673,8 +3673,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3673
3673
|
stats: {
|
|
3674
3674
|
assets: number;
|
|
3675
3675
|
components: number;
|
|
3676
|
-
tokens: number;
|
|
3677
3676
|
frames: number;
|
|
3677
|
+
tokens: number;
|
|
3678
3678
|
};
|
|
3679
3679
|
fileThumbnailUrl?: string | undefined;
|
|
3680
3680
|
lastImportResult?: {
|
|
@@ -3776,8 +3776,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3776
3776
|
scope: {
|
|
3777
3777
|
assets: boolean;
|
|
3778
3778
|
components: boolean;
|
|
3779
|
-
documentationFrames: boolean;
|
|
3780
3779
|
tokens: boolean;
|
|
3780
|
+
documentationFrames: boolean;
|
|
3781
3781
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3782
3782
|
themePersistentId?: string | undefined;
|
|
3783
3783
|
};
|
|
@@ -3794,8 +3794,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3794
3794
|
stats: {
|
|
3795
3795
|
assets?: number | null | undefined;
|
|
3796
3796
|
components?: number | null | undefined;
|
|
3797
|
-
tokens?: number | null | undefined;
|
|
3798
3797
|
frames?: number | null | undefined;
|
|
3798
|
+
tokens?: number | null | undefined;
|
|
3799
3799
|
};
|
|
3800
3800
|
fileThumbnailUrl?: string | undefined;
|
|
3801
3801
|
lastImportResult?: {
|
|
@@ -3906,15 +3906,15 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3906
3906
|
}, "strip", z.ZodTypeAny, {
|
|
3907
3907
|
assets: boolean;
|
|
3908
3908
|
components: boolean;
|
|
3909
|
-
documentationFrames: boolean;
|
|
3910
3909
|
tokens: boolean;
|
|
3910
|
+
documentationFrames: boolean;
|
|
3911
3911
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3912
3912
|
themePersistentId?: string | undefined;
|
|
3913
3913
|
}, {
|
|
3914
3914
|
assets: boolean;
|
|
3915
3915
|
components: boolean;
|
|
3916
|
-
documentationFrames: boolean;
|
|
3917
3916
|
tokens: boolean;
|
|
3917
|
+
documentationFrames: boolean;
|
|
3918
3918
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3919
3919
|
themePersistentId?: string | undefined;
|
|
3920
3920
|
}>;
|
|
@@ -4077,13 +4077,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4077
4077
|
}, "strip", z.ZodTypeAny, {
|
|
4078
4078
|
assets: number;
|
|
4079
4079
|
components: number;
|
|
4080
|
-
tokens: number;
|
|
4081
4080
|
frames: number;
|
|
4081
|
+
tokens: number;
|
|
4082
4082
|
}, {
|
|
4083
4083
|
assets?: number | null | undefined;
|
|
4084
4084
|
components?: number | null | undefined;
|
|
4085
|
-
tokens?: number | null | undefined;
|
|
4086
4085
|
frames?: number | null | undefined;
|
|
4086
|
+
tokens?: number | null | undefined;
|
|
4087
4087
|
}>;
|
|
4088
4088
|
}, "strip", z.ZodTypeAny, {
|
|
4089
4089
|
fileId: string;
|
|
@@ -4093,8 +4093,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4093
4093
|
stats: {
|
|
4094
4094
|
assets: number;
|
|
4095
4095
|
components: number;
|
|
4096
|
-
tokens: number;
|
|
4097
4096
|
frames: number;
|
|
4097
|
+
tokens: number;
|
|
4098
4098
|
};
|
|
4099
4099
|
fileThumbnailUrl?: string | undefined;
|
|
4100
4100
|
lastImportResult?: {
|
|
@@ -4146,8 +4146,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4146
4146
|
stats: {
|
|
4147
4147
|
assets?: number | null | undefined;
|
|
4148
4148
|
components?: number | null | undefined;
|
|
4149
|
-
tokens?: number | null | undefined;
|
|
4150
4149
|
frames?: number | null | undefined;
|
|
4150
|
+
tokens?: number | null | undefined;
|
|
4151
4151
|
};
|
|
4152
4152
|
fileThumbnailUrl?: string | undefined;
|
|
4153
4153
|
lastImportResult?: {
|
|
@@ -4202,8 +4202,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4202
4202
|
scope: {
|
|
4203
4203
|
assets: boolean;
|
|
4204
4204
|
components: boolean;
|
|
4205
|
-
documentationFrames: boolean;
|
|
4206
4205
|
tokens: boolean;
|
|
4206
|
+
documentationFrames: boolean;
|
|
4207
4207
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
4208
4208
|
themePersistentId?: string | undefined;
|
|
4209
4209
|
};
|
|
@@ -4220,8 +4220,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4220
4220
|
stats: {
|
|
4221
4221
|
assets: number;
|
|
4222
4222
|
components: number;
|
|
4223
|
-
tokens: number;
|
|
4224
4223
|
frames: number;
|
|
4224
|
+
tokens: number;
|
|
4225
4225
|
};
|
|
4226
4226
|
fileThumbnailUrl?: string | undefined;
|
|
4227
4227
|
lastImportResult?: {
|
|
@@ -4273,8 +4273,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4273
4273
|
scope: {
|
|
4274
4274
|
assets: boolean;
|
|
4275
4275
|
components: boolean;
|
|
4276
|
-
documentationFrames: boolean;
|
|
4277
4276
|
tokens: boolean;
|
|
4277
|
+
documentationFrames: boolean;
|
|
4278
4278
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
4279
4279
|
themePersistentId?: string | undefined;
|
|
4280
4280
|
};
|
|
@@ -4291,8 +4291,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4291
4291
|
stats: {
|
|
4292
4292
|
assets?: number | null | undefined;
|
|
4293
4293
|
components?: number | null | undefined;
|
|
4294
|
-
tokens?: number | null | undefined;
|
|
4295
4294
|
frames?: number | null | undefined;
|
|
4295
|
+
tokens?: number | null | undefined;
|
|
4296
4296
|
};
|
|
4297
4297
|
fileThumbnailUrl?: string | undefined;
|
|
4298
4298
|
lastImportResult?: {
|
|
@@ -4582,8 +4582,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4582
4582
|
scope: {
|
|
4583
4583
|
assets: boolean;
|
|
4584
4584
|
components: boolean;
|
|
4585
|
-
documentationFrames: boolean;
|
|
4586
4585
|
tokens: boolean;
|
|
4586
|
+
documentationFrames: boolean;
|
|
4587
4587
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
4588
4588
|
themePersistentId?: string | undefined;
|
|
4589
4589
|
};
|
|
@@ -4600,8 +4600,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4600
4600
|
stats: {
|
|
4601
4601
|
assets: number;
|
|
4602
4602
|
components: number;
|
|
4603
|
-
tokens: number;
|
|
4604
4603
|
frames: number;
|
|
4604
|
+
tokens: number;
|
|
4605
4605
|
};
|
|
4606
4606
|
fileThumbnailUrl?: string | undefined;
|
|
4607
4607
|
lastImportResult?: {
|
|
@@ -4703,8 +4703,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4703
4703
|
scope: {
|
|
4704
4704
|
assets: boolean;
|
|
4705
4705
|
components: boolean;
|
|
4706
|
-
documentationFrames: boolean;
|
|
4707
4706
|
tokens: boolean;
|
|
4707
|
+
documentationFrames: boolean;
|
|
4708
4708
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
4709
4709
|
themePersistentId?: string | undefined;
|
|
4710
4710
|
};
|
|
@@ -4721,8 +4721,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4721
4721
|
stats: {
|
|
4722
4722
|
assets?: number | null | undefined;
|
|
4723
4723
|
components?: number | null | undefined;
|
|
4724
|
-
tokens?: number | null | undefined;
|
|
4725
4724
|
frames?: number | null | undefined;
|
|
4725
|
+
tokens?: number | null | undefined;
|
|
4726
4726
|
};
|
|
4727
4727
|
fileThumbnailUrl?: string | undefined;
|
|
4728
4728
|
lastImportResult?: {
|
|
@@ -17368,13 +17368,13 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17368
17368
|
url: z.ZodOptional<z.ZodString>;
|
|
17369
17369
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
17370
17370
|
}, "strip", z.ZodTypeAny, {
|
|
17371
|
-
type: "
|
|
17371
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17372
17372
|
url?: string | undefined;
|
|
17373
17373
|
documentationItemId?: string | undefined;
|
|
17374
17374
|
pageHeadingId?: string | undefined;
|
|
17375
17375
|
openInNewTab?: boolean | undefined;
|
|
17376
17376
|
}, {
|
|
17377
|
-
type: "
|
|
17377
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17378
17378
|
url?: string | undefined;
|
|
17379
17379
|
documentationItemId?: string | undefined;
|
|
17380
17380
|
pageHeadingId?: string | undefined;
|
|
@@ -17393,7 +17393,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17393
17393
|
value?: any;
|
|
17394
17394
|
} & Record<string, any>>;
|
|
17395
17395
|
linksTo?: {
|
|
17396
|
-
type: "
|
|
17396
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17397
17397
|
url?: string | undefined;
|
|
17398
17398
|
documentationItemId?: string | undefined;
|
|
17399
17399
|
pageHeadingId?: string | undefined;
|
|
@@ -17405,7 +17405,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17405
17405
|
value?: any;
|
|
17406
17406
|
} & Record<string, any>>;
|
|
17407
17407
|
linksTo?: {
|
|
17408
|
-
type: "
|
|
17408
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17409
17409
|
url?: string | undefined;
|
|
17410
17410
|
documentationItemId?: string | undefined;
|
|
17411
17411
|
pageHeadingId?: string | undefined;
|
|
@@ -17420,7 +17420,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17420
17420
|
value?: any;
|
|
17421
17421
|
} & Record<string, any>>;
|
|
17422
17422
|
linksTo?: {
|
|
17423
|
-
type: "
|
|
17423
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17424
17424
|
url?: string | undefined;
|
|
17425
17425
|
documentationItemId?: string | undefined;
|
|
17426
17426
|
pageHeadingId?: string | undefined;
|
|
@@ -17444,7 +17444,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17444
17444
|
value?: any;
|
|
17445
17445
|
} & Record<string, any>>;
|
|
17446
17446
|
linksTo?: {
|
|
17447
|
-
type: "
|
|
17447
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17448
17448
|
url?: string | undefined;
|
|
17449
17449
|
documentationItemId?: string | undefined;
|
|
17450
17450
|
pageHeadingId?: string | undefined;
|
|
@@ -17472,7 +17472,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17472
17472
|
value?: any;
|
|
17473
17473
|
} & Record<string, any>>;
|
|
17474
17474
|
linksTo?: {
|
|
17475
|
-
type: "
|
|
17475
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17476
17476
|
url?: string | undefined;
|
|
17477
17477
|
documentationItemId?: string | undefined;
|
|
17478
17478
|
pageHeadingId?: string | undefined;
|
|
@@ -17500,7 +17500,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17500
17500
|
value?: any;
|
|
17501
17501
|
} & Record<string, any>>;
|
|
17502
17502
|
linksTo?: {
|
|
17503
|
-
type: "
|
|
17503
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17504
17504
|
url?: string | undefined;
|
|
17505
17505
|
documentationItemId?: string | undefined;
|
|
17506
17506
|
pageHeadingId?: string | undefined;
|
|
@@ -17642,13 +17642,13 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17642
17642
|
url: z.ZodOptional<z.ZodString>;
|
|
17643
17643
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
17644
17644
|
}, "strip", z.ZodTypeAny, {
|
|
17645
|
-
type: "
|
|
17645
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17646
17646
|
url?: string | undefined;
|
|
17647
17647
|
documentationItemId?: string | undefined;
|
|
17648
17648
|
pageHeadingId?: string | undefined;
|
|
17649
17649
|
openInNewTab?: boolean | undefined;
|
|
17650
17650
|
}, {
|
|
17651
|
-
type: "
|
|
17651
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17652
17652
|
url?: string | undefined;
|
|
17653
17653
|
documentationItemId?: string | undefined;
|
|
17654
17654
|
pageHeadingId?: string | undefined;
|
|
@@ -17667,7 +17667,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17667
17667
|
value?: any;
|
|
17668
17668
|
} & Record<string, any>>;
|
|
17669
17669
|
linksTo?: {
|
|
17670
|
-
type: "
|
|
17670
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17671
17671
|
url?: string | undefined;
|
|
17672
17672
|
documentationItemId?: string | undefined;
|
|
17673
17673
|
pageHeadingId?: string | undefined;
|
|
@@ -17679,7 +17679,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17679
17679
|
value?: any;
|
|
17680
17680
|
} & Record<string, any>>;
|
|
17681
17681
|
linksTo?: {
|
|
17682
|
-
type: "
|
|
17682
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17683
17683
|
url?: string | undefined;
|
|
17684
17684
|
documentationItemId?: string | undefined;
|
|
17685
17685
|
pageHeadingId?: string | undefined;
|
|
@@ -17694,7 +17694,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17694
17694
|
value?: any;
|
|
17695
17695
|
} & Record<string, any>>;
|
|
17696
17696
|
linksTo?: {
|
|
17697
|
-
type: "
|
|
17697
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17698
17698
|
url?: string | undefined;
|
|
17699
17699
|
documentationItemId?: string | undefined;
|
|
17700
17700
|
pageHeadingId?: string | undefined;
|
|
@@ -17718,7 +17718,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17718
17718
|
value?: any;
|
|
17719
17719
|
} & Record<string, any>>;
|
|
17720
17720
|
linksTo?: {
|
|
17721
|
-
type: "
|
|
17721
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17722
17722
|
url?: string | undefined;
|
|
17723
17723
|
documentationItemId?: string | undefined;
|
|
17724
17724
|
pageHeadingId?: string | undefined;
|
|
@@ -17746,7 +17746,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17746
17746
|
value?: any;
|
|
17747
17747
|
} & Record<string, any>>;
|
|
17748
17748
|
linksTo?: {
|
|
17749
|
-
type: "
|
|
17749
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17750
17750
|
url?: string | undefined;
|
|
17751
17751
|
documentationItemId?: string | undefined;
|
|
17752
17752
|
pageHeadingId?: string | undefined;
|
|
@@ -17774,7 +17774,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17774
17774
|
value?: any;
|
|
17775
17775
|
} & Record<string, any>>;
|
|
17776
17776
|
linksTo?: {
|
|
17777
|
-
type: "
|
|
17777
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17778
17778
|
url?: string | undefined;
|
|
17779
17779
|
documentationItemId?: string | undefined;
|
|
17780
17780
|
pageHeadingId?: string | undefined;
|
|
@@ -17805,7 +17805,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17805
17805
|
value?: any;
|
|
17806
17806
|
} & Record<string, any>>;
|
|
17807
17807
|
linksTo?: {
|
|
17808
|
-
type: "
|
|
17808
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17809
17809
|
url?: string | undefined;
|
|
17810
17810
|
documentationItemId?: string | undefined;
|
|
17811
17811
|
pageHeadingId?: string | undefined;
|
|
@@ -17836,7 +17836,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17836
17836
|
value?: any;
|
|
17837
17837
|
} & Record<string, any>>;
|
|
17838
17838
|
linksTo?: {
|
|
17839
|
-
type: "
|
|
17839
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17840
17840
|
url?: string | undefined;
|
|
17841
17841
|
documentationItemId?: string | undefined;
|
|
17842
17842
|
pageHeadingId?: string | undefined;
|
|
@@ -17871,7 +17871,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17871
17871
|
value?: any;
|
|
17872
17872
|
} & Record<string, any>>;
|
|
17873
17873
|
linksTo?: {
|
|
17874
|
-
type: "
|
|
17874
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17875
17875
|
url?: string | undefined;
|
|
17876
17876
|
documentationItemId?: string | undefined;
|
|
17877
17877
|
pageHeadingId?: string | undefined;
|
|
@@ -17906,7 +17906,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17906
17906
|
value?: any;
|
|
17907
17907
|
} & Record<string, any>>;
|
|
17908
17908
|
linksTo?: {
|
|
17909
|
-
type: "
|
|
17909
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17910
17910
|
url?: string | undefined;
|
|
17911
17911
|
documentationItemId?: string | undefined;
|
|
17912
17912
|
pageHeadingId?: string | undefined;
|
|
@@ -17945,7 +17945,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
17945
17945
|
value?: any;
|
|
17946
17946
|
} & Record<string, any>>;
|
|
17947
17947
|
linksTo?: {
|
|
17948
|
-
type: "
|
|
17948
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
17949
17949
|
url?: string | undefined;
|
|
17950
17950
|
documentationItemId?: string | undefined;
|
|
17951
17951
|
pageHeadingId?: string | undefined;
|
|
@@ -18004,7 +18004,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18004
18004
|
value?: any;
|
|
18005
18005
|
} & Record<string, any>>;
|
|
18006
18006
|
linksTo?: {
|
|
18007
|
-
type: "
|
|
18007
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18008
18008
|
url?: string | undefined;
|
|
18009
18009
|
documentationItemId?: string | undefined;
|
|
18010
18010
|
pageHeadingId?: string | undefined;
|
|
@@ -18057,7 +18057,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18057
18057
|
value?: any;
|
|
18058
18058
|
} & Record<string, any>>;
|
|
18059
18059
|
linksTo?: {
|
|
18060
|
-
type: "
|
|
18060
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18061
18061
|
url?: string | undefined;
|
|
18062
18062
|
documentationItemId?: string | undefined;
|
|
18063
18063
|
pageHeadingId?: string | undefined;
|
|
@@ -18093,7 +18093,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18093
18093
|
value?: any;
|
|
18094
18094
|
} & Record<string, any>>;
|
|
18095
18095
|
linksTo?: {
|
|
18096
|
-
type: "
|
|
18096
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18097
18097
|
url?: string | undefined;
|
|
18098
18098
|
documentationItemId?: string | undefined;
|
|
18099
18099
|
pageHeadingId?: string | undefined;
|
|
@@ -18146,7 +18146,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18146
18146
|
value?: any;
|
|
18147
18147
|
} & Record<string, any>>;
|
|
18148
18148
|
linksTo?: {
|
|
18149
|
-
type: "
|
|
18149
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18150
18150
|
url?: string | undefined;
|
|
18151
18151
|
documentationItemId?: string | undefined;
|
|
18152
18152
|
pageHeadingId?: string | undefined;
|
|
@@ -18182,7 +18182,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18182
18182
|
value?: any;
|
|
18183
18183
|
} & Record<string, any>>;
|
|
18184
18184
|
linksTo?: {
|
|
18185
|
-
type: "
|
|
18185
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18186
18186
|
url?: string | undefined;
|
|
18187
18187
|
documentationItemId?: string | undefined;
|
|
18188
18188
|
pageHeadingId?: string | undefined;
|
|
@@ -18241,7 +18241,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18241
18241
|
value?: any;
|
|
18242
18242
|
} & Record<string, any>>;
|
|
18243
18243
|
linksTo?: {
|
|
18244
|
-
type: "
|
|
18244
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18245
18245
|
url?: string | undefined;
|
|
18246
18246
|
documentationItemId?: string | undefined;
|
|
18247
18247
|
pageHeadingId?: string | undefined;
|
|
@@ -18277,7 +18277,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18277
18277
|
value?: any;
|
|
18278
18278
|
} & Record<string, any>>;
|
|
18279
18279
|
linksTo?: {
|
|
18280
|
-
type: "
|
|
18280
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18281
18281
|
url?: string | undefined;
|
|
18282
18282
|
documentationItemId?: string | undefined;
|
|
18283
18283
|
pageHeadingId?: string | undefined;
|
|
@@ -18337,7 +18337,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18337
18337
|
value?: any;
|
|
18338
18338
|
} & Record<string, any>>;
|
|
18339
18339
|
linksTo?: {
|
|
18340
|
-
type: "
|
|
18340
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18341
18341
|
url?: string | undefined;
|
|
18342
18342
|
documentationItemId?: string | undefined;
|
|
18343
18343
|
pageHeadingId?: string | undefined;
|
|
@@ -18373,7 +18373,7 @@ declare const DTODocumentationPageContent: z.ZodObject<{
|
|
|
18373
18373
|
value?: any;
|
|
18374
18374
|
} & Record<string, any>>;
|
|
18375
18375
|
linksTo?: {
|
|
18376
|
-
type: "
|
|
18376
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18377
18377
|
url?: string | undefined;
|
|
18378
18378
|
documentationItemId?: string | undefined;
|
|
18379
18379
|
pageHeadingId?: string | undefined;
|
|
@@ -18467,13 +18467,13 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18467
18467
|
url: z.ZodOptional<z.ZodString>;
|
|
18468
18468
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
18469
18469
|
}, "strip", z.ZodTypeAny, {
|
|
18470
|
-
type: "
|
|
18470
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18471
18471
|
url?: string | undefined;
|
|
18472
18472
|
documentationItemId?: string | undefined;
|
|
18473
18473
|
pageHeadingId?: string | undefined;
|
|
18474
18474
|
openInNewTab?: boolean | undefined;
|
|
18475
18475
|
}, {
|
|
18476
|
-
type: "
|
|
18476
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18477
18477
|
url?: string | undefined;
|
|
18478
18478
|
documentationItemId?: string | undefined;
|
|
18479
18479
|
pageHeadingId?: string | undefined;
|
|
@@ -18492,7 +18492,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18492
18492
|
value?: any;
|
|
18493
18493
|
} & Record<string, any>>;
|
|
18494
18494
|
linksTo?: {
|
|
18495
|
-
type: "
|
|
18495
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18496
18496
|
url?: string | undefined;
|
|
18497
18497
|
documentationItemId?: string | undefined;
|
|
18498
18498
|
pageHeadingId?: string | undefined;
|
|
@@ -18504,7 +18504,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18504
18504
|
value?: any;
|
|
18505
18505
|
} & Record<string, any>>;
|
|
18506
18506
|
linksTo?: {
|
|
18507
|
-
type: "
|
|
18507
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18508
18508
|
url?: string | undefined;
|
|
18509
18509
|
documentationItemId?: string | undefined;
|
|
18510
18510
|
pageHeadingId?: string | undefined;
|
|
@@ -18519,7 +18519,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18519
18519
|
value?: any;
|
|
18520
18520
|
} & Record<string, any>>;
|
|
18521
18521
|
linksTo?: {
|
|
18522
|
-
type: "
|
|
18522
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18523
18523
|
url?: string | undefined;
|
|
18524
18524
|
documentationItemId?: string | undefined;
|
|
18525
18525
|
pageHeadingId?: string | undefined;
|
|
@@ -18543,7 +18543,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18543
18543
|
value?: any;
|
|
18544
18544
|
} & Record<string, any>>;
|
|
18545
18545
|
linksTo?: {
|
|
18546
|
-
type: "
|
|
18546
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18547
18547
|
url?: string | undefined;
|
|
18548
18548
|
documentationItemId?: string | undefined;
|
|
18549
18549
|
pageHeadingId?: string | undefined;
|
|
@@ -18571,7 +18571,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18571
18571
|
value?: any;
|
|
18572
18572
|
} & Record<string, any>>;
|
|
18573
18573
|
linksTo?: {
|
|
18574
|
-
type: "
|
|
18574
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18575
18575
|
url?: string | undefined;
|
|
18576
18576
|
documentationItemId?: string | undefined;
|
|
18577
18577
|
pageHeadingId?: string | undefined;
|
|
@@ -18599,7 +18599,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18599
18599
|
value?: any;
|
|
18600
18600
|
} & Record<string, any>>;
|
|
18601
18601
|
linksTo?: {
|
|
18602
|
-
type: "
|
|
18602
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18603
18603
|
url?: string | undefined;
|
|
18604
18604
|
documentationItemId?: string | undefined;
|
|
18605
18605
|
pageHeadingId?: string | undefined;
|
|
@@ -18741,13 +18741,13 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18741
18741
|
url: z.ZodOptional<z.ZodString>;
|
|
18742
18742
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
18743
18743
|
}, "strip", z.ZodTypeAny, {
|
|
18744
|
-
type: "
|
|
18744
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18745
18745
|
url?: string | undefined;
|
|
18746
18746
|
documentationItemId?: string | undefined;
|
|
18747
18747
|
pageHeadingId?: string | undefined;
|
|
18748
18748
|
openInNewTab?: boolean | undefined;
|
|
18749
18749
|
}, {
|
|
18750
|
-
type: "
|
|
18750
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18751
18751
|
url?: string | undefined;
|
|
18752
18752
|
documentationItemId?: string | undefined;
|
|
18753
18753
|
pageHeadingId?: string | undefined;
|
|
@@ -18766,7 +18766,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18766
18766
|
value?: any;
|
|
18767
18767
|
} & Record<string, any>>;
|
|
18768
18768
|
linksTo?: {
|
|
18769
|
-
type: "
|
|
18769
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18770
18770
|
url?: string | undefined;
|
|
18771
18771
|
documentationItemId?: string | undefined;
|
|
18772
18772
|
pageHeadingId?: string | undefined;
|
|
@@ -18778,7 +18778,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18778
18778
|
value?: any;
|
|
18779
18779
|
} & Record<string, any>>;
|
|
18780
18780
|
linksTo?: {
|
|
18781
|
-
type: "
|
|
18781
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18782
18782
|
url?: string | undefined;
|
|
18783
18783
|
documentationItemId?: string | undefined;
|
|
18784
18784
|
pageHeadingId?: string | undefined;
|
|
@@ -18793,7 +18793,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18793
18793
|
value?: any;
|
|
18794
18794
|
} & Record<string, any>>;
|
|
18795
18795
|
linksTo?: {
|
|
18796
|
-
type: "
|
|
18796
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18797
18797
|
url?: string | undefined;
|
|
18798
18798
|
documentationItemId?: string | undefined;
|
|
18799
18799
|
pageHeadingId?: string | undefined;
|
|
@@ -18817,7 +18817,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18817
18817
|
value?: any;
|
|
18818
18818
|
} & Record<string, any>>;
|
|
18819
18819
|
linksTo?: {
|
|
18820
|
-
type: "
|
|
18820
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18821
18821
|
url?: string | undefined;
|
|
18822
18822
|
documentationItemId?: string | undefined;
|
|
18823
18823
|
pageHeadingId?: string | undefined;
|
|
@@ -18845,7 +18845,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18845
18845
|
value?: any;
|
|
18846
18846
|
} & Record<string, any>>;
|
|
18847
18847
|
linksTo?: {
|
|
18848
|
-
type: "
|
|
18848
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18849
18849
|
url?: string | undefined;
|
|
18850
18850
|
documentationItemId?: string | undefined;
|
|
18851
18851
|
pageHeadingId?: string | undefined;
|
|
@@ -18873,7 +18873,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18873
18873
|
value?: any;
|
|
18874
18874
|
} & Record<string, any>>;
|
|
18875
18875
|
linksTo?: {
|
|
18876
|
-
type: "
|
|
18876
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18877
18877
|
url?: string | undefined;
|
|
18878
18878
|
documentationItemId?: string | undefined;
|
|
18879
18879
|
pageHeadingId?: string | undefined;
|
|
@@ -18904,7 +18904,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18904
18904
|
value?: any;
|
|
18905
18905
|
} & Record<string, any>>;
|
|
18906
18906
|
linksTo?: {
|
|
18907
|
-
type: "
|
|
18907
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18908
18908
|
url?: string | undefined;
|
|
18909
18909
|
documentationItemId?: string | undefined;
|
|
18910
18910
|
pageHeadingId?: string | undefined;
|
|
@@ -18935,7 +18935,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18935
18935
|
value?: any;
|
|
18936
18936
|
} & Record<string, any>>;
|
|
18937
18937
|
linksTo?: {
|
|
18938
|
-
type: "
|
|
18938
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18939
18939
|
url?: string | undefined;
|
|
18940
18940
|
documentationItemId?: string | undefined;
|
|
18941
18941
|
pageHeadingId?: string | undefined;
|
|
@@ -18970,7 +18970,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
18970
18970
|
value?: any;
|
|
18971
18971
|
} & Record<string, any>>;
|
|
18972
18972
|
linksTo?: {
|
|
18973
|
-
type: "
|
|
18973
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
18974
18974
|
url?: string | undefined;
|
|
18975
18975
|
documentationItemId?: string | undefined;
|
|
18976
18976
|
pageHeadingId?: string | undefined;
|
|
@@ -19005,7 +19005,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19005
19005
|
value?: any;
|
|
19006
19006
|
} & Record<string, any>>;
|
|
19007
19007
|
linksTo?: {
|
|
19008
|
-
type: "
|
|
19008
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19009
19009
|
url?: string | undefined;
|
|
19010
19010
|
documentationItemId?: string | undefined;
|
|
19011
19011
|
pageHeadingId?: string | undefined;
|
|
@@ -19044,7 +19044,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19044
19044
|
value?: any;
|
|
19045
19045
|
} & Record<string, any>>;
|
|
19046
19046
|
linksTo?: {
|
|
19047
|
-
type: "
|
|
19047
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19048
19048
|
url?: string | undefined;
|
|
19049
19049
|
documentationItemId?: string | undefined;
|
|
19050
19050
|
pageHeadingId?: string | undefined;
|
|
@@ -19103,7 +19103,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19103
19103
|
value?: any;
|
|
19104
19104
|
} & Record<string, any>>;
|
|
19105
19105
|
linksTo?: {
|
|
19106
|
-
type: "
|
|
19106
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19107
19107
|
url?: string | undefined;
|
|
19108
19108
|
documentationItemId?: string | undefined;
|
|
19109
19109
|
pageHeadingId?: string | undefined;
|
|
@@ -19156,7 +19156,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19156
19156
|
value?: any;
|
|
19157
19157
|
} & Record<string, any>>;
|
|
19158
19158
|
linksTo?: {
|
|
19159
|
-
type: "
|
|
19159
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19160
19160
|
url?: string | undefined;
|
|
19161
19161
|
documentationItemId?: string | undefined;
|
|
19162
19162
|
pageHeadingId?: string | undefined;
|
|
@@ -19192,7 +19192,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19192
19192
|
value?: any;
|
|
19193
19193
|
} & Record<string, any>>;
|
|
19194
19194
|
linksTo?: {
|
|
19195
|
-
type: "
|
|
19195
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19196
19196
|
url?: string | undefined;
|
|
19197
19197
|
documentationItemId?: string | undefined;
|
|
19198
19198
|
pageHeadingId?: string | undefined;
|
|
@@ -19245,7 +19245,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19245
19245
|
value?: any;
|
|
19246
19246
|
} & Record<string, any>>;
|
|
19247
19247
|
linksTo?: {
|
|
19248
|
-
type: "
|
|
19248
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19249
19249
|
url?: string | undefined;
|
|
19250
19250
|
documentationItemId?: string | undefined;
|
|
19251
19251
|
pageHeadingId?: string | undefined;
|
|
@@ -19281,7 +19281,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19281
19281
|
value?: any;
|
|
19282
19282
|
} & Record<string, any>>;
|
|
19283
19283
|
linksTo?: {
|
|
19284
|
-
type: "
|
|
19284
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19285
19285
|
url?: string | undefined;
|
|
19286
19286
|
documentationItemId?: string | undefined;
|
|
19287
19287
|
pageHeadingId?: string | undefined;
|
|
@@ -19340,7 +19340,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19340
19340
|
value?: any;
|
|
19341
19341
|
} & Record<string, any>>;
|
|
19342
19342
|
linksTo?: {
|
|
19343
|
-
type: "
|
|
19343
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19344
19344
|
url?: string | undefined;
|
|
19345
19345
|
documentationItemId?: string | undefined;
|
|
19346
19346
|
pageHeadingId?: string | undefined;
|
|
@@ -19376,7 +19376,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19376
19376
|
value?: any;
|
|
19377
19377
|
} & Record<string, any>>;
|
|
19378
19378
|
linksTo?: {
|
|
19379
|
-
type: "
|
|
19379
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19380
19380
|
url?: string | undefined;
|
|
19381
19381
|
documentationItemId?: string | undefined;
|
|
19382
19382
|
pageHeadingId?: string | undefined;
|
|
@@ -19436,7 +19436,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19436
19436
|
value?: any;
|
|
19437
19437
|
} & Record<string, any>>;
|
|
19438
19438
|
linksTo?: {
|
|
19439
|
-
type: "
|
|
19439
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19440
19440
|
url?: string | undefined;
|
|
19441
19441
|
documentationItemId?: string | undefined;
|
|
19442
19442
|
pageHeadingId?: string | undefined;
|
|
@@ -19472,7 +19472,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19472
19472
|
value?: any;
|
|
19473
19473
|
} & Record<string, any>>;
|
|
19474
19474
|
linksTo?: {
|
|
19475
|
-
type: "
|
|
19475
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19476
19476
|
url?: string | undefined;
|
|
19477
19477
|
documentationItemId?: string | undefined;
|
|
19478
19478
|
pageHeadingId?: string | undefined;
|
|
@@ -19534,7 +19534,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19534
19534
|
value?: any;
|
|
19535
19535
|
} & Record<string, any>>;
|
|
19536
19536
|
linksTo?: {
|
|
19537
|
-
type: "
|
|
19537
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19538
19538
|
url?: string | undefined;
|
|
19539
19539
|
documentationItemId?: string | undefined;
|
|
19540
19540
|
pageHeadingId?: string | undefined;
|
|
@@ -19570,7 +19570,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19570
19570
|
value?: any;
|
|
19571
19571
|
} & Record<string, any>>;
|
|
19572
19572
|
linksTo?: {
|
|
19573
|
-
type: "
|
|
19573
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19574
19574
|
url?: string | undefined;
|
|
19575
19575
|
documentationItemId?: string | undefined;
|
|
19576
19576
|
pageHeadingId?: string | undefined;
|
|
@@ -19632,7 +19632,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19632
19632
|
value?: any;
|
|
19633
19633
|
} & Record<string, any>>;
|
|
19634
19634
|
linksTo?: {
|
|
19635
|
-
type: "
|
|
19635
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19636
19636
|
url?: string | undefined;
|
|
19637
19637
|
documentationItemId?: string | undefined;
|
|
19638
19638
|
pageHeadingId?: string | undefined;
|
|
@@ -19668,7 +19668,7 @@ declare const DTODocumentationPageContentGetResponse: z.ZodObject<{
|
|
|
19668
19668
|
value?: any;
|
|
19669
19669
|
} & Record<string, any>>;
|
|
19670
19670
|
linksTo?: {
|
|
19671
|
-
type: "
|
|
19671
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
19672
19672
|
url?: string | undefined;
|
|
19673
19673
|
documentationItemId?: string | undefined;
|
|
19674
19674
|
pageHeadingId?: string | undefined;
|
|
@@ -31108,6 +31108,178 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
31108
31108
|
}>;
|
|
31109
31109
|
type DTOPipeline = z.infer<typeof DTOPipeline>;
|
|
31110
31110
|
|
|
31111
|
+
declare const DTOAssetRenderConfiguration: z.ZodObject<{
|
|
31112
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
31113
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
31114
|
+
scale: z.ZodEnum<["x1", "x2", "x3", "x4"]>;
|
|
31115
|
+
format: z.ZodEnum<["png", "pdf", "svg"]>;
|
|
31116
|
+
}, "strip", z.ZodTypeAny, {
|
|
31117
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31118
|
+
format: "png" | "pdf" | "svg";
|
|
31119
|
+
prefix?: string | undefined;
|
|
31120
|
+
suffix?: string | undefined;
|
|
31121
|
+
}, {
|
|
31122
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31123
|
+
format: "png" | "pdf" | "svg";
|
|
31124
|
+
prefix?: string | undefined;
|
|
31125
|
+
suffix?: string | undefined;
|
|
31126
|
+
}>;
|
|
31127
|
+
type DTOAssetRenderConfiguration = z.infer<typeof DTOAssetRenderConfiguration>;
|
|
31128
|
+
declare const DTORenderedAssetFile: z.ZodObject<{
|
|
31129
|
+
assetId: z.ZodString;
|
|
31130
|
+
fileName: z.ZodString;
|
|
31131
|
+
sourceUrl: z.ZodString;
|
|
31132
|
+
settings: z.ZodObject<{
|
|
31133
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
31134
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
31135
|
+
scale: z.ZodEnum<["x1", "x2", "x3", "x4"]>;
|
|
31136
|
+
format: z.ZodEnum<["png", "pdf", "svg"]>;
|
|
31137
|
+
}, "strip", z.ZodTypeAny, {
|
|
31138
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31139
|
+
format: "png" | "pdf" | "svg";
|
|
31140
|
+
prefix?: string | undefined;
|
|
31141
|
+
suffix?: string | undefined;
|
|
31142
|
+
}, {
|
|
31143
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31144
|
+
format: "png" | "pdf" | "svg";
|
|
31145
|
+
prefix?: string | undefined;
|
|
31146
|
+
suffix?: string | undefined;
|
|
31147
|
+
}>;
|
|
31148
|
+
originalName: z.ZodString;
|
|
31149
|
+
}, "strip", z.ZodTypeAny, {
|
|
31150
|
+
fileName: string;
|
|
31151
|
+
settings: {
|
|
31152
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31153
|
+
format: "png" | "pdf" | "svg";
|
|
31154
|
+
prefix?: string | undefined;
|
|
31155
|
+
suffix?: string | undefined;
|
|
31156
|
+
};
|
|
31157
|
+
assetId: string;
|
|
31158
|
+
sourceUrl: string;
|
|
31159
|
+
originalName: string;
|
|
31160
|
+
}, {
|
|
31161
|
+
fileName: string;
|
|
31162
|
+
settings: {
|
|
31163
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31164
|
+
format: "png" | "pdf" | "svg";
|
|
31165
|
+
prefix?: string | undefined;
|
|
31166
|
+
suffix?: string | undefined;
|
|
31167
|
+
};
|
|
31168
|
+
assetId: string;
|
|
31169
|
+
sourceUrl: string;
|
|
31170
|
+
originalName: string;
|
|
31171
|
+
}>;
|
|
31172
|
+
type DTORenderedAssetFile = z.infer<typeof DTORenderedAssetFile>;
|
|
31173
|
+
declare const DTODownloadAssetsRequest: z.ZodObject<{
|
|
31174
|
+
persistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31175
|
+
settings: z.ZodArray<z.ZodObject<{
|
|
31176
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
31177
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
31178
|
+
scale: z.ZodEnum<["x1", "x2", "x3", "x4"]>;
|
|
31179
|
+
format: z.ZodEnum<["png", "pdf", "svg"]>;
|
|
31180
|
+
}, "strip", z.ZodTypeAny, {
|
|
31181
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31182
|
+
format: "png" | "pdf" | "svg";
|
|
31183
|
+
prefix?: string | undefined;
|
|
31184
|
+
suffix?: string | undefined;
|
|
31185
|
+
}, {
|
|
31186
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31187
|
+
format: "png" | "pdf" | "svg";
|
|
31188
|
+
prefix?: string | undefined;
|
|
31189
|
+
suffix?: string | undefined;
|
|
31190
|
+
}>, "many">;
|
|
31191
|
+
}, "strip", z.ZodTypeAny, {
|
|
31192
|
+
settings: {
|
|
31193
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31194
|
+
format: "png" | "pdf" | "svg";
|
|
31195
|
+
prefix?: string | undefined;
|
|
31196
|
+
suffix?: string | undefined;
|
|
31197
|
+
}[];
|
|
31198
|
+
persistentIds?: string[] | undefined;
|
|
31199
|
+
}, {
|
|
31200
|
+
settings: {
|
|
31201
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31202
|
+
format: "png" | "pdf" | "svg";
|
|
31203
|
+
prefix?: string | undefined;
|
|
31204
|
+
suffix?: string | undefined;
|
|
31205
|
+
}[];
|
|
31206
|
+
persistentIds?: string[] | undefined;
|
|
31207
|
+
}>;
|
|
31208
|
+
type DTODownloadAssetsRequest = z.infer<typeof DTODownloadAssetsRequest>;
|
|
31209
|
+
declare const DTODownloadAssetsResponse: z.ZodObject<{
|
|
31210
|
+
items: z.ZodArray<z.ZodObject<{
|
|
31211
|
+
assetId: z.ZodString;
|
|
31212
|
+
fileName: z.ZodString;
|
|
31213
|
+
sourceUrl: z.ZodString;
|
|
31214
|
+
settings: z.ZodObject<{
|
|
31215
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
31216
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
31217
|
+
scale: z.ZodEnum<["x1", "x2", "x3", "x4"]>;
|
|
31218
|
+
format: z.ZodEnum<["png", "pdf", "svg"]>;
|
|
31219
|
+
}, "strip", z.ZodTypeAny, {
|
|
31220
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31221
|
+
format: "png" | "pdf" | "svg";
|
|
31222
|
+
prefix?: string | undefined;
|
|
31223
|
+
suffix?: string | undefined;
|
|
31224
|
+
}, {
|
|
31225
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31226
|
+
format: "png" | "pdf" | "svg";
|
|
31227
|
+
prefix?: string | undefined;
|
|
31228
|
+
suffix?: string | undefined;
|
|
31229
|
+
}>;
|
|
31230
|
+
originalName: z.ZodString;
|
|
31231
|
+
}, "strip", z.ZodTypeAny, {
|
|
31232
|
+
fileName: string;
|
|
31233
|
+
settings: {
|
|
31234
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31235
|
+
format: "png" | "pdf" | "svg";
|
|
31236
|
+
prefix?: string | undefined;
|
|
31237
|
+
suffix?: string | undefined;
|
|
31238
|
+
};
|
|
31239
|
+
assetId: string;
|
|
31240
|
+
sourceUrl: string;
|
|
31241
|
+
originalName: string;
|
|
31242
|
+
}, {
|
|
31243
|
+
fileName: string;
|
|
31244
|
+
settings: {
|
|
31245
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31246
|
+
format: "png" | "pdf" | "svg";
|
|
31247
|
+
prefix?: string | undefined;
|
|
31248
|
+
suffix?: string | undefined;
|
|
31249
|
+
};
|
|
31250
|
+
assetId: string;
|
|
31251
|
+
sourceUrl: string;
|
|
31252
|
+
originalName: string;
|
|
31253
|
+
}>, "many">;
|
|
31254
|
+
}, "strip", z.ZodTypeAny, {
|
|
31255
|
+
items: {
|
|
31256
|
+
fileName: string;
|
|
31257
|
+
settings: {
|
|
31258
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31259
|
+
format: "png" | "pdf" | "svg";
|
|
31260
|
+
prefix?: string | undefined;
|
|
31261
|
+
suffix?: string | undefined;
|
|
31262
|
+
};
|
|
31263
|
+
assetId: string;
|
|
31264
|
+
sourceUrl: string;
|
|
31265
|
+
originalName: string;
|
|
31266
|
+
}[];
|
|
31267
|
+
}, {
|
|
31268
|
+
items: {
|
|
31269
|
+
fileName: string;
|
|
31270
|
+
settings: {
|
|
31271
|
+
scale: "x1" | "x2" | "x3" | "x4";
|
|
31272
|
+
format: "png" | "pdf" | "svg";
|
|
31273
|
+
prefix?: string | undefined;
|
|
31274
|
+
suffix?: string | undefined;
|
|
31275
|
+
};
|
|
31276
|
+
assetId: string;
|
|
31277
|
+
sourceUrl: string;
|
|
31278
|
+
originalName: string;
|
|
31279
|
+
}[];
|
|
31280
|
+
}>;
|
|
31281
|
+
type DTODownloadAssetsResponse = z.infer<typeof DTODownloadAssetsResponse>;
|
|
31282
|
+
|
|
31111
31283
|
declare const DTOLiveblocksAuthResponse: z.ZodObject<{
|
|
31112
31284
|
token: z.ZodString;
|
|
31113
31285
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40224,13 +40396,13 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40224
40396
|
url: z.ZodOptional<z.ZodString>;
|
|
40225
40397
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
40226
40398
|
}, "strip", z.ZodTypeAny, {
|
|
40227
|
-
type: "
|
|
40399
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40228
40400
|
url?: string | undefined;
|
|
40229
40401
|
documentationItemId?: string | undefined;
|
|
40230
40402
|
pageHeadingId?: string | undefined;
|
|
40231
40403
|
openInNewTab?: boolean | undefined;
|
|
40232
40404
|
}, {
|
|
40233
|
-
type: "
|
|
40405
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40234
40406
|
url?: string | undefined;
|
|
40235
40407
|
documentationItemId?: string | undefined;
|
|
40236
40408
|
pageHeadingId?: string | undefined;
|
|
@@ -40249,7 +40421,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40249
40421
|
value?: any;
|
|
40250
40422
|
} & Record<string, any>>;
|
|
40251
40423
|
linksTo?: {
|
|
40252
|
-
type: "
|
|
40424
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40253
40425
|
url?: string | undefined;
|
|
40254
40426
|
documentationItemId?: string | undefined;
|
|
40255
40427
|
pageHeadingId?: string | undefined;
|
|
@@ -40261,7 +40433,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40261
40433
|
value?: any;
|
|
40262
40434
|
} & Record<string, any>>;
|
|
40263
40435
|
linksTo?: {
|
|
40264
|
-
type: "
|
|
40436
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40265
40437
|
url?: string | undefined;
|
|
40266
40438
|
documentationItemId?: string | undefined;
|
|
40267
40439
|
pageHeadingId?: string | undefined;
|
|
@@ -40276,7 +40448,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40276
40448
|
value?: any;
|
|
40277
40449
|
} & Record<string, any>>;
|
|
40278
40450
|
linksTo?: {
|
|
40279
|
-
type: "
|
|
40451
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40280
40452
|
url?: string | undefined;
|
|
40281
40453
|
documentationItemId?: string | undefined;
|
|
40282
40454
|
pageHeadingId?: string | undefined;
|
|
@@ -40300,7 +40472,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40300
40472
|
value?: any;
|
|
40301
40473
|
} & Record<string, any>>;
|
|
40302
40474
|
linksTo?: {
|
|
40303
|
-
type: "
|
|
40475
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40304
40476
|
url?: string | undefined;
|
|
40305
40477
|
documentationItemId?: string | undefined;
|
|
40306
40478
|
pageHeadingId?: string | undefined;
|
|
@@ -40328,7 +40500,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40328
40500
|
value?: any;
|
|
40329
40501
|
} & Record<string, any>>;
|
|
40330
40502
|
linksTo?: {
|
|
40331
|
-
type: "
|
|
40503
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40332
40504
|
url?: string | undefined;
|
|
40333
40505
|
documentationItemId?: string | undefined;
|
|
40334
40506
|
pageHeadingId?: string | undefined;
|
|
@@ -40356,7 +40528,7 @@ declare const PageBlockEditorModel: z.ZodObject<{
|
|
|
40356
40528
|
value?: any;
|
|
40357
40529
|
} & Record<string, any>>;
|
|
40358
40530
|
linksTo?: {
|
|
40359
|
-
type: "
|
|
40531
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40360
40532
|
url?: string | undefined;
|
|
40361
40533
|
documentationItemId?: string | undefined;
|
|
40362
40534
|
pageHeadingId?: string | undefined;
|
|
@@ -40500,13 +40672,13 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40500
40672
|
url: z.ZodOptional<z.ZodString>;
|
|
40501
40673
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
40502
40674
|
}, "strip", z.ZodTypeAny, {
|
|
40503
|
-
type: "
|
|
40675
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40504
40676
|
url?: string | undefined;
|
|
40505
40677
|
documentationItemId?: string | undefined;
|
|
40506
40678
|
pageHeadingId?: string | undefined;
|
|
40507
40679
|
openInNewTab?: boolean | undefined;
|
|
40508
40680
|
}, {
|
|
40509
|
-
type: "
|
|
40681
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40510
40682
|
url?: string | undefined;
|
|
40511
40683
|
documentationItemId?: string | undefined;
|
|
40512
40684
|
pageHeadingId?: string | undefined;
|
|
@@ -40525,7 +40697,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40525
40697
|
value?: any;
|
|
40526
40698
|
} & Record<string, any>>;
|
|
40527
40699
|
linksTo?: {
|
|
40528
|
-
type: "
|
|
40700
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40529
40701
|
url?: string | undefined;
|
|
40530
40702
|
documentationItemId?: string | undefined;
|
|
40531
40703
|
pageHeadingId?: string | undefined;
|
|
@@ -40537,7 +40709,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40537
40709
|
value?: any;
|
|
40538
40710
|
} & Record<string, any>>;
|
|
40539
40711
|
linksTo?: {
|
|
40540
|
-
type: "
|
|
40712
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40541
40713
|
url?: string | undefined;
|
|
40542
40714
|
documentationItemId?: string | undefined;
|
|
40543
40715
|
pageHeadingId?: string | undefined;
|
|
@@ -40552,7 +40724,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40552
40724
|
value?: any;
|
|
40553
40725
|
} & Record<string, any>>;
|
|
40554
40726
|
linksTo?: {
|
|
40555
|
-
type: "
|
|
40727
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40556
40728
|
url?: string | undefined;
|
|
40557
40729
|
documentationItemId?: string | undefined;
|
|
40558
40730
|
pageHeadingId?: string | undefined;
|
|
@@ -40576,7 +40748,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40576
40748
|
value?: any;
|
|
40577
40749
|
} & Record<string, any>>;
|
|
40578
40750
|
linksTo?: {
|
|
40579
|
-
type: "
|
|
40751
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40580
40752
|
url?: string | undefined;
|
|
40581
40753
|
documentationItemId?: string | undefined;
|
|
40582
40754
|
pageHeadingId?: string | undefined;
|
|
@@ -40604,7 +40776,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40604
40776
|
value?: any;
|
|
40605
40777
|
} & Record<string, any>>;
|
|
40606
40778
|
linksTo?: {
|
|
40607
|
-
type: "
|
|
40779
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40608
40780
|
url?: string | undefined;
|
|
40609
40781
|
documentationItemId?: string | undefined;
|
|
40610
40782
|
pageHeadingId?: string | undefined;
|
|
@@ -40632,7 +40804,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40632
40804
|
value?: any;
|
|
40633
40805
|
} & Record<string, any>>;
|
|
40634
40806
|
linksTo?: {
|
|
40635
|
-
type: "
|
|
40807
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40636
40808
|
url?: string | undefined;
|
|
40637
40809
|
documentationItemId?: string | undefined;
|
|
40638
40810
|
pageHeadingId?: string | undefined;
|
|
@@ -40663,7 +40835,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40663
40835
|
value?: any;
|
|
40664
40836
|
} & Record<string, any>>;
|
|
40665
40837
|
linksTo?: {
|
|
40666
|
-
type: "
|
|
40838
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40667
40839
|
url?: string | undefined;
|
|
40668
40840
|
documentationItemId?: string | undefined;
|
|
40669
40841
|
pageHeadingId?: string | undefined;
|
|
@@ -40694,7 +40866,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40694
40866
|
value?: any;
|
|
40695
40867
|
} & Record<string, any>>;
|
|
40696
40868
|
linksTo?: {
|
|
40697
|
-
type: "
|
|
40869
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40698
40870
|
url?: string | undefined;
|
|
40699
40871
|
documentationItemId?: string | undefined;
|
|
40700
40872
|
pageHeadingId?: string | undefined;
|
|
@@ -40729,7 +40901,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40729
40901
|
value?: any;
|
|
40730
40902
|
} & Record<string, any>>;
|
|
40731
40903
|
linksTo?: {
|
|
40732
|
-
type: "
|
|
40904
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40733
40905
|
url?: string | undefined;
|
|
40734
40906
|
documentationItemId?: string | undefined;
|
|
40735
40907
|
pageHeadingId?: string | undefined;
|
|
@@ -40764,7 +40936,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40764
40936
|
value?: any;
|
|
40765
40937
|
} & Record<string, any>>;
|
|
40766
40938
|
linksTo?: {
|
|
40767
|
-
type: "
|
|
40939
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40768
40940
|
url?: string | undefined;
|
|
40769
40941
|
documentationItemId?: string | undefined;
|
|
40770
40942
|
pageHeadingId?: string | undefined;
|
|
@@ -40803,7 +40975,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40803
40975
|
value?: any;
|
|
40804
40976
|
} & Record<string, any>>;
|
|
40805
40977
|
linksTo?: {
|
|
40806
|
-
type: "
|
|
40978
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40807
40979
|
url?: string | undefined;
|
|
40808
40980
|
documentationItemId?: string | undefined;
|
|
40809
40981
|
pageHeadingId?: string | undefined;
|
|
@@ -40862,7 +41034,7 @@ declare const PageSectionEditorModel: z.ZodObject<{
|
|
|
40862
41034
|
value?: any;
|
|
40863
41035
|
} & Record<string, any>>;
|
|
40864
41036
|
linksTo?: {
|
|
40865
|
-
type: "
|
|
41037
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40866
41038
|
url?: string | undefined;
|
|
40867
41039
|
documentationItemId?: string | undefined;
|
|
40868
41040
|
pageHeadingId?: string | undefined;
|
|
@@ -40947,13 +41119,13 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
40947
41119
|
url: z.ZodOptional<z.ZodString>;
|
|
40948
41120
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
40949
41121
|
}, "strip", z.ZodTypeAny, {
|
|
40950
|
-
type: "
|
|
41122
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40951
41123
|
url?: string | undefined;
|
|
40952
41124
|
documentationItemId?: string | undefined;
|
|
40953
41125
|
pageHeadingId?: string | undefined;
|
|
40954
41126
|
openInNewTab?: boolean | undefined;
|
|
40955
41127
|
}, {
|
|
40956
|
-
type: "
|
|
41128
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40957
41129
|
url?: string | undefined;
|
|
40958
41130
|
documentationItemId?: string | undefined;
|
|
40959
41131
|
pageHeadingId?: string | undefined;
|
|
@@ -40972,7 +41144,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
40972
41144
|
value?: any;
|
|
40973
41145
|
} & Record<string, any>>;
|
|
40974
41146
|
linksTo?: {
|
|
40975
|
-
type: "
|
|
41147
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40976
41148
|
url?: string | undefined;
|
|
40977
41149
|
documentationItemId?: string | undefined;
|
|
40978
41150
|
pageHeadingId?: string | undefined;
|
|
@@ -40984,7 +41156,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
40984
41156
|
value?: any;
|
|
40985
41157
|
} & Record<string, any>>;
|
|
40986
41158
|
linksTo?: {
|
|
40987
|
-
type: "
|
|
41159
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
40988
41160
|
url?: string | undefined;
|
|
40989
41161
|
documentationItemId?: string | undefined;
|
|
40990
41162
|
pageHeadingId?: string | undefined;
|
|
@@ -40999,7 +41171,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
40999
41171
|
value?: any;
|
|
41000
41172
|
} & Record<string, any>>;
|
|
41001
41173
|
linksTo?: {
|
|
41002
|
-
type: "
|
|
41174
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41003
41175
|
url?: string | undefined;
|
|
41004
41176
|
documentationItemId?: string | undefined;
|
|
41005
41177
|
pageHeadingId?: string | undefined;
|
|
@@ -41023,7 +41195,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41023
41195
|
value?: any;
|
|
41024
41196
|
} & Record<string, any>>;
|
|
41025
41197
|
linksTo?: {
|
|
41026
|
-
type: "
|
|
41198
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41027
41199
|
url?: string | undefined;
|
|
41028
41200
|
documentationItemId?: string | undefined;
|
|
41029
41201
|
pageHeadingId?: string | undefined;
|
|
@@ -41051,7 +41223,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41051
41223
|
value?: any;
|
|
41052
41224
|
} & Record<string, any>>;
|
|
41053
41225
|
linksTo?: {
|
|
41054
|
-
type: "
|
|
41226
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41055
41227
|
url?: string | undefined;
|
|
41056
41228
|
documentationItemId?: string | undefined;
|
|
41057
41229
|
pageHeadingId?: string | undefined;
|
|
@@ -41079,7 +41251,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41079
41251
|
value?: any;
|
|
41080
41252
|
} & Record<string, any>>;
|
|
41081
41253
|
linksTo?: {
|
|
41082
|
-
type: "
|
|
41254
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41083
41255
|
url?: string | undefined;
|
|
41084
41256
|
documentationItemId?: string | undefined;
|
|
41085
41257
|
pageHeadingId?: string | undefined;
|
|
@@ -41221,13 +41393,13 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41221
41393
|
url: z.ZodOptional<z.ZodString>;
|
|
41222
41394
|
openInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
41223
41395
|
}, "strip", z.ZodTypeAny, {
|
|
41224
|
-
type: "
|
|
41396
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41225
41397
|
url?: string | undefined;
|
|
41226
41398
|
documentationItemId?: string | undefined;
|
|
41227
41399
|
pageHeadingId?: string | undefined;
|
|
41228
41400
|
openInNewTab?: boolean | undefined;
|
|
41229
41401
|
}, {
|
|
41230
|
-
type: "
|
|
41402
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41231
41403
|
url?: string | undefined;
|
|
41232
41404
|
documentationItemId?: string | undefined;
|
|
41233
41405
|
pageHeadingId?: string | undefined;
|
|
@@ -41246,7 +41418,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41246
41418
|
value?: any;
|
|
41247
41419
|
} & Record<string, any>>;
|
|
41248
41420
|
linksTo?: {
|
|
41249
|
-
type: "
|
|
41421
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41250
41422
|
url?: string | undefined;
|
|
41251
41423
|
documentationItemId?: string | undefined;
|
|
41252
41424
|
pageHeadingId?: string | undefined;
|
|
@@ -41258,7 +41430,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41258
41430
|
value?: any;
|
|
41259
41431
|
} & Record<string, any>>;
|
|
41260
41432
|
linksTo?: {
|
|
41261
|
-
type: "
|
|
41433
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41262
41434
|
url?: string | undefined;
|
|
41263
41435
|
documentationItemId?: string | undefined;
|
|
41264
41436
|
pageHeadingId?: string | undefined;
|
|
@@ -41273,7 +41445,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41273
41445
|
value?: any;
|
|
41274
41446
|
} & Record<string, any>>;
|
|
41275
41447
|
linksTo?: {
|
|
41276
|
-
type: "
|
|
41448
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41277
41449
|
url?: string | undefined;
|
|
41278
41450
|
documentationItemId?: string | undefined;
|
|
41279
41451
|
pageHeadingId?: string | undefined;
|
|
@@ -41297,7 +41469,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41297
41469
|
value?: any;
|
|
41298
41470
|
} & Record<string, any>>;
|
|
41299
41471
|
linksTo?: {
|
|
41300
|
-
type: "
|
|
41472
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41301
41473
|
url?: string | undefined;
|
|
41302
41474
|
documentationItemId?: string | undefined;
|
|
41303
41475
|
pageHeadingId?: string | undefined;
|
|
@@ -41325,7 +41497,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41325
41497
|
value?: any;
|
|
41326
41498
|
} & Record<string, any>>;
|
|
41327
41499
|
linksTo?: {
|
|
41328
|
-
type: "
|
|
41500
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41329
41501
|
url?: string | undefined;
|
|
41330
41502
|
documentationItemId?: string | undefined;
|
|
41331
41503
|
pageHeadingId?: string | undefined;
|
|
@@ -41353,7 +41525,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41353
41525
|
value?: any;
|
|
41354
41526
|
} & Record<string, any>>;
|
|
41355
41527
|
linksTo?: {
|
|
41356
|
-
type: "
|
|
41528
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41357
41529
|
url?: string | undefined;
|
|
41358
41530
|
documentationItemId?: string | undefined;
|
|
41359
41531
|
pageHeadingId?: string | undefined;
|
|
@@ -41384,7 +41556,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41384
41556
|
value?: any;
|
|
41385
41557
|
} & Record<string, any>>;
|
|
41386
41558
|
linksTo?: {
|
|
41387
|
-
type: "
|
|
41559
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41388
41560
|
url?: string | undefined;
|
|
41389
41561
|
documentationItemId?: string | undefined;
|
|
41390
41562
|
pageHeadingId?: string | undefined;
|
|
@@ -41415,7 +41587,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41415
41587
|
value?: any;
|
|
41416
41588
|
} & Record<string, any>>;
|
|
41417
41589
|
linksTo?: {
|
|
41418
|
-
type: "
|
|
41590
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41419
41591
|
url?: string | undefined;
|
|
41420
41592
|
documentationItemId?: string | undefined;
|
|
41421
41593
|
pageHeadingId?: string | undefined;
|
|
@@ -41450,7 +41622,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41450
41622
|
value?: any;
|
|
41451
41623
|
} & Record<string, any>>;
|
|
41452
41624
|
linksTo?: {
|
|
41453
|
-
type: "
|
|
41625
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41454
41626
|
url?: string | undefined;
|
|
41455
41627
|
documentationItemId?: string | undefined;
|
|
41456
41628
|
pageHeadingId?: string | undefined;
|
|
@@ -41485,7 +41657,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41485
41657
|
value?: any;
|
|
41486
41658
|
} & Record<string, any>>;
|
|
41487
41659
|
linksTo?: {
|
|
41488
|
-
type: "
|
|
41660
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41489
41661
|
url?: string | undefined;
|
|
41490
41662
|
documentationItemId?: string | undefined;
|
|
41491
41663
|
pageHeadingId?: string | undefined;
|
|
@@ -41524,7 +41696,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41524
41696
|
value?: any;
|
|
41525
41697
|
} & Record<string, any>>;
|
|
41526
41698
|
linksTo?: {
|
|
41527
|
-
type: "
|
|
41699
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41528
41700
|
url?: string | undefined;
|
|
41529
41701
|
documentationItemId?: string | undefined;
|
|
41530
41702
|
pageHeadingId?: string | undefined;
|
|
@@ -41583,7 +41755,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41583
41755
|
value?: any;
|
|
41584
41756
|
} & Record<string, any>>;
|
|
41585
41757
|
linksTo?: {
|
|
41586
|
-
type: "
|
|
41758
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41587
41759
|
url?: string | undefined;
|
|
41588
41760
|
documentationItemId?: string | undefined;
|
|
41589
41761
|
pageHeadingId?: string | undefined;
|
|
@@ -41636,7 +41808,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41636
41808
|
value?: any;
|
|
41637
41809
|
} & Record<string, any>>;
|
|
41638
41810
|
linksTo?: {
|
|
41639
|
-
type: "
|
|
41811
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41640
41812
|
url?: string | undefined;
|
|
41641
41813
|
documentationItemId?: string | undefined;
|
|
41642
41814
|
pageHeadingId?: string | undefined;
|
|
@@ -41672,7 +41844,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41672
41844
|
value?: any;
|
|
41673
41845
|
} & Record<string, any>>;
|
|
41674
41846
|
linksTo?: {
|
|
41675
|
-
type: "
|
|
41847
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41676
41848
|
url?: string | undefined;
|
|
41677
41849
|
documentationItemId?: string | undefined;
|
|
41678
41850
|
pageHeadingId?: string | undefined;
|
|
@@ -41725,7 +41897,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41725
41897
|
value?: any;
|
|
41726
41898
|
} & Record<string, any>>;
|
|
41727
41899
|
linksTo?: {
|
|
41728
|
-
type: "
|
|
41900
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41729
41901
|
url?: string | undefined;
|
|
41730
41902
|
documentationItemId?: string | undefined;
|
|
41731
41903
|
pageHeadingId?: string | undefined;
|
|
@@ -41761,7 +41933,7 @@ declare const DocumentationPageEditorModel: z.ZodObject<{
|
|
|
41761
41933
|
value?: any;
|
|
41762
41934
|
} & Record<string, any>>;
|
|
41763
41935
|
linksTo?: {
|
|
41764
|
-
type: "
|
|
41936
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41765
41937
|
url?: string | undefined;
|
|
41766
41938
|
documentationItemId?: string | undefined;
|
|
41767
41939
|
pageHeadingId?: string | undefined;
|
|
@@ -41867,7 +42039,7 @@ declare function prosemirrorNodesToBlocks(prosemirrorNodes: ProsemirrorNode[], d
|
|
|
41867
42039
|
value?: any;
|
|
41868
42040
|
} & Record<string, any>>;
|
|
41869
42041
|
linksTo?: {
|
|
41870
|
-
type: "
|
|
42042
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41871
42043
|
url?: string | undefined;
|
|
41872
42044
|
documentationItemId?: string | undefined;
|
|
41873
42045
|
pageHeadingId?: string | undefined;
|
|
@@ -41893,7 +42065,7 @@ declare const BlockParsingUtils: {
|
|
|
41893
42065
|
value?: any;
|
|
41894
42066
|
} & Record<string, any>>;
|
|
41895
42067
|
linksTo?: {
|
|
41896
|
-
type: "
|
|
42068
|
+
type: "DocumentationItem" | "PageHeading" | "Url";
|
|
41897
42069
|
url?: string | undefined;
|
|
41898
42070
|
documentationItemId?: string | undefined;
|
|
41899
42071
|
pageHeadingId?: string | undefined;
|
|
@@ -42034,4 +42206,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
42034
42206
|
|
|
42035
42207
|
declare function generatePageContentHash(content: DocumentationPageEditorModel): string;
|
|
42036
42208
|
|
|
42037
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, 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, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, 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, pageToYXmlFragment, pipelineToDto, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
42209
|
+
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, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, 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, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTORenderedAssetFile, 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, pageToYXmlFragment, pipelineToDto, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|