@vrplatform/api 1.3.1-4502 → 1.3.1-4508

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-4502",
6
+ "version": "1.3.1-4508",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1560,7 +1560,7 @@ export interface paths {
1560
1560
  };
1561
1561
  get?: never;
1562
1562
  put?: never;
1563
- /** @description Create or update a platform user by email, optionally granting an initial team membership. Used by the identity provider signup hooks. */
1563
+ /** @description Create or update a platform user by email, optionally granting an initial team membership. Used by the identity provider signup hooks. A duplicate email belonging to another user is rejected as a user error. */
1564
1564
  post: operations["postInternalUsers"];
1565
1565
  delete?: never;
1566
1566
  options?: never;
@@ -1576,7 +1576,7 @@ export interface paths {
1576
1576
  cookie?: never;
1577
1577
  };
1578
1578
  get?: never;
1579
- /** @description Update a platform user by id. Used by the identity provider profile-update hooks. */
1579
+ /** @description Update a platform user by id. Used by the identity provider profile-update hooks. A duplicate email belonging to another user is rejected as a user error. */
1580
1580
  put: operations["putInternalUsersById"];
1581
1581
  post?: never;
1582
1582
  /** @description Delete a platform user and its team memberships/access rows. Used by identity provider and lifecycle cleanup flows. */