seam 2.99.0 → 2.100.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: 41c563129f719c8c07646d86f67e73b775f8c63986a1a86c270d46012b68b244
4
- data.tar.gz: 560e272acd4c24b51211b5759737604a0647e2434d6a961a96893ff0c07c749b
3
+ metadata.gz: 67d4fc44632306cb8e5917c0c0da260d68ba1deb0fcacafd7637629e33450f3b
4
+ data.tar.gz: 5484f7ca07406d2107de35e068a079f73065c48256c4fafc8669bf0d3361acaa
5
5
  SHA512:
6
- metadata.gz: c4b6d9dee5f436520800e4c980a570c252a5f5928a0e01108721de4ea6254e9a49e8f75976e2df605e27496335a54e126d5afc6254c7df687cabe08a9b0b2cee
7
- data.tar.gz: 6bd2812a2b29dbe5700f80efc8b91d0fe9a8a395e80e837140c14f9f2e49d1b1c455bb87f390d30ee3376034d000420d7e89264da7c2f7d2e2c1a9c7464eec6a
6
+ metadata.gz: ad31f6c9fb394ae3a2cc98ecc7bacf9a2e1ab19fe596e16fb92f478317495c362b8798fdeb6d30bbc4c9d58725abfc10a89f56e1c15da3f6a339c4489afaff7c
7
+ data.tar.gz: 07fc7526a5ad59b7800d3d822cc198e742f4326a41fce4700cd794c12fa26c5db53971a681dfb040033814b9034f0e9ec48426d3910366a9c5be1cf0803e859c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.99.0)
4
+ seam (2.100.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -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_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_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_grant_id: 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_id: access_grant_id, 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
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.99.0"
4
+ VERSION = "2.100.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.99.0
4
+ version: 2.100.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-01-15 00:00:00.000000000 Z
11
+ date: 2026-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday