fuse_client 1.0.1 → 1.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/docs/CreateLinkTokenRequest.md +4 -8
- data/docs/Entity.md +22 -0
- data/docs/FinancialInstitution.md +24 -0
- data/docs/FinancialInstitutionLogo.md +22 -0
- data/docs/FuseApi.md +78 -1
- data/lib/fuse_client/api/fuse_api.rb +63 -0
- data/lib/fuse_client/models/create_link_token_request.rb +20 -31
- data/lib/fuse_client/models/entity.rb +245 -0
- data/lib/fuse_client/models/financial_institution.rb +259 -0
- data/lib/fuse_client/models/financial_institution_logo.rb +296 -0
- data/lib/fuse_client/version.rb +1 -1
- data/lib/fuse_client.rb +3 -0
- data/spec/api/fuse_api_spec.rb +12 -0
- data/spec/models/create_link_token_request_spec.rb +1 -13
- data/spec/models/entity_spec.rb +46 -0
- data/spec/models/financial_institution_logo_spec.rb +54 -0
- data/spec/models/financial_institution_spec.rb +52 -0
- metadata +14 -2
@@ -0,0 +1,54 @@
|
|
1
|
+
=begin
|
2
|
+
#Fuse
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.3.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FuseClient::FinancialInstitutionLogo
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FuseClient::FinancialInstitutionLogo do
|
21
|
+
let(:instance) { FuseClient::FinancialInstitutionLogo.new }
|
22
|
+
|
23
|
+
describe 'test an instance of FinancialInstitutionLogo' do
|
24
|
+
it 'should create an instance of FinancialInstitutionLogo' do
|
25
|
+
expect(instance).to be_instance_of(FuseClient::FinancialInstitutionLogo)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "image"' 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 "type"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["base64", "url"])
|
38
|
+
# validator.allowable_values.each do |value|
|
39
|
+
# expect { instance.type = value }.not_to raise_error
|
40
|
+
# end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
describe 'test attribute "format"' do
|
45
|
+
it 'should work' do
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["png", "jpeg", "gif", "svg+xml"])
|
48
|
+
# validator.allowable_values.each do |value|
|
49
|
+
# expect { instance.format = value }.not_to raise_error
|
50
|
+
# end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
end
|
@@ -0,0 +1,52 @@
|
|
1
|
+
=begin
|
2
|
+
#Fuse
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.3.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FuseClient::FinancialInstitution
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FuseClient::FinancialInstitution do
|
21
|
+
let(:instance) { FuseClient::FinancialInstitution.new }
|
22
|
+
|
23
|
+
describe 'test an instance of FinancialInstitution' do
|
24
|
+
it 'should create an instance of FinancialInstitution' do
|
25
|
+
expect(instance).to be_instance_of(FuseClient::FinancialInstitution)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "id"' 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 "name"' 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 "logo"' 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
|
+
describe 'test attribute "website"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fuse_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -73,6 +73,7 @@ files:
|
|
73
73
|
- docs/CreateLinkTokenResponse.md
|
74
74
|
- docs/CreateSessionRequest.md
|
75
75
|
- docs/CreateSessionResponse.md
|
76
|
+
- docs/Entity.md
|
76
77
|
- docs/ExchangeFinancialConnectionsPublicTokenRequest.md
|
77
78
|
- docs/ExchangeFinancialConnectionsPublicTokenResponse.md
|
78
79
|
- docs/FinancialConnectionsAccount.md
|
@@ -94,6 +95,8 @@ files:
|
|
94
95
|
- docs/FinancialConnectionsOwnerEmailsInner.md
|
95
96
|
- docs/FinancialConnectionsOwnerNamesInner.md
|
96
97
|
- docs/FinancialConnectionsOwnerPhoneNumbersInner.md
|
98
|
+
- docs/FinancialInstitution.md
|
99
|
+
- docs/FinancialInstitutionLogo.md
|
97
100
|
- docs/FuseApi.md
|
98
101
|
- docs/FuseApiError.md
|
99
102
|
- docs/FuseApiErrorData.md
|
@@ -153,6 +156,7 @@ files:
|
|
153
156
|
- lib/fuse_client/models/create_link_token_response.rb
|
154
157
|
- lib/fuse_client/models/create_session_request.rb
|
155
158
|
- lib/fuse_client/models/create_session_response.rb
|
159
|
+
- lib/fuse_client/models/entity.rb
|
156
160
|
- lib/fuse_client/models/exchange_financial_connections_public_token_request.rb
|
157
161
|
- lib/fuse_client/models/exchange_financial_connections_public_token_response.rb
|
158
162
|
- lib/fuse_client/models/financial_connections_account.rb
|
@@ -174,6 +178,8 @@ files:
|
|
174
178
|
- lib/fuse_client/models/financial_connections_owner_emails_inner.rb
|
175
179
|
- lib/fuse_client/models/financial_connections_owner_names_inner.rb
|
176
180
|
- lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb
|
181
|
+
- lib/fuse_client/models/financial_institution.rb
|
182
|
+
- lib/fuse_client/models/financial_institution_logo.rb
|
177
183
|
- lib/fuse_client/models/fuse_api_error.rb
|
178
184
|
- lib/fuse_client/models/fuse_api_error_data.rb
|
179
185
|
- lib/fuse_client/models/fuse_api_warning.rb
|
@@ -229,6 +235,7 @@ files:
|
|
229
235
|
- spec/models/create_link_token_response_spec.rb
|
230
236
|
- spec/models/create_session_request_spec.rb
|
231
237
|
- spec/models/create_session_response_spec.rb
|
238
|
+
- spec/models/entity_spec.rb
|
232
239
|
- spec/models/exchange_financial_connections_public_token_request_spec.rb
|
233
240
|
- spec/models/exchange_financial_connections_public_token_response_spec.rb
|
234
241
|
- spec/models/financial_connections_account_balance_spec.rb
|
@@ -250,6 +257,8 @@ files:
|
|
250
257
|
- spec/models/financial_connections_owner_names_inner_spec.rb
|
251
258
|
- spec/models/financial_connections_owner_phone_numbers_inner_spec.rb
|
252
259
|
- spec/models/financial_connections_owner_spec.rb
|
260
|
+
- spec/models/financial_institution_logo_spec.rb
|
261
|
+
- spec/models/financial_institution_spec.rb
|
253
262
|
- spec/models/fuse_api_error_data_spec.rb
|
254
263
|
- spec/models/fuse_api_error_spec.rb
|
255
264
|
- spec/models/fuse_api_warning_data_spec.rb
|
@@ -318,11 +327,13 @@ test_files:
|
|
318
327
|
- spec/api/fuse_api_spec.rb
|
319
328
|
- spec/api_client_spec.rb
|
320
329
|
- spec/configuration_spec.rb
|
330
|
+
- spec/models/financial_institution_spec.rb
|
321
331
|
- spec/models/financial_connections_owner_addresses_inner_data_spec.rb
|
322
332
|
- spec/models/get_asset_report_request_spec.rb
|
323
333
|
- spec/models/exchange_financial_connections_public_token_response_spec.rb
|
324
334
|
- spec/models/get_asset_report_response_report_accounts_inner_balances_spec.rb
|
325
335
|
- spec/models/financial_connections_owner_emails_inner_spec.rb
|
336
|
+
- spec/models/financial_institution_logo_spec.rb
|
326
337
|
- spec/models/create_link_token_request_mx_spec.rb
|
327
338
|
- spec/models/get_liabilities_response_spec.rb
|
328
339
|
- spec/models/get_financial_connections_balance_request_spec.rb
|
@@ -344,6 +355,7 @@ test_files:
|
|
344
355
|
- spec/models/get_transactions_response_spec.rb
|
345
356
|
- spec/models/financial_connections_owner_addresses_inner_spec.rb
|
346
357
|
- spec/models/refresh_asset_report_request_spec.rb
|
358
|
+
- spec/models/entity_spec.rb
|
347
359
|
- spec/models/sync_transactions_response_spec.rb
|
348
360
|
- spec/models/create_link_token_response_spec.rb
|
349
361
|
- spec/models/transaction_common_model_spec.rb
|