@supernova-studio/model 0.57.18 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/model",
3
- "version": "0.57.18",
3
+ "version": "0.57.20",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -107,6 +107,7 @@ export const DataSourceUploadRemote = z.object({
107
107
  lastImportMetadata: DataSourceUploadImportMetadata.optional(),
108
108
  warnings: nullishToOptional(ImportWarning.array()),
109
109
  isTokenTypeSplitEnabled: z.boolean(),
110
+ isCollectionsMigrationCompleted: z.boolean(),
110
111
  });
111
112
 
112
113
  export type DataSourceUploadImportMetadata = z.infer<typeof DataSourceUploadImportMetadata>;