@supernova-studio/client 0.55.17 → 0.55.18

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
@@ -3688,7 +3688,6 @@ var DesignSystem = z119.object({
3688
3688
  docSlug: z119.string(),
3689
3689
  docUserSlug: nullishToOptional(z119.string()),
3690
3690
  docSlugDeprecated: z119.string(),
3691
- isPublic: z119.boolean(),
3692
3691
  isMultibrand: z119.boolean(),
3693
3692
  docViewUrl: nullishToOptional(z119.string()),
3694
3693
  basePrefixes: z119.array(z119.string()),