@supernova-studio/model 0.57.12 → 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.mjs CHANGED
@@ -3636,6 +3636,7 @@ var Collection = z91.object({
3636
3636
  elementPropertyOptionId: z91.string(),
3637
3637
  createdAt: z91.coerce.date(),
3638
3638
  updatedAt: z91.coerce.date(),
3639
+ sortOrder: z91.string(),
3639
3640
  origin: CollectionOrigin.optional()
3640
3641
  });
3641
3642