@supernova-studio/model 1.18.0 → 1.18.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.js CHANGED
@@ -5872,7 +5872,7 @@ var ForgeProjectArtifactContent = _zod.z.object({
5872
5872
  // src/forge/project-section.ts
5873
5873
 
5874
5874
  var ForgeProjectSectionChildType = _zod.z.enum(["Artifact", "Feature"]);
5875
- var SortOrder = _zod.z.number().int().min(0);
5875
+ var SortOrder = _zod.z.number().int();
5876
5876
  var ForgeSection = _zod.z.object({
5877
5877
  id: Id,
5878
5878
  projectId: _zod.z.string(),