@supernova-studio/model 0.49.0 → 0.49.2

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
@@ -1836,7 +1836,9 @@ var PageBlockText = _zod.z.object({
1836
1836
  var PageBlockGuideline = _zod.z.object({
1837
1837
  description: nullishToOptional(_zod.z.string()),
1838
1838
  asset: nullishToOptional(PageBlockAsset),
1839
- type: _zod.z.string()
1839
+ type: _zod.z.string(),
1840
+ imageAlt: nullishToOptional(_zod.z.string()),
1841
+ imageCaption: nullishToOptional(_zod.z.string())
1840
1842
  });
1841
1843
  var PageBlockBaseV1 = _zod.z.object({
1842
1844
  persistentId: _zod.z.string(),