seam 2.40.0 → 2.41.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: f69dca41c75610c37c1a30ed765c96f0d753093a9f88621e3d8c00adcdb38df9
4
- data.tar.gz: 9a3684601120d4db0080e7746ab3e6eabafd8efcc40118d20c6ee1996f1124f6
3
+ metadata.gz: 2280bedae3810a10cd7c20285fa6797ba72b3220e734d2de50f1d21213b718eb
4
+ data.tar.gz: c52808aa99ecf89b45293107c73272c506afcc9857e89cec9a417a59cf41d9de
5
5
  SHA512:
6
- metadata.gz: 54cf134b3caaff8500b404ebbf9a7a37f35b94cdd6d14fb98049ed9c8f5d17c087d5e429470aa4e4510565307e20e3041540212215e96d0d7c3a54d54e01585a
7
- data.tar.gz: 2763378a90ece67f3b27a8519f3c1ac8f1e7bf65a4ba6ad46e094430746ecb1dd6975b253fd47fe0f7128f6039c5890734c27326e41ef2565bdf0df57e10b020
6
+ metadata.gz: 621981352c6a4a91bb5900be112d7de28e3f0555ca8811d6d4c723961cf83850737fc6ca9ce525f6706de8c1e721a7309213494dfc7d6f7bb045eb3f4da68512
7
+ data.tar.gz: e1e9403e299570d6e53a578bbf5c79d4cd77cad62a7f650bf3959cd5045d83bc680f2f39fc71091b53f0131f03bc8a8763202794ffdd8b874eac4ba63a86d74b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.40.0)
4
+ seam (2.41.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -20,8 +20,8 @@ module Seam
20
20
  nil
21
21
  end
22
22
 
23
- def list(access_grant_id: nil, access_method_id: nil, acs_credential_id: nil, acs_system_id: nil, location_id: nil, space_id: nil)
24
- res = @client.post("/acs/entrances/list", {access_grant_id: access_grant_id, access_method_id: access_method_id, acs_credential_id: acs_credential_id, acs_system_id: acs_system_id, location_id: location_id, space_id: space_id}.compact)
23
+ def list(access_grant_id: nil, access_method_id: nil, acs_credential_id: nil, acs_system_id: nil, connected_account_id: nil, location_id: nil, space_id: nil)
24
+ res = @client.post("/acs/entrances/list", {access_grant_id: access_grant_id, access_method_id: access_method_id, acs_credential_id: acs_credential_id, acs_system_id: acs_system_id, connected_account_id: connected_account_id, location_id: location_id, space_id: space_id}.compact)
25
25
 
26
26
  Seam::Resources::AcsEntrance.load_from_response(res.body["acs_entrances"])
27
27
  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.40.0"
4
+ VERSION = "2.41.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.40.0
4
+ version: 2.41.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-01 00:00:00.000000000 Z
11
+ date: 2025-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday