mx-platform-ruby 1.11.0 → 1.12.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 +4 -4
- data/Gemfile.lock +1 -1
- data/docs/InstitutionResponse.md +1 -3
- data/docs/MicrodepositsApi.md +1 -1
- data/docs/TransactionsApi.md +1 -1
- data/lib/mx-platform-ruby/api/microdeposits_api.rb +2 -2
- data/lib/mx-platform-ruby/api/transactions_api.rb +2 -2
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/spec/api/microdeposits_api_spec.rb +1 -1
- data/spec/api/transactions_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5928c0f465d91735d6fa51ce0769a85ee59c1e9192ab69ff71001696f1182a7
|
|
4
|
+
data.tar.gz: e6da79d2a395297a410dd939caa341ce56d084e0729eaa313ec4c066c05affc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30e11ce3a3ad807a6d0580f1ac6516e7004d7862994a61d6f999399c7babc73c873aef62874f91bbfd03fe8e3f517b3744a32d9731ae68370f7785a35521fd91
|
|
7
|
+
data.tar.gz: 68fb6ccf6d09db14ced8eeeede75a624fa084a7b065c18ce98ea4c872d01788314a84becf681ec3177f323ca4f0d3b06ec8a5ca8b465b6fb6f4fdd632ef72ca4
|
data/Gemfile.lock
CHANGED
data/docs/InstitutionResponse.md
CHANGED
|
@@ -32,9 +32,7 @@ instance = MxPlatformRuby::InstitutionResponse.new(
|
|
|
32
32
|
code: mxbank,
|
|
33
33
|
forgot_password_url: https://example.url.mxbank.com/forgot-password,
|
|
34
34
|
forgot_username_url: https://example.url.mxbank.com/forgot-username,
|
|
35
|
-
instructional_text: Some instructional text <a href="https://example.url.mxbank.com/instructions"
|
|
36
|
-
id="instructional_text">for end users</a>.
|
|
37
|
-
,
|
|
35
|
+
instructional_text: Some instructional text <a href="https://example.url.mxbank.com/instructions" id="instructional_text">for end users</a>.,
|
|
38
36
|
instructional_text_steps: ["Step 1: Do this.","Step 2: Do that."],
|
|
39
37
|
is_disabled_by_client: false,
|
|
40
38
|
iso_country_code: US,
|
data/docs/MicrodepositsApi.md
CHANGED
|
@@ -301,7 +301,7 @@ end
|
|
|
301
301
|
|
|
302
302
|
Read a microdeposit for a user
|
|
303
303
|
|
|
304
|
-
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br
|
|
304
|
+
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
|
|
305
305
|
|
|
306
306
|
### Examples
|
|
307
307
|
|
data/docs/TransactionsApi.md
CHANGED
|
@@ -633,7 +633,7 @@ end
|
|
|
633
633
|
|
|
634
634
|
List transactions by account
|
|
635
635
|
|
|
636
|
-
Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter.
|
|
636
|
+
Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
|
|
637
637
|
|
|
638
638
|
### Examples
|
|
639
639
|
|
|
@@ -287,7 +287,7 @@ module MxPlatformRuby
|
|
|
287
287
|
end
|
|
288
288
|
|
|
289
289
|
# Read a microdeposit for a user
|
|
290
|
-
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br
|
|
290
|
+
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
|
|
291
291
|
# @param micro_deposit_guid [String] The unique identifier for the microdeposit. Defined by MX.
|
|
292
292
|
# @param user_guid [String] The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
293
293
|
# @param [Hash] opts the optional parameters
|
|
@@ -298,7 +298,7 @@ module MxPlatformRuby
|
|
|
298
298
|
end
|
|
299
299
|
|
|
300
300
|
# Read a microdeposit for a user
|
|
301
|
-
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br
|
|
301
|
+
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
|
|
302
302
|
# @param micro_deposit_guid [String] The unique identifier for the microdeposit. Defined by MX.
|
|
303
303
|
# @param user_guid [String] The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
304
304
|
# @param [Hash] opts the optional parameters
|
|
@@ -619,7 +619,7 @@ module MxPlatformRuby
|
|
|
619
619
|
end
|
|
620
620
|
|
|
621
621
|
# List transactions by account
|
|
622
|
-
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter.
|
|
622
|
+
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
|
|
623
623
|
# @param account_guid [String] The unique id for an `account`.
|
|
624
624
|
# @param user_guid [String] The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
625
625
|
# @param [Hash] opts the optional parameters
|
|
@@ -643,7 +643,7 @@ module MxPlatformRuby
|
|
|
643
643
|
end
|
|
644
644
|
|
|
645
645
|
# List transactions by account
|
|
646
|
-
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter.
|
|
646
|
+
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
|
|
647
647
|
# @param account_guid [String] The unique id for an `account`.
|
|
648
648
|
# @param user_guid [String] The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
649
649
|
# @param [Hash] opts the optional parameters
|
data/openapi/config.yml
CHANGED
|
@@ -84,7 +84,7 @@ describe 'MicrodepositsApi' do
|
|
|
84
84
|
|
|
85
85
|
# unit tests for read_user_microdeposit
|
|
86
86
|
# Read a microdeposit for a user
|
|
87
|
-
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br
|
|
87
|
+
# Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
|
|
88
88
|
# @param micro_deposit_guid The unique identifier for the microdeposit. Defined by MX.
|
|
89
89
|
# @param user_guid The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
90
90
|
# @param [Hash] opts the optional parameters
|
|
@@ -152,7 +152,7 @@ describe 'TransactionsApi' do
|
|
|
152
152
|
|
|
153
153
|
# unit tests for list_transactions_by_account
|
|
154
154
|
# List transactions by account
|
|
155
|
-
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter.
|
|
155
|
+
# Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
|
|
156
156
|
# @param account_guid The unique id for an `account`.
|
|
157
157
|
# @param user_guid The unique identifier for a `user`, beginning with the prefix `USR-`.
|
|
158
158
|
# @param [Hash] opts the optional parameters
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mx-platform-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MX
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|