fuse_client 1.0.7 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (277) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -5
  3. data/docs/AccountSubType.md +15 -0
  4. data/docs/AccountType.md +15 -0
  5. data/docs/CountryCode.md +15 -0
  6. data/docs/CreateLinkTokenRequest.md +0 -2
  7. data/docs/CreateLinkTokenResponse.md +2 -2
  8. data/docs/CreateSessionRequest.md +9 -1
  9. data/docs/CreateSessionResponse.md +3 -3
  10. data/docs/Currency.md +20 -0
  11. data/docs/DeleteFinancialConnectionResponse.md +22 -0
  12. data/docs/ExchangeFinancialConnectionsPublicTokenResponse.md +3 -3
  13. data/docs/FinancialConnectionData.md +2 -2
  14. data/docs/FinancialConnectionDetails.md +32 -0
  15. data/docs/FinancialConnectionDetailsMx.md +20 -0
  16. data/docs/FinancialConnectionDetailsPlaid.md +20 -0
  17. data/docs/FinancialConnectionDetailsTeller.md +20 -0
  18. data/docs/FinancialConnectionsAccount.md +8 -8
  19. data/docs/FinancialConnectionsAccountBalance.md +5 -3
  20. data/docs/FinancialConnectionsAccountCachedBalance.md +24 -0
  21. data/docs/FinancialConnectionsAccountDetails.md +2 -2
  22. data/docs/FinancialConnectionsAccountLiability.md +8 -8
  23. data/docs/FinancialConnectionsHolding.md +8 -8
  24. data/docs/FinancialConnectionsInvestmentSecurity.md +17 -7
  25. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +18 -0
  26. data/docs/FinancialConnectionsInvestmentTransaction.md +22 -2
  27. data/docs/FinancialConnectionsOwner.md +4 -4
  28. data/docs/FinancialConnectionsOwnerEmailsInner.md +1 -1
  29. data/docs/FinancialConnectionsOwnerNamesInner.md +1 -1
  30. data/docs/FinancialConnectionsOwnerPhoneNumbersInner.md +1 -1
  31. data/docs/FinancialInstitution.md +3 -1
  32. data/docs/FuseApi.md +189 -185
  33. data/docs/FuseApiErrorData.md +1 -1
  34. data/docs/FuseApiWarningData.md +1 -1
  35. data/docs/GetEntityResponse.md +4 -2
  36. data/docs/GetFinancialConnectionResponse.md +20 -0
  37. data/docs/GetFinancialConnectionsAccountDetailsResponse.md +3 -3
  38. data/docs/GetFinancialConnectionsAccountsResponse.md +3 -3
  39. data/docs/GetFinancialConnectionsBalanceRequest.md +3 -1
  40. data/docs/GetFinancialConnectionsBalanceRequestOptions.md +18 -0
  41. data/docs/{GetFinancialConnectionsAccountBalanceResponse.md → GetFinancialConnectionsBalanceResponse.md} +4 -4
  42. data/docs/GetFinancialConnectionsOwnersResponse.md +1 -1
  43. data/docs/GetFinancialConnectionsOwnersResponseAccountsInner.md +3 -3
  44. data/docs/GetFinancialConnectionsTransactionsRequest.md +26 -0
  45. data/docs/GetFinancialConnectionsTransactionsResponse.md +22 -0
  46. data/docs/GetFinancialInstitutionResponse.md +2 -2
  47. data/docs/GetInvestmentHoldingsRequest.md +3 -3
  48. data/docs/GetInvestmentHoldingsRequestOptions.md +18 -0
  49. data/docs/GetInvestmentHoldingsResponse.md +3 -5
  50. data/docs/GetInvestmentTransactionsRequest.md +11 -1
  51. data/docs/GetInvestmentTransactionsRequestOptions.md +18 -0
  52. data/docs/GetInvestmentTransactionsResponse.md +3 -5
  53. data/docs/MigrateFinancialConnectionsAggregatorConnectionData.md +20 -0
  54. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataMx.md +20 -0
  55. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataPlaid.md +18 -0
  56. data/docs/MigrateFinancialConnectionsTokenRequest.md +24 -0
  57. data/docs/MigrateFinancialConnectionsTokenRequestEntity.md +18 -0
  58. data/docs/MigrateFinancialConnectionsTokenResponse.md +24 -0
  59. data/docs/SyncTransactionsResponse.md +2 -2
  60. data/docs/{GetTransactionsResponseDataInner.md → Transaction.md} +16 -14
  61. data/docs/{GetTransactionsResponseDataInnerMerchant.md → TransactionMerchant.md} +2 -2
  62. data/docs/WebhookEvent.md +28 -0
  63. data/docs/WebhookSource.md +15 -0
  64. data/docs/WebhookType.md +15 -0
  65. data/fuse_client.gemspec +1 -1
  66. data/lib/fuse_client/api/fuse_api.rb +181 -197
  67. data/lib/fuse_client/api_client.rb +1 -1
  68. data/lib/fuse_client/api_error.rb +1 -1
  69. data/lib/fuse_client/configuration.rb +39 -18
  70. data/lib/fuse_client/models/account_subtype.rb +178 -0
  71. data/lib/fuse_client/models/account_type.rb +45 -0
  72. data/lib/fuse_client/models/aggregator.rb +3 -3
  73. data/lib/fuse_client/models/country_code.rb +40 -0
  74. data/lib/fuse_client/models/create_asset_report_request.rb +1 -1
  75. data/lib/fuse_client/models/create_asset_report_response.rb +1 -1
  76. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  77. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  78. data/lib/fuse_client/models/create_link_token_request.rb +2 -12
  79. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  80. data/lib/fuse_client/models/create_link_token_request_plaid.rb +1 -1
  81. data/lib/fuse_client/models/create_link_token_response.rb +11 -1
  82. data/lib/fuse_client/models/create_session_request.rb +46 -5
  83. data/lib/fuse_client/models/create_session_response.rb +16 -1
  84. data/lib/fuse_client/models/currency.rb +235 -0
  85. data/lib/fuse_client/models/delete_financial_connection_response.rb +255 -0
  86. data/lib/fuse_client/models/entity.rb +1 -1
  87. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +1 -1
  88. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +16 -1
  89. data/lib/fuse_client/models/financial_connection_data.rb +11 -1
  90. data/lib/fuse_client/models/financial_connection_details.rb +345 -0
  91. data/lib/fuse_client/models/financial_connection_details_mx.rb +241 -0
  92. data/lib/fuse_client/models/{get_transactions_request.rb → financial_connection_details_plaid.rb} +19 -23
  93. data/lib/fuse_client/models/financial_connection_details_teller.rb +241 -0
  94. data/lib/fuse_client/models/financial_connections_account.rb +59 -14
  95. data/lib/fuse_client/models/financial_connections_account_balance.rb +21 -6
  96. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +250 -0
  97. data/lib/fuse_client/models/financial_connections_account_details.rb +11 -1
  98. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  99. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  100. data/lib/fuse_client/models/financial_connections_account_liability.rb +59 -14
  101. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  102. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  103. data/lib/fuse_client/models/financial_connections_holding.rb +52 -23
  104. data/lib/fuse_client/models/financial_connections_investment_security.rb +92 -24
  105. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +220 -0
  106. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +158 -10
  107. data/lib/fuse_client/models/financial_connections_owner.rb +21 -1
  108. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  109. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  110. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +6 -1
  111. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +6 -1
  112. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +6 -1
  113. data/lib/fuse_client/models/financial_institution.rb +22 -5
  114. data/lib/fuse_client/models/financial_institution_logo.rb +1 -1
  115. data/lib/fuse_client/models/fuse_api_error.rb +25 -1
  116. data/lib/fuse_client/models/fuse_api_error_data.rb +24 -2
  117. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  118. data/lib/fuse_client/models/fuse_api_warning_data.rb +24 -2
  119. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +1 -1
  120. data/lib/fuse_client/models/get_asset_report_request.rb +1 -1
  121. data/lib/fuse_client/models/get_asset_report_response.rb +1 -1
  122. data/lib/fuse_client/models/get_asset_report_response_report.rb +1 -1
  123. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner.rb +1 -1
  124. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_balances.rb +1 -1
  125. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner.rb +1 -1
  126. data/lib/fuse_client/models/get_entity_response.rb +29 -2
  127. data/lib/fuse_client/models/{get_transactions_response.rb → get_financial_connection_response.rb} +21 -33
  128. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  129. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +16 -1
  130. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  131. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +16 -1
  132. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +14 -5
  133. data/lib/fuse_client/models/get_financial_connections_balance_request_options.rb +222 -0
  134. data/lib/fuse_client/models/{get_financial_connections_account_balance_response.rb → get_financial_connections_balance_response.rb} +14 -4
  135. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  136. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +6 -1
  137. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +16 -1
  138. data/lib/fuse_client/models/get_financial_connections_transactions_request.rb +334 -0
  139. data/lib/fuse_client/models/get_financial_connections_transactions_response.rb +256 -0
  140. data/lib/fuse_client/models/get_financial_institution_response.rb +11 -1
  141. data/lib/fuse_client/models/get_investment_holdings_request.rb +9 -10
  142. data/lib/fuse_client/models/get_investment_holdings_request_options.rb +222 -0
  143. data/lib/fuse_client/models/get_investment_holdings_response.rb +18 -14
  144. data/lib/fuse_client/models/get_investment_transactions_request.rb +95 -5
  145. data/lib/fuse_client/models/get_investment_transactions_request_options.rb +222 -0
  146. data/lib/fuse_client/models/get_investment_transactions_response.rb +18 -14
  147. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  148. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  149. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data.rb +229 -0
  150. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx.rb +236 -0
  151. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid.rb +226 -0
  152. data/lib/fuse_client/models/{financial_connections_investment_account.rb → migrate_financial_connections_token_request.rb} +86 -70
  153. data/lib/fuse_client/models/{transaction_common_model.rb → migrate_financial_connections_token_request_entity.rb} +12 -13
  154. data/lib/fuse_client/models/migrate_financial_connections_token_response.rb +264 -0
  155. data/lib/fuse_client/models/product.rb +3 -3
  156. data/lib/fuse_client/models/refresh_asset_report_request.rb +1 -1
  157. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  158. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  159. data/lib/fuse_client/models/sync_transactions_response.rb +3 -3
  160. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  161. data/lib/fuse_client/models/{get_transactions_response_data_inner.rb → transaction.rb} +110 -21
  162. data/lib/fuse_client/models/{get_transactions_response_data_inner_merchant.rb → transaction_merchant.rb} +4 -4
  163. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  164. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  165. data/lib/fuse_client/models/{financial_connections_investment_transaction_data_inner.rb → webhook_event.rb} +94 -63
  166. data/lib/fuse_client/models/webhook_source.rb +43 -0
  167. data/lib/fuse_client/models/webhook_type.rb +42 -0
  168. data/lib/fuse_client/version.rb +2 -2
  169. data/lib/fuse_client.rb +30 -9
  170. data/spec/api/fuse_api_spec.rb +40 -39
  171. data/spec/api_client_spec.rb +3 -1
  172. data/spec/configuration_spec.rb +1 -1
  173. data/spec/models/account_subtype_spec.rb +28 -0
  174. data/spec/models/account_type_spec.rb +28 -0
  175. data/spec/models/aggregator_spec.rb +1 -1
  176. data/spec/models/country_code_spec.rb +28 -0
  177. data/spec/models/create_asset_report_request_spec.rb +1 -1
  178. data/spec/models/create_asset_report_response_spec.rb +1 -1
  179. data/spec/models/create_entity_request_spec.rb +1 -1
  180. data/spec/models/create_entity_response_spec.rb +1 -1
  181. data/spec/models/create_link_token_request_mx_spec.rb +1 -1
  182. data/spec/models/create_link_token_request_plaid_spec.rb +1 -1
  183. data/spec/models/create_link_token_request_spec.rb +1 -7
  184. data/spec/models/create_link_token_response_spec.rb +1 -1
  185. data/spec/models/create_session_request_spec.rb +25 -1
  186. data/spec/models/create_session_response_spec.rb +1 -1
  187. data/spec/models/{get_transactions_response_data_inner_merchant_spec.rb → currency_spec.rb} +13 -7
  188. data/spec/models/{get_transactions_request_spec.rb → delete_financial_connection_response_spec.rb} +10 -10
  189. data/spec/models/entity_spec.rb +1 -1
  190. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +1 -1
  191. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +1 -1
  192. data/spec/models/financial_connection_data_spec.rb +1 -1
  193. data/spec/models/financial_connection_details_mx_spec.rb +40 -0
  194. data/spec/models/financial_connection_details_plaid_spec.rb +40 -0
  195. data/spec/models/{financial_connections_investment_transaction_data_inner_spec.rb → financial_connection_details_spec.rb} +18 -14
  196. data/spec/models/financial_connection_details_teller_spec.rb +40 -0
  197. data/spec/models/financial_connections_account_balance_spec.rb +7 -1
  198. data/spec/models/financial_connections_account_cached_balance_spec.rb +52 -0
  199. data/spec/models/financial_connections_account_details_ach_spec.rb +1 -1
  200. data/spec/models/financial_connections_account_details_spec.rb +1 -1
  201. data/spec/models/financial_connections_account_institution_spec.rb +1 -1
  202. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +1 -1
  203. data/spec/models/financial_connections_account_liability_all_of_spec.rb +1 -1
  204. data/spec/models/financial_connections_account_liability_spec.rb +2 -2
  205. data/spec/models/financial_connections_account_spec.rb +2 -2
  206. data/spec/models/financial_connections_holding_spec.rb +4 -4
  207. data/spec/models/financial_connections_investment_security_exchange_spec.rb +34 -0
  208. data/spec/models/financial_connections_investment_security_spec.rb +34 -4
  209. data/spec/models/financial_connections_investment_transaction_spec.rb +62 -2
  210. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +1 -1
  211. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +1 -1
  212. data/spec/models/financial_connections_owner_emails_inner_spec.rb +1 -1
  213. data/spec/models/financial_connections_owner_names_inner_spec.rb +1 -1
  214. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +1 -1
  215. data/spec/models/financial_connections_owner_spec.rb +1 -1
  216. data/spec/models/financial_institution_logo_spec.rb +1 -1
  217. data/spec/models/financial_institution_spec.rb +7 -1
  218. data/spec/models/fuse_api_error_data_spec.rb +1 -1
  219. data/spec/models/fuse_api_error_spec.rb +9 -1
  220. data/spec/models/fuse_api_warning_data_spec.rb +1 -1
  221. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +1 -1
  222. data/spec/models/fuse_api_warning_spec.rb +1 -1
  223. data/spec/models/get_asset_report_request_spec.rb +1 -1
  224. data/spec/models/get_asset_report_response_report_accounts_inner_balances_spec.rb +1 -1
  225. data/spec/models/get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb +1 -1
  226. data/spec/models/get_asset_report_response_report_accounts_inner_spec.rb +1 -1
  227. data/spec/models/get_asset_report_response_report_spec.rb +1 -1
  228. data/spec/models/get_asset_report_response_spec.rb +1 -1
  229. data/spec/models/get_entity_response_spec.rb +7 -1
  230. data/spec/models/get_financial_connection_response_spec.rb +40 -0
  231. data/spec/models/get_financial_connections_account_details_request_spec.rb +1 -1
  232. data/spec/models/get_financial_connections_account_details_response_spec.rb +1 -1
  233. data/spec/models/get_financial_connections_accounts_request_spec.rb +1 -1
  234. data/spec/models/get_financial_connections_accounts_response_spec.rb +1 -1
  235. data/spec/models/get_financial_connections_balance_request_options_spec.rb +34 -0
  236. data/spec/models/get_financial_connections_balance_request_spec.rb +7 -1
  237. data/spec/models/{get_financial_connections_account_balance_response_spec.rb → get_financial_connections_balance_response_spec.rb} +7 -7
  238. data/spec/models/get_financial_connections_owners_request_spec.rb +1 -1
  239. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +1 -1
  240. data/spec/models/get_financial_connections_owners_response_spec.rb +1 -1
  241. data/spec/models/get_financial_connections_transactions_request_spec.rb +58 -0
  242. data/spec/models/get_financial_connections_transactions_response_spec.rb +46 -0
  243. data/spec/models/get_financial_institution_response_spec.rb +1 -1
  244. data/spec/models/get_investment_holdings_request_options_spec.rb +34 -0
  245. data/spec/models/get_investment_holdings_request_spec.rb +2 -2
  246. data/spec/models/get_investment_holdings_response_spec.rb +1 -7
  247. data/spec/models/get_investment_transactions_request_options_spec.rb +34 -0
  248. data/spec/models/get_investment_transactions_request_spec.rb +31 -1
  249. data/spec/models/get_investment_transactions_response_spec.rb +1 -7
  250. data/spec/models/get_liabilities_request_spec.rb +1 -1
  251. data/spec/models/get_liabilities_response_spec.rb +1 -1
  252. data/spec/models/migrate_financial_connections_aggregator_connection_data_mx_spec.rb +40 -0
  253. data/spec/models/migrate_financial_connections_aggregator_connection_data_plaid_spec.rb +34 -0
  254. data/spec/models/migrate_financial_connections_aggregator_connection_data_spec.rb +40 -0
  255. data/spec/models/migrate_financial_connections_token_request_entity_spec.rb +34 -0
  256. data/spec/models/migrate_financial_connections_token_request_spec.rb +56 -0
  257. data/spec/models/{get_transactions_response_spec.rb → migrate_financial_connections_token_response_spec.rb} +10 -10
  258. data/spec/models/product_spec.rb +1 -1
  259. data/spec/models/refresh_asset_report_request_spec.rb +1 -1
  260. data/spec/models/sync_financial_connections_data_response_spec.rb +1 -1
  261. data/spec/models/sync_transactions_request_spec.rb +1 -1
  262. data/spec/models/sync_transactions_response_removed_inner_spec.rb +1 -1
  263. data/spec/models/sync_transactions_response_spec.rb +1 -1
  264. data/spec/models/{transaction_common_model_spec.rb → transaction_merchant_spec.rb} +8 -8
  265. data/spec/models/{get_transactions_response_data_inner_spec.rb → transaction_spec.rb} +23 -13
  266. data/spec/models/update_entity_request_spec.rb +1 -1
  267. data/spec/models/update_entity_response_spec.rb +1 -1
  268. data/spec/models/{financial_connections_investment_account_spec.rb → webhook_event_spec.rb} +17 -25
  269. data/spec/models/webhook_source_spec.rb +28 -0
  270. data/spec/models/webhook_type_spec.rb +28 -0
  271. data/spec/spec_helper.rb +1 -1
  272. metadata +118 -34
  273. data/docs/FinancialConnectionsInvestmentAccount.md +0 -32
  274. data/docs/FinancialConnectionsInvestmentTransactionDataInner.md +0 -32
  275. data/docs/GetTransactionsRequest.md +0 -22
  276. data/docs/GetTransactionsResponse.md +0 -24
  277. data/docs/TransactionCommonModel.md +0 -18
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
@@ -14,42 +14,52 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module FuseClient
17
- class FinancialConnectionsInvestmentTransactionDataInner
18
- # Fuse Id of the investment transaction
19
- attr_accessor :id
17
+ class WebhookEvent
18
+ attr_accessor :type
20
19
 
21
- # The remote ID of the Investment transaction
22
- attr_accessor :remote_investment_transaction_id
20
+ # Financial connection id associated with the webhook
21
+ attr_accessor :financial_connection_id
23
22
 
24
- # Remote Account Id of the transaction, ie Plaid Account Id
25
- attr_accessor :remote_account_id
23
+ attr_accessor :environment
26
24
 
27
- # The complete value of the transaction. Positive values when cash is debited, e.g. purchases of stock; negative values when cash is credited, e.g. sales of stock.
28
- attr_accessor :amount
25
+ attr_accessor :source
29
26
 
30
- # The number of units of the security involved in this transaction. Positive for buy transactions; negative for sell transactions.
31
- attr_accessor :quantity
27
+ # Aggregator verification data needed to verify the webhook
28
+ attr_accessor :verification_token
32
29
 
33
- # The institution’s description of the transaction.
34
- attr_accessor :name
30
+ attr_accessor :remote_data
35
31
 
36
- # Type of the transaction, ie buy, sell
37
- attr_accessor :type
32
+ class EnumAttributeValidator
33
+ attr_reader :datatype
34
+ attr_reader :allowable_values
38
35
 
39
- # Date of the transaction
40
- attr_accessor :date
36
+ def initialize(datatype, allowable_values)
37
+ @allowable_values = allowable_values.map do |value|
38
+ case datatype.to_s
39
+ when /Integer/i
40
+ value.to_i
41
+ when /Float/i
42
+ value.to_f
43
+ else
44
+ value
45
+ end
46
+ end
47
+ end
48
+
49
+ def valid?(value)
50
+ !value || allowable_values.include?(value)
51
+ end
52
+ end
41
53
 
42
54
  # Attribute mapping from ruby-style variable name to JSON key.
43
55
  def self.attribute_map
44
56
  {
45
- :'id' => :'id',
46
- :'remote_investment_transaction_id' => :'remote_investment_transaction_id',
47
- :'remote_account_id' => :'remote_account_id',
48
- :'amount' => :'amount',
49
- :'quantity' => :'quantity',
50
- :'name' => :'name',
51
57
  :'type' => :'type',
52
- :'date' => :'date'
58
+ :'financial_connection_id' => :'financial_connection_id',
59
+ :'environment' => :'environment',
60
+ :'source' => :'source',
61
+ :'verification_token' => :'verification_token',
62
+ :'remote_data' => :'remote_data'
53
63
  }
54
64
  end
55
65
 
@@ -61,20 +71,19 @@ module FuseClient
61
71
  # Attribute type mapping.
62
72
  def self.openapi_types
63
73
  {
64
- :'id' => :'String',
65
- :'remote_investment_transaction_id' => :'String',
66
- :'remote_account_id' => :'String',
67
- :'amount' => :'Float',
68
- :'quantity' => :'String',
69
- :'name' => :'String',
70
- :'type' => :'String',
71
- :'date' => :'String'
74
+ :'type' => :'WebhookType',
75
+ :'financial_connection_id' => :'String',
76
+ :'environment' => :'String',
77
+ :'source' => :'WebhookSource',
78
+ :'verification_token' => :'String',
79
+ :'remote_data' => :'Object'
72
80
  }
73
81
  end
74
82
 
75
83
  # List of attributes with nullable: true
76
84
  def self.openapi_nullable
77
85
  Set.new([
86
+ :'remote_data'
78
87
  ])
79
88
  end
80
89
 
@@ -82,47 +91,39 @@ module FuseClient
82
91
  # @param [Hash] attributes Model attributes in the form of hash
83
92
  def initialize(attributes = {})
84
93
  if (!attributes.is_a?(Hash))
85
- fail ArgumentError, "The input argument (attributes) must be a hash in `FuseClient::FinancialConnectionsInvestmentTransactionDataInner` initialize method"
94
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FuseClient::WebhookEvent` initialize method"
86
95
  end
87
96
 
88
97
  # check to see if the attribute exists and convert string to symbol for hash key
89
98
  attributes = attributes.each_with_object({}) { |(k, v), h|
90
99
  if (!self.class.attribute_map.key?(k.to_sym))
91
- fail ArgumentError, "`#{k}` is not a valid attribute in `FuseClient::FinancialConnectionsInvestmentTransactionDataInner`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
100
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FuseClient::WebhookEvent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
92
101
  end
93
102
  h[k.to_sym] = v
94
103
  }
95
104
 
96
- if attributes.key?(:'id')
97
- self.id = attributes[:'id']
98
- end
99
-
100
- if attributes.key?(:'remote_investment_transaction_id')
101
- self.remote_investment_transaction_id = attributes[:'remote_investment_transaction_id']
105
+ if attributes.key?(:'type')
106
+ self.type = attributes[:'type']
102
107
  end
103
108
 
104
- if attributes.key?(:'remote_account_id')
105
- self.remote_account_id = attributes[:'remote_account_id']
109
+ if attributes.key?(:'financial_connection_id')
110
+ self.financial_connection_id = attributes[:'financial_connection_id']
106
111
  end
107
112
 
108
- if attributes.key?(:'amount')
109
- self.amount = attributes[:'amount']
113
+ if attributes.key?(:'environment')
114
+ self.environment = attributes[:'environment']
110
115
  end
111
116
 
112
- if attributes.key?(:'quantity')
113
- self.quantity = attributes[:'quantity']
117
+ if attributes.key?(:'source')
118
+ self.source = attributes[:'source']
114
119
  end
115
120
 
116
- if attributes.key?(:'name')
117
- self.name = attributes[:'name']
121
+ if attributes.key?(:'verification_token')
122
+ self.verification_token = attributes[:'verification_token']
118
123
  end
119
124
 
120
- if attributes.key?(:'type')
121
- self.type = attributes[:'type']
122
- end
123
-
124
- if attributes.key?(:'date')
125
- self.date = attributes[:'date']
125
+ if attributes.key?(:'remote_data')
126
+ self.remote_data = attributes[:'remote_data']
126
127
  end
127
128
  end
128
129
 
@@ -130,28 +131,58 @@ module FuseClient
130
131
  # @return Array for valid properties with the reasons
131
132
  def list_invalid_properties
132
133
  invalid_properties = Array.new
134
+ if @type.nil?
135
+ invalid_properties.push('invalid value for "type", type cannot be nil.')
136
+ end
137
+
138
+ if @financial_connection_id.nil?
139
+ invalid_properties.push('invalid value for "financial_connection_id", financial_connection_id cannot be nil.')
140
+ end
141
+
142
+ if @environment.nil?
143
+ invalid_properties.push('invalid value for "environment", environment cannot be nil.')
144
+ end
145
+
146
+ if @source.nil?
147
+ invalid_properties.push('invalid value for "source", source cannot be nil.')
148
+ end
149
+
133
150
  invalid_properties
134
151
  end
135
152
 
136
153
  # Check to see if the all the properties in the model are valid
137
154
  # @return true if the model is valid
138
155
  def valid?
156
+ return false if @type.nil?
157
+ return false if @financial_connection_id.nil?
158
+ return false if @environment.nil?
159
+ environment_validator = EnumAttributeValidator.new('String', ["sandbox", "production"])
160
+ return false unless environment_validator.valid?(@environment)
161
+ return false if @source.nil?
139
162
  true
140
163
  end
141
164
 
165
+ # Custom attribute writer method checking allowed values (enum).
166
+ # @param [Object] environment Object to be assigned
167
+ def environment=(environment)
168
+ validator = EnumAttributeValidator.new('String', ["sandbox", "production"])
169
+ unless validator.valid?(environment)
170
+ fail ArgumentError, "invalid value for \"environment\", must be one of #{validator.allowable_values}."
171
+ end
172
+ @environment = environment
173
+ end
174
+
142
175
  # Checks equality by comparing each attribute.
143
176
  # @param [Object] Object to be compared
144
177
  def ==(o)
145
178
  return true if self.equal?(o)
146
179
  self.class == o.class &&
147
- id == o.id &&
148
- remote_investment_transaction_id == o.remote_investment_transaction_id &&
149
- remote_account_id == o.remote_account_id &&
150
- amount == o.amount &&
151
- quantity == o.quantity &&
152
- name == o.name &&
153
180
  type == o.type &&
154
- date == o.date
181
+ financial_connection_id == o.financial_connection_id &&
182
+ environment == o.environment &&
183
+ source == o.source &&
184
+ verification_token == o.verification_token &&
185
+ remote_data == o.remote_data
155
186
  end
156
187
 
157
188
  # @see the `==` method
@@ -163,7 +194,7 @@ module FuseClient
163
194
  # Calculates hash code according to all attributes.
164
195
  # @return [Integer] Hash code
165
196
  def hash
166
- [id, remote_investment_transaction_id, remote_account_id, amount, quantity, name, type, date].hash
197
+ [type, financial_connection_id, environment, source, verification_token, remote_data].hash
167
198
  end
168
199
 
169
200
  # Builds the object from hash
@@ -0,0 +1,43 @@
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.4.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module FuseClient
17
+ class WebhookSource
18
+ PLAID = "plaid".freeze
19
+ TELLER = "teller".freeze
20
+ MX = "mx".freeze
21
+ FUSE = "fuse".freeze
22
+ SNAPTRADE = "snaptrade".freeze
23
+
24
+ def self.all_vars
25
+ @all_vars ||= [PLAID, TELLER, MX, FUSE, SNAPTRADE].freeze
26
+ end
27
+
28
+ # Builds the enum from string
29
+ # @param [String] The enum value in the form of the string
30
+ # @return [String] The enum value
31
+ def self.build_from_hash(value)
32
+ new.build_from_hash(value)
33
+ end
34
+
35
+ # Builds the enum from string
36
+ # @param [String] The enum value in the form of the string
37
+ # @return [String] The enum value
38
+ def build_from_hash(value)
39
+ return value if WebhookSource.all_vars.include?(value)
40
+ raise "Invalid ENUM value #{value} for class #WebhookSource"
41
+ end
42
+ end
43
+ end
@@ -0,0 +1,42 @@
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.4.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module FuseClient
17
+ class WebhookType
18
+ FINANCIAL_CONNECTION_SYNC_DATA = "financial_connection.sync_data".freeze
19
+ FINANCIAL_CONNECTION_DISCONNECTED = "financial_connection.disconnected".freeze
20
+ FINANCIAL_CONNECTION_FINISHED = "financial_connection.finished".freeze
21
+ TRANSACTION_UPDATES = "transaction.updates".freeze
22
+
23
+ def self.all_vars
24
+ @all_vars ||= [FINANCIAL_CONNECTION_SYNC_DATA, FINANCIAL_CONNECTION_DISCONNECTED, FINANCIAL_CONNECTION_FINISHED, TRANSACTION_UPDATES].freeze
25
+ end
26
+
27
+ # Builds the enum from string
28
+ # @param [String] The enum value in the form of the string
29
+ # @return [String] The enum value
30
+ def self.build_from_hash(value)
31
+ new.build_from_hash(value)
32
+ end
33
+
34
+ # Builds the enum from string
35
+ # @param [String] The enum value in the form of the string
36
+ # @return [String] The enum value
37
+ def build_from_hash(value)
38
+ return value if WebhookType.all_vars.include?(value)
39
+ raise "Invalid ENUM value #{value} for class #WebhookType"
40
+ end
41
+ end
42
+ end
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
13
13
  module FuseClient
14
- VERSION = '1.0.7'
14
+ VERSION = '1.0.31'
15
15
  end
data/lib/fuse_client.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
@@ -17,7 +17,10 @@ require 'fuse_client/version'
17
17
  require 'fuse_client/configuration'
18
18
 
19
19
  # Models
20
+ require 'fuse_client/models/account_subtype'
21
+ require 'fuse_client/models/account_type'
20
22
  require 'fuse_client/models/aggregator'
23
+ require 'fuse_client/models/country_code'
21
24
  require 'fuse_client/models/create_asset_report_request'
22
25
  require 'fuse_client/models/create_asset_report_response'
23
26
  require 'fuse_client/models/create_entity_request'
@@ -28,12 +31,19 @@ require 'fuse_client/models/create_link_token_request_plaid'
28
31
  require 'fuse_client/models/create_link_token_response'
29
32
  require 'fuse_client/models/create_session_request'
30
33
  require 'fuse_client/models/create_session_response'
34
+ require 'fuse_client/models/currency'
35
+ require 'fuse_client/models/delete_financial_connection_response'
31
36
  require 'fuse_client/models/entity'
32
37
  require 'fuse_client/models/exchange_financial_connections_public_token_request'
33
38
  require 'fuse_client/models/exchange_financial_connections_public_token_response'
34
39
  require 'fuse_client/models/financial_connection_data'
40
+ require 'fuse_client/models/financial_connection_details'
41
+ require 'fuse_client/models/financial_connection_details_mx'
42
+ require 'fuse_client/models/financial_connection_details_plaid'
43
+ require 'fuse_client/models/financial_connection_details_teller'
35
44
  require 'fuse_client/models/financial_connections_account'
36
45
  require 'fuse_client/models/financial_connections_account_balance'
46
+ require 'fuse_client/models/financial_connections_account_cached_balance'
37
47
  require 'fuse_client/models/financial_connections_account_details'
38
48
  require 'fuse_client/models/financial_connections_account_details_ach'
39
49
  require 'fuse_client/models/financial_connections_account_institution'
@@ -41,10 +51,9 @@ require 'fuse_client/models/financial_connections_account_liability'
41
51
  require 'fuse_client/models/financial_connections_account_liability_all_of'
42
52
  require 'fuse_client/models/financial_connections_account_liability_all_of_aprs'
43
53
  require 'fuse_client/models/financial_connections_holding'
44
- require 'fuse_client/models/financial_connections_investment_account'
45
54
  require 'fuse_client/models/financial_connections_investment_security'
55
+ require 'fuse_client/models/financial_connections_investment_security_exchange'
46
56
  require 'fuse_client/models/financial_connections_investment_transaction'
47
- require 'fuse_client/models/financial_connections_investment_transaction_data_inner'
48
57
  require 'fuse_client/models/financial_connections_owner'
49
58
  require 'fuse_client/models/financial_connections_owner_addresses_inner'
50
59
  require 'fuse_client/models/financial_connections_owner_addresses_inner_data'
@@ -65,35 +74,47 @@ require 'fuse_client/models/get_asset_report_response_report_accounts_inner'
65
74
  require 'fuse_client/models/get_asset_report_response_report_accounts_inner_balances'
66
75
  require 'fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner'
67
76
  require 'fuse_client/models/get_entity_response'
68
- require 'fuse_client/models/get_financial_connections_account_balance_response'
77
+ require 'fuse_client/models/get_financial_connection_response'
69
78
  require 'fuse_client/models/get_financial_connections_account_details_request'
70
79
  require 'fuse_client/models/get_financial_connections_account_details_response'
71
80
  require 'fuse_client/models/get_financial_connections_accounts_request'
72
81
  require 'fuse_client/models/get_financial_connections_accounts_response'
73
82
  require 'fuse_client/models/get_financial_connections_balance_request'
83
+ require 'fuse_client/models/get_financial_connections_balance_request_options'
84
+ require 'fuse_client/models/get_financial_connections_balance_response'
74
85
  require 'fuse_client/models/get_financial_connections_owners_request'
75
86
  require 'fuse_client/models/get_financial_connections_owners_response'
76
87
  require 'fuse_client/models/get_financial_connections_owners_response_accounts_inner'
88
+ require 'fuse_client/models/get_financial_connections_transactions_request'
89
+ require 'fuse_client/models/get_financial_connections_transactions_response'
77
90
  require 'fuse_client/models/get_financial_institution_response'
78
91
  require 'fuse_client/models/get_investment_holdings_request'
92
+ require 'fuse_client/models/get_investment_holdings_request_options'
79
93
  require 'fuse_client/models/get_investment_holdings_response'
80
94
  require 'fuse_client/models/get_investment_transactions_request'
95
+ require 'fuse_client/models/get_investment_transactions_request_options'
81
96
  require 'fuse_client/models/get_investment_transactions_response'
82
97
  require 'fuse_client/models/get_liabilities_request'
83
98
  require 'fuse_client/models/get_liabilities_response'
84
- require 'fuse_client/models/get_transactions_request'
85
- require 'fuse_client/models/get_transactions_response'
86
- require 'fuse_client/models/get_transactions_response_data_inner'
87
- require 'fuse_client/models/get_transactions_response_data_inner_merchant'
99
+ require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data'
100
+ require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx'
101
+ require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid'
102
+ require 'fuse_client/models/migrate_financial_connections_token_request'
103
+ require 'fuse_client/models/migrate_financial_connections_token_request_entity'
104
+ require 'fuse_client/models/migrate_financial_connections_token_response'
88
105
  require 'fuse_client/models/product'
89
106
  require 'fuse_client/models/refresh_asset_report_request'
90
107
  require 'fuse_client/models/sync_financial_connections_data_response'
91
108
  require 'fuse_client/models/sync_transactions_request'
92
109
  require 'fuse_client/models/sync_transactions_response'
93
110
  require 'fuse_client/models/sync_transactions_response_removed_inner'
94
- require 'fuse_client/models/transaction_common_model'
111
+ require 'fuse_client/models/transaction'
112
+ require 'fuse_client/models/transaction_merchant'
95
113
  require 'fuse_client/models/update_entity_request'
96
114
  require 'fuse_client/models/update_entity_response'
115
+ require 'fuse_client/models/webhook_event'
116
+ require 'fuse_client/models/webhook_source'
117
+ require 'fuse_client/models/webhook_type'
97
118
 
98
119
  # APIs
99
120
  require 'fuse_client/api/fuse_api'
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
@@ -43,17 +43,6 @@ describe 'FuseApi' do
43
43
  end
44
44
  end
45
45
 
46
- # unit tests for create_entity
47
- # Create entity
48
- # @param create_entity_request
49
- # @param [Hash] opts the optional parameters
50
- # @return [CreateEntityResponse]
51
- describe 'create_entity test' do
52
- it 'should work' do
53
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
- end
55
- end
56
-
57
46
  # unit tests for create_link_token
58
47
  # Create a link token to start the process of a user connecting to a specific financial institution.
59
48
  # @param [Hash] opts the optional parameters
@@ -76,6 +65,17 @@ describe 'FuseApi' do
76
65
  end
77
66
  end
78
67
 
68
+ # unit tests for delete_financial_connection
69
+ # Delete a financial connection
70
+ # @param financial_connection_id_to_delete
71
+ # @param [Hash] opts the optional parameters
72
+ # @return [DeleteFinancialConnectionResponse]
73
+ describe 'delete_financial_connection test' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
79
79
  # unit tests for exchange_financial_connections_public_token
80
80
  # API to exchange a public token for an access token and financial connection id
81
81
  # @param [Hash] opts the optional parameters
@@ -100,6 +100,7 @@ describe 'FuseApi' do
100
100
 
101
101
  # unit tests for get_entity
102
102
  # Get entity
103
+ # An entity is automatically created after a successful connection. The id of the entity is what is set when calling the 'create session' endpoint
103
104
  # @param entity_id
104
105
  # @param [Hash] opts the optional parameters
105
106
  # @return [GetEntityResponse]
@@ -109,6 +110,17 @@ describe 'FuseApi' do
109
110
  end
110
111
  end
111
112
 
113
+ # unit tests for get_financial_connection
114
+ # Get financial connection details
115
+ # @param financial_connection_id
116
+ # @param [Hash] opts the optional parameters
117
+ # @return [GetFinancialConnectionResponse]
118
+ describe 'get_financial_connection test' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
112
124
  # unit tests for get_financial_connections_account_details
113
125
  # Get account details
114
126
  # @param get_financial_connections_account_details_request
@@ -135,7 +147,7 @@ describe 'FuseApi' do
135
147
  # Get balances
136
148
  # @param get_financial_connections_balance_request
137
149
  # @param [Hash] opts the optional parameters
138
- # @return [GetFinancialConnectionsAccountBalanceResponse]
150
+ # @return [GetFinancialConnectionsBalanceResponse]
139
151
  describe 'get_financial_connections_balances test' do
140
152
  it 'should work' do
141
153
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -155,9 +167,9 @@ describe 'FuseApi' do
155
167
 
156
168
  # unit tests for get_financial_connections_transactions
157
169
  # Get transactions
158
- # @param get_transactions_request
170
+ # @param get_financial_connections_transactions_request
159
171
  # @param [Hash] opts the optional parameters
160
- # @return [GetTransactionsResponse]
172
+ # @return [GetFinancialConnectionsTransactionsResponse]
161
173
  describe 'get_financial_connections_transactions test' do
162
174
  it 'should work' do
163
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -198,6 +210,18 @@ describe 'FuseApi' do
198
210
  end
199
211
  end
200
212
 
213
+ # unit tests for migrate_financial_connection
214
+ # Migrate financial connection
215
+ # This endpoint migrates financial connections from Plaid or MX into the unified Fuse API. It accepts a POST request with connection data, aggregator, entity, and Fuse products, and responds with a JSON payload containing the migrated connection's data, access token, ID, and request ID.
216
+ # @param [Hash] opts the optional parameters
217
+ # @option opts [MigrateFinancialConnectionsTokenRequest] :migrate_financial_connections_token_request
218
+ # @return [MigrateFinancialConnectionsTokenResponse]
219
+ describe 'migrate_financial_connection test' do
220
+ it 'should work' do
221
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
222
+ end
223
+ end
224
+
201
225
  # unit tests for refresh_asset_report
202
226
  # Refreshes the Asset Report in JSON format.
203
227
  # @param [Hash] opts the optional parameters
@@ -211,7 +235,7 @@ describe 'FuseApi' do
211
235
 
212
236
  # unit tests for sync_financial_connections_data
213
237
  # Sync financial connections data
214
- # Call this endpoint upon receiving a SYNC_REQUIRED webhook. This will keep the financial connections data up to date.
238
+ # Call this endpoint upon receiving a financial_connection.sync_data webhook. This will keep the financial connections data up to date.
215
239
  # @param body
216
240
  # @param [Hash] opts the optional parameters
217
241
  # @return [SyncFinancialConnectionsDataResponse]
@@ -221,29 +245,6 @@ describe 'FuseApi' do
221
245
  end
222
246
  end
223
247
 
224
- # unit tests for sync_financial_connections_transactions
225
- # Sync transactions
226
- # @param sync_transactions_request
227
- # @param [Hash] opts the optional parameters
228
- # @return [SyncTransactionsResponse]
229
- describe 'sync_financial_connections_transactions test' do
230
- it 'should work' do
231
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
232
- end
233
- end
234
-
235
- # unit tests for update_entity
236
- # Update entity
237
- # @param entity_id_to_update
238
- # @param update_entity_request
239
- # @param [Hash] opts the optional parameters
240
- # @return [UpdateEntityResponse]
241
- describe 'update_entity test' do
242
- it 'should work' do
243
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
244
- end
245
- end
246
-
247
248
  # unit tests for v1_financial_connections_liabilities_post
248
249
  # Get liabilities
249
250
  # @param get_liabilities_request
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
@@ -89,6 +89,8 @@ describe FuseClient::ApiClient do
89
89
  end
90
90
  end
91
91
 
92
+
93
+
92
94
  describe '#deserialize' do
93
95
  it "handles Array<Integer>" do
94
96
  api_client = FuseClient::ApiClient.new
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.3.0
9
+ OpenAPI Generator version: 6.4.0
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,28 @@
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.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::AccountSubtype
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::AccountSubtype do
21
+ let(:instance) { FuseClient::AccountSubtype.new }
22
+
23
+ describe 'test an instance of AccountSubtype' do
24
+ it 'should create an instance of AccountSubtype' do
25
+ expect(instance).to be_instance_of(FuseClient::AccountSubtype)
26
+ end
27
+ end
28
+ end