diff --git a/docs/api/_report.md b/docs/api/_report.md index 74a3275ca..4e37f4215 100644 --- a/docs/api/_report.md +++ b/docs/api/_report.md @@ -96,6 +96,7 @@ These items are intentionally undocumented. - `/seam/bridge/v1/bridge_client_sessions`: No undocumented message provided - `/seam/bridge/v1/bridge_connected_systems`: No undocumented message provided - `/seam/instant_key/v1/client_sessions`: No undocumented message provided +- `/seam/mobile_sdk/v1/acs/credentials`: No undocumented message provided - `/thermostats/daily_programs`: No undocumented message provided - `/unstable_access_grants`: No undocumented message provided - `/unstable_access_methods`: No undocumented message provided @@ -109,6 +110,7 @@ These items are intentionally undocumented. - `/seam/bridge/v1`: No undocumented message provided - `/seam/instant_key/v1`: No undocumented message provided +- `/seam/mobile_sdk/v1/acs`: No undocumented message provided ### Endpoints @@ -131,6 +133,7 @@ These items are intentionally undocumented. - `/seam/bridge/v1/bridge_client_sessions/report_status`: Seam Bridge Client only. - `/seam/bridge/v1/bridge_connected_systems/list`: Seam Bridge Client only. - `/seam/instant_key/v1/client_sessions/exchange_short_code`: Seam Instant Key only. +- `/seam/mobile_sdk/v1/acs/credentials/list`: Mobile SDK only. - `/thermostats/activate_weekly_program`: Unreleased. - `/thermostats/clear_weekly_program`: Unreleased. - `/thermostats/get`: Will be removed. @@ -916,6 +919,7 @@ These items are deprecated. - `/seam/bridge/v1/bridge_client_sessions/report_status` - `/seam/bridge/v1/bridge_connected_systems/list` - `/seam/instant_key/v1/client_sessions/exchange_short_code` +- `/seam/mobile_sdk/v1/acs/credentials/list` - `/thermostats/activate_weekly_program` - `/thermostats/clear_weekly_program` - `/thermostats/get` diff --git a/docs/api/acs/users/README.md b/docs/api/acs/users/README.md index d7edff669..803a320a5 100644 --- a/docs/api/acs/users/README.md +++ b/docs/api/acs/users/README.md @@ -233,6 +233,35 @@ Possible enum values: Format: `String` +Detailed description of the error. Provides insights into the issue and potentially how to rectify it. + + +
+latch_conflict_with_resident_user + +Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co). + +**`created_at`** +Format: `Datetime` + + +Date and time at which Seam created the error. + +--- + +**`error_code`** +Format: `Enum` + + +Possible enum values: +- `latch_conflict_with_resident_user` + +--- + +**`message`** +Format: `String` + + Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -740,6 +769,12 @@ Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/acce --- +### `latch_conflict_with_resident_user` + +Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co). + +--- + ## Warnings ### `being_deleted` diff --git a/package-lock.json b/package-lock.json index 2ba89457d..d7825cb46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.41.0", - "@seamapi/types": "1.392.1", + "@seamapi/types": "1.393.0", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0", @@ -781,9 +781,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.392.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.392.1.tgz", - "integrity": "sha512-7NxrvyReePPpJXKPipF61JYZkz2cTgiSKXzxvajfBwdW/7gG7uAN02zkLt90+wNrnXKaiIdS0zCzL1r5oroJHw==", + "version": "1.393.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.393.0.tgz", + "integrity": "sha512-5qdaVyO3JwpYOCaOLjpnlg878wrRiv/a9TTtQPQ7qlgi1TdL5rTjV/AaCU5ECX2Sw/r1EXH7x9Zd/uJL5hIDMQ==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 0ed9c0736..90cee5b03 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.41.0", - "@seamapi/types": "1.392.1", + "@seamapi/types": "1.393.0", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0",