@supernova-studio/client 0.54.25 → 0.54.26

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
@@ -2270,7 +2270,7 @@ var PageBlockItemEmbedValue = _zod.z.object({
2270
2270
  value: _zod.z.string().optional(),
2271
2271
  caption: _zod.z.string().optional(),
2272
2272
  height: _zod.z.number().optional(),
2273
- alt: _zod.z.number().optional(),
2273
+ alt: _zod.z.string().optional(),
2274
2274
  openGraph: _zod.z.object({
2275
2275
  title: _zod.z.string().optional(),
2276
2276
  description: _zod.z.string().optional(),