seam 2.73.0 → 2.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a01bae0044ef8d92d2ab0149a77b2e2c3688008619a8e5a559cc598e4197fa5
4
- data.tar.gz: 6de5bcfa9752fb4e1f9dc40bb49581e2e1e94559005771a5a3819f93ab6ced93
3
+ metadata.gz: 4d2dd655a470acceae165ca84189211f38c096108779297211087d4a67a630b9
4
+ data.tar.gz: 8be1d7007da5b80223543284e0ce5e4cced3105fd3a31003072fcbaf92fde1a7
5
5
  SHA512:
6
- metadata.gz: cdf2410e28b2e745a4488fa88565e9cc464e426266ffa5bdef883798127bb34b754849e65d0a9f535de7f06973b997a12095a08b65cf6c889283e47d741e00f2
7
- data.tar.gz: 93aa66b3b68e63d7ec6518efb3c19b7412a7bc567b8203987db80f4a9f7b0fbf867e1f3e38531658c368842111ea62d255405d09220a15d7478af2e499f32bb9
6
+ metadata.gz: 3cea95cc379e15e7bb35f6aebe839be701d071dd79a8f1d9c895b95682863672e092230b92f562e6862e59f397d5d4d85cc29d5db9eb2e54d397ecc17e1941b2
7
+ data.tar.gz: 2a7d5b8c058b38e13902f977351c4b9a9b442668ed2a1fbc1579e4608253393d7fe21a131663e5468da4d022f64a8a9b51fab742be09a2b7b788f812acd48924
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.73.0)
4
+ seam (2.74.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -3,7 +3,7 @@
3
3
  module Seam
4
4
  module Resources
5
5
  class Device < BaseResource
6
- 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
6
+ 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
7
7
 
8
8
  date_accessor :created_at
9
9
 
data/lib/seam/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Seam
4
- VERSION = "2.73.0"
4
+ VERSION = "2.74.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seam
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.73.0
4
+ version: 2.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seam Labs, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-12 00:00:00.000000000 Z
11
+ date: 2025-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday