@supernova-studio/model 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.mjs CHANGED
@@ -2395,7 +2395,7 @@ var PageBlockItemEmbedValue = z44.object({
2395
2395
  value: z44.string().optional(),
2396
2396
  caption: z44.string().optional(),
2397
2397
  height: z44.number().optional(),
2398
- alt: z44.number().optional(),
2398
+ alt: z44.string().optional(),
2399
2399
  openGraph: z44.object({
2400
2400
  title: z44.string().optional(),
2401
2401
  description: z44.string().optional(),