moov_ruby 0.1.25 → 0.1.26

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: 481b230c41ab215bbca2503dbe9a71653c06c0284bfbfd6b0aee8d25308803f1
4
- data.tar.gz: d6260df7aaaa388ae1d54ca84cc4dea0517be04c4b2fc987407695de3229ce42
3
+ metadata.gz: cf125793518fe9835c2ac23afac558b71631fc1f112cb61f3645c42fdaa3e5cb
4
+ data.tar.gz: ab0963c209f2225e4cc989437c544992151121ba50144244db45d3bbdcdf37af
5
5
  SHA512:
6
- metadata.gz: 62983f37211d945b9c63034518807389df5cce1ca157618327cef50c6ead364935bbffb8da98181d815da03fc7fa7a04f6062ada1f112c4be5b09032cb9dc002
7
- data.tar.gz: f8a2246216c8e1461cd09effb7688e5f21e974767e819fbf2b5d9e9c6bb42e8117837310806d15a46756e61b4c2c8317d90465b52ecd5d26fc5d1deee89cc374
6
+ metadata.gz: bdc7de31eb9310ccfae6b76bc54eb7e3fd6889a67859e778de935e0cbee8119ac8593836bbdb57083e190cdefc1aec5b151da5ac9190cd31fad94a0dc858832f
7
+ data.tar.gz: e8d863b3d9359e3f1033e533850f283952ed9dddb71d070b46abd9a4a00f15b8a61f590e35f01855c68360d1b93f20a7fe792e1443373a5f6d9ee224faaabaa4
@@ -18,8 +18,8 @@ module Moov
18
18
 
19
19
  field :partner_account_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('partnerAccountID'), required: true } }
20
20
  # Type of a wallet.
21
- # - `default`: The primary system-generated wallet automatically created by Moov when an account is granted the wallet capability. This generates a moov-wallet payment method that is available for use immediately. Only one default wallet exists per account.
22
- # - `general`: A user-defined wallet created via the API to segment funds for specific use cases. Users can create multiple general wallets per account to support internal business models or financial reporting needs.
21
+ # - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
22
+ # - `general`: An additional, user-defined wallet created via API or Dashboard.
23
23
  field :wallet_type, Models::Components::WalletType, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('walletType'), required: true, 'decoder': Utils.enum_from_string(Models::Components::WalletType, false) } }
24
24
 
25
25
  sig { params(wallet_id: ::String, partner_account_id: ::String, wallet_type: Models::Components::WalletType).void }
@@ -26,8 +26,8 @@ module Moov
26
26
  # - `closed`: The wallet is no longer active and the corresponding payment method has been disabled.
27
27
  field :status, Models::Components::WalletStatus, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('status'), required: true, 'decoder': Utils.enum_from_string(Models::Components::WalletStatus, false) } }
28
28
  # Type of a wallet.
29
- # - `default`: The primary system-generated wallet automatically created by Moov when an account is granted the wallet capability. This generates a moov-wallet payment method that is available for use immediately. Only one default wallet exists per account.
30
- # - `general`: A user-defined wallet created via the API to segment funds for specific use cases. Users can create multiple general wallets per account to support internal business models or financial reporting needs.
29
+ # - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
30
+ # - `general`: An additional, user-defined wallet created via API or Dashboard.
31
31
  field :wallet_type, Models::Components::WalletType, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('walletType'), required: true, 'decoder': Utils.enum_from_string(Models::Components::WalletType, false) } }
32
32
  # Description of the wallet
33
33
  field :description, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('description'), required: true } }
@@ -9,8 +9,8 @@ module Moov
9
9
  module Components
10
10
 
11
11
  # WalletType - Type of a wallet.
12
- # - `default`: The primary system-generated wallet automatically created by Moov when an account is granted the wallet capability. This generates a moov-wallet payment method that is available for use immediately. Only one default wallet exists per account.
13
- # - `general`: A user-defined wallet created via the API to segment funds for specific use cases. Users can create multiple general wallets per account to support internal business models or financial reporting needs.
12
+ # - `default`: The system-generated wallet automatically created when an account is granted the wallet capability.
13
+ # - `general`: An additional, user-defined wallet created via API or Dashboard.
14
14
  class WalletType < T::Enum
15
15
 
16
16
 
@@ -95,9 +95,9 @@ module Moov
95
95
  @globals = globals.nil? ? {} : globals
96
96
  @language = 'ruby'
97
97
  @openapi_doc_version = 'latest'
98
- @sdk_version = '0.1.25'
99
- @gen_version = '2.720.1'
100
- @user_agent = 'speakeasy-sdk/ruby 0.1.25 2.720.1 latest moov_ruby'
98
+ @sdk_version = '0.1.26'
99
+ @gen_version = '2.721.3'
100
+ @user_agent = 'speakeasy-sdk/ruby 0.1.26 2.721.3 latest moov_ruby'
101
101
  end
102
102
 
103
103
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moov_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speakeasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-02 00:00:00.000000000 Z
11
+ date: 2025-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64