@supernova-studio/client 1.3.2 → 1.3.3
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 +310 -0
- package/dist/index.d.ts +310 -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
|
@@ -307,7 +307,8 @@ var FeaturesSummary = z6.object({
|
|
|
307
307
|
approvals: featureToggleSchema,
|
|
308
308
|
selectivePublishing: featureToggleSchema,
|
|
309
309
|
designSystemAccessModes: featureToggleSchema,
|
|
310
|
-
designSystemRoles: featureToggleSchema
|
|
310
|
+
designSystemRoles: featureToggleSchema,
|
|
311
|
+
documentationPageRedirects: featureToggleSchema
|
|
311
312
|
});
|
|
312
313
|
var InvoiceSchema = z7.object({
|
|
313
314
|
id: z7.string(),
|