@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/dist/index.mjs CHANGED
@@ -2480,7 +2480,9 @@ var PageBlockItemTableImageNode = z44.object({
2480
2480
  type: z44.literal("Image"),
2481
2481
  id: z44.string(),
2482
2482
  caption: PageBlockItemImageValue.shape.caption,
2483
- value: PageBlockItemImageValue.shape.value
2483
+ alt: PageBlockItemImageValue.shape.alt,
2484
+ value: PageBlockItemImageValue.shape.value,
2485
+ alignment: PageBlockItemImageValue.shape.alignment
2484
2486
  });
2485
2487
  var PageBlockItemTableNode = z44.discriminatedUnion("type", [
2486
2488
  PageBlockItemTableRichTextNode,