@supernova-studio/model 1.74.4 → 1.76.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 +0 -70
- package/dist/index.d.ts +0 -70
- package/dist/index.js +2 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -92052,7 +92052,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92052
92052
|
brandPersistentId: z$1.ZodString;
|
|
92053
92053
|
sortOrder: z$1.ZodNumber;
|
|
92054
92054
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
92055
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
92056
92055
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
92057
92056
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
92058
92057
|
} & {
|
|
@@ -92116,7 +92115,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92116
92115
|
description?: string | undefined;
|
|
92117
92116
|
};
|
|
92118
92117
|
collectionId?: string | undefined;
|
|
92119
|
-
collectionLegacyId?: string | undefined;
|
|
92120
92118
|
codeSyntax?: Record<string, string> | undefined;
|
|
92121
92119
|
scopes?: string[] | undefined;
|
|
92122
92120
|
}, {
|
|
@@ -92141,7 +92139,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
92141
92139
|
description?: string | undefined;
|
|
92142
92140
|
};
|
|
92143
92141
|
collectionId?: string | undefined;
|
|
92144
|
-
collectionLegacyId?: string | undefined;
|
|
92145
92142
|
codeSyntax?: Record<string, string> | undefined;
|
|
92146
92143
|
scopes?: string[] | undefined;
|
|
92147
92144
|
}>>, "many">>;
|
|
@@ -97960,7 +97957,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
97960
97957
|
}>>, "many">;
|
|
97961
97958
|
sortOrder: z$1.ZodNumber;
|
|
97962
97959
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97963
|
-
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
97964
97960
|
}, "strip", z$1.ZodTypeAny, {
|
|
97965
97961
|
id: string;
|
|
97966
97962
|
brandPersistentId: string;
|
|
@@ -98352,7 +98348,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98352
98348
|
};
|
|
98353
98349
|
parentId?: string | undefined;
|
|
98354
98350
|
collectionIds?: string[] | undefined;
|
|
98355
|
-
collectionLegacyIds?: string[] | undefined;
|
|
98356
98351
|
}, {
|
|
98357
98352
|
id: string;
|
|
98358
98353
|
brandPersistentId: string;
|
|
@@ -98744,7 +98739,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98744
98739
|
};
|
|
98745
98740
|
parentId?: string | undefined;
|
|
98746
98741
|
collectionIds?: string[] | undefined;
|
|
98747
|
-
collectionLegacyIds?: string[] | undefined;
|
|
98748
98742
|
}>, "many">>;
|
|
98749
98743
|
figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
|
|
98750
98744
|
id: z$1.ZodString;
|
|
@@ -98926,9 +98920,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98926
98920
|
}>, "many">;
|
|
98927
98921
|
collections: z$1.ZodArray<z$1.ZodObject<{
|
|
98928
98922
|
id: z$1.ZodString;
|
|
98929
|
-
legacyId: z$1.ZodString;
|
|
98930
98923
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98931
|
-
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
98932
98924
|
name: z$1.ZodString;
|
|
98933
98925
|
origin: z$1.ZodObject<{
|
|
98934
98926
|
id: z$1.ZodString;
|
|
@@ -98956,10 +98948,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98956
98948
|
collectionKeyMigrated: boolean;
|
|
98957
98949
|
parentId?: string | undefined;
|
|
98958
98950
|
};
|
|
98959
|
-
legacyId: string;
|
|
98960
98951
|
parentPersistentId?: string | undefined;
|
|
98961
98952
|
parentId?: string | undefined;
|
|
98962
|
-
parentLegacyId?: string | undefined;
|
|
98963
98953
|
}, {
|
|
98964
98954
|
id: string;
|
|
98965
98955
|
name: string;
|
|
@@ -98969,10 +98959,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98969
98959
|
collectionKeyMigrated: boolean;
|
|
98970
98960
|
parentId?: string | undefined;
|
|
98971
98961
|
};
|
|
98972
|
-
legacyId: string;
|
|
98973
98962
|
parentPersistentId?: string | undefined;
|
|
98974
98963
|
parentId?: string | undefined;
|
|
98975
|
-
parentLegacyId?: string | undefined;
|
|
98976
98964
|
}>, "many">;
|
|
98977
98965
|
}, "strip", z$1.ZodTypeAny, {
|
|
98978
98966
|
themes: {
|
|
@@ -99366,7 +99354,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99366
99354
|
};
|
|
99367
99355
|
parentId?: string | undefined;
|
|
99368
99356
|
collectionIds?: string[] | undefined;
|
|
99369
|
-
collectionLegacyIds?: string[] | undefined;
|
|
99370
99357
|
}[];
|
|
99371
99358
|
components: {
|
|
99372
99359
|
id: string;
|
|
@@ -99828,7 +99815,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99828
99815
|
description?: string | undefined;
|
|
99829
99816
|
};
|
|
99830
99817
|
collectionId?: string | undefined;
|
|
99831
|
-
collectionLegacyId?: string | undefined;
|
|
99832
99818
|
codeSyntax?: Record<string, string> | undefined;
|
|
99833
99819
|
scopes?: string[] | undefined;
|
|
99834
99820
|
})[];
|
|
@@ -100217,10 +100203,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100217
100203
|
collectionKeyMigrated: boolean;
|
|
100218
100204
|
parentId?: string | undefined;
|
|
100219
100205
|
};
|
|
100220
|
-
legacyId: string;
|
|
100221
100206
|
parentPersistentId?: string | undefined;
|
|
100222
100207
|
parentId?: string | undefined;
|
|
100223
|
-
parentLegacyId?: string | undefined;
|
|
100224
100208
|
}[];
|
|
100225
100209
|
figmaFileStructures: {
|
|
100226
100210
|
data: {
|
|
@@ -100269,10 +100253,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100269
100253
|
collectionKeyMigrated: boolean;
|
|
100270
100254
|
parentId?: string | undefined;
|
|
100271
100255
|
};
|
|
100272
|
-
legacyId: string;
|
|
100273
100256
|
parentPersistentId?: string | undefined;
|
|
100274
100257
|
parentId?: string | undefined;
|
|
100275
|
-
parentLegacyId?: string | undefined;
|
|
100276
100258
|
}[];
|
|
100277
100259
|
figmaFileStructures: {
|
|
100278
100260
|
data: {
|
|
@@ -100706,7 +100688,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100706
100688
|
};
|
|
100707
100689
|
parentId?: string | undefined;
|
|
100708
100690
|
collectionIds?: string[] | undefined;
|
|
100709
|
-
collectionLegacyIds?: string[] | undefined;
|
|
100710
100691
|
}[] | undefined;
|
|
100711
100692
|
components?: {
|
|
100712
100693
|
id: string;
|
|
@@ -101163,7 +101144,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
101163
101144
|
description?: string | undefined;
|
|
101164
101145
|
};
|
|
101165
101146
|
collectionId?: string | undefined;
|
|
101166
|
-
collectionLegacyId?: string | undefined;
|
|
101167
101147
|
codeSyntax?: Record<string, string> | undefined;
|
|
101168
101148
|
scopes?: string[] | undefined;
|
|
101169
101149
|
})[] | undefined;
|
|
@@ -103791,7 +103771,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103791
103771
|
}>;
|
|
103792
103772
|
originId: z$1.ZodString;
|
|
103793
103773
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
103794
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
103795
103774
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
103796
103775
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
103797
103776
|
} & {
|
|
@@ -103841,7 +103820,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103841
103820
|
referenceResolutionFailed?: boolean | undefined;
|
|
103842
103821
|
};
|
|
103843
103822
|
collectionId?: string | undefined;
|
|
103844
|
-
collectionLegacyId?: string | undefined;
|
|
103845
103823
|
codeSyntax?: Record<string, string> | undefined;
|
|
103846
103824
|
scopes?: string[] | undefined;
|
|
103847
103825
|
}, {
|
|
@@ -103862,7 +103840,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
103862
103840
|
referenceResolutionFailed?: boolean | undefined;
|
|
103863
103841
|
};
|
|
103864
103842
|
collectionId?: string | undefined;
|
|
103865
|
-
collectionLegacyId?: string | undefined;
|
|
103866
103843
|
codeSyntax?: Record<string, string> | undefined;
|
|
103867
103844
|
scopes?: string[] | undefined;
|
|
103868
103845
|
}>>, "many">>;
|
|
@@ -109990,7 +109967,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
109990
109967
|
};
|
|
109991
109968
|
}>>, "many">;
|
|
109992
109969
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109993
|
-
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109994
109970
|
}, "strip", z$1.ZodTypeAny, {
|
|
109995
109971
|
id: string;
|
|
109996
109972
|
meta: {
|
|
@@ -110375,7 +110351,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110375
110351
|
}[];
|
|
110376
110352
|
parentId?: string | undefined;
|
|
110377
110353
|
collectionIds?: string[] | undefined;
|
|
110378
|
-
collectionLegacyIds?: string[] | undefined;
|
|
110379
110354
|
}, {
|
|
110380
110355
|
id: string;
|
|
110381
110356
|
meta: {
|
|
@@ -110760,7 +110735,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110760
110735
|
}[];
|
|
110761
110736
|
parentId?: string | undefined;
|
|
110762
110737
|
collectionIds?: string[] | undefined;
|
|
110763
|
-
collectionLegacyIds?: string[] | undefined;
|
|
110764
110738
|
}>, "many">>;
|
|
110765
110739
|
figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
110766
110740
|
id: z$1.ZodString;
|
|
@@ -110944,28 +110918,22 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110944
110918
|
}>>;
|
|
110945
110919
|
collections: z$1.ZodArray<z$1.ZodObject<{
|
|
110946
110920
|
id: z$1.ZodString;
|
|
110947
|
-
legacyId: z$1.ZodString;
|
|
110948
110921
|
name: z$1.ZodString;
|
|
110949
110922
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110950
|
-
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
110951
110923
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110952
110924
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
110953
110925
|
}, "strip", z$1.ZodTypeAny, {
|
|
110954
110926
|
id: string;
|
|
110955
110927
|
name: string;
|
|
110956
110928
|
collectionKeyMigrated: boolean;
|
|
110957
|
-
legacyId: string;
|
|
110958
110929
|
parentPersistentId?: string | undefined;
|
|
110959
110930
|
parentId?: string | undefined;
|
|
110960
|
-
parentLegacyId?: string | undefined;
|
|
110961
110931
|
}, {
|
|
110962
110932
|
id: string;
|
|
110963
110933
|
name: string;
|
|
110964
110934
|
collectionKeyMigrated: boolean;
|
|
110965
|
-
legacyId: string;
|
|
110966
110935
|
parentPersistentId?: string | undefined;
|
|
110967
110936
|
parentId?: string | undefined;
|
|
110968
|
-
parentLegacyId?: string | undefined;
|
|
110969
110937
|
}>, "many">;
|
|
110970
110938
|
}, "strip", z$1.ZodTypeAny, {
|
|
110971
110939
|
assets: {
|
|
@@ -111434,7 +111402,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111434
111402
|
}[];
|
|
111435
111403
|
parentId?: string | undefined;
|
|
111436
111404
|
collectionIds?: string[] | undefined;
|
|
111437
|
-
collectionLegacyIds?: string[] | undefined;
|
|
111438
111405
|
}[];
|
|
111439
111406
|
components: {
|
|
111440
111407
|
id: string;
|
|
@@ -111883,7 +111850,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111883
111850
|
referenceResolutionFailed?: boolean | undefined;
|
|
111884
111851
|
};
|
|
111885
111852
|
collectionId?: string | undefined;
|
|
111886
|
-
collectionLegacyId?: string | undefined;
|
|
111887
111853
|
codeSyntax?: Record<string, string> | undefined;
|
|
111888
111854
|
scopes?: string[] | undefined;
|
|
111889
111855
|
})[];
|
|
@@ -112265,10 +112231,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112265
112231
|
id: string;
|
|
112266
112232
|
name: string;
|
|
112267
112233
|
collectionKeyMigrated: boolean;
|
|
112268
|
-
legacyId: string;
|
|
112269
112234
|
parentPersistentId?: string | undefined;
|
|
112270
112235
|
parentId?: string | undefined;
|
|
112271
|
-
parentLegacyId?: string | undefined;
|
|
112272
112236
|
}[];
|
|
112273
112237
|
figmaFileStructure?: {
|
|
112274
112238
|
data: {
|
|
@@ -112309,10 +112273,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112309
112273
|
id: string;
|
|
112310
112274
|
name: string;
|
|
112311
112275
|
collectionKeyMigrated: boolean;
|
|
112312
|
-
legacyId: string;
|
|
112313
112276
|
parentPersistentId?: string | undefined;
|
|
112314
112277
|
parentId?: string | undefined;
|
|
112315
|
-
parentLegacyId?: string | undefined;
|
|
112316
112278
|
}[];
|
|
112317
112279
|
assets?: {
|
|
112318
112280
|
id: string;
|
|
@@ -112775,7 +112737,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112775
112737
|
}[];
|
|
112776
112738
|
parentId?: string | undefined;
|
|
112777
112739
|
collectionIds?: string[] | undefined;
|
|
112778
|
-
collectionLegacyIds?: string[] | undefined;
|
|
112779
112740
|
}[] | undefined;
|
|
112780
112741
|
components?: {
|
|
112781
112742
|
id: string;
|
|
@@ -113224,7 +113185,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
113224
113185
|
referenceResolutionFailed?: boolean | undefined;
|
|
113225
113186
|
};
|
|
113226
113187
|
collectionId?: string | undefined;
|
|
113227
|
-
collectionLegacyId?: string | undefined;
|
|
113228
113188
|
codeSyntax?: Record<string, string> | undefined;
|
|
113229
113189
|
scopes?: string[] | undefined;
|
|
113230
113190
|
})[] | undefined;
|
|
@@ -115151,35 +115111,27 @@ type ImportModelInputBase = z$1.infer<typeof ImportModelInputBase>;
|
|
|
115151
115111
|
|
|
115152
115112
|
declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
115153
115113
|
id: z$1.ZodString;
|
|
115154
|
-
legacyId: z$1.ZodString;
|
|
115155
115114
|
name: z$1.ZodString;
|
|
115156
115115
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115157
|
-
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
115158
115116
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115159
115117
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115160
115118
|
}, "strip", z$1.ZodTypeAny, {
|
|
115161
115119
|
id: string;
|
|
115162
115120
|
name: string;
|
|
115163
115121
|
collectionKeyMigrated: boolean;
|
|
115164
|
-
legacyId: string;
|
|
115165
115122
|
parentPersistentId?: string | undefined;
|
|
115166
115123
|
parentId?: string | undefined;
|
|
115167
|
-
parentLegacyId?: string | undefined;
|
|
115168
115124
|
}, {
|
|
115169
115125
|
id: string;
|
|
115170
115126
|
name: string;
|
|
115171
115127
|
collectionKeyMigrated: boolean;
|
|
115172
|
-
legacyId: string;
|
|
115173
115128
|
parentPersistentId?: string | undefined;
|
|
115174
115129
|
parentId?: string | undefined;
|
|
115175
|
-
parentLegacyId?: string | undefined;
|
|
115176
115130
|
}>;
|
|
115177
115131
|
type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
|
|
115178
115132
|
declare const CollectionImportModel: z$1.ZodObject<{
|
|
115179
115133
|
id: z$1.ZodString;
|
|
115180
|
-
legacyId: z$1.ZodString;
|
|
115181
115134
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115182
|
-
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
115183
115135
|
name: z$1.ZodString;
|
|
115184
115136
|
origin: z$1.ZodObject<{
|
|
115185
115137
|
id: z$1.ZodString;
|
|
@@ -115207,10 +115159,8 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115207
115159
|
collectionKeyMigrated: boolean;
|
|
115208
115160
|
parentId?: string | undefined;
|
|
115209
115161
|
};
|
|
115210
|
-
legacyId: string;
|
|
115211
115162
|
parentPersistentId?: string | undefined;
|
|
115212
115163
|
parentId?: string | undefined;
|
|
115213
|
-
parentLegacyId?: string | undefined;
|
|
115214
115164
|
}, {
|
|
115215
115165
|
id: string;
|
|
115216
115166
|
name: string;
|
|
@@ -115220,10 +115170,8 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115220
115170
|
collectionKeyMigrated: boolean;
|
|
115221
115171
|
parentId?: string | undefined;
|
|
115222
115172
|
};
|
|
115223
|
-
legacyId: string;
|
|
115224
115173
|
parentPersistentId?: string | undefined;
|
|
115225
115174
|
parentId?: string | undefined;
|
|
115226
|
-
parentLegacyId?: string | undefined;
|
|
115227
115175
|
}>;
|
|
115228
115176
|
type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
|
|
115229
115177
|
|
|
@@ -124462,7 +124410,6 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124462
124410
|
}>>, "many">;
|
|
124463
124411
|
sortOrder: z$1.ZodNumber;
|
|
124464
124412
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124465
|
-
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
124466
124413
|
}, "strip", z$1.ZodTypeAny, {
|
|
124467
124414
|
id: string;
|
|
124468
124415
|
brandPersistentId: string;
|
|
@@ -124854,7 +124801,6 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124854
124801
|
};
|
|
124855
124802
|
parentId?: string | undefined;
|
|
124856
124803
|
collectionIds?: string[] | undefined;
|
|
124857
|
-
collectionLegacyIds?: string[] | undefined;
|
|
124858
124804
|
}, {
|
|
124859
124805
|
id: string;
|
|
124860
124806
|
brandPersistentId: string;
|
|
@@ -125246,7 +125192,6 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
125246
125192
|
};
|
|
125247
125193
|
parentId?: string | undefined;
|
|
125248
125194
|
collectionIds?: string[] | undefined;
|
|
125249
|
-
collectionLegacyIds?: string[] | undefined;
|
|
125250
125195
|
}>;
|
|
125251
125196
|
type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
|
|
125252
125197
|
declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
@@ -127573,7 +127518,6 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127573
127518
|
};
|
|
127574
127519
|
}>>, "many">;
|
|
127575
127520
|
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127576
|
-
collectionLegacyIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127577
127521
|
}, "strip", z$1.ZodTypeAny, {
|
|
127578
127522
|
id: string;
|
|
127579
127523
|
meta: {
|
|
@@ -127958,7 +127902,6 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127958
127902
|
}[];
|
|
127959
127903
|
parentId?: string | undefined;
|
|
127960
127904
|
collectionIds?: string[] | undefined;
|
|
127961
|
-
collectionLegacyIds?: string[] | undefined;
|
|
127962
127905
|
}, {
|
|
127963
127906
|
id: string;
|
|
127964
127907
|
meta: {
|
|
@@ -128343,7 +128286,6 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
128343
128286
|
}[];
|
|
128344
128287
|
parentId?: string | undefined;
|
|
128345
128288
|
collectionIds?: string[] | undefined;
|
|
128346
|
-
collectionLegacyIds?: string[] | undefined;
|
|
128347
128289
|
}>;
|
|
128348
128290
|
type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
|
|
128349
128291
|
declare const ThemeUpdateImportModel: z$1.ZodObject<{
|
|
@@ -134473,7 +134415,6 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134473
134415
|
brandPersistentId: z$1.ZodString;
|
|
134474
134416
|
sortOrder: z$1.ZodNumber;
|
|
134475
134417
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134476
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134477
134418
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134478
134419
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134479
134420
|
} & {
|
|
@@ -134537,7 +134478,6 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134537
134478
|
description?: string | undefined;
|
|
134538
134479
|
};
|
|
134539
134480
|
collectionId?: string | undefined;
|
|
134540
|
-
collectionLegacyId?: string | undefined;
|
|
134541
134481
|
codeSyntax?: Record<string, string> | undefined;
|
|
134542
134482
|
scopes?: string[] | undefined;
|
|
134543
134483
|
}, {
|
|
@@ -134562,7 +134502,6 @@ declare const DesignTokenImportModelBase: z$1.ZodObject<{
|
|
|
134562
134502
|
description?: string | undefined;
|
|
134563
134503
|
};
|
|
134564
134504
|
collectionId?: string | undefined;
|
|
134565
|
-
collectionLegacyId?: string | undefined;
|
|
134566
134505
|
codeSyntax?: Record<string, string> | undefined;
|
|
134567
134506
|
scopes?: string[] | undefined;
|
|
134568
134507
|
}>;
|
|
@@ -134580,7 +134519,6 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134580
134519
|
}>;
|
|
134581
134520
|
originId: z$1.ZodString;
|
|
134582
134521
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
134583
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
134584
134522
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
134585
134523
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
134586
134524
|
} & {
|
|
@@ -134630,7 +134568,6 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134630
134568
|
referenceResolutionFailed?: boolean | undefined;
|
|
134631
134569
|
};
|
|
134632
134570
|
collectionId?: string | undefined;
|
|
134633
|
-
collectionLegacyId?: string | undefined;
|
|
134634
134571
|
codeSyntax?: Record<string, string> | undefined;
|
|
134635
134572
|
scopes?: string[] | undefined;
|
|
134636
134573
|
}, {
|
|
@@ -134651,7 +134588,6 @@ declare const DesignTokenImportModelInputBase: z$1.ZodObject<{
|
|
|
134651
134588
|
referenceResolutionFailed?: boolean | undefined;
|
|
134652
134589
|
};
|
|
134653
134590
|
collectionId?: string | undefined;
|
|
134654
|
-
collectionLegacyId?: string | undefined;
|
|
134655
134591
|
codeSyntax?: Record<string, string> | undefined;
|
|
134656
134592
|
scopes?: string[] | undefined;
|
|
134657
134593
|
}>;
|
|
@@ -136889,7 +136825,6 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136889
136825
|
brandPersistentId: z$1.ZodString;
|
|
136890
136826
|
sortOrder: z$1.ZodNumber;
|
|
136891
136827
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
136892
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
136893
136828
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
136894
136829
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
136895
136830
|
} & {
|
|
@@ -136953,7 +136888,6 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136953
136888
|
description?: string | undefined;
|
|
136954
136889
|
};
|
|
136955
136890
|
collectionId?: string | undefined;
|
|
136956
|
-
collectionLegacyId?: string | undefined;
|
|
136957
136891
|
codeSyntax?: Record<string, string> | undefined;
|
|
136958
136892
|
scopes?: string[] | undefined;
|
|
136959
136893
|
}, {
|
|
@@ -136978,7 +136912,6 @@ declare const DesignTokenImportModel: z$1.ZodIntersection<z$1.ZodDiscriminatedUn
|
|
|
136978
136912
|
description?: string | undefined;
|
|
136979
136913
|
};
|
|
136980
136914
|
collectionId?: string | undefined;
|
|
136981
|
-
collectionLegacyId?: string | undefined;
|
|
136982
136915
|
codeSyntax?: Record<string, string> | undefined;
|
|
136983
136916
|
scopes?: string[] | undefined;
|
|
136984
136917
|
}>>;
|
|
@@ -139218,7 +139151,6 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139218
139151
|
}>;
|
|
139219
139152
|
originId: z$1.ZodString;
|
|
139220
139153
|
collectionId: z$1.ZodOptional<z$1.ZodString>;
|
|
139221
|
-
collectionLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
139222
139154
|
codeSyntax: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
139223
139155
|
scopes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
139224
139156
|
} & {
|
|
@@ -139268,7 +139200,6 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139268
139200
|
referenceResolutionFailed?: boolean | undefined;
|
|
139269
139201
|
};
|
|
139270
139202
|
collectionId?: string | undefined;
|
|
139271
|
-
collectionLegacyId?: string | undefined;
|
|
139272
139203
|
codeSyntax?: Record<string, string> | undefined;
|
|
139273
139204
|
scopes?: string[] | undefined;
|
|
139274
139205
|
}, {
|
|
@@ -139289,7 +139220,6 @@ declare const DesignTokenImportModelInput: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
139289
139220
|
referenceResolutionFailed?: boolean | undefined;
|
|
139290
139221
|
};
|
|
139291
139222
|
collectionId?: string | undefined;
|
|
139292
|
-
collectionLegacyId?: string | undefined;
|
|
139293
139223
|
codeSyntax?: Record<string, string> | undefined;
|
|
139294
139224
|
scopes?: string[] | undefined;
|
|
139295
139225
|
}>>;
|