Skip to content

Commit 5d1e578

Browse files
feat(deps): Bump @seamapi/types from 1.392.1 to 1.393.0 (#576)
* feat(deps): Bump @seamapi/types from 1.392.1 to 1.393.0 Bumps [@seamapi/types](https://github.com/seamapi/types) from 1.392.1 to 1.393.0. - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.392.1...v1.393.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.393.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Generate docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent 35091b0 commit 5d1e578

4 files changed

Lines changed: 44 additions & 5 deletions

File tree

docs/api/_report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ These items are intentionally undocumented.
9696
- `/seam/bridge/v1/bridge_client_sessions`: No undocumented message provided
9797
- `/seam/bridge/v1/bridge_connected_systems`: No undocumented message provided
9898
- `/seam/instant_key/v1/client_sessions`: No undocumented message provided
99+
- `/seam/mobile_sdk/v1/acs/credentials`: No undocumented message provided
99100
- `/thermostats/daily_programs`: No undocumented message provided
100101
- `/unstable_access_grants`: No undocumented message provided
101102
- `/unstable_access_methods`: No undocumented message provided
@@ -109,6 +110,7 @@ These items are intentionally undocumented.
109110

110111
- `/seam/bridge/v1`: No undocumented message provided
111112
- `/seam/instant_key/v1`: No undocumented message provided
113+
- `/seam/mobile_sdk/v1/acs`: No undocumented message provided
112114

113115
### Endpoints
114116

@@ -131,6 +133,7 @@ These items are intentionally undocumented.
131133
- `/seam/bridge/v1/bridge_client_sessions/report_status`: Seam Bridge Client only.
132134
- `/seam/bridge/v1/bridge_connected_systems/list`: Seam Bridge Client only.
133135
- `/seam/instant_key/v1/client_sessions/exchange_short_code`: Seam Instant Key only.
136+
- `/seam/mobile_sdk/v1/acs/credentials/list`: Mobile SDK only.
134137
- `/thermostats/activate_weekly_program`: Unreleased.
135138
- `/thermostats/clear_weekly_program`: Unreleased.
136139
- `/thermostats/get`: Will be removed.
@@ -916,6 +919,7 @@ These items are deprecated.
916919
- `/seam/bridge/v1/bridge_client_sessions/report_status`
917920
- `/seam/bridge/v1/bridge_connected_systems/list`
918921
- `/seam/instant_key/v1/client_sessions/exchange_short_code`
922+
- `/seam/mobile_sdk/v1/acs/credentials/list`
919923
- `/thermostats/activate_weekly_program`
920924
- `/thermostats/clear_weekly_program`
921925
- `/thermostats/get`

docs/api/acs/users/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,35 @@ Possible enum values:
233233
Format: `String`
234234

235235

236+
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
237+
238+
</details>
239+
<details>
240+
<summary><code>latch_conflict_with_resident_user</code></summary>
241+
242+
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).
243+
244+
**`created_at`**
245+
Format: `Datetime`
246+
247+
248+
Date and time at which Seam created the error.
249+
250+
---
251+
252+
**`error_code`**
253+
Format: `Enum`
254+
255+
256+
Possible enum values:
257+
- `latch_conflict_with_resident_user`
258+
259+
---
260+
261+
**`message`**
262+
Format: `String`
263+
264+
236265
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
237266

238267
</details>
@@ -740,6 +769,12 @@ Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/acce
740769

741770
---
742771

772+
### `latch_conflict_with_resident_user`
773+
774+
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).
775+
776+
---
777+
743778
## Warnings
744779

745780
### `being_deleted`

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@prettier/plugin-php": "^0.22.2",
3535
"@prettier/plugin-ruby": "^4.0.4",
3636
"@seamapi/blueprint": "^0.41.0",
37-
"@seamapi/types": "1.392.1",
37+
"@seamapi/types": "1.393.0",
3838
"change-case": "^5.4.4",
3939
"command-exists": "^1.2.9",
4040
"del": "^8.0.0",

0 commit comments

Comments
 (0)