mx-platform-ruby 0.12.0 → 0.13.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/docs/ConnectWidgetRequest.md +3 -3
  4. data/docs/HoldingResponse.md +2 -0
  5. data/docs/InstitutionResponse.md +2 -0
  6. data/docs/MemberCreateRequest.md +2 -0
  7. data/docs/MxPlatformApi.md +4 -215
  8. data/docs/WidgetRequest.md +2 -2
  9. data/lib/mx-platform-ruby/api/mx_platform_api.rb +5 -190
  10. data/lib/mx-platform-ruby/configuration.rb +0 -7
  11. data/lib/mx-platform-ruby/models/connect_widget_request.rb +13 -13
  12. data/lib/mx-platform-ruby/models/holding_response.rb +11 -1
  13. data/lib/mx-platform-ruby/models/institution_response.rb +11 -1
  14. data/lib/mx-platform-ruby/models/member_create_request.rb +10 -1
  15. data/lib/mx-platform-ruby/models/widget_request.rb +10 -10
  16. data/lib/mx-platform-ruby/version.rb +1 -1
  17. data/lib/mx-platform-ruby.rb +0 -7
  18. data/openapi/config.yml +1 -1
  19. data/spec/api/mx_platform_api_spec.rb +2 -37
  20. data/spec/models/connect_widget_request_spec.rb +6 -6
  21. data/spec/models/holding_response_spec.rb +6 -0
  22. data/spec/models/institution_response_spec.rb +6 -0
  23. data/spec/models/member_create_request_spec.rb +6 -0
  24. data/spec/models/widget_request_spec.rb +6 -6
  25. metadata +92 -120
  26. data/docs/PartnerAccountResponse.md +0 -30
  27. data/docs/PartnerAccountResponseBody.md +0 -18
  28. data/docs/PartnerAuthorizationCodeRequest.md +0 -22
  29. data/docs/PartnerAuthorizationCodeRequestBody.md +0 -18
  30. data/docs/PartnerAuthorizationCodeResponse.md +0 -18
  31. data/docs/PartnerAuthorizationCodeResponseBody.md +0 -18
  32. data/docs/PartnerTokenResponseBody.md +0 -22
  33. data/lib/mx-platform-ruby/models/partner_account_response.rb +0 -279
  34. data/lib/mx-platform-ruby/models/partner_account_response_body.rb +0 -218
  35. data/lib/mx-platform-ruby/models/partner_authorization_code_request.rb +0 -236
  36. data/lib/mx-platform-ruby/models/partner_authorization_code_request_body.rb +0 -218
  37. data/lib/mx-platform-ruby/models/partner_authorization_code_response.rb +0 -219
  38. data/lib/mx-platform-ruby/models/partner_authorization_code_response_body.rb +0 -218
  39. data/lib/mx-platform-ruby/models/partner_token_response_body.rb +0 -239
  40. data/spec/models/partner_account_response_body_spec.rb +0 -34
  41. data/spec/models/partner_account_response_spec.rb +0 -70
  42. data/spec/models/partner_authorization_code_request_body_spec.rb +0 -34
  43. data/spec/models/partner_authorization_code_request_spec.rb +0 -46
  44. data/spec/models/partner_authorization_code_response_body_spec.rb +0 -34
  45. data/spec/models/partner_authorization_code_response_spec.rb +0 -34
  46. data/spec/models/partner_token_response_body_spec.rb +0 -46
@@ -1,34 +0,0 @@
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::PartnerAuthorizationCodeResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PartnerAuthorizationCodeResponse do
21
- let(:instance) { MxPlatformRuby::PartnerAuthorizationCodeResponse.new }
22
-
23
- describe 'test an instance of PartnerAuthorizationCodeResponse' do
24
- it 'should create an instance of PartnerAuthorizationCodeResponse' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PartnerAuthorizationCodeResponse)
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
@@ -1,46 +0,0 @@
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::PartnerTokenResponseBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PartnerTokenResponseBody do
21
- let(:instance) { MxPlatformRuby::PartnerTokenResponseBody.new }
22
-
23
- describe 'test an instance of PartnerTokenResponseBody' do
24
- it 'should create an instance of PartnerTokenResponseBody' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PartnerTokenResponseBody)
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