@seamapi/types 1.576.0 → 1.577.0
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/connect.cjs
CHANGED
|
@@ -57939,7 +57939,7 @@ var openapi_default = {
|
|
|
57939
57939
|
},
|
|
57940
57940
|
"/user_identities/add_acs_user": {
|
|
57941
57941
|
post: {
|
|
57942
|
-
description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
|
|
57942
|
+
description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).\n\nYou must specify either `user_identity_id` or `user_identity_key` to identify the user identity.\n\nIf `user_identity_key` is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.",
|
|
57943
57943
|
operationId: "userIdentitiesAddAcsUserPost",
|
|
57944
57944
|
requestBody: {
|
|
57945
57945
|
content: {
|
|
@@ -57996,7 +57996,7 @@ var openapi_default = {
|
|
|
57996
57996
|
"x-title": "Add an ACS User to a User Identity"
|
|
57997
57997
|
},
|
|
57998
57998
|
put: {
|
|
57999
|
-
description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
|
|
57999
|
+
description: "Adds a specified [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).\n\nYou must specify either `user_identity_id` or `user_identity_key` to identify the user identity.\n\nIf `user_identity_key` is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.",
|
|
58000
58000
|
operationId: "userIdentitiesAddAcsUserPut",
|
|
58001
58001
|
requestBody: {
|
|
58002
58002
|
content: {
|