seam 2.75.0 → 2.76.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: a2d68eb7ca266f1b481e1e2feace74e3df513e90f0fbc3c67f4586551a76f3a3
4
- data.tar.gz: 363f96546d76e41923fbef59036bee5c9f594cb878ad2805dabb6647c51c9670
3
+ metadata.gz: debd421a48959ef74e14160818295238613b5646f5b9a5c6a7af2ca8983ede27
4
+ data.tar.gz: 5d3ab035785b1be7da40825ac6c16b4182000e482f41824cd173be072ca4caeb
5
5
  SHA512:
6
- metadata.gz: 4cdacea782376fbc7dcc345e9bb4ba4e3701d396c780e9e60c100ef76a088700ba089b27dded14ff9fd0957534d6031d9455bc96bea96221fb4943cb120ce0fb
7
- data.tar.gz: 6b316c34343d203bf706be53bff7335021093480bf99e12c12aae5e17d74c43998edf9d839f54e1f1f036ffecda0b86c31840981a597702b3ebe8b7fe5121add
6
+ metadata.gz: 32dd647b2fcc3aff52806af64defa8ce59e3bab3aa72314aee8ae56a3d9bdbfd1cff74b9984e6f728790c655cb7f59baf4aaa91941c071ace6fd4caf4f358bf0
7
+ data.tar.gz: dc910371b922359fcffec6d1be34499ebed4c5047055e2c073da4fede498b33de205626b6369766f14ca9e244f0e6a6b306229ae97fe6a2b16034f066b690357
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.75.0)
4
+ seam (2.76.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -8,8 +8,8 @@ module Seam
8
8
  @defaults = defaults
9
9
  end
10
10
 
11
- def create(accepted_capabilities: nil, accepted_providers: nil, automatically_manage_new_devices: nil, custom_metadata: nil, custom_redirect_failure_url: nil, custom_redirect_url: nil, customer_key: nil, device_selection_mode: nil, provider_category: nil, wait_for_device_creation: nil)
12
- res = @client.post("/connect_webviews/create", {accepted_capabilities: accepted_capabilities, accepted_providers: accepted_providers, automatically_manage_new_devices: automatically_manage_new_devices, custom_metadata: custom_metadata, custom_redirect_failure_url: custom_redirect_failure_url, custom_redirect_url: custom_redirect_url, customer_key: customer_key, device_selection_mode: device_selection_mode, provider_category: provider_category, wait_for_device_creation: wait_for_device_creation}.compact)
11
+ def create(accepted_capabilities: nil, accepted_providers: nil, automatically_manage_new_devices: nil, custom_metadata: nil, custom_redirect_failure_url: nil, custom_redirect_url: nil, customer_key: nil, device_selection_mode: nil, excluded_providers: nil, provider_category: nil, wait_for_device_creation: nil)
12
+ res = @client.post("/connect_webviews/create", {accepted_capabilities: accepted_capabilities, accepted_providers: accepted_providers, automatically_manage_new_devices: automatically_manage_new_devices, custom_metadata: custom_metadata, custom_redirect_failure_url: custom_redirect_failure_url, custom_redirect_url: custom_redirect_url, customer_key: customer_key, device_selection_mode: device_selection_mode, excluded_providers: excluded_providers, provider_category: provider_category, wait_for_device_creation: wait_for_device_creation}.compact)
13
13
 
14
14
  Seam::Resources::ConnectWebview.load_from_response(res.body["connect_webview"])
15
15
  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.75.0"
4
+ VERSION = "2.76.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.75.0
4
+ version: 2.76.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-09-17 00:00:00.000000000 Z
11
+ date: 2025-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday