@supernova-studio/model 1.78.2 → 1.79.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 +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4103,7 +4103,7 @@ import { z as z99 } from "zod";
|
|
|
4103
4103
|
var CollectionOrigin = z99.object({
|
|
4104
4104
|
id: z99.string(),
|
|
4105
4105
|
parentId: z99.string().optional(),
|
|
4106
|
-
|
|
4106
|
+
sourceIds: z99.string().array(),
|
|
4107
4107
|
collectionKeyMigrated: z99.boolean()
|
|
4108
4108
|
});
|
|
4109
4109
|
var Collection = z99.object({
|