seam 2.109.0 → 2.110.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: 12954cc17c51445d51f1e9679387facf61b9fd9d775c6738c7b3daaad6ade69c
4
- data.tar.gz: 8b427a1499195283807db953f7b084a4bacd0c8ea032784c1f8808bfd22831cf
3
+ metadata.gz: c82e540ca8d754bc2373a437de21a817b9dc74d19905369cf18aaf4fcfd1a0c7
4
+ data.tar.gz: f919ddb75cd0fdb589f660a6dda7853508166e5735e0ba20a63c58db5d86c77b
5
5
  SHA512:
6
- metadata.gz: 12422e688bb5a3d086d1367855e95c6fad71cb9679e0f5c83ebf3fcabb80ef3236e2eabbf720592f8959c67cd211c56c5af1425cf2c944638f617a721a9c1a9b
7
- data.tar.gz: 43f35752f146946a60f08d2f69f55e18ffb906af5a82df8a2fd43294e85ca8bf4240bf7f0164c8808d0b79f5c2f83c94f80718860ad74970dd57cbffece772ed
6
+ metadata.gz: ac280e6d22d707abc1f543ffb3caf55424d81c9315de0bd880335d1de0c360aa9f55ea3d34ae17a166ab2ac57ca6545d7b6d7550bcb6e6104385e03a149076c0
7
+ data.tar.gz: ebe80c418a2e86a757f8617ebcbdfe1953c069cdb365be0b5955fd6a61948c1976796b097a1d633bb8d9177224c0976bced23a01a00832dd9fc52ba9fb35958d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.109.0)
4
+ seam (2.110.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -46,8 +46,8 @@ module Seam
46
46
  Seam::Resources::AccessCode.load_from_response(res.body["access_code"])
47
47
  end
48
48
 
49
- def list(access_code_ids: nil, access_method_id: nil, customer_key: nil, device_id: nil, limit: nil, page_cursor: nil, search: nil, user_identifier_key: nil)
50
- res = @client.post("/access_codes/list", {access_code_ids: access_code_ids, access_method_id: access_method_id, customer_key: customer_key, device_id: device_id, limit: limit, page_cursor: page_cursor, search: search, user_identifier_key: user_identifier_key}.compact)
49
+ def list(access_code_ids: nil, access_grant_id: nil, access_method_id: nil, customer_key: nil, device_id: nil, limit: nil, page_cursor: nil, search: nil, user_identifier_key: nil)
50
+ res = @client.post("/access_codes/list", {access_code_ids: access_code_ids, access_grant_id: access_grant_id, access_method_id: access_method_id, customer_key: customer_key, device_id: device_id, limit: limit, page_cursor: page_cursor, search: search, user_identifier_key: user_identifier_key}.compact)
51
51
 
52
52
  Seam::Resources::AccessCode.load_from_response(res.body["access_codes"])
53
53
  end
@@ -36,8 +36,8 @@ module Seam
36
36
  Seam::Resources::Batch.load_from_response(res.body["batch"])
37
37
  end
38
38
 
39
- def list(access_grant_ids: nil, access_grant_key: nil, acs_entrance_id: nil, acs_system_id: nil, customer_key: nil, limit: nil, location_id: nil, page_cursor: nil, reservation_key: nil, space_id: nil, user_identity_id: nil)
40
- res = @client.post("/access_grants/list", {access_grant_ids: access_grant_ids, access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, acs_system_id: acs_system_id, customer_key: customer_key, limit: limit, location_id: location_id, page_cursor: page_cursor, reservation_key: reservation_key, space_id: space_id, user_identity_id: user_identity_id}.compact)
39
+ def list(access_code_id: nil, access_grant_ids: nil, access_grant_key: nil, acs_entrance_id: nil, acs_system_id: nil, customer_key: nil, limit: nil, location_id: nil, page_cursor: nil, reservation_key: nil, space_id: nil, user_identity_id: nil)
40
+ res = @client.post("/access_grants/list", {access_code_id: access_code_id, access_grant_ids: access_grant_ids, access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, acs_system_id: acs_system_id, customer_key: customer_key, limit: limit, location_id: location_id, page_cursor: page_cursor, reservation_key: reservation_key, space_id: space_id, user_identity_id: user_identity_id}.compact)
41
41
 
42
42
  Seam::Resources::AccessGrant.load_from_response(res.body["access_grants"])
43
43
  end
@@ -40,8 +40,8 @@ module Seam
40
40
  Seam::Resources::Batch.load_from_response(res.body["batch"])
41
41
  end
42
42
 
43
- def list(access_grant_id: nil, access_grant_key: nil, acs_entrance_id: nil, device_id: nil, space_id: nil)
44
- res = @client.post("/access_methods/list", {access_grant_id: access_grant_id, access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, device_id: device_id, space_id: space_id}.compact)
43
+ def list(access_code_id: nil, access_grant_id: nil, access_grant_key: nil, acs_entrance_id: nil, device_id: nil, space_id: nil)
44
+ res = @client.post("/access_methods/list", {access_code_id: access_code_id, access_grant_id: access_grant_id, access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, device_id: device_id, space_id: space_id}.compact)
45
45
 
46
46
  Seam::Resources::AccessMethod.load_from_response(res.body["access_methods"])
47
47
  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.109.0"
4
+ VERSION = "2.110.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.109.0
4
+ version: 2.110.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: 2026-04-08 00:00:00.000000000 Z
11
+ date: 2026-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday