@supernova-studio/client 0.57.13 → 0.57.14

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.js CHANGED
@@ -3260,6 +3260,7 @@ var Collection = _zod.z.object({
3260
3260
  elementPropertyOptionId: _zod.z.string(),
3261
3261
  createdAt: _zod.z.coerce.date(),
3262
3262
  updatedAt: _zod.z.coerce.date(),
3263
+ sortOrder: _zod.z.string(),
3263
3264
  origin: CollectionOrigin.optional()
3264
3265
  });
3265
3266
  var CollectionImportModelInput = _zod.z.object({