@supernova-studio/client 0.51.2 → 0.52.0

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
@@ -294,7 +294,8 @@ var FeaturesSummary = z6.object({
294
294
  workspaceViewers: featureLimitedSchema,
295
295
  customDocumentationExporter: featureToggleSchema,
296
296
  protectedPages: featureToggleSchema,
297
- approvals: featureToggleSchema
297
+ approvals: featureToggleSchema,
298
+ selectivePublishing: featureToggleSchema
298
299
  });
299
300
  var InvoiceSchema = z7.object({
300
301
  id: z7.string(),