@supernova-studio/client 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.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/dist/index.mjs
CHANGED
|
@@ -2271,6 +2271,7 @@ var PageBlockItemEmbedValue = z44.object({
|
|
|
2271
2271
|
value: z44.string().optional(),
|
|
2272
2272
|
caption: z44.string().optional(),
|
|
2273
2273
|
height: z44.number().optional(),
|
|
2274
|
+
alt: z44.number().optional(),
|
|
2274
2275
|
openGraph: z44.object({
|
|
2275
2276
|
title: z44.string().optional(),
|
|
2276
2277
|
description: z44.string().optional(),
|