@supernova-studio/model 1.57.1 → 1.58.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.mjs CHANGED
@@ -5418,7 +5418,7 @@ var FeaturePublishedState = z151.object({
5418
5418
  userId: z151.string().optional(),
5419
5419
  userName: z151.string().optional(),
5420
5420
  lastPublishedAt: z151.coerce.date(),
5421
- iterationId: z151.string().optional(),
5421
+ iterationId: z151.string().nullable(),
5422
5422
  hideSupernovaUI: z151.boolean(),
5423
5423
  visibility: FeaturePublishedStateVisibility.default("Public")
5424
5424
  });