@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.d.mts +186 -0
- package/dist/index.d.ts +186 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +2 -0
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(),
|