@supernova-studio/model 1.31.0 → 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.d.mts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|