@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.d.mts +159 -0
- package/dist/index.d.ts +159 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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(),
|