seamapi 1.10.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10aeca72bba477e5fbafee4ea3c041d2a514affdc8172eb74be7fdf43de10540
4
- data.tar.gz: 880457e50d564f6f6b5fee36b8602260a6f85c74f6858baf74aa2677c056b7a1
3
+ metadata.gz: 2c601dcd309faf4aeb50a8b4377db31937845e530176bec334d346b9d183b02e
4
+ data.tar.gz: 654b5bc26e34c8ae78d2e8663c2a44ae9d0a296104d1512381fdc4695d3cf8c1
5
5
  SHA512:
6
- metadata.gz: bd0286aa6cb2f0c0527bb703524a76fc57c1376f86a03a75a7b6f7569e27dfda06ba3e34ef78933f0b16689ccbd50f351fc265f1ad7f83c4883d92dacacae765
7
- data.tar.gz: ff3c688279a3e5c53d1ce752fe53a68c6446d242f8c93c5eaaf2989baeac1948598c3891853eb3352cb5f8b1e01231a6b137986b78fb31567b737cc5127f6c5d
6
+ metadata.gz: 1debdb9f4af1644ea78bea1cbb231247fe276a80ee1b4d34d1827ab5e5902986b82c79f657c2ec6f96c02305acfa5cc3456fe1e9ca7e9617cb45def900fc4506
7
+ data.tar.gz: eb1fc2dad41081fac11dc83ff10aa899f7fde67a7888a7af4c0d0456e0f9899ee7a9c6cfbef0d9dd620c90ff84826b67fc08ee3cadf9947f05071c95342bf545
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seamapi (1.10.0)
4
+ seamapi (1.11.1)
5
5
  http (~> 5.0.0)
6
6
 
7
7
  GEM
@@ -27,9 +27,11 @@ module Seam
27
27
  accepted_providers: nil,
28
28
  custom_redirect_url: nil,
29
29
  custom_redirect_failure_url: nil,
30
+ custom_metadata: nil,
30
31
  automatically_manage_new_devices: nil,
31
32
  device_selection_mode: nil,
32
- provider_category: nil
33
+ provider_category: nil,
34
+ wait_for_device_creation: nil
33
35
  )
34
36
  request_seam_object(
35
37
  :post,
@@ -42,7 +44,9 @@ module Seam
42
44
  custom_redirect_failure_url: custom_redirect_failure_url,
43
45
  automatically_manage_new_devices: automatically_manage_new_devices,
44
46
  device_selection_mode: device_selection_mode,
45
- provider_category: provider_category
47
+ custom_metadata: custom_metadata,
48
+ provider_category: provider_category,
49
+ wait_for_device_creation: wait_for_device_creation
46
50
  }.compact
47
51
  )
48
52
  end
@@ -4,7 +4,8 @@ module Seam
4
4
  class ConnectWebview < BaseResource
5
5
  attr_accessor :connect_webview_id, :connected_account_id, :custom_redirect_url, :custom_redirect_failure_url, :url,
6
6
  :workspace_id, :device_selection_mode, :accepted_providers, :selected_provider, :accepted_devices,
7
- :any_provider_allowed, :any_device_allowed, :login_successful, :status
7
+ :any_provider_allowed, :any_device_allowed, :login_successful, :status, :custom_metadata,
8
+ :automatically_manage_new_devices, :wait_for_device_creation
8
9
 
9
10
  date_accessor :created_at
10
11
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Seam
4
4
  class ConnectedAccount < BaseResource
5
- attr_accessor :connected_account_id, :user_identifier, :account_type
5
+ attr_accessor :connected_account_id, :user_identifier, :account_type, :custom_metadata
6
6
 
7
7
  date_accessor :created_at
8
8
 
data/lib/seam/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Seam
4
- VERSION = "1.10.0"
4
+ VERSION = "1.11.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.1
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: 2023-08-31 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http