@supernova-studio/model 1.31.2 → 1.31.3

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
@@ -5955,7 +5955,9 @@ var ProjectFeature = z179.object({
5955
5955
  sortOrder: SortOrder.default(0),
5956
5956
  status: ProjectFeatureStatus.default("Draft"),
5957
5957
  initialPrompt: z179.string(),
5958
- updatedAt: z179.coerce.date().optional()
5958
+ updatedAt: z179.coerce.date().optional(),
5959
+ numberOfIterations: z179.number().min(0).default(0),
5960
+ lastReplyTimestamp: z179.coerce.date().optional()
5959
5961
  });
5960
5962
 
5961
5963
  // src/forge/project-figma-node.ts