Skip to content

Commit

Permalink
feat(deps): bump @seamapi/types from 1.338.1 to 1.341.0 (#491)
Browse files Browse the repository at this point in the history
* feat(deps): bump @seamapi/types from 1.338.1 to 1.341.0

Bumps [@seamapi/types](https://github.com/seamapi/types) from 1.338.1 to 1.341.0.
- [Release notes](https://github.com/seamapi/types/releases)
- [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json)
- [Commits](seamapi/types@v1.338.1...v1.341.0)

---
updated-dependencies:
- dependency-name: "@seamapi/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Generate docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seam Bot <[email protected]>
  • Loading branch information
dependabot[bot] and seambot authored Jan 18, 2025
1 parent 5d179d2 commit 55d59d8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
8 changes: 8 additions & 0 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- `/noise_sensors/simulate`
- `/phones`
- `/phones/simulate`
- `/thermostats/simulate`
- `/webhooks`
- `/workspaces`

Expand Down Expand Up @@ -88,6 +89,7 @@
- `/phones/deactivate`
- `/phones/list`
- `/phones/simulate/create_sandbox_phone`
- `/thermostats/simulate/temperature_reached`
- `/webhooks/create`
- `/webhooks/delete`
- `/webhooks/get`
Expand Down Expand Up @@ -400,6 +402,7 @@ Items that are intentionally undocumented are not included in this section.
- `/phones/deactivate`
- `/phones/list`
- `/phones/simulate/create_sandbox_phone`
- `/thermostats/simulate/temperature_reached`
- `/user_identities/update`
- `/webhooks/create`
- `/webhooks/delete`
Expand Down Expand Up @@ -727,6 +730,10 @@ Items that are intentionally undocumented are not included in this section.
- `device_id`
- `fan_mode`
- `sync`
- `/thermostats/simulate/temperature_reached`
- `device_id`
- `temperature_celsius`
- `temperature_fahrenheit`
- `/user_identities/list`
- `credential_manager_acs_system_id`
- `/user_identities/update`
Expand Down Expand Up @@ -894,6 +901,7 @@ These items are deprecated.
- `/phones/list`
- `/phones/simulate/create_sandbox_phone`
- `/thermostats/get`
- `/thermostats/simulate/temperature_reached`
- `/user_identities/update`
- `/webhooks/create`
- `/webhooks/delete`
Expand Down
3 changes: 1 addition & 2 deletions docs/api/acs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ Group that defines the entrances to which a set of users has access and, in some
The `acs_access_group` object represents an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).

### [`acs_credential`](./credentials/README.md#acs_credential)
Means by which a user gains access at an entrance.
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.
Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.

3 changes: 1 addition & 2 deletions docs/api/acs/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## `acs_credential`

Means by which a user gains access at an entrance.
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.
Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.

### `access_method`

Expand Down
2 changes: 0 additions & 2 deletions docs/api/user_identities/update-a-user-identity.md

This file was deleted.

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",
"@seamapi/blueprint": "^0.32.1",
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/types": "1.338.1",
"@seamapi/types": "1.341.0",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
"del": "^8.0.0",
Expand Down

0 comments on commit 55d59d8

Please sign in to comment.