Skip to content

Commit

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

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

---
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 16, 2025
1 parent db282ec commit caaba59
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ These items are intentionally undocumented.
- `acs_user.is_latest_desired_state_synced_with_provider`: Only used internally.
- `acs_user.latest_desired_state_synced_with_provider_at`: Only used internally.
- `thermostat_schedule.unstable_is_override_allowed`: Unstable
- `unmanaged_acs_user.is_latest_desired_state_synced_with_provider`: Only used internally.
- `unmanaged_acs_user.latest_desired_state_synced_with_provider_at`: Only used internally.

### Endpoints

Expand Down Expand Up @@ -168,6 +170,7 @@ Items that are intentionally undocumented are not included in this section.
- `access_code`
- `acs_credential_pool`
- `acs_credential_provisioning_automation`
- `acs_encoder`
- `client_session`
- `connect_webview`
- `connected_account`
Expand All @@ -178,6 +181,7 @@ Items that are intentionally undocumented are not included in this section.
- `phone`
- `service_health`
- `unmanaged_access_code`
- `unmanaged_acs_access_group`
- `webhook`
- `workspace`

Expand Down Expand Up @@ -304,6 +308,20 @@ Items that are intentionally undocumented are not included in this section.
- `service_health.status`
- `unmanaged_access_code.is_managed`
- `unmanaged_access_code.status`
- `unmanaged_acs_access_group.access_group_type`
- `unmanaged_acs_access_group.access_group_type_display_name`
- `unmanaged_acs_access_group.display_name`
- `unmanaged_acs_access_group.is_managed`
- `unmanaged_acs_credential.acs_credential_pool_id`
- `unmanaged_acs_credential.card_number`
- `unmanaged_acs_credential.is_issued`
- `unmanaged_acs_credential.is_managed`
- `unmanaged_acs_credential.issued_at`
- `unmanaged_acs_user.email`
- `unmanaged_acs_user.hid_acs_system_id`
- `unmanaged_acs_user.is_latest_desired_state_synced_with_provider`
- `unmanaged_acs_user.is_managed`
- `unmanaged_acs_user.latest_desired_state_synced_with_provider_at`
- `user_identity.display_name`
- `user_identity.full_name`
- `webhook.event_types`
Expand Down Expand Up @@ -754,6 +772,9 @@ These items are deprecated.
- `acs_user.email`: use email_address.
- `connect_webview.accepted_devices`: Unused. Will be removed.
- `connect_webview.any_device_allowed`: Unused. Will be removed.
- `unmanaged_acs_access_group.access_group_type`: Use `external_type`.
- `unmanaged_acs_access_group.access_group_type_display_name`: Use `external_type_display_name`.
- `unmanaged_acs_user.email`: use email_address.
- `workspace.connect_partner_name`: use company_name

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

0 comments on commit caaba59

Please sign in to comment.