seam 2.54.0 → 2.56.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: afc7f142c54be5daa10690eaa4841f37807ab87f49ab85eb8873556bf22873c9
4
- data.tar.gz: 3e73bc25d543d60a15b0f38bb46e5b9524cc370f7393d924ecef419aa2290b0c
3
+ metadata.gz: f712e507a40de910280711e71992cb4b3fbf339f55f278ea1a0344b04f0eea30
4
+ data.tar.gz: 50042305b1ea94ea212ae51e3815fc1beeb02738bd3b74c2a747e1f505d41fba
5
5
  SHA512:
6
- metadata.gz: db166f9251bc1de45bc38c24a3911760c9977f164de453b4594b4ec0851437be4fde34a2614d7a492d80f00a805be74f3de34eb8ac2a8577f40c7b5e48f48ace
7
- data.tar.gz: 0bad067896b45286e460b033e33cb93adbdfdd953709d418e62ea0d817a0424b474dd7cbc5e78963f81d858bf5630f788ee2accb6bf9295feba64d33cc935a5f
6
+ metadata.gz: 54039db06e19a709e955e7769404d7c2fe7230a6b1c00b7da492c1b135079398feda66c648e082d417aea073c4e6afabe868d2757d3a3ae6135a2d080d59adec
7
+ data.tar.gz: a3633d7fe13da0ccf1f424857ff50c1868f2a2e234893b8bf469281ade1b378de76d8bbafbd82300d2b2f0ceefcbd226b05d859c3bf93a0153c0c61542110575
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.54.0)
4
+ seam (2.56.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -32,8 +32,8 @@ module Seam
32
32
  Seam::Resources::AcsCredential.load_from_response(res.body["acs_credential"])
33
33
  end
34
34
 
35
- def list(acs_user_id: nil, acs_system_id: nil, user_identity_id: nil, created_before: nil, is_multi_phone_sync_credential: nil, limit: nil)
36
- res = @client.post("/acs/credentials/list", {acs_user_id: acs_user_id, acs_system_id: acs_system_id, user_identity_id: user_identity_id, created_before: created_before, is_multi_phone_sync_credential: is_multi_phone_sync_credential, limit: limit}.compact)
35
+ def list(acs_user_id: nil, acs_system_id: nil, user_identity_id: nil, created_before: nil, is_multi_phone_sync_credential: nil, limit: nil, page_cursor: nil)
36
+ res = @client.post("/acs/credentials/list", {acs_user_id: acs_user_id, acs_system_id: acs_system_id, user_identity_id: user_identity_id, created_before: created_before, is_multi_phone_sync_credential: is_multi_phone_sync_credential, limit: limit, page_cursor: page_cursor}.compact)
37
37
 
38
38
  Seam::Resources::AcsCredential.load_from_response(res.body["acs_credentials"])
39
39
  end
@@ -3,7 +3,7 @@
3
3
  module Seam
4
4
  module Resources
5
5
  class AcsEntrance < BaseResource
6
- attr_accessor :acs_entrance_id, :acs_system_id, :assa_abloy_vostio_metadata, :can_unlock_with_card, :can_unlock_with_code, :can_unlock_with_mobile_key, :connected_account_id, :display_name, :dormakaba_community_metadata, :latch_metadata, :salto_ks_metadata, :salto_space_metadata, :visionline_metadata
6
+ attr_accessor :acs_entrance_id, :acs_system_id, :assa_abloy_vostio_metadata, :can_unlock_with_card, :can_unlock_with_code, :can_unlock_with_mobile_key, :connected_account_id, :display_name, :dormakaba_ambiance_metadata, :dormakaba_community_metadata, :latch_metadata, :salto_ks_metadata, :salto_space_metadata, :visionline_metadata
7
7
 
8
8
  date_accessor :created_at
9
9
 
@@ -27,7 +27,6 @@ require_relative "device_provider"
27
27
  require_relative "enrollment_automation"
28
28
  require_relative "event"
29
29
  require_relative "instant_key"
30
- require_relative "location"
31
30
  require_relative "magic_link"
32
31
  require_relative "noise_threshold"
33
32
  require_relative "pagination"
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.54.0"
4
+ VERSION = "2.56.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.54.0
4
+ version: 2.56.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-07-25 00:00:00.000000000 Z
11
+ date: 2025-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -265,7 +265,6 @@ files:
265
265
  - lib/seam/routes/resources/event.rb
266
266
  - lib/seam/routes/resources/index.rb
267
267
  - lib/seam/routes/resources/instant_key.rb
268
- - lib/seam/routes/resources/location.rb
269
268
  - lib/seam/routes/resources/magic_link.rb
270
269
  - lib/seam/routes/resources/noise_threshold.rb
271
270
  - lib/seam/routes/resources/pagination.rb
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Seam
4
- module Resources
5
- class Location < BaseResource
6
- attr_accessor :display_name, :geolocation, :location_id, :name, :time_zone, :workspace_id
7
-
8
- date_accessor :created_at
9
- end
10
- end
11
- end