moov_ruby 0.1.6 → 0.1.7

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: bebfcb5b4306f81bc51c5a798b780458650e6a967f395d8c1d06d3393a97f3de
4
- data.tar.gz: cf21dc0e4be0e76be3c46b4d2f2b415874203c83a60b5c7193b4f7c85d4fda15
3
+ metadata.gz: ac2607f9e5216b12c6c7976db0336dc9fbb870a5cecc4dc151b9ce5a4a7ba633
4
+ data.tar.gz: acdede89ffbfeae31118a687519d302d4c38f0c120f6bf38caa1fa7f6a8858e1
5
5
  SHA512:
6
- metadata.gz: 938db7873d8a07f7053cd1e7ab0aaae7bbc4c395a14363bfe1e0ee285203c44393cf318a11f50f72f4bb9a80a2eb22fa4ad17bb84ccbf4c0a967481189e58b2f
7
- data.tar.gz: 31fc6324ecc584dbf66b0919227504cdec77f34e4bdc7af4586697f0918dd0e3df9d39d5764afee902c756936e2605ee67ec88511e2aa6e80509fd01572ea278
6
+ metadata.gz: 843c38c83ebac23caf1a5006a3b37b8628aa19523064b43e0bf49d6b29dcca78f0e3bdc8ef6900c77fbbd4ee377708c5b40c78a19d7443595d7964adb07952b0
7
+ data.tar.gz: 439f1a7fee8d04137325b421f6abe0cf9d01088d2e70be9a2ef9c9d1a9dc4503be83d26d752c2164b598d304c3f0be4a057c2f599e2951c753b8b507ae136333
@@ -13,7 +13,7 @@ module Moov
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
16
-
16
+ # Your Moov account ID as the partner running the transfers.
17
17
  field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
18
18
 
19
19
  field :schedule_id, ::String, { 'path_param': { 'field_name': 'scheduleID', 'style': 'simple', 'explode': false } }
@@ -13,7 +13,7 @@ module Moov
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
16
-
16
+ # Account ID of the account that will run the transfer.
17
17
  field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
18
18
 
19
19
  field :upsert_schedule, Models::Components::UpsertSchedule, { 'request': { 'media_type': 'application/json' } }
@@ -13,7 +13,7 @@ module Moov
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
16
-
16
+ # Account ID of the account that will run the transfer.
17
17
  field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
18
18
 
19
19
  field :schedule_id, ::String, { 'path_param': { 'field_name': 'scheduleID', 'style': 'simple', 'explode': false } }
@@ -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.6'
99
- @gen_version = '2.684.0'
100
- @user_agent = 'speakeasy-sdk/ruby 0.1.6 2.684.0 latest moov_ruby'
98
+ @sdk_version = '0.1.7'
99
+ @gen_version = '2.686.7'
100
+ @user_agent = 'speakeasy-sdk/ruby 0.1.7 2.686.7 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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speakeasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-16 00:00:00.000000000 Z
11
+ date: 2025-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64