@supernova-studio/model 0.54.12 → 0.54.13
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -2394,6 +2394,7 @@ var PageBlockItemEmbedValue = z44.object({
|
|
|
2394
2394
|
value: z44.string().optional(),
|
|
2395
2395
|
caption: z44.string().optional(),
|
|
2396
2396
|
height: z44.number().optional(),
|
|
2397
|
+
alt: z44.number().optional(),
|
|
2397
2398
|
openGraph: z44.object({
|
|
2398
2399
|
title: z44.string().optional(),
|
|
2399
2400
|
description: z44.string().optional(),
|