@supernova-studio/model 1.76.2 → 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.mjs
CHANGED
|
@@ -4137,15 +4137,13 @@ var CollectionImportModelInput = z100.object({
|
|
|
4137
4137
|
id: z100.string(),
|
|
4138
4138
|
name: z100.string(),
|
|
4139
4139
|
parentId: z100.string().optional(),
|
|
4140
|
-
parentPersistentId: z100.string().optional(),
|
|
4141
4140
|
collectionKeyMigrated: z100.boolean()
|
|
4142
4141
|
});
|
|
4143
4142
|
var CollectionImportModel = z100.object({
|
|
4144
4143
|
id: z100.string(),
|
|
4145
4144
|
parentId: z100.string().optional(),
|
|
4146
4145
|
name: z100.string(),
|
|
4147
|
-
origin: CollectionOrigin
|
|
4148
|
-
parentPersistentId: z100.string().optional()
|
|
4146
|
+
origin: CollectionOrigin
|
|
4149
4147
|
});
|
|
4150
4148
|
|
|
4151
4149
|
// src/dsm/import/component.ts
|