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