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 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"