@supernova-studio/client 0.47.35 → 0.47.36
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 +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +329 -325
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1388 -1384
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -477,15 +477,15 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
478
|
assets: boolean;
|
|
479
479
|
components: boolean;
|
|
480
|
-
documentationFrames: boolean;
|
|
481
480
|
tokens: boolean;
|
|
481
|
+
documentationFrames: boolean;
|
|
482
482
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
483
483
|
themePersistentId?: string | undefined;
|
|
484
484
|
}, {
|
|
485
485
|
assets: boolean;
|
|
486
486
|
components: boolean;
|
|
487
|
-
documentationFrames: boolean;
|
|
488
487
|
tokens: boolean;
|
|
488
|
+
documentationFrames: boolean;
|
|
489
489
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
490
490
|
themePersistentId?: string | undefined;
|
|
491
491
|
}>;
|
|
@@ -764,8 +764,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
764
764
|
scope: {
|
|
765
765
|
assets: boolean;
|
|
766
766
|
components: boolean;
|
|
767
|
-
documentationFrames: boolean;
|
|
768
767
|
tokens: boolean;
|
|
768
|
+
documentationFrames: boolean;
|
|
769
769
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
770
770
|
themePersistentId?: string | undefined;
|
|
771
771
|
};
|
|
@@ -834,8 +834,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
834
834
|
scope: {
|
|
835
835
|
assets: boolean;
|
|
836
836
|
components: boolean;
|
|
837
|
-
documentationFrames: boolean;
|
|
838
837
|
tokens: boolean;
|
|
838
|
+
documentationFrames: boolean;
|
|
839
839
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
840
840
|
themePersistentId?: string | undefined;
|
|
841
841
|
};
|
|
@@ -1153,15 +1153,15 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1153
1153
|
}, "strip", z.ZodTypeAny, {
|
|
1154
1154
|
assets: boolean;
|
|
1155
1155
|
components: boolean;
|
|
1156
|
-
documentationFrames: boolean;
|
|
1157
1156
|
tokens: boolean;
|
|
1157
|
+
documentationFrames: boolean;
|
|
1158
1158
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1159
1159
|
themePersistentId?: string | undefined;
|
|
1160
1160
|
}, {
|
|
1161
1161
|
assets: boolean;
|
|
1162
1162
|
components: boolean;
|
|
1163
|
-
documentationFrames: boolean;
|
|
1164
1163
|
tokens: boolean;
|
|
1164
|
+
documentationFrames: boolean;
|
|
1165
1165
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1166
1166
|
themePersistentId?: string | undefined;
|
|
1167
1167
|
}>;
|
|
@@ -1440,8 +1440,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1440
1440
|
scope: {
|
|
1441
1441
|
assets: boolean;
|
|
1442
1442
|
components: boolean;
|
|
1443
|
-
documentationFrames: boolean;
|
|
1444
1443
|
tokens: boolean;
|
|
1444
|
+
documentationFrames: boolean;
|
|
1445
1445
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1446
1446
|
themePersistentId?: string | undefined;
|
|
1447
1447
|
};
|
|
@@ -1510,8 +1510,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1510
1510
|
scope: {
|
|
1511
1511
|
assets: boolean;
|
|
1512
1512
|
components: boolean;
|
|
1513
|
-
documentationFrames: boolean;
|
|
1514
1513
|
tokens: boolean;
|
|
1514
|
+
documentationFrames: boolean;
|
|
1515
1515
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1516
1516
|
themePersistentId?: string | undefined;
|
|
1517
1517
|
};
|
|
@@ -1826,15 +1826,15 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
1826
1826
|
}, "strip", z.ZodTypeAny, {
|
|
1827
1827
|
assets: boolean;
|
|
1828
1828
|
components: boolean;
|
|
1829
|
-
documentationFrames: boolean;
|
|
1830
1829
|
tokens: boolean;
|
|
1830
|
+
documentationFrames: boolean;
|
|
1831
1831
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1832
1832
|
themePersistentId?: string | undefined;
|
|
1833
1833
|
}, {
|
|
1834
1834
|
assets: boolean;
|
|
1835
1835
|
components: boolean;
|
|
1836
|
-
documentationFrames: boolean;
|
|
1837
1836
|
tokens: boolean;
|
|
1837
|
+
documentationFrames: boolean;
|
|
1838
1838
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1839
1839
|
themePersistentId?: string | undefined;
|
|
1840
1840
|
}>;
|
|
@@ -2113,8 +2113,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2113
2113
|
scope: {
|
|
2114
2114
|
assets: boolean;
|
|
2115
2115
|
components: boolean;
|
|
2116
|
-
documentationFrames: boolean;
|
|
2117
2116
|
tokens: boolean;
|
|
2117
|
+
documentationFrames: boolean;
|
|
2118
2118
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2119
2119
|
themePersistentId?: string | undefined;
|
|
2120
2120
|
};
|
|
@@ -2183,8 +2183,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2183
2183
|
scope: {
|
|
2184
2184
|
assets: boolean;
|
|
2185
2185
|
components: boolean;
|
|
2186
|
-
documentationFrames: boolean;
|
|
2187
2186
|
tokens: boolean;
|
|
2187
|
+
documentationFrames: boolean;
|
|
2188
2188
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2189
2189
|
themePersistentId?: string | undefined;
|
|
2190
2190
|
};
|
|
@@ -2491,8 +2491,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2491
2491
|
scope: {
|
|
2492
2492
|
assets: boolean;
|
|
2493
2493
|
components: boolean;
|
|
2494
|
-
documentationFrames: boolean;
|
|
2495
2494
|
tokens: boolean;
|
|
2495
|
+
documentationFrames: boolean;
|
|
2496
2496
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2497
2497
|
themePersistentId?: string | undefined;
|
|
2498
2498
|
};
|
|
@@ -2611,8 +2611,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2611
2611
|
scope: {
|
|
2612
2612
|
assets: boolean;
|
|
2613
2613
|
components: boolean;
|
|
2614
|
-
documentationFrames: boolean;
|
|
2615
2614
|
tokens: boolean;
|
|
2615
|
+
documentationFrames: boolean;
|
|
2616
2616
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2617
2617
|
themePersistentId?: string | undefined;
|
|
2618
2618
|
};
|
|
@@ -2740,15 +2740,15 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
2740
2740
|
}, "strip", z.ZodTypeAny, {
|
|
2741
2741
|
assets: boolean;
|
|
2742
2742
|
components: boolean;
|
|
2743
|
-
documentationFrames: boolean;
|
|
2744
2743
|
tokens: boolean;
|
|
2744
|
+
documentationFrames: boolean;
|
|
2745
2745
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2746
2746
|
themePersistentId?: string | undefined;
|
|
2747
2747
|
}, {
|
|
2748
2748
|
assets: boolean;
|
|
2749
2749
|
components: boolean;
|
|
2750
|
-
documentationFrames: boolean;
|
|
2751
2750
|
tokens: boolean;
|
|
2751
|
+
documentationFrames: boolean;
|
|
2752
2752
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2753
2753
|
themePersistentId?: string | undefined;
|
|
2754
2754
|
}>;
|
|
@@ -3027,8 +3027,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3027
3027
|
scope: {
|
|
3028
3028
|
assets: boolean;
|
|
3029
3029
|
components: boolean;
|
|
3030
|
-
documentationFrames: boolean;
|
|
3031
3030
|
tokens: boolean;
|
|
3031
|
+
documentationFrames: boolean;
|
|
3032
3032
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3033
3033
|
themePersistentId?: string | undefined;
|
|
3034
3034
|
};
|
|
@@ -3097,8 +3097,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3097
3097
|
scope: {
|
|
3098
3098
|
assets: boolean;
|
|
3099
3099
|
components: boolean;
|
|
3100
|
-
documentationFrames: boolean;
|
|
3101
3100
|
tokens: boolean;
|
|
3101
|
+
documentationFrames: boolean;
|
|
3102
3102
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3103
3103
|
themePersistentId?: string | undefined;
|
|
3104
3104
|
};
|
|
@@ -3405,8 +3405,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3405
3405
|
scope: {
|
|
3406
3406
|
assets: boolean;
|
|
3407
3407
|
components: boolean;
|
|
3408
|
-
documentationFrames: boolean;
|
|
3409
3408
|
tokens: boolean;
|
|
3409
|
+
documentationFrames: boolean;
|
|
3410
3410
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3411
3411
|
themePersistentId?: string | undefined;
|
|
3412
3412
|
};
|
|
@@ -3525,8 +3525,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3525
3525
|
scope: {
|
|
3526
3526
|
assets: boolean;
|
|
3527
3527
|
components: boolean;
|
|
3528
|
-
documentationFrames: boolean;
|
|
3529
3528
|
tokens: boolean;
|
|
3529
|
+
documentationFrames: boolean;
|
|
3530
3530
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3531
3531
|
themePersistentId?: string | undefined;
|
|
3532
3532
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -477,15 +477,15 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
478
|
assets: boolean;
|
|
479
479
|
components: boolean;
|
|
480
|
-
documentationFrames: boolean;
|
|
481
480
|
tokens: boolean;
|
|
481
|
+
documentationFrames: boolean;
|
|
482
482
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
483
483
|
themePersistentId?: string | undefined;
|
|
484
484
|
}, {
|
|
485
485
|
assets: boolean;
|
|
486
486
|
components: boolean;
|
|
487
|
-
documentationFrames: boolean;
|
|
488
487
|
tokens: boolean;
|
|
488
|
+
documentationFrames: boolean;
|
|
489
489
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
490
490
|
themePersistentId?: string | undefined;
|
|
491
491
|
}>;
|
|
@@ -764,8 +764,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
764
764
|
scope: {
|
|
765
765
|
assets: boolean;
|
|
766
766
|
components: boolean;
|
|
767
|
-
documentationFrames: boolean;
|
|
768
767
|
tokens: boolean;
|
|
768
|
+
documentationFrames: boolean;
|
|
769
769
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
770
770
|
themePersistentId?: string | undefined;
|
|
771
771
|
};
|
|
@@ -834,8 +834,8 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
834
834
|
scope: {
|
|
835
835
|
assets: boolean;
|
|
836
836
|
components: boolean;
|
|
837
|
-
documentationFrames: boolean;
|
|
838
837
|
tokens: boolean;
|
|
838
|
+
documentationFrames: boolean;
|
|
839
839
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
840
840
|
themePersistentId?: string | undefined;
|
|
841
841
|
};
|
|
@@ -1153,15 +1153,15 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1153
1153
|
}, "strip", z.ZodTypeAny, {
|
|
1154
1154
|
assets: boolean;
|
|
1155
1155
|
components: boolean;
|
|
1156
|
-
documentationFrames: boolean;
|
|
1157
1156
|
tokens: boolean;
|
|
1157
|
+
documentationFrames: boolean;
|
|
1158
1158
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1159
1159
|
themePersistentId?: string | undefined;
|
|
1160
1160
|
}, {
|
|
1161
1161
|
assets: boolean;
|
|
1162
1162
|
components: boolean;
|
|
1163
|
-
documentationFrames: boolean;
|
|
1164
1163
|
tokens: boolean;
|
|
1164
|
+
documentationFrames: boolean;
|
|
1165
1165
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1166
1166
|
themePersistentId?: string | undefined;
|
|
1167
1167
|
}>;
|
|
@@ -1440,8 +1440,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1440
1440
|
scope: {
|
|
1441
1441
|
assets: boolean;
|
|
1442
1442
|
components: boolean;
|
|
1443
|
-
documentationFrames: boolean;
|
|
1444
1443
|
tokens: boolean;
|
|
1444
|
+
documentationFrames: boolean;
|
|
1445
1445
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1446
1446
|
themePersistentId?: string | undefined;
|
|
1447
1447
|
};
|
|
@@ -1510,8 +1510,8 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
1510
1510
|
scope: {
|
|
1511
1511
|
assets: boolean;
|
|
1512
1512
|
components: boolean;
|
|
1513
|
-
documentationFrames: boolean;
|
|
1514
1513
|
tokens: boolean;
|
|
1514
|
+
documentationFrames: boolean;
|
|
1515
1515
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1516
1516
|
themePersistentId?: string | undefined;
|
|
1517
1517
|
};
|
|
@@ -1826,15 +1826,15 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
1826
1826
|
}, "strip", z.ZodTypeAny, {
|
|
1827
1827
|
assets: boolean;
|
|
1828
1828
|
components: boolean;
|
|
1829
|
-
documentationFrames: boolean;
|
|
1830
1829
|
tokens: boolean;
|
|
1830
|
+
documentationFrames: boolean;
|
|
1831
1831
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1832
1832
|
themePersistentId?: string | undefined;
|
|
1833
1833
|
}, {
|
|
1834
1834
|
assets: boolean;
|
|
1835
1835
|
components: boolean;
|
|
1836
|
-
documentationFrames: boolean;
|
|
1837
1836
|
tokens: boolean;
|
|
1837
|
+
documentationFrames: boolean;
|
|
1838
1838
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
1839
1839
|
themePersistentId?: string | undefined;
|
|
1840
1840
|
}>;
|
|
@@ -2113,8 +2113,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2113
2113
|
scope: {
|
|
2114
2114
|
assets: boolean;
|
|
2115
2115
|
components: boolean;
|
|
2116
|
-
documentationFrames: boolean;
|
|
2117
2116
|
tokens: boolean;
|
|
2117
|
+
documentationFrames: boolean;
|
|
2118
2118
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2119
2119
|
themePersistentId?: string | undefined;
|
|
2120
2120
|
};
|
|
@@ -2183,8 +2183,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2183
2183
|
scope: {
|
|
2184
2184
|
assets: boolean;
|
|
2185
2185
|
components: boolean;
|
|
2186
|
-
documentationFrames: boolean;
|
|
2187
2186
|
tokens: boolean;
|
|
2187
|
+
documentationFrames: boolean;
|
|
2188
2188
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2189
2189
|
themePersistentId?: string | undefined;
|
|
2190
2190
|
};
|
|
@@ -2491,8 +2491,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2491
2491
|
scope: {
|
|
2492
2492
|
assets: boolean;
|
|
2493
2493
|
components: boolean;
|
|
2494
|
-
documentationFrames: boolean;
|
|
2495
2494
|
tokens: boolean;
|
|
2495
|
+
documentationFrames: boolean;
|
|
2496
2496
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2497
2497
|
themePersistentId?: string | undefined;
|
|
2498
2498
|
};
|
|
@@ -2611,8 +2611,8 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2611
2611
|
scope: {
|
|
2612
2612
|
assets: boolean;
|
|
2613
2613
|
components: boolean;
|
|
2614
|
-
documentationFrames: boolean;
|
|
2615
2614
|
tokens: boolean;
|
|
2615
|
+
documentationFrames: boolean;
|
|
2616
2616
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2617
2617
|
themePersistentId?: string | undefined;
|
|
2618
2618
|
};
|
|
@@ -2740,15 +2740,15 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
2740
2740
|
}, "strip", z.ZodTypeAny, {
|
|
2741
2741
|
assets: boolean;
|
|
2742
2742
|
components: boolean;
|
|
2743
|
-
documentationFrames: boolean;
|
|
2744
2743
|
tokens: boolean;
|
|
2744
|
+
documentationFrames: boolean;
|
|
2745
2745
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2746
2746
|
themePersistentId?: string | undefined;
|
|
2747
2747
|
}, {
|
|
2748
2748
|
assets: boolean;
|
|
2749
2749
|
components: boolean;
|
|
2750
|
-
documentationFrames: boolean;
|
|
2751
2750
|
tokens: boolean;
|
|
2751
|
+
documentationFrames: boolean;
|
|
2752
2752
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
2753
2753
|
themePersistentId?: string | undefined;
|
|
2754
2754
|
}>;
|
|
@@ -3027,8 +3027,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3027
3027
|
scope: {
|
|
3028
3028
|
assets: boolean;
|
|
3029
3029
|
components: boolean;
|
|
3030
|
-
documentationFrames: boolean;
|
|
3031
3030
|
tokens: boolean;
|
|
3031
|
+
documentationFrames: boolean;
|
|
3032
3032
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3033
3033
|
themePersistentId?: string | undefined;
|
|
3034
3034
|
};
|
|
@@ -3097,8 +3097,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3097
3097
|
scope: {
|
|
3098
3098
|
assets: boolean;
|
|
3099
3099
|
components: boolean;
|
|
3100
|
-
documentationFrames: boolean;
|
|
3101
3100
|
tokens: boolean;
|
|
3101
|
+
documentationFrames: boolean;
|
|
3102
3102
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3103
3103
|
themePersistentId?: string | undefined;
|
|
3104
3104
|
};
|
|
@@ -3405,8 +3405,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3405
3405
|
scope: {
|
|
3406
3406
|
assets: boolean;
|
|
3407
3407
|
components: boolean;
|
|
3408
|
-
documentationFrames: boolean;
|
|
3409
3408
|
tokens: boolean;
|
|
3409
|
+
documentationFrames: boolean;
|
|
3410
3410
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3411
3411
|
themePersistentId?: string | undefined;
|
|
3412
3412
|
};
|
|
@@ -3525,8 +3525,8 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3525
3525
|
scope: {
|
|
3526
3526
|
assets: boolean;
|
|
3527
3527
|
components: boolean;
|
|
3528
|
-
documentationFrames: boolean;
|
|
3529
3528
|
tokens: boolean;
|
|
3529
|
+
documentationFrames: boolean;
|
|
3530
3530
|
isUnpublishedContentFallbackEnabled: boolean;
|
|
3531
3531
|
themePersistentId?: string | undefined;
|
|
3532
3532
|
};
|