@transcend-io/privacy-types 5.3.0 → 5.3.1

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
@@ -31250,8 +31250,8 @@ const SCOPES_WITHOUT_VIEW_ONLY = {
31250
31250
  products: ["POLICY_ENGINE"]
31251
31251
  },
31252
31252
  ["activatePolicyEngineBundles"]: {
31253
- dependencies: ["viewPolicyEngineBundles"],
31254
- description: "Activate a Policy Engine bundle version, making it the live policy. Kept separate from Manage Policy so publish-only access can be granted without activation rights.",
31253
+ dependencies: ["managePolicyEngineBundles"],
31254
+ description: "Activate a Policy Engine bundle version, making it the live policy. Includes all Manage Policy permissions.",
31255
31255
  title: "Activate Policy",
31256
31256
  type: "MODIFY",
31257
31257
  products: ["POLICY_ENGINE"]