@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.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
- isMultiBrand: z117.boolean(),
3627
+ isMultibrand: z117.boolean(),
3628
3628
  docViewUrl: nullishToOptional(z117.string()),
3629
3629
  basePrefixes: z117.array(z117.string()),
3630
3630
  designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),