Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump @seamapi/types from 1.337.0 to 1.338.1 #487

Merged
merged 2 commits into from
Jan 16, 2025
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
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
Loading