@supernova-studio/model 1.6.7 → 1.6.8

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
@@ -5118,8 +5118,9 @@ var StorybookEntryOrigin = z154.object({
5118
5118
  id: z154.string(),
5119
5119
  type: z154.enum(["story", "docs"]),
5120
5120
  name: z154.string(),
5121
- title: z154.string()
5121
+ title: z154.string(),
5122
5122
  // Same as 'kind' for v3
5123
+ index: z154.number().optional()
5123
5124
  });
5124
5125
  var StorybookEntry = z154.object({
5125
5126
  id: z154.string(),