@supernova-studio/client 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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4465,8 +4465,9 @@ var StorybookEntryOrigin = z154.object({
|
|
|
4465
4465
|
id: z154.string(),
|
|
4466
4466
|
type: z154.enum(["story", "docs"]),
|
|
4467
4467
|
name: z154.string(),
|
|
4468
|
-
title: z154.string()
|
|
4468
|
+
title: z154.string(),
|
|
4469
4469
|
// Same as 'kind' for v3
|
|
4470
|
+
index: z154.number().optional()
|
|
4470
4471
|
});
|
|
4471
4472
|
var StorybookEntry = z154.object({
|
|
4472
4473
|
id: z154.string(),
|