@supernova-studio/client 0.35.0 → 0.36.0
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1063,8 +1063,8 @@ var PageBlockItemSingleSelectValue = z35.object({
|
|
|
1063
1063
|
var PageBlockItemStorybookValue = z35.object({
|
|
1064
1064
|
caption: z35.string().optional(),
|
|
1065
1065
|
height: z35.number().optional(),
|
|
1066
|
-
|
|
1067
|
-
value: z35.string()
|
|
1066
|
+
embedUrl: z35.string().optional(),
|
|
1067
|
+
value: z35.string().optional()
|
|
1068
1068
|
});
|
|
1069
1069
|
var PageBlockItemTextValue = z35.object({
|
|
1070
1070
|
value: z35.string()
|