fuse_client 1.0.34 → 1.0.35

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 (413) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +1 -0
  4. data/docs/CreateLinkTokenRequestTellerConfig.md +3 -1
  5. data/docs/CreateLinkTokenRequestTellerConfigAccountFilter.md +20 -0
  6. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterCredit.md +49 -0
  7. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterCreditOneOf.md +18 -0
  8. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterDepository.md +49 -0
  9. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterDepositoryOneOf.md +18 -0
  10. data/docs/CreateSpendPowerCustomizationRequest.md +3 -1
  11. data/docs/EnrichedTransaction.md +3 -1
  12. data/docs/EvalSpendPowerResponse.md +8 -4
  13. data/docs/ExternalTransactionEvent.md +7 -9
  14. data/docs/FinQLComparisonFeature.md +26 -0
  15. data/docs/FinQLFeature.md +61 -0
  16. data/docs/FinQLFeatureOneOf.md +18 -0
  17. data/docs/FinQLFeatureOneOf1.md +18 -0
  18. data/docs/FinQLFeatureOneOf2.md +18 -0
  19. data/docs/FinQLFeatureOneOf3.md +18 -0
  20. data/docs/FinQLFeatureOneOf4.md +18 -0
  21. data/docs/FinQLFeatureOneOf5.md +18 -0
  22. data/docs/FinQLFeatureOneOf6.md +18 -0
  23. data/docs/FinQLFeatureOneOf7.md +18 -0
  24. data/docs/FinQLFeatureRequest.md +15 -0
  25. data/docs/FinQLFrequencyFeature.md +20 -0
  26. data/docs/FinQLIndividualMerchantFeature.md +20 -0
  27. data/docs/FinQLInterestFeature.md +18 -0
  28. data/docs/FinQLMerchantCategoriesFeatureInner.md +20 -0
  29. data/docs/FinQLMerchantCategoriesFeatureInnerResultInner.md +20 -0
  30. data/docs/FinQLPromptRequest.md +22 -0
  31. data/docs/FinQLPromptResponse.md +20 -0
  32. data/docs/FinQLTimeBasedFeatureInner.md +20 -0
  33. data/docs/FinQLTopMerchantsFeatureInner.md +22 -0
  34. data/docs/FinanceScore.md +30 -0
  35. data/docs/FinancialConnectionDetails.md +7 -1
  36. data/docs/FinancialConnectionDetailsFlinks.md +18 -0
  37. data/docs/FinancialConnectionDetailsMono.md +18 -0
  38. data/docs/FinancialConnectionDetailsSnaptrade.md +22 -0
  39. data/docs/FinancialConnectionsAccount.md +4 -2
  40. data/docs/FinancialConnectionsAccountDetails.md +3 -1
  41. data/docs/FinancialConnectionsAccountLiability.md +3 -1
  42. data/docs/FuseApi.md +81 -2
  43. data/docs/GetFinanceScoreResponse.md +1 -1
  44. data/docs/InAppTransactionEvent.md +7 -7
  45. data/docs/Merchant.md +22 -0
  46. data/docs/{EnrichedTransactionLogo.md → MerchantLogo.md} +2 -2
  47. data/docs/SpendPower.md +5 -1
  48. data/docs/SpendPowerCustomization.md +5 -3
  49. data/docs/Transaction.md +2 -0
  50. data/docs/TransactionToEnrich.md +1 -1
  51. data/docs/UpdateSpendPowerCustomizationRequest.md +3 -1
  52. data/docs/UpdatedBalanceEvent.md +5 -5
  53. data/fuse_client.gemspec +1 -1
  54. data/lib/fuse_client/api/fuse_api.rb +65 -1
  55. data/lib/fuse_client/api/spend_power_api.rb +1 -1
  56. data/lib/fuse_client/api_client.rb +1 -1
  57. data/lib/fuse_client/api_error.rb +1 -1
  58. data/lib/fuse_client/configuration.rb +11 -11
  59. data/lib/fuse_client/models/account_subtype.rb +1 -1
  60. data/lib/fuse_client/models/account_type.rb +1 -1
  61. data/lib/fuse_client/models/add_account_events_request.rb +1 -1
  62. data/lib/fuse_client/models/add_account_events_request_events_inner.rb +1 -1
  63. data/lib/fuse_client/models/add_account_events_response.rb +1 -1
  64. data/lib/fuse_client/models/aggregator.rb +3 -3
  65. data/lib/fuse_client/models/asset_report.rb +1 -1
  66. data/lib/fuse_client/models/asset_report_accounts_inner.rb +1 -1
  67. data/lib/fuse_client/models/asset_report_accounts_inner_balance.rb +1 -1
  68. data/lib/fuse_client/models/asset_report_accounts_inner_historical_balances_inner.rb +1 -1
  69. data/lib/fuse_client/models/asset_report_response.rb +1 -1
  70. data/lib/fuse_client/models/asset_report_transaction.rb +1 -1
  71. data/lib/fuse_client/models/country_code.rb +6 -2
  72. data/lib/fuse_client/models/create_asset_report_request.rb +1 -1
  73. data/lib/fuse_client/models/create_asset_report_response.rb +1 -1
  74. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  75. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  76. data/lib/fuse_client/models/create_link_token_request.rb +1 -1
  77. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  78. data/lib/fuse_client/models/create_link_token_request_plaid.rb +1 -1
  79. data/lib/fuse_client/models/create_link_token_request_teller.rb +1 -1
  80. data/lib/fuse_client/models/create_link_token_request_teller_config.rb +14 -5
  81. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter.rb +229 -0
  82. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_credit.rb +105 -0
  83. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_credit_one_of.rb +243 -0
  84. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_depository.rb +105 -0
  85. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_depository_one_of.rb +243 -0
  86. data/lib/fuse_client/models/create_link_token_response.rb +1 -1
  87. data/lib/fuse_client/models/create_session_request.rb +1 -1
  88. data/lib/fuse_client/models/create_session_response.rb +1 -1
  89. data/lib/fuse_client/models/create_spend_power_customization_request.rb +48 -5
  90. data/lib/fuse_client/models/create_spend_power_customization_response.rb +1 -1
  91. data/lib/fuse_client/models/create_spend_power_request.rb +1 -1
  92. data/lib/fuse_client/models/create_spend_power_response.rb +1 -1
  93. data/lib/fuse_client/models/currency.rb +1 -1
  94. data/lib/fuse_client/models/delete_financial_connection_response.rb +1 -1
  95. data/lib/fuse_client/models/delete_spend_power_response.rb +1 -1
  96. data/lib/fuse_client/models/enrich_transactions_request.rb +1 -1
  97. data/lib/fuse_client/models/enrich_transactions_response.rb +1 -1
  98. data/lib/fuse_client/models/enriched_transaction.rb +13 -3
  99. data/lib/fuse_client/models/entity.rb +1 -1
  100. data/lib/fuse_client/models/eval_spend_power_request.rb +1 -1
  101. data/lib/fuse_client/models/eval_spend_power_request_events_inner.rb +1 -1
  102. data/lib/fuse_client/models/eval_spend_power_response.rb +36 -16
  103. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +1 -1
  104. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +1 -1
  105. data/lib/fuse_client/models/external_transaction_event.rb +34 -48
  106. data/lib/fuse_client/models/external_transaction_event_status.rb +1 -1
  107. data/lib/fuse_client/models/fin_ql_comparison_feature.rb +255 -0
  108. data/lib/fuse_client/models/fin_ql_feature.rb +111 -0
  109. data/lib/fuse_client/models/fin_ql_feature_one_of.rb +219 -0
  110. data/lib/fuse_client/models/fin_ql_feature_one_of1.rb +219 -0
  111. data/lib/fuse_client/models/fin_ql_feature_one_of2.rb +221 -0
  112. data/lib/fuse_client/models/fin_ql_feature_one_of3.rb +219 -0
  113. data/lib/fuse_client/models/fin_ql_feature_one_of4.rb +219 -0
  114. data/lib/fuse_client/models/fin_ql_feature_one_of5.rb +221 -0
  115. data/lib/fuse_client/models/fin_ql_feature_one_of6.rb +219 -0
  116. data/lib/fuse_client/models/fin_ql_feature_one_of7.rb +221 -0
  117. data/lib/fuse_client/models/fin_ql_feature_request.rb +46 -0
  118. data/lib/fuse_client/models/fin_ql_frequency_feature.rb +262 -0
  119. data/lib/fuse_client/models/fin_ql_individual_merchant_feature.rb +228 -0
  120. data/lib/fuse_client/models/fin_ql_interest_feature.rb +219 -0
  121. data/lib/fuse_client/models/fin_ql_merchant_categories_feature_inner.rb +230 -0
  122. data/lib/fuse_client/models/fin_ql_merchant_categories_feature_inner_result_inner.rb +228 -0
  123. data/lib/fuse_client/models/fin_ql_prompt_request.rb +276 -0
  124. data/lib/fuse_client/models/fin_ql_prompt_response.rb +234 -0
  125. data/lib/fuse_client/models/fin_ql_time_based_feature_inner.rb +228 -0
  126. data/lib/fuse_client/models/fin_ql_top_merchants_feature_inner.rb +237 -0
  127. data/lib/fuse_client/models/finance_score.rb +315 -0
  128. data/lib/fuse_client/models/financial_connection_data.rb +1 -1
  129. data/lib/fuse_client/models/financial_connection_details.rb +32 -5
  130. data/lib/fuse_client/models/financial_connection_details_flinks.rb +226 -0
  131. data/lib/fuse_client/models/financial_connection_details_mono.rb +226 -0
  132. data/lib/fuse_client/models/financial_connection_details_mx.rb +1 -1
  133. data/lib/fuse_client/models/financial_connection_details_plaid.rb +1 -1
  134. data/lib/fuse_client/models/financial_connection_details_snaptrade.rb +256 -0
  135. data/lib/fuse_client/models/financial_connection_details_teller.rb +1 -1
  136. data/lib/fuse_client/models/financial_connections_account.rb +16 -6
  137. data/lib/fuse_client/models/financial_connections_account_balance.rb +1 -1
  138. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +1 -1
  139. data/lib/fuse_client/models/financial_connections_account_details.rb +15 -5
  140. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  141. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  142. data/lib/fuse_client/models/financial_connections_account_liability.rb +13 -3
  143. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  144. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  145. data/lib/fuse_client/models/financial_connections_holding.rb +1 -1
  146. data/lib/fuse_client/models/financial_connections_investment_security.rb +1 -1
  147. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +1 -1
  148. data/lib/fuse_client/models/financial_connections_investment_security_type.rb +1 -1
  149. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +1 -1
  150. data/lib/fuse_client/models/financial_connections_investment_transaction_subtype.rb +1 -1
  151. data/lib/fuse_client/models/financial_connections_owner.rb +1 -1
  152. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  153. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  154. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +1 -1
  155. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +1 -1
  156. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +1 -1
  157. data/lib/fuse_client/models/financial_institution.rb +1 -1
  158. data/lib/fuse_client/models/financial_institution_logo.rb +1 -1
  159. data/lib/fuse_client/models/fuse_api_aggregator_error.rb +1 -1
  160. data/lib/fuse_client/models/fuse_api_error.rb +1 -1
  161. data/lib/fuse_client/models/fuse_api_error_code.rb +5 -2
  162. data/lib/fuse_client/models/fuse_api_error_data.rb +1 -1
  163. data/lib/fuse_client/models/fuse_api_error_type.rb +1 -1
  164. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  165. data/lib/fuse_client/models/fuse_api_warning_data.rb +1 -1
  166. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +1 -1
  167. data/lib/fuse_client/models/get_asset_report_request.rb +1 -1
  168. data/lib/fuse_client/models/get_entity_response.rb +1 -1
  169. data/lib/fuse_client/models/get_finance_score_response.rb +2 -3
  170. data/lib/fuse_client/models/get_financial_connection_response.rb +1 -1
  171. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  172. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +1 -1
  173. data/lib/fuse_client/models/get_financial_connections_account_statement_request.rb +1 -1
  174. data/lib/fuse_client/models/get_financial_connections_account_statement_response.rb +1 -1
  175. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  176. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +1 -1
  177. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +1 -1
  178. data/lib/fuse_client/models/get_financial_connections_balance_request_options.rb +1 -1
  179. data/lib/fuse_client/models/get_financial_connections_balance_response.rb +1 -1
  180. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  181. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +1 -1
  182. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +1 -1
  183. data/lib/fuse_client/models/get_financial_connections_transactions_request.rb +1 -1
  184. data/lib/fuse_client/models/get_financial_connections_transactions_response.rb +1 -1
  185. data/lib/fuse_client/models/get_financial_institution_response.rb +1 -1
  186. data/lib/fuse_client/models/get_investment_holdings_request.rb +1 -1
  187. data/lib/fuse_client/models/get_investment_holdings_request_options.rb +1 -1
  188. data/lib/fuse_client/models/get_investment_holdings_response.rb +1 -1
  189. data/lib/fuse_client/models/get_investment_transactions_request.rb +1 -1
  190. data/lib/fuse_client/models/get_investment_transactions_request_options.rb +1 -1
  191. data/lib/fuse_client/models/get_investment_transactions_response.rb +1 -1
  192. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  193. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  194. data/lib/fuse_client/models/get_spend_power_customization_response.rb +1 -1
  195. data/lib/fuse_client/models/get_spend_power_response.rb +1 -1
  196. data/lib/fuse_client/models/in_app_transaction_event.rb +36 -31
  197. data/lib/fuse_client/models/in_app_transaction_event_status.rb +1 -1
  198. data/lib/fuse_client/models/merchant.rb +249 -0
  199. data/lib/fuse_client/models/{enriched_transaction_logo.rb → merchant_logo.rb} +4 -4
  200. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data.rb +1 -1
  201. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx.rb +1 -1
  202. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid.rb +1 -1
  203. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_teller.rb +1 -1
  204. data/lib/fuse_client/models/migrate_financial_connections_token_request.rb +1 -1
  205. data/lib/fuse_client/models/migrate_financial_connections_token_request_entity.rb +1 -1
  206. data/lib/fuse_client/models/migrate_financial_connections_token_response.rb +1 -1
  207. data/lib/fuse_client/models/product.rb +1 -1
  208. data/lib/fuse_client/models/refresh_asset_report_request.rb +1 -1
  209. data/lib/fuse_client/models/refresh_asset_report_response.rb +1 -1
  210. data/lib/fuse_client/models/spend_power.rb +34 -5
  211. data/lib/fuse_client/models/spend_power_customization.rb +40 -6
  212. data/lib/fuse_client/models/spend_power_time_frame.rb +1 -1
  213. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  214. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  215. data/lib/fuse_client/models/sync_transactions_response.rb +1 -1
  216. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  217. data/lib/fuse_client/models/transaction.rb +12 -2
  218. data/lib/fuse_client/models/transaction_category.rb +1 -1
  219. data/lib/fuse_client/models/transaction_category_detailed.rb +23 -2
  220. data/lib/fuse_client/models/transaction_category_primary.rb +1 -1
  221. data/lib/fuse_client/models/transaction_event_type.rb +1 -1
  222. data/lib/fuse_client/models/transaction_merchant.rb +1 -1
  223. data/lib/fuse_client/models/transaction_to_enrich.rb +2 -2
  224. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  225. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  226. data/lib/fuse_client/models/update_spend_power_customization_request.rb +39 -5
  227. data/lib/fuse_client/models/update_spend_power_customization_response.rb +1 -1
  228. data/lib/fuse_client/models/updated_balance_event.rb +25 -25
  229. data/lib/fuse_client/models/webhook_event.rb +1 -1
  230. data/lib/fuse_client/models/webhook_source.rb +3 -2
  231. data/lib/fuse_client/models/webhook_type.rb +1 -1
  232. data/lib/fuse_client/version.rb +2 -2
  233. data/lib/fuse_client.rb +32 -2
  234. data/spec/api/fuse_api_spec.rb +41 -29
  235. data/spec/api/spend_power_api_spec.rb +3 -3
  236. data/spec/api_client_spec.rb +1 -1
  237. data/spec/configuration_spec.rb +1 -1
  238. data/spec/models/account_subtype_spec.rb +1 -1
  239. data/spec/models/account_type_spec.rb +1 -1
  240. data/spec/models/add_account_events_request_events_inner_spec.rb +1 -1
  241. data/spec/models/add_account_events_request_spec.rb +2 -2
  242. data/spec/models/add_account_events_response_spec.rb +3 -3
  243. data/spec/models/aggregator_spec.rb +1 -1
  244. data/spec/models/asset_report_accounts_inner_balance_spec.rb +4 -4
  245. data/spec/models/asset_report_accounts_inner_historical_balances_inner_spec.rb +4 -4
  246. data/spec/models/asset_report_accounts_inner_spec.rb +5 -5
  247. data/spec/models/asset_report_response_spec.rb +3 -3
  248. data/spec/models/asset_report_spec.rb +6 -6
  249. data/spec/models/asset_report_transaction_spec.rb +11 -11
  250. data/spec/models/country_code_spec.rb +1 -1
  251. data/spec/models/create_asset_report_request_spec.rb +3 -3
  252. data/spec/models/create_asset_report_response_spec.rb +4 -4
  253. data/spec/models/create_entity_request_spec.rb +5 -5
  254. data/spec/models/create_entity_response_spec.rb +6 -6
  255. data/spec/models/create_link_token_request_mx_spec.rb +2 -2
  256. data/spec/models/create_link_token_request_plaid_spec.rb +2 -2
  257. data/spec/models/create_link_token_request_spec.rb +9 -9
  258. data/spec/models/create_link_token_request_teller_config_account_filter_credit_one_of_spec.rb +38 -0
  259. data/spec/models/create_link_token_request_teller_config_account_filter_credit_spec.rb +31 -0
  260. data/spec/models/create_link_token_request_teller_config_account_filter_depository_one_of_spec.rb +38 -0
  261. data/spec/models/create_link_token_request_teller_config_account_filter_depository_spec.rb +31 -0
  262. data/spec/models/create_link_token_request_teller_config_account_filter_spec.rb +40 -0
  263. data/spec/models/create_link_token_request_teller_config_spec.rb +8 -2
  264. data/spec/models/create_link_token_request_teller_spec.rb +2 -2
  265. data/spec/models/create_link_token_response_spec.rb +3 -3
  266. data/spec/models/create_session_request_spec.rb +7 -7
  267. data/spec/models/create_session_response_spec.rb +4 -4
  268. data/spec/models/create_spend_power_customization_request_spec.rb +10 -4
  269. data/spec/models/create_spend_power_customization_response_spec.rb +3 -3
  270. data/spec/models/create_spend_power_request_spec.rb +4 -4
  271. data/spec/models/create_spend_power_response_spec.rb +3 -3
  272. data/spec/models/currency_spec.rb +3 -3
  273. data/spec/models/delete_financial_connection_response_spec.rb +4 -4
  274. data/spec/models/delete_spend_power_response_spec.rb +3 -3
  275. data/spec/models/enrich_transactions_request_spec.rb +2 -2
  276. data/spec/models/enrich_transactions_response_spec.rb +2 -2
  277. data/spec/models/enriched_transaction_spec.rb +22 -16
  278. data/spec/models/entity_spec.rb +4 -4
  279. data/spec/models/eval_spend_power_request_events_inner_spec.rb +3 -3
  280. data/spec/models/eval_spend_power_request_spec.rb +4 -4
  281. data/spec/models/eval_spend_power_response_spec.rb +17 -5
  282. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +2 -2
  283. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +4 -4
  284. data/spec/models/external_transaction_event_spec.rb +14 -20
  285. data/spec/models/external_transaction_event_status_spec.rb +1 -1
  286. data/spec/models/fin_ql_comparison_feature_spec.rb +58 -0
  287. data/spec/models/fin_ql_feature_one_of1_spec.rb +34 -0
  288. data/spec/models/fin_ql_feature_one_of2_spec.rb +34 -0
  289. data/spec/models/fin_ql_feature_one_of3_spec.rb +34 -0
  290. data/spec/models/fin_ql_feature_one_of4_spec.rb +34 -0
  291. data/spec/models/fin_ql_feature_one_of5_spec.rb +34 -0
  292. data/spec/models/fin_ql_feature_one_of6_spec.rb +34 -0
  293. data/spec/models/fin_ql_feature_one_of7_spec.rb +34 -0
  294. data/spec/models/fin_ql_feature_one_of_spec.rb +34 -0
  295. data/spec/models/fin_ql_feature_request_spec.rb +28 -0
  296. data/spec/models/fin_ql_feature_spec.rb +31 -0
  297. data/spec/models/fin_ql_frequency_feature_spec.rb +44 -0
  298. data/spec/models/fin_ql_individual_merchant_feature_spec.rb +40 -0
  299. data/spec/models/fin_ql_interest_feature_spec.rb +34 -0
  300. data/spec/models/fin_ql_merchant_categories_feature_inner_result_inner_spec.rb +40 -0
  301. data/spec/models/fin_ql_merchant_categories_feature_inner_spec.rb +40 -0
  302. data/spec/models/fin_ql_prompt_request_spec.rb +46 -0
  303. data/spec/models/fin_ql_prompt_response_spec.rb +40 -0
  304. data/spec/models/fin_ql_time_based_feature_inner_spec.rb +40 -0
  305. data/spec/models/fin_ql_top_merchants_feature_inner_spec.rb +46 -0
  306. data/spec/models/finance_score_spec.rb +70 -0
  307. data/spec/models/financial_connection_data_spec.rb +3 -3
  308. data/spec/models/financial_connection_details_flinks_spec.rb +34 -0
  309. data/spec/models/financial_connection_details_mono_spec.rb +34 -0
  310. data/spec/models/financial_connection_details_mx_spec.rb +3 -3
  311. data/spec/models/financial_connection_details_plaid_spec.rb +3 -3
  312. data/spec/models/financial_connection_details_snaptrade_spec.rb +46 -0
  313. data/spec/models/financial_connection_details_spec.rb +27 -9
  314. data/spec/models/financial_connection_details_teller_spec.rb +3 -3
  315. data/spec/models/financial_connections_account_balance_spec.rb +6 -6
  316. data/spec/models/financial_connections_account_cached_balance_spec.rb +5 -5
  317. data/spec/models/financial_connections_account_details_ach_spec.rb +5 -5
  318. data/spec/models/financial_connections_account_details_spec.rb +9 -3
  319. data/spec/models/financial_connections_account_institution_spec.rb +2 -2
  320. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +3 -3
  321. data/spec/models/financial_connections_account_liability_all_of_spec.rb +8 -8
  322. data/spec/models/financial_connections_account_liability_spec.rb +22 -16
  323. data/spec/models/financial_connections_account_spec.rb +15 -9
  324. data/spec/models/financial_connections_holding_spec.rb +7 -7
  325. data/spec/models/financial_connections_investment_security_exchange_spec.rb +2 -2
  326. data/spec/models/financial_connections_investment_security_spec.rb +11 -11
  327. data/spec/models/financial_connections_investment_security_type_spec.rb +1 -1
  328. data/spec/models/financial_connections_investment_transaction_spec.rb +14 -14
  329. data/spec/models/financial_connections_investment_transaction_subtype_spec.rb +1 -1
  330. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -6
  331. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +3 -3
  332. data/spec/models/financial_connections_owner_emails_inner_spec.rb +4 -4
  333. data/spec/models/financial_connections_owner_names_inner_spec.rb +3 -3
  334. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +4 -4
  335. data/spec/models/financial_connections_owner_spec.rb +5 -5
  336. data/spec/models/financial_institution_logo_spec.rb +4 -4
  337. data/spec/models/financial_institution_spec.rb +6 -6
  338. data/spec/models/fuse_api_aggregator_error_spec.rb +7 -7
  339. data/spec/models/fuse_api_error_code_spec.rb +1 -1
  340. data/spec/models/fuse_api_error_data_spec.rb +3 -3
  341. data/spec/models/fuse_api_error_spec.rb +8 -8
  342. data/spec/models/fuse_api_error_type_spec.rb +1 -1
  343. data/spec/models/fuse_api_warning_data_spec.rb +3 -3
  344. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +6 -6
  345. data/spec/models/fuse_api_warning_spec.rb +7 -7
  346. data/spec/models/get_asset_report_request_spec.rb +3 -3
  347. data/spec/models/get_entity_response_spec.rb +7 -7
  348. data/spec/models/get_finance_score_response_spec.rb +3 -3
  349. data/spec/models/get_financial_connection_response_spec.rb +3 -3
  350. data/spec/models/get_financial_connections_account_details_request_spec.rb +2 -2
  351. data/spec/models/get_financial_connections_account_details_response_spec.rb +4 -4
  352. data/spec/models/get_financial_connections_account_statement_request_spec.rb +4 -4
  353. data/spec/models/get_financial_connections_account_statement_response_spec.rb +3 -3
  354. data/spec/models/get_financial_connections_accounts_request_spec.rb +2 -2
  355. data/spec/models/get_financial_connections_accounts_response_spec.rb +4 -4
  356. data/spec/models/get_financial_connections_balance_request_options_spec.rb +2 -2
  357. data/spec/models/get_financial_connections_balance_request_spec.rb +3 -3
  358. data/spec/models/get_financial_connections_balance_response_spec.rb +3 -3
  359. data/spec/models/get_financial_connections_owners_request_spec.rb +2 -2
  360. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +4 -4
  361. data/spec/models/get_financial_connections_owners_response_spec.rb +2 -2
  362. data/spec/models/get_financial_connections_transactions_request_spec.rb +6 -6
  363. data/spec/models/get_financial_connections_transactions_response_spec.rb +4 -4
  364. data/spec/models/get_financial_institution_response_spec.rb +3 -3
  365. data/spec/models/get_investment_holdings_request_options_spec.rb +2 -2
  366. data/spec/models/get_investment_holdings_request_spec.rb +3 -3
  367. data/spec/models/get_investment_holdings_response_spec.rb +4 -4
  368. data/spec/models/get_investment_transactions_request_options_spec.rb +2 -2
  369. data/spec/models/get_investment_transactions_request_spec.rb +7 -7
  370. data/spec/models/get_investment_transactions_response_spec.rb +5 -5
  371. data/spec/models/get_liabilities_request_spec.rb +2 -2
  372. data/spec/models/get_liabilities_response_spec.rb +3 -3
  373. data/spec/models/get_spend_power_customization_response_spec.rb +3 -3
  374. data/spec/models/get_spend_power_response_spec.rb +3 -3
  375. data/spec/models/in_app_transaction_event_spec.rb +16 -16
  376. data/spec/models/in_app_transaction_event_status_spec.rb +1 -1
  377. data/spec/models/merchant_logo_spec.rb +34 -0
  378. data/spec/models/merchant_spec.rb +46 -0
  379. data/spec/models/migrate_financial_connections_aggregator_connection_data_mx_spec.rb +3 -3
  380. data/spec/models/migrate_financial_connections_aggregator_connection_data_plaid_spec.rb +3 -3
  381. data/spec/models/migrate_financial_connections_aggregator_connection_data_spec.rb +4 -4
  382. data/spec/models/migrate_financial_connections_aggregator_connection_data_teller_spec.rb +2 -2
  383. data/spec/models/migrate_financial_connections_token_request_entity_spec.rb +2 -2
  384. data/spec/models/migrate_financial_connections_token_request_spec.rb +5 -5
  385. data/spec/models/migrate_financial_connections_token_response_spec.rb +5 -5
  386. data/spec/models/product_spec.rb +1 -1
  387. data/spec/models/refresh_asset_report_request_spec.rb +4 -4
  388. data/spec/models/refresh_asset_report_response_spec.rb +4 -4
  389. data/spec/models/spend_power_customization_spec.rb +11 -5
  390. data/spec/models/spend_power_spec.rb +20 -8
  391. data/spec/models/spend_power_time_frame_spec.rb +1 -1
  392. data/spec/models/sync_financial_connections_data_response_spec.rb +3 -3
  393. data/spec/models/sync_transactions_request_spec.rb +4 -4
  394. data/spec/models/sync_transactions_response_removed_inner_spec.rb +2 -2
  395. data/spec/models/sync_transactions_response_spec.rb +7 -7
  396. data/spec/models/transaction_category_detailed_spec.rb +1 -1
  397. data/spec/models/transaction_category_primary_spec.rb +1 -1
  398. data/spec/models/transaction_category_spec.rb +3 -3
  399. data/spec/models/transaction_event_type_spec.rb +1 -1
  400. data/spec/models/transaction_merchant_spec.rb +2 -2
  401. data/spec/models/transaction_spec.rb +18 -12
  402. data/spec/models/transaction_to_enrich_spec.rb +6 -6
  403. data/spec/models/update_entity_request_spec.rb +4 -4
  404. data/spec/models/update_entity_response_spec.rb +6 -6
  405. data/spec/models/update_spend_power_customization_request_spec.rb +10 -4
  406. data/spec/models/update_spend_power_customization_response_spec.rb +3 -3
  407. data/spec/models/updated_balance_event_spec.rb +10 -10
  408. data/spec/models/webhook_event_spec.rb +10 -10
  409. data/spec/models/webhook_source_spec.rb +1 -1
  410. data/spec/models/webhook_type_spec.rb +1 -1
  411. data/spec/spec_helper.rb +1 -1
  412. metadata +126 -6
  413. data/spec/models/enriched_transaction_logo_spec.rb +0 -34
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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,6 +39,11 @@ require 'fuse_client/models/create_link_token_request_mx'
39
39
  require 'fuse_client/models/create_link_token_request_plaid'
40
40
  require 'fuse_client/models/create_link_token_request_teller'
41
41
  require 'fuse_client/models/create_link_token_request_teller_config'
42
+ require 'fuse_client/models/create_link_token_request_teller_config_account_filter'
43
+ require 'fuse_client/models/create_link_token_request_teller_config_account_filter_credit'
44
+ require 'fuse_client/models/create_link_token_request_teller_config_account_filter_credit_one_of'
45
+ require 'fuse_client/models/create_link_token_request_teller_config_account_filter_depository'
46
+ require 'fuse_client/models/create_link_token_request_teller_config_account_filter_depository_one_of'
42
47
  require 'fuse_client/models/create_link_token_response'
43
48
  require 'fuse_client/models/create_session_request'
44
49
  require 'fuse_client/models/create_session_response'
@@ -52,7 +57,6 @@ require 'fuse_client/models/delete_spend_power_response'
52
57
  require 'fuse_client/models/enrich_transactions_request'
53
58
  require 'fuse_client/models/enrich_transactions_response'
54
59
  require 'fuse_client/models/enriched_transaction'
55
- require 'fuse_client/models/enriched_transaction_logo'
56
60
  require 'fuse_client/models/entity'
57
61
  require 'fuse_client/models/eval_spend_power_request'
58
62
  require 'fuse_client/models/eval_spend_power_request_events_inner'
@@ -61,10 +65,34 @@ require 'fuse_client/models/exchange_financial_connections_public_token_request'
61
65
  require 'fuse_client/models/exchange_financial_connections_public_token_response'
62
66
  require 'fuse_client/models/external_transaction_event'
63
67
  require 'fuse_client/models/external_transaction_event_status'
68
+ require 'fuse_client/models/fin_ql_comparison_feature'
69
+ require 'fuse_client/models/fin_ql_feature'
70
+ require 'fuse_client/models/fin_ql_feature_one_of'
71
+ require 'fuse_client/models/fin_ql_feature_one_of1'
72
+ require 'fuse_client/models/fin_ql_feature_one_of2'
73
+ require 'fuse_client/models/fin_ql_feature_one_of3'
74
+ require 'fuse_client/models/fin_ql_feature_one_of4'
75
+ require 'fuse_client/models/fin_ql_feature_one_of5'
76
+ require 'fuse_client/models/fin_ql_feature_one_of6'
77
+ require 'fuse_client/models/fin_ql_feature_one_of7'
78
+ require 'fuse_client/models/fin_ql_feature_request'
79
+ require 'fuse_client/models/fin_ql_frequency_feature'
80
+ require 'fuse_client/models/fin_ql_individual_merchant_feature'
81
+ require 'fuse_client/models/fin_ql_interest_feature'
82
+ require 'fuse_client/models/fin_ql_merchant_categories_feature_inner'
83
+ require 'fuse_client/models/fin_ql_merchant_categories_feature_inner_result_inner'
84
+ require 'fuse_client/models/fin_ql_prompt_request'
85
+ require 'fuse_client/models/fin_ql_prompt_response'
86
+ require 'fuse_client/models/fin_ql_time_based_feature_inner'
87
+ require 'fuse_client/models/fin_ql_top_merchants_feature_inner'
88
+ require 'fuse_client/models/finance_score'
64
89
  require 'fuse_client/models/financial_connection_data'
65
90
  require 'fuse_client/models/financial_connection_details'
91
+ require 'fuse_client/models/financial_connection_details_flinks'
92
+ require 'fuse_client/models/financial_connection_details_mono'
66
93
  require 'fuse_client/models/financial_connection_details_mx'
67
94
  require 'fuse_client/models/financial_connection_details_plaid'
95
+ require 'fuse_client/models/financial_connection_details_snaptrade'
68
96
  require 'fuse_client/models/financial_connection_details_teller'
69
97
  require 'fuse_client/models/financial_connections_account'
70
98
  require 'fuse_client/models/financial_connections_account_balance'
@@ -128,6 +156,8 @@ require 'fuse_client/models/get_spend_power_customization_response'
128
156
  require 'fuse_client/models/get_spend_power_response'
129
157
  require 'fuse_client/models/in_app_transaction_event'
130
158
  require 'fuse_client/models/in_app_transaction_event_status'
159
+ require 'fuse_client/models/merchant'
160
+ require 'fuse_client/models/merchant_logo'
131
161
  require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data'
132
162
  require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx'
133
163
  require 'fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid'
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'FuseApi' do
39
39
  # @return [AddAccountEventsResponse]
40
40
  describe 'add_account_events test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -50,7 +50,7 @@ describe 'FuseApi' do
50
50
  # @return [CreateAssetReportResponse]
51
51
  describe 'create_asset_report test' do
52
52
  it 'should work' do
53
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
53
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
54
54
  end
55
55
  end
56
56
 
@@ -61,7 +61,7 @@ describe 'FuseApi' do
61
61
  # @return [CreateLinkTokenResponse]
62
62
  describe 'create_link_token test' do
63
63
  it 'should work' do
64
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
65
65
  end
66
66
  end
67
67
 
@@ -72,7 +72,7 @@ describe 'FuseApi' do
72
72
  # @return [CreateSessionResponse]
73
73
  describe 'create_session test' do
74
74
  it 'should work' do
75
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
76
76
  end
77
77
  end
78
78
 
@@ -83,7 +83,7 @@ describe 'FuseApi' do
83
83
  # @return [CreateSpendPowerResponse]
84
84
  describe 'create_spend_power test' do
85
85
  it 'should work' do
86
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
@@ -93,7 +93,7 @@ describe 'FuseApi' do
93
93
  # @return [CreateSpendPowerCustomizationResponse]
94
94
  describe 'create_spend_power_customization test' do
95
95
  it 'should work' do
96
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
97
  end
98
98
  end
99
99
 
@@ -104,7 +104,7 @@ describe 'FuseApi' do
104
104
  # @return [DeleteFinancialConnectionResponse]
105
105
  describe 'delete_financial_connection test' do
106
106
  it 'should work' do
107
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
107
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
108
108
  end
109
109
  end
110
110
 
@@ -116,7 +116,7 @@ describe 'FuseApi' do
116
116
  # @return [EnrichTransactionsResponse]
117
117
  describe 'enrich_transactions test' do
118
118
  it 'should work' do
119
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
120
120
  end
121
121
  end
122
122
 
@@ -127,7 +127,19 @@ describe 'FuseApi' do
127
127
  # @return [ExchangeFinancialConnectionsPublicTokenResponse]
128
128
  describe 'exchange_financial_connections_public_token test' do
129
129
  it 'should work' do
130
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
131
+ end
132
+ end
133
+
134
+ # unit tests for fin_ql_prompt
135
+ # FinQL Prompt
136
+ # Retrieve information using finQL. Uses data submitted via the /events endpoint. This feature is being built and is not currently available.
137
+ # @param [Hash] opts the optional parameters
138
+ # @option opts [FinQLPromptRequest] :fin_ql_prompt_request
139
+ # @return [FinQLPromptResponse]
140
+ describe 'fin_ql_prompt test' do
141
+ it 'should work' do
142
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
131
143
  end
132
144
  end
133
145
 
@@ -138,7 +150,7 @@ describe 'FuseApi' do
138
150
  # @return [RefreshAssetReportResponse]
139
151
  describe 'get_asset_report test' do
140
152
  it 'should work' do
141
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
153
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
142
154
  end
143
155
  end
144
156
 
@@ -150,7 +162,7 @@ describe 'FuseApi' do
150
162
  # @return [GetEntityResponse]
151
163
  describe 'get_entity test' do
152
164
  it 'should work' do
153
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
165
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
154
166
  end
155
167
  end
156
168
 
@@ -161,7 +173,7 @@ describe 'FuseApi' do
161
173
  # @return [GetFinanceScoreResponse]
162
174
  describe 'get_finance_score test' do
163
175
  it 'should work' do
164
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
165
177
  end
166
178
  end
167
179
 
@@ -172,7 +184,7 @@ describe 'FuseApi' do
172
184
  # @return [GetFinancialConnectionResponse]
173
185
  describe 'get_financial_connection test' do
174
186
  it 'should work' do
175
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
187
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
176
188
  end
177
189
  end
178
190
 
@@ -183,7 +195,7 @@ describe 'FuseApi' do
183
195
  # @return [GetFinancialConnectionsAccountDetailsResponse]
184
196
  describe 'get_financial_connections_account_details test' do
185
197
  it 'should work' do
186
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
198
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
187
199
  end
188
200
  end
189
201
 
@@ -194,7 +206,7 @@ describe 'FuseApi' do
194
206
  # @return [GetFinancialConnectionsAccountStatementResponse]
195
207
  describe 'get_financial_connections_account_statement test' do
196
208
  it 'should work' do
197
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
209
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
198
210
  end
199
211
  end
200
212
 
@@ -205,7 +217,7 @@ describe 'FuseApi' do
205
217
  # @return [GetFinancialConnectionsAccountsResponse]
206
218
  describe 'get_financial_connections_accounts test' do
207
219
  it 'should work' do
208
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
220
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
209
221
  end
210
222
  end
211
223
 
@@ -216,7 +228,7 @@ describe 'FuseApi' do
216
228
  # @return [GetFinancialConnectionsBalanceResponse]
217
229
  describe 'get_financial_connections_balances test' do
218
230
  it 'should work' do
219
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
231
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
220
232
  end
221
233
  end
222
234
 
@@ -227,7 +239,7 @@ describe 'FuseApi' do
227
239
  # @return [GetFinancialConnectionsOwnersResponse]
228
240
  describe 'get_financial_connections_owners test' do
229
241
  it 'should work' do
230
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
242
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
231
243
  end
232
244
  end
233
245
 
@@ -238,7 +250,7 @@ describe 'FuseApi' do
238
250
  # @return [GetFinancialConnectionsTransactionsResponse]
239
251
  describe 'get_financial_connections_transactions test' do
240
252
  it 'should work' do
241
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
253
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
242
254
  end
243
255
  end
244
256
 
@@ -250,7 +262,7 @@ describe 'FuseApi' do
250
262
  # @return [GetFinancialInstitutionResponse]
251
263
  describe 'get_financial_institution test' do
252
264
  it 'should work' do
253
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
265
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
254
266
  end
255
267
  end
256
268
 
@@ -261,7 +273,7 @@ describe 'FuseApi' do
261
273
  # @return [GetInvestmentHoldingsResponse]
262
274
  describe 'get_investment_holdings test' do
263
275
  it 'should work' do
264
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
276
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
265
277
  end
266
278
  end
267
279
 
@@ -272,7 +284,7 @@ describe 'FuseApi' do
272
284
  # @return [GetInvestmentTransactionsResponse]
273
285
  describe 'get_investment_transactions test' do
274
286
  it 'should work' do
275
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
287
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
276
288
  end
277
289
  end
278
290
 
@@ -283,7 +295,7 @@ describe 'FuseApi' do
283
295
  # @return [GetSpendPowerResponse]
284
296
  describe 'get_spend_power test' do
285
297
  it 'should work' do
286
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
298
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
287
299
  end
288
300
  end
289
301
 
@@ -295,7 +307,7 @@ describe 'FuseApi' do
295
307
  # @return [MigrateFinancialConnectionsTokenResponse]
296
308
  describe 'migrate_financial_connection test' do
297
309
  it 'should work' do
298
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
310
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
299
311
  end
300
312
  end
301
313
 
@@ -306,7 +318,7 @@ describe 'FuseApi' do
306
318
  # @return [AssetReportResponse]
307
319
  describe 'refresh_asset_report test' do
308
320
  it 'should work' do
309
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
321
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
310
322
  end
311
323
  end
312
324
 
@@ -318,7 +330,7 @@ describe 'FuseApi' do
318
330
  # @return [SyncFinancialConnectionsDataResponse]
319
331
  describe 'sync_financial_connections_data test' do
320
332
  it 'should work' do
321
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
333
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
322
334
  end
323
335
  end
324
336
 
@@ -330,7 +342,7 @@ describe 'FuseApi' do
330
342
  # @return [UpdateSpendPowerCustomizationResponse]
331
343
  describe 'update_spend_power_customization test' do
332
344
  it 'should work' do
333
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
345
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
334
346
  end
335
347
  end
336
348
 
@@ -341,7 +353,7 @@ describe 'FuseApi' do
341
353
  # @return [GetLiabilitiesResponse]
342
354
  describe 'v1_financial_connections_liabilities_post test' do
343
355
  it 'should work' do
344
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
356
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
345
357
  end
346
358
  end
347
359
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -41,7 +41,7 @@ describe 'SpendPowerApi' do
41
41
  # @return [DeleteSpendPowerResponse]
42
42
  describe 'delete_spend_power test' do
43
43
  it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
@@ -54,7 +54,7 @@ describe 'SpendPowerApi' do
54
54
  # @return [GetSpendPowerCustomizationResponse]
55
55
  describe 'get_spend_power_customization test' do
56
56
  it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
58
58
  end
59
59
  end
60
60
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,7 @@ describe FuseClient::AddAccountEventsRequest do
27
27
  end
28
28
  describe 'test attribute "events"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,13 +27,13 @@ describe FuseClient::AddAccountEventsResponse do
27
27
  end
28
28
  describe 'test attribute "message"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "request_id"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,19 +27,19 @@ describe FuseClient::AssetReportAccountsInnerBalance do
27
27
  end
28
28
  describe 'test attribute "available"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "current"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
40
40
  describe 'test attribute "iso_currency_code"' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,19 +27,19 @@ describe FuseClient::AssetReportAccountsInnerHistoricalBalancesInner do
27
27
  end
28
28
  describe 'test attribute "date"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "current"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
40
40
  describe 'test attribute "iso_currency_code"' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,25 +27,25 @@ describe FuseClient::AssetReportAccountsInner do
27
27
  end
28
28
  describe 'test attribute "remote_id"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "balance"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
40
40
  describe 'test attribute "historical_balances"' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
46
46
  describe 'test attribute "transactions"' do
47
47
  it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
49
  end
50
50
  end
51
51
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,13 +27,13 @@ describe FuseClient::AssetReportResponse do
27
27
  end
28
28
  describe 'test attribute "report"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "request_id"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
@@ -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.5.0
9
+ OpenAPI Generator version: 6.6.0
10
10
 
11
11
  =end
12
12
 
@@ -27,31 +27,31 @@ describe FuseClient::AssetReport do
27
27
  end
28
28
  describe 'test attribute "asset_report_id"' do
29
29
  it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
32
32
  end
33
33
 
34
34
  describe 'test attribute "asset_report_token"' do
35
35
  it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
38
38
  end
39
39
 
40
40
  describe 'test attribute "date_generated"' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
46
46
  describe 'test attribute "days_requested"' do
47
47
  it 'should work' do
48
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
49
  end
50
50
  end
51
51
 
52
52
  describe 'test attribute "accounts"' do
53
53
  it 'should work' do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
55
  end
56
56
  end
57
57