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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f594a6f5c52b8b3becea78fa9a072af58b40bc3a670aade5798dbe507418c479
4
- data.tar.gz: a2049e85dd823acfb56e10513e9d3c9f8b32d4824c5ed091f7c88f9da00e84cd
3
+ metadata.gz: d5928c0f465d91735d6fa51ce0769a85ee59c1e9192ab69ff71001696f1182a7
4
+ data.tar.gz: e6da79d2a395297a410dd939caa341ce56d084e0729eaa313ec4c066c05affc5
5
5
  SHA512:
6
- metadata.gz: 65d2b07b45594467a2175adb586726ecaa02353ce453994c11363e68ae5a5a02446f1db20dc313dc39bc1267242ee65b779e763e3c7cb69d9b12dd407353c31d
7
- data.tar.gz: 29ae392bca227e488aa43f5acc8bbc68c992c990ccc88798514f516a2051296c2b821c2e6faca634a17a0269dfca7d40d2adfc19212c5b813d89fcf8b1760815
6
+ metadata.gz: 30e11ce3a3ad807a6d0580f1ac6516e7004d7862994a61d6f999399c7babc73c873aef62874f91bbfd03fe8e3f517b3744a32d9731ae68370f7785a35521fd91
7
+ data.tar.gz: 68fb6ccf6d09db14ced8eeeede75a624fa084a7b065c18ce98ea4c872d01788314a84becf681ec3177f323ca4f0d3b06ec8a5ca8b465b6fb6f4fdd632ef72ca4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (1.11.0)
4
+ mx-platform-ruby (1.12.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -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 &lt;a href&#x3D;&quot;https://example.url.mxbank.com/instructions&quot;
36
- id&#x3D;&quot;instructional_text&quot;&gt;for end users&lt;/a&gt;.
37
- ,
35
+ instructional_text: Some instructional text &lt;a href&#x3D;&quot;https://example.url.mxbank.com/instructions&quot; id&#x3D;&quot;instructional_text&quot;&gt;for end users&lt;/a&gt;.,
38
36
  instructional_text_steps: [&quot;Step 1: Do this.&quot;,&quot;Step 2: Do that.&quot;],
39
37
  is_disabled_by_client: false,
40
38
  iso_country_code: US,
@@ -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></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.
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
 
@@ -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. 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).
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></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.
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 &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
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. &lt;br&gt;&lt;/br&gt; 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.
301
+ # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; 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 &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
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. 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).
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 &#x60;account&#x60;.
624
624
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
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. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
646
+ # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. 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 &#x60;account&#x60;.
648
648
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
649
649
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ Generator version: 7.8.0
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '1.11.0'
14
+ VERSION = '1.12.0'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
6
  gemLicense: MIT
7
7
  gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: 1.11.0
9
+ gemVersion: 1.12.0
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
@@ -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. &lt;br&gt;&lt;/br&gt; 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.
87
+ # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; 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 &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
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. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
155
+ # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. 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 &#x60;account&#x60;.
157
157
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
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.11.0
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-05 00:00:00.000000000 Z
11
+ date: 2025-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday