@supernova-studio/model 1.72.1 → 1.73.0
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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -91894,6 +91894,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91894
91894
|
brandPersistentId: z$1.ZodString;
|
|
91895
91895
|
sortOrder: z$1.ZodNumber;
|
|
91896
91896
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
91897
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
91897
91898
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
91898
91899
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
91899
91900
|
} & {
|
|
@@ -91957,6 +91958,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91957
91958
|
description?: string | undefined;
|
|
91958
91959
|
};
|
|
91959
91960
|
collectionId?: string | undefined;
|
|
91961
|
+
collectionLegacyId?: string | undefined;
|
|
91960
91962
|
codeSyntax?: Record<string, string> | undefined;
|
|
91961
91963
|
scopes?: string[] | undefined;
|
|
91962
91964
|
}, {
|
|
@@ -91981,6 +91983,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91981
91983
|
description?: string | undefined;
|
|
91982
91984
|
};
|
|
91983
91985
|
collectionId?: string | undefined;
|
|
91986
|
+
collectionLegacyId?: string | undefined;
|
|
91984
91987
|
codeSyntax?: Record<string, string> | undefined;
|
|
91985
91988
|
scopes?: string[] | undefined;
|
|
91986
91989
|
}>>, "many">>;
|
|
@@ -97799,6 +97802,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
97799
97802
|
}>>, "many">;
|
|
97800
97803
|
sortOrder: z$1.ZodNumber;
|
|
97801
97804
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97805
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97802
97806
|
}, "strip", z$1.ZodTypeAny, {
|
|
97803
97807
|
id: string;
|
|
97804
97808
|
brandPersistentId: string;
|
|
@@ -98190,6 +98194,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98190
98194
|
};
|
|
98191
98195
|
parentId?: string | undefined;
|
|
98192
98196
|
collectionIds?: string[] | undefined;
|
|
98197
|
+
collectionLegacyIds?: string[] | undefined;
|
|
98193
98198
|
}, {
|
|
98194
98199
|
id: string;
|
|
98195
98200
|
brandPersistentId: string;
|
|
@@ -98581,6 +98586,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98581
98586
|
};
|
|
98582
98587
|
parentId?: string | undefined;
|
|
98583
98588
|
collectionIds?: string[] | undefined;
|
|
98589
|
+
collectionLegacyIds?: string[] | undefined;
|
|
98584
98590
|
}>, "many">>;
|
|
98585
98591
|
figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
|
|
98586
98592
|
id: z$1.ZodString;
|
|
@@ -99197,6 +99203,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99197
99203
|
};
|
|
99198
99204
|
parentId?: string | undefined;
|
|
99199
99205
|
collectionIds?: string[] | undefined;
|
|
99206
|
+
collectionLegacyIds?: string[] | undefined;
|
|
99200
99207
|
}[];
|
|
99201
99208
|
components: {
|
|
99202
99209
|
id: string;
|
|
@@ -99658,6 +99665,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99658
99665
|
description?: string | undefined;
|
|
99659
99666
|
};
|
|
99660
99667
|
collectionId?: string | undefined;
|
|
99668
|
+
collectionLegacyId?: string | undefined;
|
|
99661
99669
|
codeSyntax?: Record<string, string> | undefined;
|
|
99662
99670
|
scopes?: string[] | undefined;
|
|
99663
99671
|
})[];
|
|
@@ -100533,6 +100541,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100533
100541
|
};
|
|
100534
100542
|
parentId?: string | undefined;
|
|
100535
100543
|
collectionIds?: string[] | undefined;
|
|
100544
|
+
collectionLegacyIds?: string[] | undefined;
|
|
100536
100545
|
}[] | undefined;
|
|
100537
100546
|
components?: {
|
|
100538
100547
|
id: string;
|
|
@@ -100989,6 +100998,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100989
100998
|
description?: string | undefined;
|
|
100990
100999
|
};
|
|
100991
101000
|
collectionId?: string | undefined;
|
|
101001
|
+
collectionLegacyId?: string | undefined;
|
|
100992
101002
|
codeSyntax?: Record<string, string> | undefined;
|
|
100993
101003
|
scopes?: string[] | undefined;
|
|
100994
101004
|
})[] | undefined;
|
|
@@ -103616,6 +103626,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103616
103626
|
}>;
|
|
103617
103627
|
originId: z$1.ZodString;
|
|
103618
103628
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
103629
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
103619
103630
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
103620
103631
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
103621
103632
|
} & {
|
|
@@ -103665,6 +103676,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103665
103676
|
referenceResolutionFailed?: boolean | undefined;
|
|
103666
103677
|
};
|
|
103667
103678
|
collectionId?: string | undefined;
|
|
103679
|
+
collectionLegacyId?: string | undefined;
|
|
103668
103680
|
codeSyntax?: Record<string, string> | undefined;
|
|
103669
103681
|
scopes?: string[] | undefined;
|
|
103670
103682
|
}, {
|
|
@@ -103685,6 +103697,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103685
103697
|
referenceResolutionFailed?: boolean | undefined;
|
|
103686
103698
|
};
|
|
103687
103699
|
collectionId?: string | undefined;
|
|
103700
|
+
collectionLegacyId?: string | undefined;
|
|
103688
103701
|
codeSyntax?: Record<string, string> | undefined;
|
|
103689
103702
|
scopes?: string[] | undefined;
|
|
103690
103703
|
}>>, "many">>;
|
|
@@ -109812,6 +109825,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
109812
109825
|
};
|
|
109813
109826
|
}>>, "many">;
|
|
109814
109827
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109828
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109815
109829
|
}, "strip", z$1.ZodTypeAny, {
|
|
109816
109830
|
id: string;
|
|
109817
109831
|
meta: {
|
|
@@ -110196,6 +110210,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110196
110210
|
}[];
|
|
110197
110211
|
parentId?: string | undefined;
|
|
110198
110212
|
collectionIds?: string[] | undefined;
|
|
110213
|
+
collectionLegacyIds?: string[] | undefined;
|
|
110199
110214
|
}, {
|
|
110200
110215
|
id: string;
|
|
110201
110216
|
meta: {
|
|
@@ -110580,6 +110595,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110580
110595
|
}[];
|
|
110581
110596
|
parentId?: string | undefined;
|
|
110582
110597
|
collectionIds?: string[] | undefined;
|
|
110598
|
+
collectionLegacyIds?: string[] | undefined;
|
|
110583
110599
|
}>, "many">>;
|
|
110584
110600
|
figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
110585
110601
|
id: z$1.ZodString;
|
|
@@ -111250,6 +111266,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111250
111266
|
}[];
|
|
111251
111267
|
parentId?: string | undefined;
|
|
111252
111268
|
collectionIds?: string[] | undefined;
|
|
111269
|
+
collectionLegacyIds?: string[] | undefined;
|
|
111253
111270
|
}[];
|
|
111254
111271
|
components: {
|
|
111255
111272
|
id: string;
|
|
@@ -111698,6 +111715,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111698
111715
|
referenceResolutionFailed?: boolean | undefined;
|
|
111699
111716
|
};
|
|
111700
111717
|
collectionId?: string | undefined;
|
|
111718
|
+
collectionLegacyId?: string | undefined;
|
|
111701
111719
|
codeSyntax?: Record<string, string> | undefined;
|
|
111702
111720
|
scopes?: string[] | undefined;
|
|
111703
111721
|
})[];
|
|
@@ -112587,6 +112605,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112587
112605
|
}[];
|
|
112588
112606
|
parentId?: string | undefined;
|
|
112589
112607
|
collectionIds?: string[] | undefined;
|
|
112608
|
+
collectionLegacyIds?: string[] | undefined;
|
|
112590
112609
|
}[] | undefined;
|
|
112591
112610
|
components?: {
|
|
112592
112611
|
id: string;
|
|
@@ -113035,6 +113054,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
113035
113054
|
referenceResolutionFailed?: boolean | undefined;
|
|
113036
113055
|
};
|
|
113037
113056
|
collectionId?: string | undefined;
|
|
113057
|
+
collectionLegacyId?: string | undefined;
|
|
113038
113058
|
codeSyntax?: Record<string, string> | undefined;
|
|
113039
113059
|
scopes?: string[] | undefined;
|
|
113040
113060
|
})[] | undefined;
|
|
@@ -124264,6 +124284,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124264
124284
|
}>>, "many">;
|
|
124265
124285
|
sortOrder: z$1.ZodNumber;
|
|
124266
124286
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124287
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124267
124288
|
}, "strip", z$1.ZodTypeAny, {
|
|
124268
124289
|
id: string;
|
|
124269
124290
|
brandPersistentId: string;
|
|
@@ -124655,6 +124676,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124655
124676
|
};
|
|
124656
124677
|
parentId?: string | undefined;
|
|
124657
124678
|
collectionIds?: string[] | undefined;
|
|
124679
|
+
collectionLegacyIds?: string[] | undefined;
|
|
124658
124680
|
}, {
|
|
124659
124681
|
id: string;
|
|
124660
124682
|
brandPersistentId: string;
|
|
@@ -125046,6 +125068,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
125046
125068
|
};
|
|
125047
125069
|
parentId?: string | undefined;
|
|
125048
125070
|
collectionIds?: string[] | undefined;
|
|
125071
|
+
collectionLegacyIds?: string[] | undefined;
|
|
125049
125072
|
}>;
|
|
125050
125073
|
type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
|
|
125051
125074
|
declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
@@ -127372,6 +127395,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127372
127395
|
};
|
|
127373
127396
|
}>>, "many">;
|
|
127374
127397
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127398
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127375
127399
|
}, "strip", z$1.ZodTypeAny, {
|
|
127376
127400
|
id: string;
|
|
127377
127401
|
meta: {
|
|
@@ -127756,6 +127780,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127756
127780
|
}[];
|
|
127757
127781
|
parentId?: string | undefined;
|
|
127758
127782
|
collectionIds?: string[] | undefined;
|
|
127783
|
+
collectionLegacyIds?: string[] | undefined;
|
|
127759
127784
|
}, {
|
|
127760
127785
|
id: string;
|
|
127761
127786
|
meta: {
|
|
@@ -128140,6 +128165,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
128140
128165
|
}[];
|
|
128141
128166
|
parentId?: string | undefined;
|
|
128142
128167
|
collectionIds?: string[] | undefined;
|
|
128168
|
+
collectionLegacyIds?: string[] | undefined;
|
|
128143
128169
|
}>;
|
|
128144
128170
|
type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
|
|
128145
128171
|
declare const ThemeUpdateImportModel: z$1.ZodObject<{
|
|
@@ -134269,6 +134295,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134269
134295
|
brandPersistentId: z$1.ZodString;
|
|
134270
134296
|
sortOrder: z$1.ZodNumber;
|
|
134271
134297
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134298
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134272
134299
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134273
134300
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134274
134301
|
} & {
|
|
@@ -134332,6 +134359,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134332
134359
|
description?: string | undefined;
|
|
134333
134360
|
};
|
|
134334
134361
|
collectionId?: string | undefined;
|
|
134362
|
+
collectionLegacyId?: string | undefined;
|
|
134335
134363
|
codeSyntax?: Record<string, string> | undefined;
|
|
134336
134364
|
scopes?: string[] | undefined;
|
|
134337
134365
|
}, {
|
|
@@ -134356,6 +134384,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134356
134384
|
description?: string | undefined;
|
|
134357
134385
|
};
|
|
134358
134386
|
collectionId?: string | undefined;
|
|
134387
|
+
collectionLegacyId?: string | undefined;
|
|
134359
134388
|
codeSyntax?: Record<string, string> | undefined;
|
|
134360
134389
|
scopes?: string[] | undefined;
|
|
134361
134390
|
}>;
|
|
@@ -134373,6 +134402,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134373
134402
|
}>;
|
|
134374
134403
|
originId: z$1.ZodString;
|
|
134375
134404
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134405
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134376
134406
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134377
134407
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134378
134408
|
} & {
|
|
@@ -134422,6 +134452,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134422
134452
|
referenceResolutionFailed?: boolean | undefined;
|
|
134423
134453
|
};
|
|
134424
134454
|
collectionId?: string | undefined;
|
|
134455
|
+
collectionLegacyId?: string | undefined;
|
|
134425
134456
|
codeSyntax?: Record<string, string> | undefined;
|
|
134426
134457
|
scopes?: string[] | undefined;
|
|
134427
134458
|
}, {
|
|
@@ -134442,6 +134473,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134442
134473
|
referenceResolutionFailed?: boolean | undefined;
|
|
134443
134474
|
};
|
|
134444
134475
|
collectionId?: string | undefined;
|
|
134476
|
+
collectionLegacyId?: string | undefined;
|
|
134445
134477
|
codeSyntax?: Record<string, string> | undefined;
|
|
134446
134478
|
scopes?: string[] | undefined;
|
|
134447
134479
|
}>;
|
|
@@ -136679,6 +136711,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136679
136711
|
brandPersistentId: z$1.ZodString;
|
|
136680
136712
|
sortOrder: z$1.ZodNumber;
|
|
136681
136713
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
136714
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
136682
136715
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
136683
136716
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
136684
136717
|
} & {
|
|
@@ -136742,6 +136775,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136742
136775
|
description?: string | undefined;
|
|
136743
136776
|
};
|
|
136744
136777
|
collectionId?: string | undefined;
|
|
136778
|
+
collectionLegacyId?: string | undefined;
|
|
136745
136779
|
codeSyntax?: Record<string, string> | undefined;
|
|
136746
136780
|
scopes?: string[] | undefined;
|
|
136747
136781
|
}, {
|
|
@@ -136766,6 +136800,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136766
136800
|
description?: string | undefined;
|
|
136767
136801
|
};
|
|
136768
136802
|
collectionId?: string | undefined;
|
|
136803
|
+
collectionLegacyId?: string | undefined;
|
|
136769
136804
|
codeSyntax?: Record<string, string> | undefined;
|
|
136770
136805
|
scopes?: string[] | undefined;
|
|
136771
136806
|
}>>;
|
|
@@ -139005,6 +139040,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139005
139040
|
}>;
|
|
139006
139041
|
originId: z$1.ZodString;
|
|
139007
139042
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
139043
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
139008
139044
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
139009
139045
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
139010
139046
|
} & {
|
|
@@ -139054,6 +139090,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139054
139090
|
referenceResolutionFailed?: boolean | undefined;
|
|
139055
139091
|
};
|
|
139056
139092
|
collectionId?: string | undefined;
|
|
139093
|
+
collectionLegacyId?: string | undefined;
|
|
139057
139094
|
codeSyntax?: Record<string, string> | undefined;
|
|
139058
139095
|
scopes?: string[] | undefined;
|
|
139059
139096
|
}, {
|
|
@@ -139074,6 +139111,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139074
139111
|
referenceResolutionFailed?: boolean | undefined;
|
|
139075
139112
|
};
|
|
139076
139113
|
collectionId?: string | undefined;
|
|
139114
|
+
collectionLegacyId?: string | undefined;
|
|
139077
139115
|
codeSyntax?: Record<string, string> | undefined;
|
|
139078
139116
|
scopes?: string[] | undefined;
|
|
139079
139117
|
}>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -91894,6 +91894,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91894
91894
|
brandPersistentId: z$1.ZodString;
|
|
91895
91895
|
sortOrder: z$1.ZodNumber;
|
|
91896
91896
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
91897
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
91897
91898
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
91898
91899
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
91899
91900
|
} & {
|
|
@@ -91957,6 +91958,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91957
91958
|
description?: string | undefined;
|
|
91958
91959
|
};
|
|
91959
91960
|
collectionId?: string | undefined;
|
|
91961
|
+
collectionLegacyId?: string | undefined;
|
|
91960
91962
|
codeSyntax?: Record<string, string> | undefined;
|
|
91961
91963
|
scopes?: string[] | undefined;
|
|
91962
91964
|
}, {
|
|
@@ -91981,6 +91983,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
91981
91983
|
description?: string | undefined;
|
|
91982
91984
|
};
|
|
91983
91985
|
collectionId?: string | undefined;
|
|
91986
|
+
collectionLegacyId?: string | undefined;
|
|
91984
91987
|
codeSyntax?: Record<string, string> | undefined;
|
|
91985
91988
|
scopes?: string[] | undefined;
|
|
91986
91989
|
}>>, "many">>;
|
|
@@ -97799,6 +97802,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
97799
97802
|
}>>, "many">;
|
|
97800
97803
|
sortOrder: z$1.ZodNumber;
|
|
97801
97804
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97805
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97802
97806
|
}, "strip", z$1.ZodTypeAny, {
|
|
97803
97807
|
id: string;
|
|
97804
97808
|
brandPersistentId: string;
|
|
@@ -98190,6 +98194,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98190
98194
|
};
|
|
98191
98195
|
parentId?: string | undefined;
|
|
98192
98196
|
collectionIds?: string[] | undefined;
|
|
98197
|
+
collectionLegacyIds?: string[] | undefined;
|
|
98193
98198
|
}, {
|
|
98194
98199
|
id: string;
|
|
98195
98200
|
brandPersistentId: string;
|
|
@@ -98581,6 +98586,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98581
98586
|
};
|
|
98582
98587
|
parentId?: string | undefined;
|
|
98583
98588
|
collectionIds?: string[] | undefined;
|
|
98589
|
+
collectionLegacyIds?: string[] | undefined;
|
|
98584
98590
|
}>, "many">>;
|
|
98585
98591
|
figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
|
|
98586
98592
|
id: z$1.ZodString;
|
|
@@ -99197,6 +99203,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99197
99203
|
};
|
|
99198
99204
|
parentId?: string | undefined;
|
|
99199
99205
|
collectionIds?: string[] | undefined;
|
|
99206
|
+
collectionLegacyIds?: string[] | undefined;
|
|
99200
99207
|
}[];
|
|
99201
99208
|
components: {
|
|
99202
99209
|
id: string;
|
|
@@ -99658,6 +99665,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99658
99665
|
description?: string | undefined;
|
|
99659
99666
|
};
|
|
99660
99667
|
collectionId?: string | undefined;
|
|
99668
|
+
collectionLegacyId?: string | undefined;
|
|
99661
99669
|
codeSyntax?: Record<string, string> | undefined;
|
|
99662
99670
|
scopes?: string[] | undefined;
|
|
99663
99671
|
})[];
|
|
@@ -100533,6 +100541,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100533
100541
|
};
|
|
100534
100542
|
parentId?: string | undefined;
|
|
100535
100543
|
collectionIds?: string[] | undefined;
|
|
100544
|
+
collectionLegacyIds?: string[] | undefined;
|
|
100536
100545
|
}[] | undefined;
|
|
100537
100546
|
components?: {
|
|
100538
100547
|
id: string;
|
|
@@ -100989,6 +100998,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100989
100998
|
description?: string | undefined;
|
|
100990
100999
|
};
|
|
100991
101000
|
collectionId?: string | undefined;
|
|
101001
|
+
collectionLegacyId?: string | undefined;
|
|
100992
101002
|
codeSyntax?: Record<string, string> | undefined;
|
|
100993
101003
|
scopes?: string[] | undefined;
|
|
100994
101004
|
})[] | undefined;
|
|
@@ -103616,6 +103626,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103616
103626
|
}>;
|
|
103617
103627
|
originId: z$1.ZodString;
|
|
103618
103628
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
103629
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
103619
103630
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
103620
103631
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
103621
103632
|
} & {
|
|
@@ -103665,6 +103676,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103665
103676
|
referenceResolutionFailed?: boolean | undefined;
|
|
103666
103677
|
};
|
|
103667
103678
|
collectionId?: string | undefined;
|
|
103679
|
+
collectionLegacyId?: string | undefined;
|
|
103668
103680
|
codeSyntax?: Record<string, string> | undefined;
|
|
103669
103681
|
scopes?: string[] | undefined;
|
|
103670
103682
|
}, {
|
|
@@ -103685,6 +103697,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103685
103697
|
referenceResolutionFailed?: boolean | undefined;
|
|
103686
103698
|
};
|
|
103687
103699
|
collectionId?: string | undefined;
|
|
103700
|
+
collectionLegacyId?: string | undefined;
|
|
103688
103701
|
codeSyntax?: Record<string, string> | undefined;
|
|
103689
103702
|
scopes?: string[] | undefined;
|
|
103690
103703
|
}>>, "many">>;
|
|
@@ -109812,6 +109825,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
109812
109825
|
};
|
|
109813
109826
|
}>>, "many">;
|
|
109814
109827
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109828
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109815
109829
|
}, "strip", z$1.ZodTypeAny, {
|
|
109816
109830
|
id: string;
|
|
109817
109831
|
meta: {
|
|
@@ -110196,6 +110210,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110196
110210
|
}[];
|
|
110197
110211
|
parentId?: string | undefined;
|
|
110198
110212
|
collectionIds?: string[] | undefined;
|
|
110213
|
+
collectionLegacyIds?: string[] | undefined;
|
|
110199
110214
|
}, {
|
|
110200
110215
|
id: string;
|
|
110201
110216
|
meta: {
|
|
@@ -110580,6 +110595,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110580
110595
|
}[];
|
|
110581
110596
|
parentId?: string | undefined;
|
|
110582
110597
|
collectionIds?: string[] | undefined;
|
|
110598
|
+
collectionLegacyIds?: string[] | undefined;
|
|
110583
110599
|
}>, "many">>;
|
|
110584
110600
|
figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
110585
110601
|
id: z$1.ZodString;
|
|
@@ -111250,6 +111266,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111250
111266
|
}[];
|
|
111251
111267
|
parentId?: string | undefined;
|
|
111252
111268
|
collectionIds?: string[] | undefined;
|
|
111269
|
+
collectionLegacyIds?: string[] | undefined;
|
|
111253
111270
|
}[];
|
|
111254
111271
|
components: {
|
|
111255
111272
|
id: string;
|
|
@@ -111698,6 +111715,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111698
111715
|
referenceResolutionFailed?: boolean | undefined;
|
|
111699
111716
|
};
|
|
111700
111717
|
collectionId?: string | undefined;
|
|
111718
|
+
collectionLegacyId?: string | undefined;
|
|
111701
111719
|
codeSyntax?: Record<string, string> | undefined;
|
|
111702
111720
|
scopes?: string[] | undefined;
|
|
111703
111721
|
})[];
|
|
@@ -112587,6 +112605,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112587
112605
|
}[];
|
|
112588
112606
|
parentId?: string | undefined;
|
|
112589
112607
|
collectionIds?: string[] | undefined;
|
|
112608
|
+
collectionLegacyIds?: string[] | undefined;
|
|
112590
112609
|
}[] | undefined;
|
|
112591
112610
|
components?: {
|
|
112592
112611
|
id: string;
|
|
@@ -113035,6 +113054,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
113035
113054
|
referenceResolutionFailed?: boolean | undefined;
|
|
113036
113055
|
};
|
|
113037
113056
|
collectionId?: string | undefined;
|
|
113057
|
+
collectionLegacyId?: string | undefined;
|
|
113038
113058
|
codeSyntax?: Record<string, string> | undefined;
|
|
113039
113059
|
scopes?: string[] | undefined;
|
|
113040
113060
|
})[] | undefined;
|
|
@@ -124264,6 +124284,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124264
124284
|
}>>, "many">;
|
|
124265
124285
|
sortOrder: z$1.ZodNumber;
|
|
124266
124286
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124287
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124267
124288
|
}, "strip", z$1.ZodTypeAny, {
|
|
124268
124289
|
id: string;
|
|
124269
124290
|
brandPersistentId: string;
|
|
@@ -124655,6 +124676,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124655
124676
|
};
|
|
124656
124677
|
parentId?: string | undefined;
|
|
124657
124678
|
collectionIds?: string[] | undefined;
|
|
124679
|
+
collectionLegacyIds?: string[] | undefined;
|
|
124658
124680
|
}, {
|
|
124659
124681
|
id: string;
|
|
124660
124682
|
brandPersistentId: string;
|
|
@@ -125046,6 +125068,7 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
125046
125068
|
};
|
|
125047
125069
|
parentId?: string | undefined;
|
|
125048
125070
|
collectionIds?: string[] | undefined;
|
|
125071
|
+
collectionLegacyIds?: string[] | undefined;
|
|
125049
125072
|
}>;
|
|
125050
125073
|
type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
|
|
125051
125074
|
declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
@@ -127372,6 +127395,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127372
127395
|
};
|
|
127373
127396
|
}>>, "many">;
|
|
127374
127397
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127398
|
+
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127375
127399
|
}, "strip", z$1.ZodTypeAny, {
|
|
127376
127400
|
id: string;
|
|
127377
127401
|
meta: {
|
|
@@ -127756,6 +127780,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127756
127780
|
}[];
|
|
127757
127781
|
parentId?: string | undefined;
|
|
127758
127782
|
collectionIds?: string[] | undefined;
|
|
127783
|
+
collectionLegacyIds?: string[] | undefined;
|
|
127759
127784
|
}, {
|
|
127760
127785
|
id: string;
|
|
127761
127786
|
meta: {
|
|
@@ -128140,6 +128165,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
128140
128165
|
}[];
|
|
128141
128166
|
parentId?: string | undefined;
|
|
128142
128167
|
collectionIds?: string[] | undefined;
|
|
128168
|
+
collectionLegacyIds?: string[] | undefined;
|
|
128143
128169
|
}>;
|
|
128144
128170
|
type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
|
|
128145
128171
|
declare const ThemeUpdateImportModel: z$1.ZodObject<{
|
|
@@ -134269,6 +134295,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134269
134295
|
brandPersistentId: z$1.ZodString;
|
|
134270
134296
|
sortOrder: z$1.ZodNumber;
|
|
134271
134297
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134298
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134272
134299
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134273
134300
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134274
134301
|
} & {
|
|
@@ -134332,6 +134359,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134332
134359
|
description?: string | undefined;
|
|
134333
134360
|
};
|
|
134334
134361
|
collectionId?: string | undefined;
|
|
134362
|
+
collectionLegacyId?: string | undefined;
|
|
134335
134363
|
codeSyntax?: Record<string, string> | undefined;
|
|
134336
134364
|
scopes?: string[] | undefined;
|
|
134337
134365
|
}, {
|
|
@@ -134356,6 +134384,7 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134356
134384
|
description?: string | undefined;
|
|
134357
134385
|
};
|
|
134358
134386
|
collectionId?: string | undefined;
|
|
134387
|
+
collectionLegacyId?: string | undefined;
|
|
134359
134388
|
codeSyntax?: Record<string, string> | undefined;
|
|
134360
134389
|
scopes?: string[] | undefined;
|
|
134361
134390
|
}>;
|
|
@@ -134373,6 +134402,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134373
134402
|
}>;
|
|
134374
134403
|
originId: z$1.ZodString;
|
|
134375
134404
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134405
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134376
134406
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134377
134407
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134378
134408
|
} & {
|
|
@@ -134422,6 +134452,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134422
134452
|
referenceResolutionFailed?: boolean | undefined;
|
|
134423
134453
|
};
|
|
134424
134454
|
collectionId?: string | undefined;
|
|
134455
|
+
collectionLegacyId?: string | undefined;
|
|
134425
134456
|
codeSyntax?: Record<string, string> | undefined;
|
|
134426
134457
|
scopes?: string[] | undefined;
|
|
134427
134458
|
}, {
|
|
@@ -134442,6 +134473,7 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134442
134473
|
referenceResolutionFailed?: boolean | undefined;
|
|
134443
134474
|
};
|
|
134444
134475
|
collectionId?: string | undefined;
|
|
134476
|
+
collectionLegacyId?: string | undefined;
|
|
134445
134477
|
codeSyntax?: Record<string, string> | undefined;
|
|
134446
134478
|
scopes?: string[] | undefined;
|
|
134447
134479
|
}>;
|
|
@@ -136679,6 +136711,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136679
136711
|
brandPersistentId: z$1.ZodString;
|
|
136680
136712
|
sortOrder: z$1.ZodNumber;
|
|
136681
136713
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
136714
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
136682
136715
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
136683
136716
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
136684
136717
|
} & {
|
|
@@ -136742,6 +136775,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136742
136775
|
description?: string | undefined;
|
|
136743
136776
|
};
|
|
136744
136777
|
collectionId?: string | undefined;
|
|
136778
|
+
collectionLegacyId?: string | undefined;
|
|
136745
136779
|
codeSyntax?: Record<string, string> | undefined;
|
|
136746
136780
|
scopes?: string[] | undefined;
|
|
136747
136781
|
}, {
|
|
@@ -136766,6 +136800,7 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136766
136800
|
description?: string | undefined;
|
|
136767
136801
|
};
|
|
136768
136802
|
collectionId?: string | undefined;
|
|
136803
|
+
collectionLegacyId?: string | undefined;
|
|
136769
136804
|
codeSyntax?: Record<string, string> | undefined;
|
|
136770
136805
|
scopes?: string[] | undefined;
|
|
136771
136806
|
}>>;
|
|
@@ -139005,6 +139040,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139005
139040
|
}>;
|
|
139006
139041
|
originId: z$1.ZodString;
|
|
139007
139042
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
139043
|
+
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
139008
139044
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
139009
139045
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
139010
139046
|
} & {
|
|
@@ -139054,6 +139090,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139054
139090
|
referenceResolutionFailed?: boolean | undefined;
|
|
139055
139091
|
};
|
|
139056
139092
|
collectionId?: string | undefined;
|
|
139093
|
+
collectionLegacyId?: string | undefined;
|
|
139057
139094
|
codeSyntax?: Record<string, string> | undefined;
|
|
139058
139095
|
scopes?: string[] | undefined;
|
|
139059
139096
|
}, {
|
|
@@ -139074,6 +139111,7 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139074
139111
|
referenceResolutionFailed?: boolean | undefined;
|
|
139075
139112
|
};
|
|
139076
139113
|
collectionId?: string | undefined;
|
|
139114
|
+
collectionLegacyId?: string | undefined;
|
|
139077
139115
|
codeSyntax?: Record<string, string> | undefined;
|
|
139078
139116
|
scopes?: string[] | undefined;
|
|
139079
139117
|
}>>;
|
package/dist/index.js
CHANGED
|
@@ -4296,7 +4296,8 @@ var ThemeImportModel = _zod.z.object({
|
|
|
4296
4296
|
originSource: ThemeOriginSource,
|
|
4297
4297
|
overrides: _zod.z.array(ThemeOverrideImportModel),
|
|
4298
4298
|
sortOrder: _zod.z.number(),
|
|
4299
|
-
collectionIds: _zod.z.array(_zod.z.string()).optional()
|
|
4299
|
+
collectionIds: _zod.z.array(_zod.z.string()).optional(),
|
|
4300
|
+
collectionLegacyIds: _zod.z.array(_zod.z.string()).optional()
|
|
4300
4301
|
});
|
|
4301
4302
|
var ThemeImportModelInput = _zod.z.object({
|
|
4302
4303
|
id: _zod.z.string(),
|
|
@@ -4304,7 +4305,8 @@ var ThemeImportModelInput = _zod.z.object({
|
|
|
4304
4305
|
meta: ObjectMeta,
|
|
4305
4306
|
originObjects: _zod.z.array(ThemeOriginObject),
|
|
4306
4307
|
overrides: _zod.z.array(ThemeOverrideImportModelInput),
|
|
4307
|
-
collectionIds: _zod.z.array(_zod.z.string()).optional()
|
|
4308
|
+
collectionIds: _zod.z.array(_zod.z.string()).optional(),
|
|
4309
|
+
collectionLegacyIds: _zod.z.array(_zod.z.string()).optional()
|
|
4308
4310
|
});
|
|
4309
4311
|
var ThemeUpdateImportModel = _zod.z.object({
|
|
4310
4312
|
themePersistentId: _zod.z.string(),
|
|
@@ -4319,6 +4321,7 @@ var ThemeUpdateImportModelInput = _zod.z.object({
|
|
|
4319
4321
|
|
|
4320
4322
|
var DesignTokenImportModelPart = _zod.z.object({
|
|
4321
4323
|
collectionId: _zod.z.string().optional(),
|
|
4324
|
+
collectionLegacyId: _zod.z.string().optional(),
|
|
4322
4325
|
codeSyntax: _zod.z.record(_zod.z.coerce.string()).optional(),
|
|
4323
4326
|
scopes: _zod.z.array(_zod.z.string()).optional()
|
|
4324
4327
|
});
|