Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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.
Expand Down Expand Up @@ -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`
Expand Down
35 changes: 35 additions & 0 deletions docs/api/acs/users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</details>
<details>
<summary><code>latch_conflict_with_resident_user</code></summary>

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.

</details>
Expand Down Expand Up @@ -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`
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading