@supernova-studio/model 1.76.1 → 1.77.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 -16
- package/dist/index.d.ts +0 -16
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -98938,7 +98938,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98938
98938
|
collectionKeyMigrated: boolean;
|
|
98939
98939
|
parentId?: string | undefined;
|
|
98940
98940
|
}>;
|
|
98941
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98942
98941
|
}, "strip", z$1.ZodTypeAny, {
|
|
98943
98942
|
id: string;
|
|
98944
98943
|
name: string;
|
|
@@ -98948,7 +98947,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98948
98947
|
collectionKeyMigrated: boolean;
|
|
98949
98948
|
parentId?: string | undefined;
|
|
98950
98949
|
};
|
|
98951
|
-
parentPersistentId?: string | undefined;
|
|
98952
98950
|
parentId?: string | undefined;
|
|
98953
98951
|
}, {
|
|
98954
98952
|
id: string;
|
|
@@ -98959,7 +98957,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98959
98957
|
collectionKeyMigrated: boolean;
|
|
98960
98958
|
parentId?: string | undefined;
|
|
98961
98959
|
};
|
|
98962
|
-
parentPersistentId?: string | undefined;
|
|
98963
98960
|
parentId?: string | undefined;
|
|
98964
98961
|
}>, "many">;
|
|
98965
98962
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -100203,7 +100200,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100203
100200
|
collectionKeyMigrated: boolean;
|
|
100204
100201
|
parentId?: string | undefined;
|
|
100205
100202
|
};
|
|
100206
|
-
parentPersistentId?: string | undefined;
|
|
100207
100203
|
parentId?: string | undefined;
|
|
100208
100204
|
}[];
|
|
100209
100205
|
figmaFileStructures: {
|
|
@@ -100253,7 +100249,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100253
100249
|
collectionKeyMigrated: boolean;
|
|
100254
100250
|
parentId?: string | undefined;
|
|
100255
100251
|
};
|
|
100256
|
-
parentPersistentId?: string | undefined;
|
|
100257
100252
|
parentId?: string | undefined;
|
|
100258
100253
|
}[];
|
|
100259
100254
|
figmaFileStructures: {
|
|
@@ -110920,19 +110915,16 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110920
110915
|
id: z$1.ZodString;
|
|
110921
110916
|
name: z$1.ZodString;
|
|
110922
110917
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110923
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110924
110918
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
110925
110919
|
}, "strip", z$1.ZodTypeAny, {
|
|
110926
110920
|
id: string;
|
|
110927
110921
|
name: string;
|
|
110928
110922
|
collectionKeyMigrated: boolean;
|
|
110929
|
-
parentPersistentId?: string | undefined;
|
|
110930
110923
|
parentId?: string | undefined;
|
|
110931
110924
|
}, {
|
|
110932
110925
|
id: string;
|
|
110933
110926
|
name: string;
|
|
110934
110927
|
collectionKeyMigrated: boolean;
|
|
110935
|
-
parentPersistentId?: string | undefined;
|
|
110936
110928
|
parentId?: string | undefined;
|
|
110937
110929
|
}>, "many">;
|
|
110938
110930
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -112231,7 +112223,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112231
112223
|
id: string;
|
|
112232
112224
|
name: string;
|
|
112233
112225
|
collectionKeyMigrated: boolean;
|
|
112234
|
-
parentPersistentId?: string | undefined;
|
|
112235
112226
|
parentId?: string | undefined;
|
|
112236
112227
|
}[];
|
|
112237
112228
|
figmaFileStructure?: {
|
|
@@ -112273,7 +112264,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112273
112264
|
id: string;
|
|
112274
112265
|
name: string;
|
|
112275
112266
|
collectionKeyMigrated: boolean;
|
|
112276
|
-
parentPersistentId?: string | undefined;
|
|
112277
112267
|
parentId?: string | undefined;
|
|
112278
112268
|
}[];
|
|
112279
112269
|
assets?: {
|
|
@@ -115113,19 +115103,16 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115113
115103
|
id: z$1.ZodString;
|
|
115114
115104
|
name: z$1.ZodString;
|
|
115115
115105
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115116
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115117
115106
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115118
115107
|
}, "strip", z$1.ZodTypeAny, {
|
|
115119
115108
|
id: string;
|
|
115120
115109
|
name: string;
|
|
115121
115110
|
collectionKeyMigrated: boolean;
|
|
115122
|
-
parentPersistentId?: string | undefined;
|
|
115123
115111
|
parentId?: string | undefined;
|
|
115124
115112
|
}, {
|
|
115125
115113
|
id: string;
|
|
115126
115114
|
name: string;
|
|
115127
115115
|
collectionKeyMigrated: boolean;
|
|
115128
|
-
parentPersistentId?: string | undefined;
|
|
115129
115116
|
parentId?: string | undefined;
|
|
115130
115117
|
}>;
|
|
115131
115118
|
type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
|
|
@@ -115149,7 +115136,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115149
115136
|
collectionKeyMigrated: boolean;
|
|
115150
115137
|
parentId?: string | undefined;
|
|
115151
115138
|
}>;
|
|
115152
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115153
115139
|
}, "strip", z$1.ZodTypeAny, {
|
|
115154
115140
|
id: string;
|
|
115155
115141
|
name: string;
|
|
@@ -115159,7 +115145,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115159
115145
|
collectionKeyMigrated: boolean;
|
|
115160
115146
|
parentId?: string | undefined;
|
|
115161
115147
|
};
|
|
115162
|
-
parentPersistentId?: string | undefined;
|
|
115163
115148
|
parentId?: string | undefined;
|
|
115164
115149
|
}, {
|
|
115165
115150
|
id: string;
|
|
@@ -115170,7 +115155,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115170
115155
|
collectionKeyMigrated: boolean;
|
|
115171
115156
|
parentId?: string | undefined;
|
|
115172
115157
|
};
|
|
115173
|
-
parentPersistentId?: string | undefined;
|
|
115174
115158
|
parentId?: string | undefined;
|
|
115175
115159
|
}>;
|
|
115176
115160
|
type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
|
package/dist/index.d.ts
CHANGED
|
@@ -98938,7 +98938,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98938
98938
|
collectionKeyMigrated: boolean;
|
|
98939
98939
|
parentId?: string | undefined;
|
|
98940
98940
|
}>;
|
|
98941
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98942
98941
|
}, "strip", z$1.ZodTypeAny, {
|
|
98943
98942
|
id: string;
|
|
98944
98943
|
name: string;
|
|
@@ -98948,7 +98947,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98948
98947
|
collectionKeyMigrated: boolean;
|
|
98949
98948
|
parentId?: string | undefined;
|
|
98950
98949
|
};
|
|
98951
|
-
parentPersistentId?: string | undefined;
|
|
98952
98950
|
parentId?: string | undefined;
|
|
98953
98951
|
}, {
|
|
98954
98952
|
id: string;
|
|
@@ -98959,7 +98957,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98959
98957
|
collectionKeyMigrated: boolean;
|
|
98960
98958
|
parentId?: string | undefined;
|
|
98961
98959
|
};
|
|
98962
|
-
parentPersistentId?: string | undefined;
|
|
98963
98960
|
parentId?: string | undefined;
|
|
98964
98961
|
}>, "many">;
|
|
98965
98962
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -100203,7 +100200,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100203
100200
|
collectionKeyMigrated: boolean;
|
|
100204
100201
|
parentId?: string | undefined;
|
|
100205
100202
|
};
|
|
100206
|
-
parentPersistentId?: string | undefined;
|
|
100207
100203
|
parentId?: string | undefined;
|
|
100208
100204
|
}[];
|
|
100209
100205
|
figmaFileStructures: {
|
|
@@ -100253,7 +100249,6 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100253
100249
|
collectionKeyMigrated: boolean;
|
|
100254
100250
|
parentId?: string | undefined;
|
|
100255
100251
|
};
|
|
100256
|
-
parentPersistentId?: string | undefined;
|
|
100257
100252
|
parentId?: string | undefined;
|
|
100258
100253
|
}[];
|
|
100259
100254
|
figmaFileStructures: {
|
|
@@ -110920,19 +110915,16 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110920
110915
|
id: z$1.ZodString;
|
|
110921
110916
|
name: z$1.ZodString;
|
|
110922
110917
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110923
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110924
110918
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
110925
110919
|
}, "strip", z$1.ZodTypeAny, {
|
|
110926
110920
|
id: string;
|
|
110927
110921
|
name: string;
|
|
110928
110922
|
collectionKeyMigrated: boolean;
|
|
110929
|
-
parentPersistentId?: string | undefined;
|
|
110930
110923
|
parentId?: string | undefined;
|
|
110931
110924
|
}, {
|
|
110932
110925
|
id: string;
|
|
110933
110926
|
name: string;
|
|
110934
110927
|
collectionKeyMigrated: boolean;
|
|
110935
|
-
parentPersistentId?: string | undefined;
|
|
110936
110928
|
parentId?: string | undefined;
|
|
110937
110929
|
}>, "many">;
|
|
110938
110930
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -112231,7 +112223,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112231
112223
|
id: string;
|
|
112232
112224
|
name: string;
|
|
112233
112225
|
collectionKeyMigrated: boolean;
|
|
112234
|
-
parentPersistentId?: string | undefined;
|
|
112235
112226
|
parentId?: string | undefined;
|
|
112236
112227
|
}[];
|
|
112237
112228
|
figmaFileStructure?: {
|
|
@@ -112273,7 +112264,6 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112273
112264
|
id: string;
|
|
112274
112265
|
name: string;
|
|
112275
112266
|
collectionKeyMigrated: boolean;
|
|
112276
|
-
parentPersistentId?: string | undefined;
|
|
112277
112267
|
parentId?: string | undefined;
|
|
112278
112268
|
}[];
|
|
112279
112269
|
assets?: {
|
|
@@ -115113,19 +115103,16 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115113
115103
|
id: z$1.ZodString;
|
|
115114
115104
|
name: z$1.ZodString;
|
|
115115
115105
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115116
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115117
115106
|
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115118
115107
|
}, "strip", z$1.ZodTypeAny, {
|
|
115119
115108
|
id: string;
|
|
115120
115109
|
name: string;
|
|
115121
115110
|
collectionKeyMigrated: boolean;
|
|
115122
|
-
parentPersistentId?: string | undefined;
|
|
115123
115111
|
parentId?: string | undefined;
|
|
115124
115112
|
}, {
|
|
115125
115113
|
id: string;
|
|
115126
115114
|
name: string;
|
|
115127
115115
|
collectionKeyMigrated: boolean;
|
|
115128
|
-
parentPersistentId?: string | undefined;
|
|
115129
115116
|
parentId?: string | undefined;
|
|
115130
115117
|
}>;
|
|
115131
115118
|
type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
|
|
@@ -115149,7 +115136,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115149
115136
|
collectionKeyMigrated: boolean;
|
|
115150
115137
|
parentId?: string | undefined;
|
|
115151
115138
|
}>;
|
|
115152
|
-
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115153
115139
|
}, "strip", z$1.ZodTypeAny, {
|
|
115154
115140
|
id: string;
|
|
115155
115141
|
name: string;
|
|
@@ -115159,7 +115145,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115159
115145
|
collectionKeyMigrated: boolean;
|
|
115160
115146
|
parentId?: string | undefined;
|
|
115161
115147
|
};
|
|
115162
|
-
parentPersistentId?: string | undefined;
|
|
115163
115148
|
parentId?: string | undefined;
|
|
115164
115149
|
}, {
|
|
115165
115150
|
id: string;
|
|
@@ -115170,7 +115155,6 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115170
115155
|
collectionKeyMigrated: boolean;
|
|
115171
115156
|
parentId?: string | undefined;
|
|
115172
115157
|
};
|
|
115173
|
-
parentPersistentId?: string | undefined;
|
|
115174
115158
|
parentId?: string | undefined;
|
|
115175
115159
|
}>;
|
|
115176
115160
|
type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
|
package/dist/index.js
CHANGED
|
@@ -4137,15 +4137,13 @@ var CollectionImportModelInput = _zod.z.object({
|
|
|
4137
4137
|
id: _zod.z.string(),
|
|
4138
4138
|
name: _zod.z.string(),
|
|
4139
4139
|
parentId: _zod.z.string().optional(),
|
|
4140
|
-
parentPersistentId: _zod.z.string().optional(),
|
|
4141
4140
|
collectionKeyMigrated: _zod.z.boolean()
|
|
4142
4141
|
});
|
|
4143
4142
|
var CollectionImportModel = _zod.z.object({
|
|
4144
4143
|
id: _zod.z.string(),
|
|
4145
4144
|
parentId: _zod.z.string().optional(),
|
|
4146
4145
|
name: _zod.z.string(),
|
|
4147
|
-
origin: CollectionOrigin
|
|
4148
|
-
parentPersistentId: _zod.z.string().optional()
|
|
4146
|
+
origin: CollectionOrigin
|
|
4149
4147
|
});
|
|
4150
4148
|
|
|
4151
4149
|
// src/dsm/import/component.ts
|