@supernova-studio/model 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
@@ -4075,7 +4075,7 @@ var DesignSystem = z117.object({
4075
4075
  docUserSlug: nullishToOptional(z117.string()),
4076
4076
  docSlugDeprecated: z117.string(),
4077
4077
  isPublic: z117.boolean(),
4078
- isMultiBrand: z117.boolean(),
4078
+ isMultibrand: z117.boolean(),
4079
4079
  docViewUrl: nullishToOptional(z117.string()),
4080
4080
  basePrefixes: z117.array(z117.string()),
4081
4081
  designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),