@supernova-studio/client 1.3.2 → 1.3.4
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -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(),
|
|
@@ -13755,6 +13756,7 @@ var LocalDocsElementActionExecutor = class {
|
|
|
13755
13756
|
name: input.title ?? existingGroup.meta.name
|
|
13756
13757
|
},
|
|
13757
13758
|
data: {
|
|
13759
|
+
...existingGroup.data,
|
|
13758
13760
|
// TODO Artem: move somewhere reusable
|
|
13759
13761
|
configuration: input.configuration ? {
|
|
13760
13762
|
...existingGroup.data?.configuration ?? defaultDocumentationItemConfigurationV2,
|