@supernova-studio/client 0.54.11 → 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 +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/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(),
|
|
@@ -3326,7 +3327,8 @@ var ThemeUpdateImportModelInput = z96.object({
|
|
|
3326
3327
|
});
|
|
3327
3328
|
var DesignTokenImportModelPart = z97.object({
|
|
3328
3329
|
collection: z97.string().optional(),
|
|
3329
|
-
codeSyntax: z97.record(z97.coerce.string()).optional()
|
|
3330
|
+
codeSyntax: z97.record(z97.coerce.string()).optional(),
|
|
3331
|
+
scopes: z97.array(z97.string()).optional()
|
|
3330
3332
|
});
|
|
3331
3333
|
var DesignTokenImportModelBase = ImportModelBase.extend(DesignTokenImportModelPart.shape).extend({
|
|
3332
3334
|
origin: DesignTokenOrigin
|