@vrplatform/api 1.3.1-4499 → 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.
|
@@ -1559,7 +1559,7 @@ export interface paths {
|
|
|
1559
1559
|
};
|
|
1560
1560
|
get?: never;
|
|
1561
1561
|
put?: never;
|
|
1562
|
-
/** @description Create or update a platform user by email, optionally granting an initial team membership. Used by the identity provider signup hooks. */
|
|
1562
|
+
/** @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. */
|
|
1563
1563
|
post: operations["postInternalUsers"];
|
|
1564
1564
|
delete?: never;
|
|
1565
1565
|
options?: never;
|
|
@@ -1575,7 +1575,7 @@ export interface paths {
|
|
|
1575
1575
|
cookie?: never;
|
|
1576
1576
|
};
|
|
1577
1577
|
get?: never;
|
|
1578
|
-
/** @description Update a platform user by id. Used by the identity provider profile-update hooks. */
|
|
1578
|
+
/** @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. */
|
|
1579
1579
|
put: operations["putInternalUsersById"];
|
|
1580
1580
|
post?: never;
|
|
1581
1581
|
/** @description Delete a platform user and its team memberships/access rows. Used by identity provider and lifecycle cleanup flows. */
|