@supernova-studio/client 0.48.25 → 0.48.27

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 CHANGED
@@ -476,7 +476,8 @@ var ExporterPulsarDetails = _zod.z.object({
476
476
  customBlocks: nullishToOptional(_zod.z.array(PulsarCustomBlock)).default([]),
477
477
  blockVariants: nullishToOptional(_zod.z.record(_zod.z.string(), _zod.z.array(PulsarContributionVariant))).default({}),
478
478
  usesBrands: nullishToOptional(_zod.z.boolean()).default(false),
479
- usesThemes: nullishToOptional(_zod.z.boolean()).default(false)
479
+ usesThemes: nullishToOptional(_zod.z.boolean()).default(false),
480
+ usesLocale: nullishToOptional(_zod.z.boolean()).default(false)
480
481
  });
481
482
  var ExporterDetails = ExporterPulsarDetails.extend({
482
483
  source: ExporterSource,