@vrplatform/api 1.3.1-stage.6485 → 1.3.1-stage.6489

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.6485",
6
+ "version": "1.3.1-stage.6489",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -6653,7 +6653,7 @@ export interface paths {
6653
6653
  };
6654
6654
  get?: never;
6655
6655
  /**
6656
- * @description Replace the UI permission bundles assigned to a team member. Requires UI Permission Roles and the team-member-roles:manage permission, rejects self-updates, and keeps the legacy role field synchronized during migration.
6656
+ * @description Replace the UI permission bundles assigned to a team member. Self-updates are allowed, but the final direct access manager cannot remove that access.
6657
6657
  *
6658
6658
  * Required scope: team-member-roles:manage
6659
6659
  */