@supernova-studio/model 1.74.1 → 1.74.3
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 +66 -0
- package/dist/index.d.ts +66 -0
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4964,12 +4964,14 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4964
4964
|
}[] | null | undefined>;
|
|
4965
4965
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
4966
4966
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
4967
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
4967
4968
|
}, "strip", z$1.ZodTypeAny, {
|
|
4968
4969
|
type: "FigmaVariablesPlugin";
|
|
4969
4970
|
remoteId: string;
|
|
4970
4971
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
4971
4972
|
isTokenTypeSplitEnabled: boolean;
|
|
4972
4973
|
isCollectionsMigrationCompleted: boolean;
|
|
4974
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
4973
4975
|
warnings?: {
|
|
4974
4976
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4975
4977
|
componentId?: string | undefined;
|
|
@@ -4986,6 +4988,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4986
4988
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
4987
4989
|
isTokenTypeSplitEnabled: boolean;
|
|
4988
4990
|
isCollectionsMigrationCompleted: boolean;
|
|
4991
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
4989
4992
|
warnings?: {
|
|
4990
4993
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4991
4994
|
componentId?: string | undefined;
|
|
@@ -5114,6 +5117,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5114
5117
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5115
5118
|
isTokenTypeSplitEnabled: boolean;
|
|
5116
5119
|
isCollectionsMigrationCompleted: boolean;
|
|
5120
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
5117
5121
|
warnings?: {
|
|
5118
5122
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
5119
5123
|
componentId?: string | undefined;
|
|
@@ -5236,6 +5240,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5236
5240
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5237
5241
|
isTokenTypeSplitEnabled: boolean;
|
|
5238
5242
|
isCollectionsMigrationCompleted: boolean;
|
|
5243
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
5239
5244
|
warnings?: {
|
|
5240
5245
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
5241
5246
|
componentId?: string | undefined;
|
|
@@ -7907,6 +7912,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7907
7912
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7908
7913
|
isTokenTypeSplitEnabled: boolean;
|
|
7909
7914
|
isCollectionsMigrationCompleted: boolean;
|
|
7915
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
7910
7916
|
warnings?: {
|
|
7911
7917
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
7912
7918
|
componentId?: string | undefined;
|
|
@@ -8369,6 +8375,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8369
8375
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
8370
8376
|
isTokenTypeSplitEnabled: boolean;
|
|
8371
8377
|
isCollectionsMigrationCompleted: boolean;
|
|
8378
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
8372
8379
|
warnings?: {
|
|
8373
8380
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
8374
8381
|
componentId?: string | undefined;
|
|
@@ -13277,12 +13284,14 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13277
13284
|
}[] | null | undefined>;
|
|
13278
13285
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
13279
13286
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
13287
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
13280
13288
|
}, "strip", z$1.ZodTypeAny, {
|
|
13281
13289
|
type: "FigmaVariablesPlugin";
|
|
13282
13290
|
remoteId: string;
|
|
13283
13291
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13284
13292
|
isTokenTypeSplitEnabled: boolean;
|
|
13285
13293
|
isCollectionsMigrationCompleted: boolean;
|
|
13294
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13286
13295
|
warnings?: {
|
|
13287
13296
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13288
13297
|
componentId?: string | undefined;
|
|
@@ -13299,6 +13308,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13299
13308
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13300
13309
|
isTokenTypeSplitEnabled: boolean;
|
|
13301
13310
|
isCollectionsMigrationCompleted: boolean;
|
|
13311
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13302
13312
|
warnings?: {
|
|
13303
13313
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13304
13314
|
componentId?: string | undefined;
|
|
@@ -13427,6 +13437,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13427
13437
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13428
13438
|
isTokenTypeSplitEnabled: boolean;
|
|
13429
13439
|
isCollectionsMigrationCompleted: boolean;
|
|
13440
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13430
13441
|
warnings?: {
|
|
13431
13442
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13432
13443
|
componentId?: string | undefined;
|
|
@@ -13549,6 +13560,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13549
13560
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13550
13561
|
isTokenTypeSplitEnabled: boolean;
|
|
13551
13562
|
isCollectionsMigrationCompleted: boolean;
|
|
13563
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13552
13564
|
warnings?: {
|
|
13553
13565
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13554
13566
|
componentId?: string | undefined;
|
|
@@ -16220,6 +16232,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16220
16232
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
16221
16233
|
isTokenTypeSplitEnabled: boolean;
|
|
16222
16234
|
isCollectionsMigrationCompleted: boolean;
|
|
16235
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
16223
16236
|
warnings?: {
|
|
16224
16237
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
16225
16238
|
componentId?: string | undefined;
|
|
@@ -16682,6 +16695,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16682
16695
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
16683
16696
|
isTokenTypeSplitEnabled: boolean;
|
|
16684
16697
|
isCollectionsMigrationCompleted: boolean;
|
|
16698
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
16685
16699
|
warnings?: {
|
|
16686
16700
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
16687
16701
|
componentId?: string | undefined;
|
|
@@ -19942,6 +19956,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19942
19956
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
19943
19957
|
isTokenTypeSplitEnabled: boolean;
|
|
19944
19958
|
isCollectionsMigrationCompleted: boolean;
|
|
19959
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
19945
19960
|
warnings?: {
|
|
19946
19961
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
19947
19962
|
componentId?: string | undefined;
|
|
@@ -20853,6 +20868,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20853
20868
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
20854
20869
|
isTokenTypeSplitEnabled: boolean;
|
|
20855
20870
|
isCollectionsMigrationCompleted: boolean;
|
|
20871
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
20856
20872
|
warnings?: {
|
|
20857
20873
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
20858
20874
|
componentId?: string | undefined;
|
|
@@ -21766,6 +21782,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21766
21782
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
21767
21783
|
isTokenTypeSplitEnabled: boolean;
|
|
21768
21784
|
isCollectionsMigrationCompleted: boolean;
|
|
21785
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
21769
21786
|
warnings?: {
|
|
21770
21787
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
21771
21788
|
componentId?: string | undefined;
|
|
@@ -22722,6 +22739,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22722
22739
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22723
22740
|
isTokenTypeSplitEnabled: boolean;
|
|
22724
22741
|
isCollectionsMigrationCompleted: boolean;
|
|
22742
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
22725
22743
|
warnings?: {
|
|
22726
22744
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22727
22745
|
componentId?: string | undefined;
|
|
@@ -24541,12 +24559,14 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24541
24559
|
}[] | null | undefined>;
|
|
24542
24560
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
24543
24561
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
24562
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
24544
24563
|
}, "strip", z$1.ZodTypeAny, {
|
|
24545
24564
|
type: "FigmaVariablesPlugin";
|
|
24546
24565
|
remoteId: string;
|
|
24547
24566
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24548
24567
|
isTokenTypeSplitEnabled: boolean;
|
|
24549
24568
|
isCollectionsMigrationCompleted: boolean;
|
|
24569
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24550
24570
|
warnings?: {
|
|
24551
24571
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24552
24572
|
componentId?: string | undefined;
|
|
@@ -24563,6 +24583,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24563
24583
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24564
24584
|
isTokenTypeSplitEnabled: boolean;
|
|
24565
24585
|
isCollectionsMigrationCompleted: boolean;
|
|
24586
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24566
24587
|
warnings?: {
|
|
24567
24588
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24568
24589
|
componentId?: string | undefined;
|
|
@@ -24691,6 +24712,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24691
24712
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24692
24713
|
isTokenTypeSplitEnabled: boolean;
|
|
24693
24714
|
isCollectionsMigrationCompleted: boolean;
|
|
24715
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24694
24716
|
warnings?: {
|
|
24695
24717
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24696
24718
|
componentId?: string | undefined;
|
|
@@ -24813,6 +24835,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24813
24835
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24814
24836
|
isTokenTypeSplitEnabled: boolean;
|
|
24815
24837
|
isCollectionsMigrationCompleted: boolean;
|
|
24838
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24816
24839
|
warnings?: {
|
|
24817
24840
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24818
24841
|
componentId?: string | undefined;
|
|
@@ -27484,6 +27507,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27484
27507
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27485
27508
|
isTokenTypeSplitEnabled: boolean;
|
|
27486
27509
|
isCollectionsMigrationCompleted: boolean;
|
|
27510
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
27487
27511
|
warnings?: {
|
|
27488
27512
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27489
27513
|
componentId?: string | undefined;
|
|
@@ -27946,6 +27970,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27946
27970
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27947
27971
|
isTokenTypeSplitEnabled: boolean;
|
|
27948
27972
|
isCollectionsMigrationCompleted: boolean;
|
|
27973
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
27949
27974
|
warnings?: {
|
|
27950
27975
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27951
27976
|
componentId?: string | undefined;
|
|
@@ -31206,6 +31231,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31206
31231
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31207
31232
|
isTokenTypeSplitEnabled: boolean;
|
|
31208
31233
|
isCollectionsMigrationCompleted: boolean;
|
|
31234
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
31209
31235
|
warnings?: {
|
|
31210
31236
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31211
31237
|
componentId?: string | undefined;
|
|
@@ -32117,6 +32143,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32117
32143
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
32118
32144
|
isTokenTypeSplitEnabled: boolean;
|
|
32119
32145
|
isCollectionsMigrationCompleted: boolean;
|
|
32146
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
32120
32147
|
warnings?: {
|
|
32121
32148
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
32122
32149
|
componentId?: string | undefined;
|
|
@@ -34377,12 +34404,14 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
|
|
|
34377
34404
|
}[] | null | undefined>;
|
|
34378
34405
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
34379
34406
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
34407
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
34380
34408
|
}, "strip", z$1.ZodTypeAny, {
|
|
34381
34409
|
type: "FigmaVariablesPlugin";
|
|
34382
34410
|
remoteId: string;
|
|
34383
34411
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34384
34412
|
isTokenTypeSplitEnabled: boolean;
|
|
34385
34413
|
isCollectionsMigrationCompleted: boolean;
|
|
34414
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34386
34415
|
warnings?: {
|
|
34387
34416
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34388
34417
|
componentId?: string | undefined;
|
|
@@ -34399,6 +34428,7 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
|
|
|
34399
34428
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34400
34429
|
isTokenTypeSplitEnabled: boolean;
|
|
34401
34430
|
isCollectionsMigrationCompleted: boolean;
|
|
34431
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34402
34432
|
warnings?: {
|
|
34403
34433
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34404
34434
|
componentId?: string | undefined;
|
|
@@ -34667,12 +34697,14 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
|
|
|
34667
34697
|
}[] | null | undefined>;
|
|
34668
34698
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
34669
34699
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
34700
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
34670
34701
|
}, "strip", z$1.ZodTypeAny, {
|
|
34671
34702
|
type: "FigmaVariablesPlugin";
|
|
34672
34703
|
remoteId: string;
|
|
34673
34704
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34674
34705
|
isTokenTypeSplitEnabled: boolean;
|
|
34675
34706
|
isCollectionsMigrationCompleted: boolean;
|
|
34707
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34676
34708
|
warnings?: {
|
|
34677
34709
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34678
34710
|
componentId?: string | undefined;
|
|
@@ -34689,6 +34721,7 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
|
|
|
34689
34721
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34690
34722
|
isTokenTypeSplitEnabled: boolean;
|
|
34691
34723
|
isCollectionsMigrationCompleted: boolean;
|
|
34724
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34692
34725
|
warnings?: {
|
|
34693
34726
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34694
34727
|
componentId?: string | undefined;
|
|
@@ -35146,12 +35179,14 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35146
35179
|
}[] | null | undefined>;
|
|
35147
35180
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
35148
35181
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
35182
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
35149
35183
|
}, "strip", z$1.ZodTypeAny, {
|
|
35150
35184
|
type: "FigmaVariablesPlugin";
|
|
35151
35185
|
remoteId: string;
|
|
35152
35186
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35153
35187
|
isTokenTypeSplitEnabled: boolean;
|
|
35154
35188
|
isCollectionsMigrationCompleted: boolean;
|
|
35189
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35155
35190
|
warnings?: {
|
|
35156
35191
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35157
35192
|
componentId?: string | undefined;
|
|
@@ -35168,6 +35203,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35168
35203
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35169
35204
|
isTokenTypeSplitEnabled: boolean;
|
|
35170
35205
|
isCollectionsMigrationCompleted: boolean;
|
|
35206
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35171
35207
|
warnings?: {
|
|
35172
35208
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35173
35209
|
componentId?: string | undefined;
|
|
@@ -35296,6 +35332,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35296
35332
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35297
35333
|
isTokenTypeSplitEnabled: boolean;
|
|
35298
35334
|
isCollectionsMigrationCompleted: boolean;
|
|
35335
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35299
35336
|
warnings?: {
|
|
35300
35337
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35301
35338
|
componentId?: string | undefined;
|
|
@@ -35418,6 +35455,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35418
35455
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35419
35456
|
isTokenTypeSplitEnabled: boolean;
|
|
35420
35457
|
isCollectionsMigrationCompleted: boolean;
|
|
35458
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35421
35459
|
warnings?: {
|
|
35422
35460
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35423
35461
|
componentId?: string | undefined;
|
|
@@ -98896,13 +98934,16 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98896
98934
|
id: z$1.ZodString;
|
|
98897
98935
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98898
98936
|
sourceId: z$1.ZodString;
|
|
98937
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
98899
98938
|
}, "strip", z$1.ZodTypeAny, {
|
|
98900
98939
|
id: string;
|
|
98901
98940
|
sourceId: string;
|
|
98941
|
+
collectionKeyMigrated: boolean;
|
|
98902
98942
|
parentId?: string | undefined;
|
|
98903
98943
|
}, {
|
|
98904
98944
|
id: string;
|
|
98905
98945
|
sourceId: string;
|
|
98946
|
+
collectionKeyMigrated: boolean;
|
|
98906
98947
|
parentId?: string | undefined;
|
|
98907
98948
|
}>;
|
|
98908
98949
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -98912,6 +98953,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98912
98953
|
origin: {
|
|
98913
98954
|
id: string;
|
|
98914
98955
|
sourceId: string;
|
|
98956
|
+
collectionKeyMigrated: boolean;
|
|
98915
98957
|
parentId?: string | undefined;
|
|
98916
98958
|
};
|
|
98917
98959
|
legacyId: string;
|
|
@@ -98924,6 +98966,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98924
98966
|
origin: {
|
|
98925
98967
|
id: string;
|
|
98926
98968
|
sourceId: string;
|
|
98969
|
+
collectionKeyMigrated: boolean;
|
|
98927
98970
|
parentId?: string | undefined;
|
|
98928
98971
|
};
|
|
98929
98972
|
legacyId: string;
|
|
@@ -100171,6 +100214,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100171
100214
|
origin: {
|
|
100172
100215
|
id: string;
|
|
100173
100216
|
sourceId: string;
|
|
100217
|
+
collectionKeyMigrated: boolean;
|
|
100174
100218
|
parentId?: string | undefined;
|
|
100175
100219
|
};
|
|
100176
100220
|
legacyId: string;
|
|
@@ -100222,6 +100266,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100222
100266
|
origin: {
|
|
100223
100267
|
id: string;
|
|
100224
100268
|
sourceId: string;
|
|
100269
|
+
collectionKeyMigrated: boolean;
|
|
100225
100270
|
parentId?: string | undefined;
|
|
100226
100271
|
};
|
|
100227
100272
|
legacyId: string;
|
|
@@ -110904,9 +110949,11 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110904
110949
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110905
110950
|
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
110906
110951
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110952
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
110907
110953
|
}, "strip", z$1.ZodTypeAny, {
|
|
110908
110954
|
id: string;
|
|
110909
110955
|
name: string;
|
|
110956
|
+
collectionKeyMigrated: boolean;
|
|
110910
110957
|
legacyId: string;
|
|
110911
110958
|
parentPersistentId?: string | undefined;
|
|
110912
110959
|
parentId?: string | undefined;
|
|
@@ -110914,6 +110961,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110914
110961
|
}, {
|
|
110915
110962
|
id: string;
|
|
110916
110963
|
name: string;
|
|
110964
|
+
collectionKeyMigrated: boolean;
|
|
110917
110965
|
legacyId: string;
|
|
110918
110966
|
parentPersistentId?: string | undefined;
|
|
110919
110967
|
parentId?: string | undefined;
|
|
@@ -112216,6 +112264,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112216
112264
|
collections: {
|
|
112217
112265
|
id: string;
|
|
112218
112266
|
name: string;
|
|
112267
|
+
collectionKeyMigrated: boolean;
|
|
112219
112268
|
legacyId: string;
|
|
112220
112269
|
parentPersistentId?: string | undefined;
|
|
112221
112270
|
parentId?: string | undefined;
|
|
@@ -112259,6 +112308,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112259
112308
|
collections: {
|
|
112260
112309
|
id: string;
|
|
112261
112310
|
name: string;
|
|
112311
|
+
collectionKeyMigrated: boolean;
|
|
112262
112312
|
legacyId: string;
|
|
112263
112313
|
parentPersistentId?: string | undefined;
|
|
112264
112314
|
parentId?: string | undefined;
|
|
@@ -115106,9 +115156,11 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115106
115156
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115107
115157
|
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
115108
115158
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115159
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115109
115160
|
}, "strip", z$1.ZodTypeAny, {
|
|
115110
115161
|
id: string;
|
|
115111
115162
|
name: string;
|
|
115163
|
+
collectionKeyMigrated: boolean;
|
|
115112
115164
|
legacyId: string;
|
|
115113
115165
|
parentPersistentId?: string | undefined;
|
|
115114
115166
|
parentId?: string | undefined;
|
|
@@ -115116,6 +115168,7 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115116
115168
|
}, {
|
|
115117
115169
|
id: string;
|
|
115118
115170
|
name: string;
|
|
115171
|
+
collectionKeyMigrated: boolean;
|
|
115119
115172
|
legacyId: string;
|
|
115120
115173
|
parentPersistentId?: string | undefined;
|
|
115121
115174
|
parentId?: string | undefined;
|
|
@@ -115132,13 +115185,16 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115132
115185
|
id: z$1.ZodString;
|
|
115133
115186
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115134
115187
|
sourceId: z$1.ZodString;
|
|
115188
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115135
115189
|
}, "strip", z$1.ZodTypeAny, {
|
|
115136
115190
|
id: string;
|
|
115137
115191
|
sourceId: string;
|
|
115192
|
+
collectionKeyMigrated: boolean;
|
|
115138
115193
|
parentId?: string | undefined;
|
|
115139
115194
|
}, {
|
|
115140
115195
|
id: string;
|
|
115141
115196
|
sourceId: string;
|
|
115197
|
+
collectionKeyMigrated: boolean;
|
|
115142
115198
|
parentId?: string | undefined;
|
|
115143
115199
|
}>;
|
|
115144
115200
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -115148,6 +115204,7 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115148
115204
|
origin: {
|
|
115149
115205
|
id: string;
|
|
115150
115206
|
sourceId: string;
|
|
115207
|
+
collectionKeyMigrated: boolean;
|
|
115151
115208
|
parentId?: string | undefined;
|
|
115152
115209
|
};
|
|
115153
115210
|
legacyId: string;
|
|
@@ -115160,6 +115217,7 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115160
115217
|
origin: {
|
|
115161
115218
|
id: string;
|
|
115162
115219
|
sourceId: string;
|
|
115220
|
+
collectionKeyMigrated: boolean;
|
|
115163
115221
|
parentId?: string | undefined;
|
|
115164
115222
|
};
|
|
115165
115223
|
legacyId: string;
|
|
@@ -142719,13 +142777,16 @@ declare const CollectionOrigin: z$1.ZodObject<{
|
|
|
142719
142777
|
id: z$1.ZodString;
|
|
142720
142778
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142721
142779
|
sourceId: z$1.ZodString;
|
|
142780
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
142722
142781
|
}, "strip", z$1.ZodTypeAny, {
|
|
142723
142782
|
id: string;
|
|
142724
142783
|
sourceId: string;
|
|
142784
|
+
collectionKeyMigrated: boolean;
|
|
142725
142785
|
parentId?: string | undefined;
|
|
142726
142786
|
}, {
|
|
142727
142787
|
id: string;
|
|
142728
142788
|
sourceId: string;
|
|
142789
|
+
collectionKeyMigrated: boolean;
|
|
142729
142790
|
parentId?: string | undefined;
|
|
142730
142791
|
}>;
|
|
142731
142792
|
type CollectionOrigin = z$1.infer<typeof CollectionOrigin>;
|
|
@@ -142762,13 +142823,16 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142762
142823
|
id: z$1.ZodString;
|
|
142763
142824
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142764
142825
|
sourceId: z$1.ZodString;
|
|
142826
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
142765
142827
|
}, "strip", z$1.ZodTypeAny, {
|
|
142766
142828
|
id: string;
|
|
142767
142829
|
sourceId: string;
|
|
142830
|
+
collectionKeyMigrated: boolean;
|
|
142768
142831
|
parentId?: string | undefined;
|
|
142769
142832
|
}, {
|
|
142770
142833
|
id: string;
|
|
142771
142834
|
sourceId: string;
|
|
142835
|
+
collectionKeyMigrated: boolean;
|
|
142772
142836
|
parentId?: string | undefined;
|
|
142773
142837
|
}>>;
|
|
142774
142838
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -142788,6 +142852,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142788
142852
|
origin?: {
|
|
142789
142853
|
id: string;
|
|
142790
142854
|
sourceId: string;
|
|
142855
|
+
collectionKeyMigrated: boolean;
|
|
142791
142856
|
parentId?: string | undefined;
|
|
142792
142857
|
} | undefined;
|
|
142793
142858
|
}, {
|
|
@@ -142807,6 +142872,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142807
142872
|
origin?: {
|
|
142808
142873
|
id: string;
|
|
142809
142874
|
sourceId: string;
|
|
142875
|
+
collectionKeyMigrated: boolean;
|
|
142810
142876
|
parentId?: string | undefined;
|
|
142811
142877
|
} | undefined;
|
|
142812
142878
|
}>;
|