From 15e56602962114aebd9d56f6120354d8bd7f6ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:11:10 +0000 Subject: [PATCH 1/2] feat(deps-dev): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.567.0 to 1.573.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/types/compare/v1.567.0...v1.573.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.573.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dbf28c..c5219d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.85.0", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.567.0", + "@seamapi/types": "1.573.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" @@ -476,9 +476,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.567.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.567.0.tgz", - "integrity": "sha512-9k9ypbjpgHTLLll6KqTCpyuy+VuDFwf/dehH9k7U77MFl0ZYRr+I+XIiYf5oQydDEEpTzUz7+9X0UDZ2DiHtbw==", + "version": "1.573.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.573.0.tgz", + "integrity": "sha512-EAvQwslJCQy3DfWh5/3UHpp8xcpdvw/T9IGQuamzLA2edloN7H/WNyaoqyVgZEOVV+ROyQYFcdIPYL2FwuIfSQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 81116ad..c9dd955 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.85.0", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.567.0", + "@seamapi/types": "1.573.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" From 7920f23882bf84a57596c810147664f7a78c32d0 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 16 Sep 2025 06:11:52 +0000 Subject: [PATCH 2/2] ci: Generate code --- lib/seam/routes/resources/device.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/seam/routes/resources/device.rb b/lib/seam/routes/resources/device.rb index 85a047b..1669995 100644 --- a/lib/seam/routes/resources/device.rb +++ b/lib/seam/routes/resources/device.rb @@ -3,7 +3,7 @@ module Seam module Resources class Device < BaseResource - attr_accessor :can_hvac_cool, :can_hvac_heat, :can_hvac_heat_cool, :can_program_offline_access_codes, :can_program_online_access_codes, :can_remotely_lock, :can_remotely_unlock, :can_run_thermostat_programs, :can_simulate_connection, :can_simulate_disconnection, :can_simulate_hub_connection, :can_simulate_hub_disconnection, :can_simulate_paid_subscription, :can_simulate_removal, :can_turn_off_hvac, :can_unlock_with_code, :capabilities_supported, :connected_account_id, :custom_metadata, :device_id, :device_type, :display_name, :is_managed, :location, :nickname, :properties, :workspace_id + attr_accessor :can_hvac_cool, :can_hvac_heat, :can_hvac_heat_cool, :can_program_offline_access_codes, :can_program_online_access_codes, :can_remotely_lock, :can_remotely_unlock, :can_run_thermostat_programs, :can_simulate_connection, :can_simulate_disconnection, :can_simulate_hub_connection, :can_simulate_hub_disconnection, :can_simulate_paid_subscription, :can_simulate_removal, :can_turn_off_hvac, :can_unlock_with_code, :capabilities_supported, :connected_account_id, :custom_metadata, :device_id, :device_type, :display_name, :is_managed, :location, :nickname, :properties, :space_ids, :workspace_id date_accessor :created_at