@supernova-studio/client 0.47.46 → 0.47.47
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.js
CHANGED
|
@@ -2401,7 +2401,8 @@ var ThemeUpdateImportModelInput = _zod.z.object({
|
|
|
2401
2401
|
overrides: _zod.z.array(ThemeOverrideImportModelInput)
|
|
2402
2402
|
});
|
|
2403
2403
|
var DesignTokenImportModelPart = _zod.z.object({
|
|
2404
|
-
collection: _zod.z.string().optional()
|
|
2404
|
+
collection: _zod.z.string().optional(),
|
|
2405
|
+
codeSyntax: _zod.z.record(_zod.z.coerce.string()).optional()
|
|
2405
2406
|
});
|
|
2406
2407
|
var DesignTokenImportModelBase = ImportModelBase.extend(DesignTokenImportModelPart.shape).extend({
|
|
2407
2408
|
origin: DesignTokenOrigin
|