@supernova-studio/model 0.57.19 → 0.57.20
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 +38 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/data-sources/data-source.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -3420,11 +3420,13 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3420
3420
|
referenceId?: string | undefined;
|
|
3421
3421
|
}[] | null | undefined>;
|
|
3422
3422
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
3423
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
3423
3424
|
}, "strip", z.ZodTypeAny, {
|
|
3424
3425
|
type: "FigmaVariablesPlugin";
|
|
3425
3426
|
remoteId: string;
|
|
3426
3427
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3427
3428
|
isTokenTypeSplitEnabled: boolean;
|
|
3429
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3428
3430
|
warnings?: {
|
|
3429
3431
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3430
3432
|
componentId?: string | undefined;
|
|
@@ -3440,6 +3442,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3440
3442
|
remoteId: string;
|
|
3441
3443
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3442
3444
|
isTokenTypeSplitEnabled: boolean;
|
|
3445
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3443
3446
|
warnings?: {
|
|
3444
3447
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3445
3448
|
componentId?: string | undefined;
|
|
@@ -3508,6 +3511,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3508
3511
|
remoteId: string;
|
|
3509
3512
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3510
3513
|
isTokenTypeSplitEnabled: boolean;
|
|
3514
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3511
3515
|
warnings?: {
|
|
3512
3516
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3513
3517
|
componentId?: string | undefined;
|
|
@@ -3603,6 +3607,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3603
3607
|
remoteId: string;
|
|
3604
3608
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3605
3609
|
isTokenTypeSplitEnabled: boolean;
|
|
3610
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3606
3611
|
warnings?: {
|
|
3607
3612
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3608
3613
|
componentId?: string | undefined;
|
|
@@ -6243,6 +6248,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6243
6248
|
remoteId: string;
|
|
6244
6249
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6245
6250
|
isTokenTypeSplitEnabled: boolean;
|
|
6251
|
+
isCollectionsMigrationCompleted: boolean;
|
|
6246
6252
|
warnings?: {
|
|
6247
6253
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6248
6254
|
componentId?: string | undefined;
|
|
@@ -6676,6 +6682,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6676
6682
|
remoteId: string;
|
|
6677
6683
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6678
6684
|
isTokenTypeSplitEnabled: boolean;
|
|
6685
|
+
isCollectionsMigrationCompleted: boolean;
|
|
6679
6686
|
warnings?: {
|
|
6680
6687
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6681
6688
|
componentId?: string | undefined;
|
|
@@ -12530,11 +12537,13 @@ declare const UserDump: z.ZodObject<{
|
|
|
12530
12537
|
referenceId?: string | undefined;
|
|
12531
12538
|
}[] | null | undefined>;
|
|
12532
12539
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
12540
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
12533
12541
|
}, "strip", z.ZodTypeAny, {
|
|
12534
12542
|
type: "FigmaVariablesPlugin";
|
|
12535
12543
|
remoteId: string;
|
|
12536
12544
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12537
12545
|
isTokenTypeSplitEnabled: boolean;
|
|
12546
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12538
12547
|
warnings?: {
|
|
12539
12548
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12540
12549
|
componentId?: string | undefined;
|
|
@@ -12550,6 +12559,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12550
12559
|
remoteId: string;
|
|
12551
12560
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12552
12561
|
isTokenTypeSplitEnabled: boolean;
|
|
12562
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12553
12563
|
warnings?: {
|
|
12554
12564
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12555
12565
|
componentId?: string | undefined;
|
|
@@ -12618,6 +12628,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12618
12628
|
remoteId: string;
|
|
12619
12629
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12620
12630
|
isTokenTypeSplitEnabled: boolean;
|
|
12631
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12621
12632
|
warnings?: {
|
|
12622
12633
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12623
12634
|
componentId?: string | undefined;
|
|
@@ -12713,6 +12724,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12713
12724
|
remoteId: string;
|
|
12714
12725
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12715
12726
|
isTokenTypeSplitEnabled: boolean;
|
|
12727
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12716
12728
|
warnings?: {
|
|
12717
12729
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12718
12730
|
componentId?: string | undefined;
|
|
@@ -15353,6 +15365,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15353
15365
|
remoteId: string;
|
|
15354
15366
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15355
15367
|
isTokenTypeSplitEnabled: boolean;
|
|
15368
|
+
isCollectionsMigrationCompleted: boolean;
|
|
15356
15369
|
warnings?: {
|
|
15357
15370
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15358
15371
|
componentId?: string | undefined;
|
|
@@ -15786,6 +15799,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15786
15799
|
remoteId: string;
|
|
15787
15800
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15788
15801
|
isTokenTypeSplitEnabled: boolean;
|
|
15802
|
+
isCollectionsMigrationCompleted: boolean;
|
|
15789
15803
|
warnings?: {
|
|
15790
15804
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15791
15805
|
componentId?: string | undefined;
|
|
@@ -17442,6 +17456,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17442
17456
|
remoteId: string;
|
|
17443
17457
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
17444
17458
|
isTokenTypeSplitEnabled: boolean;
|
|
17459
|
+
isCollectionsMigrationCompleted: boolean;
|
|
17445
17460
|
warnings?: {
|
|
17446
17461
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
17447
17462
|
componentId?: string | undefined;
|
|
@@ -18270,6 +18285,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18270
18285
|
remoteId: string;
|
|
18271
18286
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
18272
18287
|
isTokenTypeSplitEnabled: boolean;
|
|
18288
|
+
isCollectionsMigrationCompleted: boolean;
|
|
18273
18289
|
warnings?: {
|
|
18274
18290
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
18275
18291
|
componentId?: string | undefined;
|
|
@@ -19100,6 +19116,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19100
19116
|
remoteId: string;
|
|
19101
19117
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
19102
19118
|
isTokenTypeSplitEnabled: boolean;
|
|
19119
|
+
isCollectionsMigrationCompleted: boolean;
|
|
19103
19120
|
warnings?: {
|
|
19104
19121
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
19105
19122
|
componentId?: string | undefined;
|
|
@@ -20001,6 +20018,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20001
20018
|
remoteId: string;
|
|
20002
20019
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
20003
20020
|
isTokenTypeSplitEnabled: boolean;
|
|
20021
|
+
isCollectionsMigrationCompleted: boolean;
|
|
20004
20022
|
warnings?: {
|
|
20005
20023
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
20006
20024
|
componentId?: string | undefined;
|
|
@@ -22759,11 +22777,13 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22759
22777
|
referenceId?: string | undefined;
|
|
22760
22778
|
}[] | null | undefined>;
|
|
22761
22779
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
22780
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
22762
22781
|
}, "strip", z.ZodTypeAny, {
|
|
22763
22782
|
type: "FigmaVariablesPlugin";
|
|
22764
22783
|
remoteId: string;
|
|
22765
22784
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22766
22785
|
isTokenTypeSplitEnabled: boolean;
|
|
22786
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22767
22787
|
warnings?: {
|
|
22768
22788
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22769
22789
|
componentId?: string | undefined;
|
|
@@ -22779,6 +22799,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22779
22799
|
remoteId: string;
|
|
22780
22800
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22781
22801
|
isTokenTypeSplitEnabled: boolean;
|
|
22802
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22782
22803
|
warnings?: {
|
|
22783
22804
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22784
22805
|
componentId?: string | undefined;
|
|
@@ -22847,6 +22868,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22847
22868
|
remoteId: string;
|
|
22848
22869
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22849
22870
|
isTokenTypeSplitEnabled: boolean;
|
|
22871
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22850
22872
|
warnings?: {
|
|
22851
22873
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22852
22874
|
componentId?: string | undefined;
|
|
@@ -22942,6 +22964,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22942
22964
|
remoteId: string;
|
|
22943
22965
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22944
22966
|
isTokenTypeSplitEnabled: boolean;
|
|
22967
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22945
22968
|
warnings?: {
|
|
22946
22969
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22947
22970
|
componentId?: string | undefined;
|
|
@@ -25582,6 +25605,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25582
25605
|
remoteId: string;
|
|
25583
25606
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
25584
25607
|
isTokenTypeSplitEnabled: boolean;
|
|
25608
|
+
isCollectionsMigrationCompleted: boolean;
|
|
25585
25609
|
warnings?: {
|
|
25586
25610
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
25587
25611
|
componentId?: string | undefined;
|
|
@@ -26015,6 +26039,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26015
26039
|
remoteId: string;
|
|
26016
26040
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
26017
26041
|
isTokenTypeSplitEnabled: boolean;
|
|
26042
|
+
isCollectionsMigrationCompleted: boolean;
|
|
26018
26043
|
warnings?: {
|
|
26019
26044
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
26020
26045
|
componentId?: string | undefined;
|
|
@@ -27671,6 +27696,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27671
27696
|
remoteId: string;
|
|
27672
27697
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27673
27698
|
isTokenTypeSplitEnabled: boolean;
|
|
27699
|
+
isCollectionsMigrationCompleted: boolean;
|
|
27674
27700
|
warnings?: {
|
|
27675
27701
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27676
27702
|
componentId?: string | undefined;
|
|
@@ -28499,6 +28525,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28499
28525
|
remoteId: string;
|
|
28500
28526
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
28501
28527
|
isTokenTypeSplitEnabled: boolean;
|
|
28528
|
+
isCollectionsMigrationCompleted: boolean;
|
|
28502
28529
|
warnings?: {
|
|
28503
28530
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
28504
28531
|
componentId?: string | undefined;
|
|
@@ -30831,11 +30858,13 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30831
30858
|
referenceId?: string | undefined;
|
|
30832
30859
|
}[] | null | undefined>;
|
|
30833
30860
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
30861
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
30834
30862
|
}, "strip", z.ZodTypeAny, {
|
|
30835
30863
|
type: "FigmaVariablesPlugin";
|
|
30836
30864
|
remoteId: string;
|
|
30837
30865
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30838
30866
|
isTokenTypeSplitEnabled: boolean;
|
|
30867
|
+
isCollectionsMigrationCompleted: boolean;
|
|
30839
30868
|
warnings?: {
|
|
30840
30869
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30841
30870
|
componentId?: string | undefined;
|
|
@@ -30851,6 +30880,7 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30851
30880
|
remoteId: string;
|
|
30852
30881
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30853
30882
|
isTokenTypeSplitEnabled: boolean;
|
|
30883
|
+
isCollectionsMigrationCompleted: boolean;
|
|
30854
30884
|
warnings?: {
|
|
30855
30885
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30856
30886
|
componentId?: string | undefined;
|
|
@@ -31057,11 +31087,13 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
31057
31087
|
referenceId?: string | undefined;
|
|
31058
31088
|
}[] | null | undefined>;
|
|
31059
31089
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
31090
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
31060
31091
|
}, "strip", z.ZodTypeAny, {
|
|
31061
31092
|
type: "FigmaVariablesPlugin";
|
|
31062
31093
|
remoteId: string;
|
|
31063
31094
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31064
31095
|
isTokenTypeSplitEnabled: boolean;
|
|
31096
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31065
31097
|
warnings?: {
|
|
31066
31098
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31067
31099
|
componentId?: string | undefined;
|
|
@@ -31077,6 +31109,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
31077
31109
|
remoteId: string;
|
|
31078
31110
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31079
31111
|
isTokenTypeSplitEnabled: boolean;
|
|
31112
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31080
31113
|
warnings?: {
|
|
31081
31114
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31082
31115
|
componentId?: string | undefined;
|
|
@@ -31420,11 +31453,13 @@ declare const DataSource: z.ZodObject<{
|
|
|
31420
31453
|
referenceId?: string | undefined;
|
|
31421
31454
|
}[] | null | undefined>;
|
|
31422
31455
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
31456
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
31423
31457
|
}, "strip", z.ZodTypeAny, {
|
|
31424
31458
|
type: "FigmaVariablesPlugin";
|
|
31425
31459
|
remoteId: string;
|
|
31426
31460
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31427
31461
|
isTokenTypeSplitEnabled: boolean;
|
|
31462
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31428
31463
|
warnings?: {
|
|
31429
31464
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31430
31465
|
componentId?: string | undefined;
|
|
@@ -31440,6 +31475,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31440
31475
|
remoteId: string;
|
|
31441
31476
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31442
31477
|
isTokenTypeSplitEnabled: boolean;
|
|
31478
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31443
31479
|
warnings?: {
|
|
31444
31480
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31445
31481
|
componentId?: string | undefined;
|
|
@@ -31508,6 +31544,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31508
31544
|
remoteId: string;
|
|
31509
31545
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31510
31546
|
isTokenTypeSplitEnabled: boolean;
|
|
31547
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31511
31548
|
warnings?: {
|
|
31512
31549
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31513
31550
|
componentId?: string | undefined;
|
|
@@ -31603,6 +31640,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31603
31640
|
remoteId: string;
|
|
31604
31641
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31605
31642
|
isTokenTypeSplitEnabled: boolean;
|
|
31643
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31606
31644
|
warnings?: {
|
|
31607
31645
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31608
31646
|
componentId?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -3420,11 +3420,13 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3420
3420
|
referenceId?: string | undefined;
|
|
3421
3421
|
}[] | null | undefined>;
|
|
3422
3422
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
3423
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
3423
3424
|
}, "strip", z.ZodTypeAny, {
|
|
3424
3425
|
type: "FigmaVariablesPlugin";
|
|
3425
3426
|
remoteId: string;
|
|
3426
3427
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3427
3428
|
isTokenTypeSplitEnabled: boolean;
|
|
3429
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3428
3430
|
warnings?: {
|
|
3429
3431
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3430
3432
|
componentId?: string | undefined;
|
|
@@ -3440,6 +3442,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3440
3442
|
remoteId: string;
|
|
3441
3443
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3442
3444
|
isTokenTypeSplitEnabled: boolean;
|
|
3445
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3443
3446
|
warnings?: {
|
|
3444
3447
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3445
3448
|
componentId?: string | undefined;
|
|
@@ -3508,6 +3511,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3508
3511
|
remoteId: string;
|
|
3509
3512
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3510
3513
|
isTokenTypeSplitEnabled: boolean;
|
|
3514
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3511
3515
|
warnings?: {
|
|
3512
3516
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3513
3517
|
componentId?: string | undefined;
|
|
@@ -3603,6 +3607,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3603
3607
|
remoteId: string;
|
|
3604
3608
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3605
3609
|
isTokenTypeSplitEnabled: boolean;
|
|
3610
|
+
isCollectionsMigrationCompleted: boolean;
|
|
3606
3611
|
warnings?: {
|
|
3607
3612
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3608
3613
|
componentId?: string | undefined;
|
|
@@ -6243,6 +6248,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6243
6248
|
remoteId: string;
|
|
6244
6249
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6245
6250
|
isTokenTypeSplitEnabled: boolean;
|
|
6251
|
+
isCollectionsMigrationCompleted: boolean;
|
|
6246
6252
|
warnings?: {
|
|
6247
6253
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6248
6254
|
componentId?: string | undefined;
|
|
@@ -6676,6 +6682,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6676
6682
|
remoteId: string;
|
|
6677
6683
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6678
6684
|
isTokenTypeSplitEnabled: boolean;
|
|
6685
|
+
isCollectionsMigrationCompleted: boolean;
|
|
6679
6686
|
warnings?: {
|
|
6680
6687
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6681
6688
|
componentId?: string | undefined;
|
|
@@ -12530,11 +12537,13 @@ declare const UserDump: z.ZodObject<{
|
|
|
12530
12537
|
referenceId?: string | undefined;
|
|
12531
12538
|
}[] | null | undefined>;
|
|
12532
12539
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
12540
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
12533
12541
|
}, "strip", z.ZodTypeAny, {
|
|
12534
12542
|
type: "FigmaVariablesPlugin";
|
|
12535
12543
|
remoteId: string;
|
|
12536
12544
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12537
12545
|
isTokenTypeSplitEnabled: boolean;
|
|
12546
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12538
12547
|
warnings?: {
|
|
12539
12548
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12540
12549
|
componentId?: string | undefined;
|
|
@@ -12550,6 +12559,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12550
12559
|
remoteId: string;
|
|
12551
12560
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12552
12561
|
isTokenTypeSplitEnabled: boolean;
|
|
12562
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12553
12563
|
warnings?: {
|
|
12554
12564
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12555
12565
|
componentId?: string | undefined;
|
|
@@ -12618,6 +12628,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12618
12628
|
remoteId: string;
|
|
12619
12629
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12620
12630
|
isTokenTypeSplitEnabled: boolean;
|
|
12631
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12621
12632
|
warnings?: {
|
|
12622
12633
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12623
12634
|
componentId?: string | undefined;
|
|
@@ -12713,6 +12724,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12713
12724
|
remoteId: string;
|
|
12714
12725
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12715
12726
|
isTokenTypeSplitEnabled: boolean;
|
|
12727
|
+
isCollectionsMigrationCompleted: boolean;
|
|
12716
12728
|
warnings?: {
|
|
12717
12729
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12718
12730
|
componentId?: string | undefined;
|
|
@@ -15353,6 +15365,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15353
15365
|
remoteId: string;
|
|
15354
15366
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15355
15367
|
isTokenTypeSplitEnabled: boolean;
|
|
15368
|
+
isCollectionsMigrationCompleted: boolean;
|
|
15356
15369
|
warnings?: {
|
|
15357
15370
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15358
15371
|
componentId?: string | undefined;
|
|
@@ -15786,6 +15799,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15786
15799
|
remoteId: string;
|
|
15787
15800
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15788
15801
|
isTokenTypeSplitEnabled: boolean;
|
|
15802
|
+
isCollectionsMigrationCompleted: boolean;
|
|
15789
15803
|
warnings?: {
|
|
15790
15804
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15791
15805
|
componentId?: string | undefined;
|
|
@@ -17442,6 +17456,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17442
17456
|
remoteId: string;
|
|
17443
17457
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
17444
17458
|
isTokenTypeSplitEnabled: boolean;
|
|
17459
|
+
isCollectionsMigrationCompleted: boolean;
|
|
17445
17460
|
warnings?: {
|
|
17446
17461
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
17447
17462
|
componentId?: string | undefined;
|
|
@@ -18270,6 +18285,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18270
18285
|
remoteId: string;
|
|
18271
18286
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
18272
18287
|
isTokenTypeSplitEnabled: boolean;
|
|
18288
|
+
isCollectionsMigrationCompleted: boolean;
|
|
18273
18289
|
warnings?: {
|
|
18274
18290
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
18275
18291
|
componentId?: string | undefined;
|
|
@@ -19100,6 +19116,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19100
19116
|
remoteId: string;
|
|
19101
19117
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
19102
19118
|
isTokenTypeSplitEnabled: boolean;
|
|
19119
|
+
isCollectionsMigrationCompleted: boolean;
|
|
19103
19120
|
warnings?: {
|
|
19104
19121
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
19105
19122
|
componentId?: string | undefined;
|
|
@@ -20001,6 +20018,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20001
20018
|
remoteId: string;
|
|
20002
20019
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
20003
20020
|
isTokenTypeSplitEnabled: boolean;
|
|
20021
|
+
isCollectionsMigrationCompleted: boolean;
|
|
20004
20022
|
warnings?: {
|
|
20005
20023
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
20006
20024
|
componentId?: string | undefined;
|
|
@@ -22759,11 +22777,13 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22759
22777
|
referenceId?: string | undefined;
|
|
22760
22778
|
}[] | null | undefined>;
|
|
22761
22779
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
22780
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
22762
22781
|
}, "strip", z.ZodTypeAny, {
|
|
22763
22782
|
type: "FigmaVariablesPlugin";
|
|
22764
22783
|
remoteId: string;
|
|
22765
22784
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22766
22785
|
isTokenTypeSplitEnabled: boolean;
|
|
22786
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22767
22787
|
warnings?: {
|
|
22768
22788
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22769
22789
|
componentId?: string | undefined;
|
|
@@ -22779,6 +22799,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22779
22799
|
remoteId: string;
|
|
22780
22800
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22781
22801
|
isTokenTypeSplitEnabled: boolean;
|
|
22802
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22782
22803
|
warnings?: {
|
|
22783
22804
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22784
22805
|
componentId?: string | undefined;
|
|
@@ -22847,6 +22868,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22847
22868
|
remoteId: string;
|
|
22848
22869
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22849
22870
|
isTokenTypeSplitEnabled: boolean;
|
|
22871
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22850
22872
|
warnings?: {
|
|
22851
22873
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22852
22874
|
componentId?: string | undefined;
|
|
@@ -22942,6 +22964,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22942
22964
|
remoteId: string;
|
|
22943
22965
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22944
22966
|
isTokenTypeSplitEnabled: boolean;
|
|
22967
|
+
isCollectionsMigrationCompleted: boolean;
|
|
22945
22968
|
warnings?: {
|
|
22946
22969
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22947
22970
|
componentId?: string | undefined;
|
|
@@ -25582,6 +25605,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25582
25605
|
remoteId: string;
|
|
25583
25606
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
25584
25607
|
isTokenTypeSplitEnabled: boolean;
|
|
25608
|
+
isCollectionsMigrationCompleted: boolean;
|
|
25585
25609
|
warnings?: {
|
|
25586
25610
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
25587
25611
|
componentId?: string | undefined;
|
|
@@ -26015,6 +26039,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26015
26039
|
remoteId: string;
|
|
26016
26040
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
26017
26041
|
isTokenTypeSplitEnabled: boolean;
|
|
26042
|
+
isCollectionsMigrationCompleted: boolean;
|
|
26018
26043
|
warnings?: {
|
|
26019
26044
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
26020
26045
|
componentId?: string | undefined;
|
|
@@ -27671,6 +27696,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27671
27696
|
remoteId: string;
|
|
27672
27697
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27673
27698
|
isTokenTypeSplitEnabled: boolean;
|
|
27699
|
+
isCollectionsMigrationCompleted: boolean;
|
|
27674
27700
|
warnings?: {
|
|
27675
27701
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27676
27702
|
componentId?: string | undefined;
|
|
@@ -28499,6 +28525,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28499
28525
|
remoteId: string;
|
|
28500
28526
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
28501
28527
|
isTokenTypeSplitEnabled: boolean;
|
|
28528
|
+
isCollectionsMigrationCompleted: boolean;
|
|
28502
28529
|
warnings?: {
|
|
28503
28530
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
28504
28531
|
componentId?: string | undefined;
|
|
@@ -30831,11 +30858,13 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30831
30858
|
referenceId?: string | undefined;
|
|
30832
30859
|
}[] | null | undefined>;
|
|
30833
30860
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
30861
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
30834
30862
|
}, "strip", z.ZodTypeAny, {
|
|
30835
30863
|
type: "FigmaVariablesPlugin";
|
|
30836
30864
|
remoteId: string;
|
|
30837
30865
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30838
30866
|
isTokenTypeSplitEnabled: boolean;
|
|
30867
|
+
isCollectionsMigrationCompleted: boolean;
|
|
30839
30868
|
warnings?: {
|
|
30840
30869
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30841
30870
|
componentId?: string | undefined;
|
|
@@ -30851,6 +30880,7 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30851
30880
|
remoteId: string;
|
|
30852
30881
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30853
30882
|
isTokenTypeSplitEnabled: boolean;
|
|
30883
|
+
isCollectionsMigrationCompleted: boolean;
|
|
30854
30884
|
warnings?: {
|
|
30855
30885
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30856
30886
|
componentId?: string | undefined;
|
|
@@ -31057,11 +31087,13 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
31057
31087
|
referenceId?: string | undefined;
|
|
31058
31088
|
}[] | null | undefined>;
|
|
31059
31089
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
31090
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
31060
31091
|
}, "strip", z.ZodTypeAny, {
|
|
31061
31092
|
type: "FigmaVariablesPlugin";
|
|
31062
31093
|
remoteId: string;
|
|
31063
31094
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31064
31095
|
isTokenTypeSplitEnabled: boolean;
|
|
31096
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31065
31097
|
warnings?: {
|
|
31066
31098
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31067
31099
|
componentId?: string | undefined;
|
|
@@ -31077,6 +31109,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
31077
31109
|
remoteId: string;
|
|
31078
31110
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31079
31111
|
isTokenTypeSplitEnabled: boolean;
|
|
31112
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31080
31113
|
warnings?: {
|
|
31081
31114
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31082
31115
|
componentId?: string | undefined;
|
|
@@ -31420,11 +31453,13 @@ declare const DataSource: z.ZodObject<{
|
|
|
31420
31453
|
referenceId?: string | undefined;
|
|
31421
31454
|
}[] | null | undefined>;
|
|
31422
31455
|
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
31456
|
+
isCollectionsMigrationCompleted: z.ZodBoolean;
|
|
31423
31457
|
}, "strip", z.ZodTypeAny, {
|
|
31424
31458
|
type: "FigmaVariablesPlugin";
|
|
31425
31459
|
remoteId: string;
|
|
31426
31460
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31427
31461
|
isTokenTypeSplitEnabled: boolean;
|
|
31462
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31428
31463
|
warnings?: {
|
|
31429
31464
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31430
31465
|
componentId?: string | undefined;
|
|
@@ -31440,6 +31475,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31440
31475
|
remoteId: string;
|
|
31441
31476
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31442
31477
|
isTokenTypeSplitEnabled: boolean;
|
|
31478
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31443
31479
|
warnings?: {
|
|
31444
31480
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31445
31481
|
componentId?: string | undefined;
|
|
@@ -31508,6 +31544,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31508
31544
|
remoteId: string;
|
|
31509
31545
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31510
31546
|
isTokenTypeSplitEnabled: boolean;
|
|
31547
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31511
31548
|
warnings?: {
|
|
31512
31549
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31513
31550
|
componentId?: string | undefined;
|
|
@@ -31603,6 +31640,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31603
31640
|
remoteId: string;
|
|
31604
31641
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31605
31642
|
isTokenTypeSplitEnabled: boolean;
|
|
31643
|
+
isCollectionsMigrationCompleted: boolean;
|
|
31606
31644
|
warnings?: {
|
|
31607
31645
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31608
31646
|
componentId?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -3502,7 +3502,8 @@ var DataSourceUploadRemote = _zod.z.object({
|
|
|
3502
3502
|
remoteSourceType: DataSourceUploadRemoteSource,
|
|
3503
3503
|
lastImportMetadata: DataSourceUploadImportMetadata.optional(),
|
|
3504
3504
|
warnings: nullishToOptional(ImportWarning.array()),
|
|
3505
|
-
isTokenTypeSplitEnabled: _zod.z.boolean()
|
|
3505
|
+
isTokenTypeSplitEnabled: _zod.z.boolean(),
|
|
3506
|
+
isCollectionsMigrationCompleted: _zod.z.boolean()
|
|
3506
3507
|
});
|
|
3507
3508
|
var DataSourceRemote = _zod.z.discriminatedUnion("type", [
|
|
3508
3509
|
DataSourceFigmaRemote,
|