@supernova-studio/model 0.53.7 → 0.53.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/model",
3
- "version": "0.53.7",
3
+ "version": "0.53.8",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -365,7 +365,9 @@ export const PageBlockItemTableImageNode = z.object({
365
365
  type: z.literal("Image"),
366
366
  id: z.string(),
367
367
  caption: PageBlockItemImageValue.shape.caption,
368
+ alt: PageBlockItemImageValue.shape.alt,
368
369
  value: PageBlockItemImageValue.shape.value,
370
+ alignment: PageBlockItemImageValue.shape.alignment,
369
371
  });
370
372
 
371
373
  export const PageBlockItemTableNode = z.discriminatedUnion("type", [