@supernova-studio/client 0.54.31 → 0.54.32
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 +24 -24
- package/dist/index.d.ts +24 -24
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3624,7 +3624,7 @@ var DesignSystem = z117.object({
|
|
|
3624
3624
|
docUserSlug: nullishToOptional(z117.string()),
|
|
3625
3625
|
docSlugDeprecated: z117.string(),
|
|
3626
3626
|
isPublic: z117.boolean(),
|
|
3627
|
-
|
|
3627
|
+
isMultibrand: z117.boolean(),
|
|
3628
3628
|
docViewUrl: nullishToOptional(z117.string()),
|
|
3629
3629
|
basePrefixes: z117.array(z117.string()),
|
|
3630
3630
|
designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),
|