moov_ruby 24.1.2 → 24.1.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c7ca67277db54b41ae1510f6046324298f1704dced4dc8da39f07b94d0eb38b
|
|
4
|
+
data.tar.gz: 4f2742f087b5e6abf4fb547d0156c4cc7a1234b7d1843f5c1fe07902b3659745
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bc6b940e778cc0956772f3e27f7da4f4ae8b2e70d52499e26b28ea33881b654949608dc1dc2bf37f089335a9eb9f3c802adb76187ac4a069ad60259faf16822
|
|
7
|
+
data.tar.gz: e58145ed02c5dde1978aa3bfee9cd325538242ebb4644387bc861f7bffc1a313b86a863d2a33a0e42d491a245dce9791f416a07e9b6e28719639ee99aa0cf6c9
|
|
@@ -12,7 +12,7 @@ module Moov
|
|
|
12
12
|
extend T::Sig
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
# Unique identifier for a image resource.
|
|
16
16
|
field :image_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('imageID'), required: true } }
|
|
17
17
|
# The ID used to get an image with the public endpoint.
|
|
18
18
|
field :public_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('publicID'), required: true } }
|
|
@@ -18,7 +18,7 @@ module Moov
|
|
|
18
18
|
field :payment_method_type, Models::Components::PaymentMethodType, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('paymentMethodType'), required: true, 'decoder': Utils.enum_from_string(Models::Components::PaymentMethodType, false) } }
|
|
19
19
|
|
|
20
20
|
field :account, Models::Components::TransferAccount, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('account'), required: true } }
|
|
21
|
-
#
|
|
21
|
+
# String present only if the transfer is part of a transfer group.
|
|
22
22
|
field :transfer_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('transferID') } }
|
|
23
23
|
# A bank account as contained within a payment method.
|
|
24
24
|
field :bank_account, Crystalline::Nilable.new(Models::Components::PaymentMethodsBankAccount), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('bankAccount') } }
|
|
@@ -16,9 +16,9 @@ module Moov
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
|
|
18
18
|
field :schedule_id, ::String, { 'path_param': { 'field_name': 'scheduleID', 'style': 'simple', 'explode': false } }
|
|
19
|
-
# Allows the specification of additional filters beyond the
|
|
19
|
+
# Allows the specification of additional filters beyond the string.
|
|
20
20
|
#
|
|
21
|
-
# Specifying a
|
|
21
|
+
# Specifying a string returns the exact occurrence.
|
|
22
22
|
# Specifying a RFC 3339 timestamp returns the latest occurrence at or before that timestamp.
|
|
23
23
|
# Specifying `latest` returns the latest occurrence at or before now.
|
|
24
24
|
field :occurrence_filter, ::String, { 'path_param': { 'field_name': 'occurrenceFilter', '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 = 'v2024.01.00'
|
|
98
|
-
@sdk_version = '24.1.
|
|
99
|
-
@gen_version = '2.
|
|
100
|
-
@user_agent = 'speakeasy-sdk/ruby 24.1.
|
|
98
|
+
@sdk_version = '24.1.3'
|
|
99
|
+
@gen_version = '2.818.4'
|
|
100
|
+
@user_agent = 'speakeasy-sdk/ruby 24.1.3 2.818.4 v2024.01.00 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: 24.1.
|
|
4
|
+
version: 24.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Speakeasy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|