mx-platform-ruby 0.10.0 → 0.11.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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/docs/MxPlatformApi.md +213 -0
  4. data/docs/PaymentAccountResponse.md +30 -0
  5. data/docs/PaymentAccountResponseBody.md +18 -0
  6. data/docs/PaymentProcessorAuthorizationCodeRequest.md +22 -0
  7. data/docs/PaymentProcessorAuthorizationCodeRequestBody.md +18 -0
  8. data/docs/PaymentProcessorAuthorizationCodeResponse.md +18 -0
  9. data/docs/PaymentProcessorAuthorizationCodeResponseBody.md +18 -0
  10. data/docs/PaymentProcessorTokenResponseBody.md +22 -0
  11. data/lib/mx-platform-ruby/api/mx_platform_api.rb +188 -0
  12. data/lib/mx-platform-ruby/configuration.rb +7 -0
  13. data/lib/mx-platform-ruby/models/payment_account_response.rb +279 -0
  14. data/lib/mx-platform-ruby/models/payment_account_response_body.rb +218 -0
  15. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb +236 -0
  16. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb +218 -0
  17. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb +219 -0
  18. data/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb +218 -0
  19. data/lib/mx-platform-ruby/models/payment_processor_token_response_body.rb +239 -0
  20. data/lib/mx-platform-ruby/version.rb +1 -1
  21. data/lib/mx-platform-ruby.rb +7 -0
  22. data/openapi/config.yml +1 -1
  23. data/spec/api/mx_platform_api_spec.rb +36 -0
  24. data/spec/models/payment_account_response_body_spec.rb +34 -0
  25. data/spec/models/payment_account_response_spec.rb +70 -0
  26. data/spec/models/payment_processor_authorization_code_request_body_spec.rb +34 -0
  27. data/spec/models/payment_processor_authorization_code_request_spec.rb +46 -0
  28. data/spec/models/payment_processor_authorization_code_response_body_spec.rb +34 -0
  29. data/spec/models/payment_processor_authorization_code_response_spec.rb +34 -0
  30. data/spec/models/payment_processor_token_response_body_spec.rb +46 -0
  31. metadata +30 -2
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest do
21
+ let(:instance) { MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest.new }
22
+
23
+ describe 'test an instance of PaymentProcessorAuthorizationCodeRequest' do
24
+ it 'should create an instance of PaymentProcessorAuthorizationCodeRequest' do
25
+ expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "account_guid"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "member_guid"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "user_guid"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody do
21
+ let(:instance) { MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody.new }
22
+
23
+ describe 'test an instance of PaymentProcessorAuthorizationCodeResponseBody' do
24
+ it 'should create an instance of PaymentProcessorAuthorizationCodeResponseBody' do
25
+ expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody)
26
+ end
27
+ end
28
+ describe 'test attribute "payment_processor_authorization_code"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse do
21
+ let(:instance) { MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse.new }
22
+
23
+ describe 'test an instance of PaymentProcessorAuthorizationCodeResponse' do
24
+ it 'should create an instance of PaymentProcessorAuthorizationCodeResponse' do
25
+ expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "authorization_code"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #MX Platform API
3
+
4
+ #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MxPlatformRuby::PaymentProcessorTokenResponseBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MxPlatformRuby::PaymentProcessorTokenResponseBody do
21
+ let(:instance) { MxPlatformRuby::PaymentProcessorTokenResponseBody.new }
22
+
23
+ describe 'test an instance of PaymentProcessorTokenResponseBody' do
24
+ it 'should create an instance of PaymentProcessorTokenResponseBody' do
25
+ expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorTokenResponseBody)
26
+ end
27
+ end
28
+ describe 'test attribute "access_token"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "scope"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "token_type"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ end
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: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-10 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -131,6 +131,13 @@ files:
131
131
  - docs/OAuthWindowResponseBody.md
132
132
  - docs/OptionResponse.md
133
133
  - docs/PaginationResponse.md
134
+ - docs/PaymentAccountResponse.md
135
+ - docs/PaymentAccountResponseBody.md
136
+ - docs/PaymentProcessorAuthorizationCodeRequest.md
137
+ - docs/PaymentProcessorAuthorizationCodeRequestBody.md
138
+ - docs/PaymentProcessorAuthorizationCodeResponse.md
139
+ - docs/PaymentProcessorAuthorizationCodeResponseBody.md
140
+ - docs/PaymentProcessorTokenResponseBody.md
134
141
  - docs/StatementResponse.md
135
142
  - docs/StatementResponseBody.md
136
143
  - docs/StatementsResponseBody.md
@@ -244,6 +251,13 @@ files:
244
251
  - lib/mx-platform-ruby/models/o_auth_window_response_body.rb
245
252
  - lib/mx-platform-ruby/models/option_response.rb
246
253
  - lib/mx-platform-ruby/models/pagination_response.rb
254
+ - lib/mx-platform-ruby/models/payment_account_response.rb
255
+ - lib/mx-platform-ruby/models/payment_account_response_body.rb
256
+ - lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb
257
+ - lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb
258
+ - lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb
259
+ - lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb
260
+ - lib/mx-platform-ruby/models/payment_processor_token_response_body.rb
247
261
  - lib/mx-platform-ruby/models/statement_response.rb
248
262
  - lib/mx-platform-ruby/models/statement_response_body.rb
249
263
  - lib/mx-platform-ruby/models/statements_response_body.rb
@@ -360,6 +374,13 @@ files:
360
374
  - spec/models/o_auth_window_response_spec.rb
361
375
  - spec/models/option_response_spec.rb
362
376
  - spec/models/pagination_response_spec.rb
377
+ - spec/models/payment_account_response_body_spec.rb
378
+ - spec/models/payment_account_response_spec.rb
379
+ - spec/models/payment_processor_authorization_code_request_body_spec.rb
380
+ - spec/models/payment_processor_authorization_code_request_spec.rb
381
+ - spec/models/payment_processor_authorization_code_response_body_spec.rb
382
+ - spec/models/payment_processor_authorization_code_response_spec.rb
383
+ - spec/models/payment_processor_token_response_body_spec.rb
363
384
  - spec/models/statement_response_body_spec.rb
364
385
  - spec/models/statement_response_spec.rb
365
386
  - spec/models/statements_response_body_spec.rb
@@ -428,6 +449,7 @@ test_files:
428
449
  - spec/api/mx_platform_api_spec.rb
429
450
  - spec/api_client_spec.rb
430
451
  - spec/configuration_spec.rb
452
+ - spec/models/payment_processor_token_response_body_spec.rb
431
453
  - spec/models/category_update_request_spec.rb
432
454
  - spec/models/member_create_request_spec.rb
433
455
  - spec/models/category_response_body_spec.rb
@@ -448,6 +470,7 @@ test_files:
448
470
  - spec/models/connect_widget_response_spec.rb
449
471
  - spec/models/account_owners_response_body_spec.rb
450
472
  - spec/models/merchant_location_response_body_spec.rb
473
+ - spec/models/payment_processor_authorization_code_request_spec.rb
451
474
  - spec/models/transaction_rule_update_request_body_spec.rb
452
475
  - spec/models/institutions_response_body_spec.rb
453
476
  - spec/models/connect_widget_request_spec.rb
@@ -470,8 +493,10 @@ test_files:
470
493
  - spec/models/transaction_response_body_spec.rb
471
494
  - spec/models/member_status_response_body_spec.rb
472
495
  - spec/models/challenges_response_body_spec.rb
496
+ - spec/models/payment_processor_authorization_code_request_body_spec.rb
473
497
  - spec/models/tag_create_request_body_spec.rb
474
498
  - spec/models/account_update_request_spec.rb
499
+ - spec/models/payment_processor_authorization_code_response_spec.rb
475
500
  - spec/models/institution_response_spec.rb
476
501
  - spec/models/tag_update_request_body_spec.rb
477
502
  - spec/models/member_response_spec.rb
@@ -505,10 +530,12 @@ test_files:
505
530
  - spec/models/member_create_request_body_spec.rb
506
531
  - spec/models/accounts_response_body_spec.rb
507
532
  - spec/models/tags_response_body_spec.rb
533
+ - spec/models/payment_account_response_spec.rb
508
534
  - spec/models/member_resume_request_spec.rb
509
535
  - spec/models/managed_transaction_update_request_spec.rb
510
536
  - spec/models/pagination_response_spec.rb
511
537
  - spec/models/transaction_rule_response_spec.rb
538
+ - spec/models/payment_account_response_body_spec.rb
512
539
  - spec/models/merchant_response_body_spec.rb
513
540
  - spec/models/managed_member_update_request_body_spec.rb
514
541
  - spec/models/account_owner_response_spec.rb
@@ -533,6 +560,7 @@ test_files:
533
560
  - spec/models/member_update_request_body_spec.rb
534
561
  - spec/models/merchants_response_body_spec.rb
535
562
  - spec/models/transaction_rule_create_request_body_spec.rb
563
+ - spec/models/payment_processor_authorization_code_response_body_spec.rb
536
564
  - spec/models/holding_response_body_spec.rb
537
565
  - spec/models/holding_response_spec.rb
538
566
  - spec/models/transaction_update_request_body_spec.rb