@supernova-studio/model 1.31.1 → 1.31.2

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
@@ -5954,6 +5954,7 @@ var ProjectFeature = z179.object({
5954
5954
  sectionId: Id.optional(),
5955
5955
  sortOrder: SortOrder.default(0),
5956
5956
  status: ProjectFeatureStatus.default("Draft"),
5957
+ initialPrompt: z179.string(),
5957
5958
  updatedAt: z179.coerce.date().optional()
5958
5959
  });
5959
5960