seam 2.6.0 → 2.8.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: e93720c66ec1c9a51c675e98ec07975382c39a0d8cc95eda3468376a8039d00d
4
- data.tar.gz: f6f01b4ca006b27fb58facec65c55ec261c178011946c87f238ffb5d00c0520c
3
+ metadata.gz: 28f03bac6a8cc274d00891a088d39c2a3aff63d0c33e8fae1265ce94f3093779
4
+ data.tar.gz: 99b198c985aef42ace3397d902b1576ba364c9c26d9d8c118e1108fbb15eafdf
5
5
  SHA512:
6
- metadata.gz: 6aca9587dfb50bb2efcccab4f103fb79078d96755b55fc55823de6883c89faab91e1080a990dd0f0972c0bbafd382b0c85e17faf91558a0dfc146169497534d6
7
- data.tar.gz: 2aca7a10218d19c036189cd8fbb5145f7b95d01281cf18f29e24e9de9cc07031f16d820302fd6d2b20ad2c96a255c4ec0ca3f50e6832be612a890c18dcc8485a
6
+ metadata.gz: 6638e260352323197f8c3f12f1d9258f81df19686da06e98bbd78527a9c61b9b77e4133bd6625f2f79680768241a1e67d9e5335f6871ef2a000da83009e2dc7f
7
+ data.tar.gz: 47382a1ac6fc900a36b4c352923ac86bc1ddc64d3bae2e486172b38180921e6d7878bb5ab68e30e9ba1a28ec3caffa13577203a7dc2381d5473fd14dd239986e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.6.0)
4
+ seam (2.8.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 SeamEvent < BaseResource
6
- attr_accessor :access_code_id, :connected_account_id, :device_id, :event_id, :event_type, :workspace_id, :code, :backup_access_code_id, :acs_system_id, :acs_credential_id, :acs_user_id, :acs_encoder_id, :acs_access_group_id, :client_session_id, :connect_webview_id, :action_attempt_id, :action_type, :status, :error_code, :battery_level, :battery_status, :minut_metadata, :noise_level_decibels, :noise_level_nrs, :noise_threshold_id, :noise_threshold_name, :noiseaware_metadata, :method, :climate_preset_key, :is_fallback_climate_preset, :thermostat_schedule_id, :cooling_set_point_celsius, :cooling_set_point_fahrenheit, :fan_mode_setting, :heating_set_point_celsius, :heating_set_point_fahrenheit, :hvac_mode_setting, :lower_limit_celsius, :lower_limit_fahrenheit, :temperature_celsius, :temperature_fahrenheit, :upper_limit_celsius, :upper_limit_fahrenheit, :desired_temperature_celsius, :desired_temperature_fahrenheit, :enrollment_automation_id
6
+ attr_accessor :access_code_id, :connected_account_id, :device_id, :event_id, :event_type, :workspace_id, :code, :backup_access_code_id, :acs_system_id, :acs_credential_id, :acs_user_id, :acs_encoder_id, :acs_access_group_id, :client_session_id, :connect_webview_id, :action_attempt_id, :action_type, :status, :error_code, :battery_level, :battery_status, :minut_metadata, :noise_level_decibels, :noise_level_nrs, :noise_threshold_id, :noise_threshold_name, :noiseaware_metadata, :method, :climate_preset_key, :is_fallback_climate_preset, :thermostat_schedule_id, :cooling_set_point_celsius, :cooling_set_point_fahrenheit, :fan_mode_setting, :heating_set_point_celsius, :heating_set_point_fahrenheit, :hvac_mode_setting, :lower_limit_celsius, :lower_limit_fahrenheit, :temperature_celsius, :temperature_fahrenheit, :upper_limit_celsius, :upper_limit_fahrenheit, :desired_temperature_celsius, :desired_temperature_fahrenheit, :new_name, :enrollment_automation_id
7
7
 
8
8
  date_accessor :created_at, :occurred_at
9
9
  end
@@ -24,6 +24,7 @@ require_relative "enrollment_automation"
24
24
  require_relative "event"
25
25
  require_relative "network"
26
26
  require_relative "noise_threshold"
27
+ require_relative "pagination"
27
28
  require_relative "phone"
28
29
  require_relative "thermostat_schedule"
29
30
  require_relative "unmanaged_access_code"
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Seam
4
+ module Resources
5
+ class Pagination < BaseResource
6
+ attr_accessor :has_next_page, :next_page_cursor, :next_page_url
7
+ end
8
+ end
9
+ end
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.6.0"
4
+ VERSION = "2.8.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.6.0
4
+ version: 2.8.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-02-24 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -257,6 +257,7 @@ files:
257
257
  - lib/seam/routes/resources/index.rb
258
258
  - lib/seam/routes/resources/network.rb
259
259
  - lib/seam/routes/resources/noise_threshold.rb
260
+ - lib/seam/routes/resources/pagination.rb
260
261
  - lib/seam/routes/resources/phone.rb
261
262
  - lib/seam/routes/resources/resource_error.rb
262
263
  - lib/seam/routes/resources/resource_errors_support.rb