@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.mjs
CHANGED
|
@@ -3502,7 +3502,8 @@ var DataSourceUploadRemote = z88.object({
|
|
|
3502
3502
|
remoteSourceType: DataSourceUploadRemoteSource,
|
|
3503
3503
|
lastImportMetadata: DataSourceUploadImportMetadata.optional(),
|
|
3504
3504
|
warnings: nullishToOptional(ImportWarning.array()),
|
|
3505
|
-
isTokenTypeSplitEnabled: z88.boolean()
|
|
3505
|
+
isTokenTypeSplitEnabled: z88.boolean(),
|
|
3506
|
+
isCollectionsMigrationCompleted: z88.boolean()
|
|
3506
3507
|
});
|
|
3507
3508
|
var DataSourceRemote = z88.discriminatedUnion("type", [
|
|
3508
3509
|
DataSourceFigmaRemote,
|