fuse_client 1.0.33 → 1.0.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (443) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +7 -1
  4. data/docs/AddAccountEventsRequest.md +18 -0
  5. data/docs/AddAccountEventsRequestEventsInner.md +51 -0
  6. data/docs/{AddSpendPowerTransactionResponse.md → AddAccountEventsResponse.md} +2 -2
  7. data/docs/AssetReportTransaction.md +1 -1
  8. data/docs/CreateLinkTokenRequestTellerConfig.md +3 -1
  9. data/docs/CreateLinkTokenRequestTellerConfigAccountFilter.md +20 -0
  10. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterCredit.md +49 -0
  11. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterCreditOneOf.md +18 -0
  12. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterDepository.md +49 -0
  13. data/docs/CreateLinkTokenRequestTellerConfigAccountFilterDepositoryOneOf.md +18 -0
  14. data/docs/CreateSessionRequest.md +1 -1
  15. data/docs/CreateSpendPowerCustomizationRequest.md +24 -0
  16. data/docs/CreateSpendPowerRequest.md +5 -5
  17. data/docs/CreateSpendPowerResponse.md +1 -1
  18. data/docs/DeleteSpendPowerResponse.md +2 -2
  19. data/docs/EnrichTransactionsRequest.md +18 -0
  20. data/docs/EnrichTransactionsResponse.md +18 -0
  21. data/docs/EnrichedTransaction.md +48 -0
  22. data/docs/EvalSpendPowerRequest.md +22 -0
  23. data/docs/EvalSpendPowerRequestEventsInner.md +20 -0
  24. data/docs/EvalSpendPowerResponse.md +24 -0
  25. data/docs/ExternalTransactionEvent.md +34 -0
  26. data/docs/ExternalTransactionEventStatus.md +15 -0
  27. data/docs/FinQLComparisonFeature.md +26 -0
  28. data/docs/FinQLFeature.md +61 -0
  29. data/docs/FinQLFeatureOneOf.md +18 -0
  30. data/docs/FinQLFeatureOneOf1.md +18 -0
  31. data/docs/FinQLFeatureOneOf2.md +18 -0
  32. data/docs/FinQLFeatureOneOf3.md +18 -0
  33. data/docs/FinQLFeatureOneOf4.md +18 -0
  34. data/docs/FinQLFeatureOneOf5.md +18 -0
  35. data/docs/FinQLFeatureOneOf6.md +18 -0
  36. data/docs/FinQLFeatureOneOf7.md +18 -0
  37. data/docs/FinQLFeatureRequest.md +15 -0
  38. data/docs/FinQLFrequencyFeature.md +20 -0
  39. data/docs/FinQLIndividualMerchantFeature.md +20 -0
  40. data/docs/FinQLInterestFeature.md +18 -0
  41. data/docs/FinQLMerchantCategoriesFeatureInner.md +20 -0
  42. data/docs/FinQLMerchantCategoriesFeatureInnerResultInner.md +20 -0
  43. data/docs/FinQLPromptRequest.md +22 -0
  44. data/docs/FinQLPromptResponse.md +20 -0
  45. data/docs/FinQLTimeBasedFeatureInner.md +20 -0
  46. data/docs/FinQLTopMerchantsFeatureInner.md +22 -0
  47. data/docs/FinanceScore.md +30 -0
  48. data/docs/FinancialConnectionDetails.md +7 -1
  49. data/docs/FinancialConnectionDetailsFlinks.md +18 -0
  50. data/docs/FinancialConnectionDetailsMono.md +18 -0
  51. data/docs/FinancialConnectionDetailsSnaptrade.md +22 -0
  52. data/docs/FinancialConnectionsAccount.md +4 -2
  53. data/docs/FinancialConnectionsAccountBalance.md +2 -2
  54. data/docs/FinancialConnectionsAccountCachedBalance.md +2 -2
  55. data/docs/FinancialConnectionsAccountDetails.md +3 -1
  56. data/docs/FinancialConnectionsAccountLiability.md +3 -1
  57. data/docs/FinancialConnectionsHolding.md +3 -3
  58. data/docs/FinancialConnectionsInvestmentSecurity.md +1 -1
  59. data/docs/FinancialConnectionsInvestmentTransaction.md +5 -3
  60. data/docs/FinancialConnectionsInvestmentTransactionSubtype.md +15 -0
  61. data/docs/FuseApi.md +272 -35
  62. data/docs/GetFinanceScoreResponse.md +20 -0
  63. data/docs/GetInvestmentTransactionsRequest.md +4 -4
  64. data/docs/GetSpendPowerCustomizationResponse.md +20 -0
  65. data/docs/InAppTransactionEvent.md +34 -0
  66. data/docs/InAppTransactionEventStatus.md +15 -0
  67. data/docs/Merchant.md +22 -0
  68. data/docs/MerchantLogo.md +18 -0
  69. data/docs/SpendPower.md +11 -7
  70. data/docs/SpendPowerApi.md +87 -44
  71. data/docs/SpendPowerCustomization.md +8 -4
  72. data/docs/SpendPowerTimeFrame.md +15 -0
  73. data/docs/Transaction.md +3 -1
  74. data/docs/TransactionCategory.md +20 -0
  75. data/docs/TransactionCategoryDetailed.md +15 -0
  76. data/docs/TransactionCategoryPrimary.md +15 -0
  77. data/docs/TransactionEventType.md +15 -0
  78. data/docs/TransactionToEnrich.md +26 -0
  79. data/docs/UpdateSpendPowerCustomizationRequest.md +24 -0
  80. data/docs/UpdatedBalanceEvent.md +26 -0
  81. data/fuse_client.gemspec +1 -1
  82. data/lib/fuse_client/api/fuse_api.rb +241 -32
  83. data/lib/fuse_client/api/spend_power_api.rb +79 -53
  84. data/lib/fuse_client/api_client.rb +1 -1
  85. data/lib/fuse_client/api_error.rb +1 -1
  86. data/lib/fuse_client/configuration.rb +11 -11
  87. data/lib/fuse_client/models/account_subtype.rb +1 -1
  88. data/lib/fuse_client/models/account_type.rb +1 -1
  89. data/lib/fuse_client/models/add_account_events_request.rb +254 -0
  90. data/lib/fuse_client/models/add_account_events_request_events_inner.rb +106 -0
  91. data/lib/fuse_client/models/{add_spend_power_transaction_response.rb → add_account_events_response.rb} +4 -4
  92. data/lib/fuse_client/models/aggregator.rb +3 -3
  93. data/lib/fuse_client/models/asset_report.rb +1 -1
  94. data/lib/fuse_client/models/asset_report_accounts_inner.rb +1 -1
  95. data/lib/fuse_client/models/asset_report_accounts_inner_balance.rb +1 -1
  96. data/lib/fuse_client/models/asset_report_accounts_inner_historical_balances_inner.rb +1 -1
  97. data/lib/fuse_client/models/asset_report_response.rb +1 -1
  98. data/lib/fuse_client/models/asset_report_transaction.rb +2 -2
  99. data/lib/fuse_client/models/country_code.rb +7 -2
  100. data/lib/fuse_client/models/create_asset_report_request.rb +1 -1
  101. data/lib/fuse_client/models/create_asset_report_response.rb +1 -1
  102. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  103. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  104. data/lib/fuse_client/models/create_link_token_request.rb +1 -1
  105. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  106. data/lib/fuse_client/models/create_link_token_request_plaid.rb +1 -1
  107. data/lib/fuse_client/models/create_link_token_request_teller.rb +1 -1
  108. data/lib/fuse_client/models/create_link_token_request_teller_config.rb +14 -5
  109. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter.rb +229 -0
  110. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_credit.rb +105 -0
  111. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_credit_one_of.rb +243 -0
  112. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_depository.rb +105 -0
  113. data/lib/fuse_client/models/create_link_token_request_teller_config_account_filter_depository_one_of.rb +243 -0
  114. data/lib/fuse_client/models/create_link_token_response.rb +1 -1
  115. data/lib/fuse_client/models/create_session_request.rb +2 -2
  116. data/lib/fuse_client/models/create_session_response.rb +1 -1
  117. data/lib/fuse_client/models/create_spend_power_customization_request.rb +357 -0
  118. data/lib/fuse_client/models/create_spend_power_customization_response.rb +1 -1
  119. data/lib/fuse_client/models/create_spend_power_request.rb +23 -23
  120. data/lib/fuse_client/models/create_spend_power_response.rb +2 -2
  121. data/lib/fuse_client/models/currency.rb +1 -1
  122. data/lib/fuse_client/models/delete_financial_connection_response.rb +1 -1
  123. data/lib/fuse_client/models/delete_spend_power_response.rb +12 -11
  124. data/lib/fuse_client/models/enrich_transactions_request.rb +226 -0
  125. data/lib/fuse_client/models/enrich_transactions_response.rb +222 -0
  126. data/lib/fuse_client/models/enriched_transaction.rb +407 -0
  127. data/lib/fuse_client/models/entity.rb +1 -1
  128. data/lib/fuse_client/models/eval_spend_power_request.rb +296 -0
  129. data/lib/fuse_client/models/eval_spend_power_request_events_inner.rb +239 -0
  130. data/lib/fuse_client/models/eval_spend_power_response.rb +250 -0
  131. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +1 -1
  132. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +1 -1
  133. data/lib/fuse_client/models/external_transaction_event.rb +370 -0
  134. data/lib/fuse_client/models/external_transaction_event_status.rb +40 -0
  135. data/lib/fuse_client/models/fin_ql_comparison_feature.rb +255 -0
  136. data/lib/fuse_client/models/fin_ql_feature.rb +111 -0
  137. data/lib/fuse_client/models/fin_ql_feature_one_of.rb +219 -0
  138. data/lib/fuse_client/models/fin_ql_feature_one_of1.rb +219 -0
  139. data/lib/fuse_client/models/fin_ql_feature_one_of2.rb +221 -0
  140. data/lib/fuse_client/models/fin_ql_feature_one_of3.rb +219 -0
  141. data/lib/fuse_client/models/fin_ql_feature_one_of4.rb +219 -0
  142. data/lib/fuse_client/models/fin_ql_feature_one_of5.rb +221 -0
  143. data/lib/fuse_client/models/fin_ql_feature_one_of6.rb +219 -0
  144. data/lib/fuse_client/models/fin_ql_feature_one_of7.rb +221 -0
  145. data/lib/fuse_client/models/fin_ql_feature_request.rb +46 -0
  146. data/lib/fuse_client/models/fin_ql_frequency_feature.rb +262 -0
  147. data/lib/fuse_client/models/fin_ql_individual_merchant_feature.rb +228 -0
  148. data/lib/fuse_client/models/fin_ql_interest_feature.rb +219 -0
  149. data/lib/fuse_client/models/fin_ql_merchant_categories_feature_inner.rb +230 -0
  150. data/lib/fuse_client/models/fin_ql_merchant_categories_feature_inner_result_inner.rb +228 -0
  151. data/lib/fuse_client/models/fin_ql_prompt_request.rb +276 -0
  152. data/lib/fuse_client/models/fin_ql_prompt_response.rb +234 -0
  153. data/lib/fuse_client/models/fin_ql_time_based_feature_inner.rb +228 -0
  154. data/lib/fuse_client/models/fin_ql_top_merchants_feature_inner.rb +237 -0
  155. data/lib/fuse_client/models/finance_score.rb +315 -0
  156. data/lib/fuse_client/models/financial_connection_data.rb +1 -1
  157. data/lib/fuse_client/models/financial_connection_details.rb +32 -5
  158. data/lib/fuse_client/models/financial_connection_details_flinks.rb +226 -0
  159. data/lib/fuse_client/models/financial_connection_details_mono.rb +226 -0
  160. data/lib/fuse_client/models/financial_connection_details_mx.rb +1 -1
  161. data/lib/fuse_client/models/financial_connection_details_plaid.rb +1 -1
  162. data/lib/fuse_client/models/financial_connection_details_snaptrade.rb +256 -0
  163. data/lib/fuse_client/models/financial_connection_details_teller.rb +1 -1
  164. data/lib/fuse_client/models/financial_connections_account.rb +16 -6
  165. data/lib/fuse_client/models/financial_connections_account_balance.rb +3 -3
  166. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +3 -3
  167. data/lib/fuse_client/models/financial_connections_account_details.rb +15 -5
  168. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  169. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  170. data/lib/fuse_client/models/financial_connections_account_liability.rb +13 -3
  171. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  172. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  173. data/lib/fuse_client/models/financial_connections_holding.rb +4 -4
  174. data/lib/fuse_client/models/financial_connections_investment_security.rb +2 -2
  175. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +1 -1
  176. data/lib/fuse_client/models/financial_connections_investment_security_type.rb +1 -1
  177. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +14 -5
  178. data/lib/fuse_client/models/financial_connections_investment_transaction_subtype.rb +87 -0
  179. data/lib/fuse_client/models/financial_connections_owner.rb +1 -1
  180. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  181. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  182. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +1 -1
  183. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +1 -1
  184. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +1 -1
  185. data/lib/fuse_client/models/financial_institution.rb +1 -1
  186. data/lib/fuse_client/models/financial_institution_logo.rb +1 -1
  187. data/lib/fuse_client/models/fuse_api_aggregator_error.rb +1 -1
  188. data/lib/fuse_client/models/fuse_api_error.rb +1 -1
  189. data/lib/fuse_client/models/fuse_api_error_code.rb +7 -2
  190. data/lib/fuse_client/models/fuse_api_error_data.rb +1 -1
  191. data/lib/fuse_client/models/fuse_api_error_type.rb +1 -1
  192. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  193. data/lib/fuse_client/models/fuse_api_warning_data.rb +1 -1
  194. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +1 -1
  195. data/lib/fuse_client/models/get_asset_report_request.rb +1 -1
  196. data/lib/fuse_client/models/get_entity_response.rb +1 -1
  197. data/lib/fuse_client/models/get_finance_score_response.rb +239 -0
  198. data/lib/fuse_client/models/get_financial_connection_response.rb +1 -1
  199. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  200. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +1 -1
  201. data/lib/fuse_client/models/get_financial_connections_account_statement_request.rb +1 -1
  202. data/lib/fuse_client/models/get_financial_connections_account_statement_response.rb +1 -1
  203. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  204. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +1 -1
  205. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +1 -1
  206. data/lib/fuse_client/models/get_financial_connections_balance_request_options.rb +1 -1
  207. data/lib/fuse_client/models/get_financial_connections_balance_response.rb +1 -1
  208. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  209. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +1 -1
  210. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +1 -1
  211. data/lib/fuse_client/models/get_financial_connections_transactions_request.rb +1 -1
  212. data/lib/fuse_client/models/get_financial_connections_transactions_response.rb +1 -1
  213. data/lib/fuse_client/models/get_financial_institution_response.rb +1 -1
  214. data/lib/fuse_client/models/get_investment_holdings_request.rb +1 -1
  215. data/lib/fuse_client/models/get_investment_holdings_request_options.rb +1 -1
  216. data/lib/fuse_client/models/get_investment_holdings_response.rb +1 -1
  217. data/lib/fuse_client/models/get_investment_transactions_request.rb +38 -10
  218. data/lib/fuse_client/models/get_investment_transactions_request_options.rb +1 -1
  219. data/lib/fuse_client/models/get_investment_transactions_response.rb +1 -1
  220. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  221. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  222. data/lib/fuse_client/models/get_spend_power_customization_response.rb +239 -0
  223. data/lib/fuse_client/models/get_spend_power_response.rb +1 -1
  224. data/lib/fuse_client/models/in_app_transaction_event.rb +369 -0
  225. data/lib/fuse_client/models/in_app_transaction_event_status.rb +41 -0
  226. data/lib/fuse_client/models/merchant.rb +249 -0
  227. data/lib/fuse_client/models/merchant_logo.rb +220 -0
  228. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data.rb +1 -1
  229. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx.rb +1 -1
  230. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid.rb +1 -1
  231. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_teller.rb +1 -1
  232. data/lib/fuse_client/models/migrate_financial_connections_token_request.rb +1 -1
  233. data/lib/fuse_client/models/migrate_financial_connections_token_request_entity.rb +1 -1
  234. data/lib/fuse_client/models/migrate_financial_connections_token_response.rb +1 -1
  235. data/lib/fuse_client/models/product.rb +1 -1
  236. data/lib/fuse_client/models/refresh_asset_report_request.rb +1 -1
  237. data/lib/fuse_client/models/refresh_asset_report_response.rb +1 -1
  238. data/lib/fuse_client/models/spend_power.rb +51 -22
  239. data/lib/fuse_client/models/spend_power_customization.rb +91 -17
  240. data/lib/fuse_client/models/spend_power_time_frame.rb +41 -0
  241. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  242. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  243. data/lib/fuse_client/models/sync_transactions_response.rb +1 -1
  244. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  245. data/lib/fuse_client/models/transaction.rb +13 -3
  246. data/lib/fuse_client/models/transaction_category.rb +260 -0
  247. data/lib/fuse_client/models/transaction_category_detailed.rb +156 -0
  248. data/lib/fuse_client/models/transaction_category_primary.rb +59 -0
  249. data/lib/fuse_client/models/transaction_event_type.rb +65 -0
  250. data/lib/fuse_client/models/transaction_merchant.rb +1 -1
  251. data/lib/fuse_client/models/{add_spend_power_transaction_request.rb → transaction_to_enrich.rb} +48 -28
  252. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  253. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  254. data/lib/fuse_client/models/update_spend_power_customization_request.rb +325 -0
  255. data/lib/fuse_client/models/update_spend_power_customization_response.rb +1 -1
  256. data/lib/fuse_client/models/updated_balance_event.rb +308 -0
  257. data/lib/fuse_client/models/webhook_event.rb +1 -1
  258. data/lib/fuse_client/models/webhook_source.rb +3 -2
  259. data/lib/fuse_client/models/webhook_type.rb +1 -1
  260. data/lib/fuse_client/version.rb +2 -2
  261. data/lib/fuse_client.rb +57 -3
  262. data/spec/api/fuse_api_spec.rb +72 -34
  263. data/spec/api/spend_power_api_spec.rb +16 -19
  264. data/spec/api_client_spec.rb +1 -1
  265. data/spec/configuration_spec.rb +1 -1
  266. data/spec/models/account_subtype_spec.rb +1 -1
  267. data/spec/models/account_type_spec.rb +1 -1
  268. data/spec/models/add_account_events_request_events_inner_spec.rb +31 -0
  269. data/spec/models/add_account_events_request_spec.rb +34 -0
  270. data/spec/models/add_account_events_response_spec.rb +40 -0
  271. data/spec/models/aggregator_spec.rb +1 -1
  272. data/spec/models/asset_report_accounts_inner_balance_spec.rb +4 -4
  273. data/spec/models/asset_report_accounts_inner_historical_balances_inner_spec.rb +4 -4
  274. data/spec/models/asset_report_accounts_inner_spec.rb +5 -5
  275. data/spec/models/asset_report_response_spec.rb +3 -3
  276. data/spec/models/asset_report_spec.rb +6 -6
  277. data/spec/models/asset_report_transaction_spec.rb +11 -11
  278. data/spec/models/country_code_spec.rb +1 -1
  279. data/spec/models/create_asset_report_request_spec.rb +3 -3
  280. data/spec/models/create_asset_report_response_spec.rb +4 -4
  281. data/spec/models/create_entity_request_spec.rb +5 -5
  282. data/spec/models/create_entity_response_spec.rb +6 -6
  283. data/spec/models/create_link_token_request_mx_spec.rb +2 -2
  284. data/spec/models/create_link_token_request_plaid_spec.rb +2 -2
  285. data/spec/models/create_link_token_request_spec.rb +9 -9
  286. data/spec/models/create_link_token_request_teller_config_account_filter_credit_one_of_spec.rb +38 -0
  287. data/spec/models/create_link_token_request_teller_config_account_filter_credit_spec.rb +31 -0
  288. data/spec/models/create_link_token_request_teller_config_account_filter_depository_one_of_spec.rb +38 -0
  289. data/spec/models/create_link_token_request_teller_config_account_filter_depository_spec.rb +31 -0
  290. data/spec/models/create_link_token_request_teller_config_account_filter_spec.rb +40 -0
  291. data/spec/models/create_link_token_request_teller_config_spec.rb +8 -2
  292. data/spec/models/create_link_token_request_teller_spec.rb +2 -2
  293. data/spec/models/create_link_token_response_spec.rb +3 -3
  294. data/spec/models/create_session_request_spec.rb +7 -7
  295. data/spec/models/create_session_response_spec.rb +4 -4
  296. data/spec/models/create_spend_power_customization_request_spec.rb +52 -0
  297. data/spec/models/create_spend_power_customization_response_spec.rb +3 -3
  298. data/spec/models/create_spend_power_request_spec.rb +6 -6
  299. data/spec/models/create_spend_power_response_spec.rb +3 -3
  300. data/spec/models/currency_spec.rb +3 -3
  301. data/spec/models/delete_financial_connection_response_spec.rb +4 -4
  302. data/spec/models/delete_spend_power_response_spec.rb +4 -4
  303. data/spec/models/enrich_transactions_request_spec.rb +34 -0
  304. data/spec/models/enrich_transactions_response_spec.rb +34 -0
  305. data/spec/models/enriched_transaction_spec.rb +128 -0
  306. data/spec/models/entity_spec.rb +4 -4
  307. data/spec/models/eval_spend_power_request_events_inner_spec.rb +40 -0
  308. data/spec/models/eval_spend_power_request_spec.rb +46 -0
  309. data/spec/models/eval_spend_power_response_spec.rb +52 -0
  310. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +2 -2
  311. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +4 -4
  312. data/spec/models/external_transaction_event_spec.rb +86 -0
  313. data/spec/models/external_transaction_event_status_spec.rb +28 -0
  314. data/spec/models/fin_ql_comparison_feature_spec.rb +58 -0
  315. data/spec/models/fin_ql_feature_one_of1_spec.rb +34 -0
  316. data/spec/models/fin_ql_feature_one_of2_spec.rb +34 -0
  317. data/spec/models/fin_ql_feature_one_of3_spec.rb +34 -0
  318. data/spec/models/fin_ql_feature_one_of4_spec.rb +34 -0
  319. data/spec/models/fin_ql_feature_one_of5_spec.rb +34 -0
  320. data/spec/models/fin_ql_feature_one_of6_spec.rb +34 -0
  321. data/spec/models/fin_ql_feature_one_of7_spec.rb +34 -0
  322. data/spec/models/fin_ql_feature_one_of_spec.rb +34 -0
  323. data/spec/models/fin_ql_feature_request_spec.rb +28 -0
  324. data/spec/models/fin_ql_feature_spec.rb +31 -0
  325. data/spec/models/fin_ql_frequency_feature_spec.rb +44 -0
  326. data/spec/models/fin_ql_individual_merchant_feature_spec.rb +40 -0
  327. data/spec/models/fin_ql_interest_feature_spec.rb +34 -0
  328. data/spec/models/fin_ql_merchant_categories_feature_inner_result_inner_spec.rb +40 -0
  329. data/spec/models/fin_ql_merchant_categories_feature_inner_spec.rb +40 -0
  330. data/spec/models/fin_ql_prompt_request_spec.rb +46 -0
  331. data/spec/models/fin_ql_prompt_response_spec.rb +40 -0
  332. data/spec/models/fin_ql_time_based_feature_inner_spec.rb +40 -0
  333. data/spec/models/fin_ql_top_merchants_feature_inner_spec.rb +46 -0
  334. data/spec/models/finance_score_spec.rb +70 -0
  335. data/spec/models/financial_connection_data_spec.rb +3 -3
  336. data/spec/models/financial_connection_details_flinks_spec.rb +34 -0
  337. data/spec/models/financial_connection_details_mono_spec.rb +34 -0
  338. data/spec/models/financial_connection_details_mx_spec.rb +3 -3
  339. data/spec/models/financial_connection_details_plaid_spec.rb +3 -3
  340. data/spec/models/financial_connection_details_snaptrade_spec.rb +46 -0
  341. data/spec/models/financial_connection_details_spec.rb +27 -9
  342. data/spec/models/financial_connection_details_teller_spec.rb +3 -3
  343. data/spec/models/financial_connections_account_balance_spec.rb +6 -6
  344. data/spec/models/financial_connections_account_cached_balance_spec.rb +5 -5
  345. data/spec/models/financial_connections_account_details_ach_spec.rb +5 -5
  346. data/spec/models/financial_connections_account_details_spec.rb +9 -3
  347. data/spec/models/financial_connections_account_institution_spec.rb +2 -2
  348. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +3 -3
  349. data/spec/models/financial_connections_account_liability_all_of_spec.rb +8 -8
  350. data/spec/models/financial_connections_account_liability_spec.rb +22 -16
  351. data/spec/models/financial_connections_account_spec.rb +15 -9
  352. data/spec/models/financial_connections_holding_spec.rb +7 -7
  353. data/spec/models/financial_connections_investment_security_exchange_spec.rb +2 -2
  354. data/spec/models/financial_connections_investment_security_spec.rb +11 -11
  355. data/spec/models/financial_connections_investment_security_type_spec.rb +1 -1
  356. data/spec/models/financial_connections_investment_transaction_spec.rb +19 -13
  357. data/spec/models/financial_connections_investment_transaction_subtype_spec.rb +28 -0
  358. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -6
  359. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +3 -3
  360. data/spec/models/financial_connections_owner_emails_inner_spec.rb +4 -4
  361. data/spec/models/financial_connections_owner_names_inner_spec.rb +3 -3
  362. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +4 -4
  363. data/spec/models/financial_connections_owner_spec.rb +5 -5
  364. data/spec/models/financial_institution_logo_spec.rb +4 -4
  365. data/spec/models/financial_institution_spec.rb +6 -6
  366. data/spec/models/fuse_api_aggregator_error_spec.rb +7 -7
  367. data/spec/models/fuse_api_error_code_spec.rb +1 -1
  368. data/spec/models/fuse_api_error_data_spec.rb +3 -3
  369. data/spec/models/fuse_api_error_spec.rb +8 -8
  370. data/spec/models/fuse_api_error_type_spec.rb +1 -1
  371. data/spec/models/fuse_api_warning_data_spec.rb +3 -3
  372. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +6 -6
  373. data/spec/models/fuse_api_warning_spec.rb +7 -7
  374. data/spec/models/get_asset_report_request_spec.rb +3 -3
  375. data/spec/models/get_entity_response_spec.rb +7 -7
  376. data/spec/models/get_finance_score_response_spec.rb +40 -0
  377. data/spec/models/get_financial_connection_response_spec.rb +3 -3
  378. data/spec/models/get_financial_connections_account_details_request_spec.rb +2 -2
  379. data/spec/models/get_financial_connections_account_details_response_spec.rb +4 -4
  380. data/spec/models/get_financial_connections_account_statement_request_spec.rb +4 -4
  381. data/spec/models/get_financial_connections_account_statement_response_spec.rb +3 -3
  382. data/spec/models/get_financial_connections_accounts_request_spec.rb +2 -2
  383. data/spec/models/get_financial_connections_accounts_response_spec.rb +4 -4
  384. data/spec/models/get_financial_connections_balance_request_options_spec.rb +2 -2
  385. data/spec/models/get_financial_connections_balance_request_spec.rb +3 -3
  386. data/spec/models/get_financial_connections_balance_response_spec.rb +3 -3
  387. data/spec/models/get_financial_connections_owners_request_spec.rb +2 -2
  388. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +4 -4
  389. data/spec/models/get_financial_connections_owners_response_spec.rb +2 -2
  390. data/spec/models/get_financial_connections_transactions_request_spec.rb +6 -6
  391. data/spec/models/get_financial_connections_transactions_response_spec.rb +4 -4
  392. data/spec/models/get_financial_institution_response_spec.rb +3 -3
  393. data/spec/models/get_investment_holdings_request_options_spec.rb +2 -2
  394. data/spec/models/get_investment_holdings_request_spec.rb +3 -3
  395. data/spec/models/get_investment_holdings_response_spec.rb +4 -4
  396. data/spec/models/get_investment_transactions_request_options_spec.rb +2 -2
  397. data/spec/models/get_investment_transactions_request_spec.rb +7 -7
  398. data/spec/models/get_investment_transactions_response_spec.rb +5 -5
  399. data/spec/models/get_liabilities_request_spec.rb +2 -2
  400. data/spec/models/get_liabilities_response_spec.rb +3 -3
  401. data/spec/models/get_spend_power_customization_response_spec.rb +40 -0
  402. data/spec/models/get_spend_power_response_spec.rb +3 -3
  403. data/spec/models/in_app_transaction_event_spec.rb +86 -0
  404. data/spec/models/in_app_transaction_event_status_spec.rb +28 -0
  405. data/spec/models/merchant_logo_spec.rb +34 -0
  406. data/spec/models/merchant_spec.rb +46 -0
  407. data/spec/models/migrate_financial_connections_aggregator_connection_data_mx_spec.rb +3 -3
  408. data/spec/models/migrate_financial_connections_aggregator_connection_data_plaid_spec.rb +3 -3
  409. data/spec/models/migrate_financial_connections_aggregator_connection_data_spec.rb +4 -4
  410. data/spec/models/migrate_financial_connections_aggregator_connection_data_teller_spec.rb +2 -2
  411. data/spec/models/migrate_financial_connections_token_request_entity_spec.rb +2 -2
  412. data/spec/models/migrate_financial_connections_token_request_spec.rb +5 -5
  413. data/spec/models/migrate_financial_connections_token_response_spec.rb +5 -5
  414. data/spec/models/product_spec.rb +1 -1
  415. data/spec/models/refresh_asset_report_request_spec.rb +4 -4
  416. data/spec/models/refresh_asset_report_response_spec.rb +4 -4
  417. data/spec/models/spend_power_customization_spec.rb +16 -8
  418. data/spec/models/spend_power_spec.rb +21 -9
  419. data/spec/models/spend_power_time_frame_spec.rb +28 -0
  420. data/spec/models/sync_financial_connections_data_response_spec.rb +3 -3
  421. data/spec/models/sync_transactions_request_spec.rb +4 -4
  422. data/spec/models/sync_transactions_response_removed_inner_spec.rb +2 -2
  423. data/spec/models/sync_transactions_response_spec.rb +7 -7
  424. data/spec/models/transaction_category_detailed_spec.rb +28 -0
  425. data/spec/models/transaction_category_primary_spec.rb +28 -0
  426. data/spec/models/transaction_category_spec.rb +40 -0
  427. data/spec/models/transaction_event_type_spec.rb +28 -0
  428. data/spec/models/transaction_merchant_spec.rb +2 -2
  429. data/spec/models/transaction_spec.rb +18 -12
  430. data/spec/models/transaction_to_enrich_spec.rb +62 -0
  431. data/spec/models/update_entity_request_spec.rb +4 -4
  432. data/spec/models/update_entity_response_spec.rb +6 -6
  433. data/spec/models/update_spend_power_customization_request_spec.rb +52 -0
  434. data/spec/models/update_spend_power_customization_response_spec.rb +3 -3
  435. data/spec/models/updated_balance_event_spec.rb +62 -0
  436. data/spec/models/webhook_event_spec.rb +10 -10
  437. data/spec/models/webhook_source_spec.rb +1 -1
  438. data/spec/models/webhook_type_spec.rb +1 -1
  439. data/spec/spec_helper.rb +1 -1
  440. metadata +226 -10
  441. data/docs/AddSpendPowerTransactionRequest.md +0 -22
  442. data/spec/models/add_spend_power_transaction_request_spec.rb +0 -50
  443. data/spec/models/add_spend_power_transaction_response_spec.rb +0 -40
@@ -0,0 +1,46 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::EvalSpendPowerRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::EvalSpendPowerRequest do
21
+ let(:instance) { FuseClient::EvalSpendPowerRequest.new }
22
+
23
+ describe 'test an instance of EvalSpendPowerRequest' do
24
+ it 'should create an instance of EvalSpendPowerRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::EvalSpendPowerRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "window_size"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "time_frame"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "events"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Fuse
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::EvalSpendPowerResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::EvalSpendPowerResponse do
21
+ let(:instance) { FuseClient::EvalSpendPowerResponse.new }
22
+
23
+ describe 'test an instance of EvalSpendPowerResponse' do
24
+ it 'should create an instance of EvalSpendPowerResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::EvalSpendPowerResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "mean_granted_above_failed_payments"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "mean_granted_below_failed_payments"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "mean_predicted_limits"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "mean_successful_payments"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ end
@@ -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::ExchangeFinancialConnectionsPublicTokenRequest do
27
27
  end
28
28
  describe 'test attribute "public_token"' 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,19 +27,19 @@ describe FuseClient::ExchangeFinancialConnectionsPublicTokenResponse do
27
27
  end
28
28
  describe 'test attribute "access_token"' 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 "financial_connection_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
 
40
40
  describe 'test attribute "request_id"' 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
 
@@ -0,0 +1,86 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::ExternalTransactionEvent
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::ExternalTransactionEvent do
21
+ let(:instance) { FuseClient::ExternalTransactionEvent.new }
22
+
23
+ describe 'test an instance of ExternalTransactionEvent' do
24
+ it 'should create an instance of ExternalTransactionEvent' do
25
+ expect(instance).to be_instance_of(FuseClient::ExternalTransactionEvent)
26
+ end
27
+ end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "event_type"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["external_transaction"])
38
+ # validator.allowable_values.each do |value|
39
+ # expect { instance.event_type = value }.not_to raise_error
40
+ # end
41
+ end
42
+ end
43
+
44
+ describe 'test attribute "status"' do
45
+ it 'should work' do
46
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
47
+ end
48
+ end
49
+
50
+ describe 'test attribute "amount"' do
51
+ it 'should work' do
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
+ end
54
+ end
55
+
56
+ describe 'test attribute "iso_currency_code"' do
57
+ it 'should work' do
58
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
59
+ end
60
+ end
61
+
62
+ describe 'test attribute "transaction_type"' do
63
+ it 'should work' do
64
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
65
+ end
66
+ end
67
+
68
+ describe 'test attribute "merchant_name"' do
69
+ it 'should work' do
70
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
71
+ end
72
+ end
73
+
74
+ describe 'test attribute "timestamp"' do
75
+ it 'should work' do
76
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
77
+ end
78
+ end
79
+
80
+ describe 'test attribute "balance"' do
81
+ it 'should work' do
82
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
83
+ end
84
+ end
85
+
86
+ end
@@ -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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::ExternalTransactionEventStatus
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::ExternalTransactionEventStatus do
21
+ let(:instance) { FuseClient::ExternalTransactionEventStatus.new }
22
+
23
+ describe 'test an instance of ExternalTransactionEventStatus' do
24
+ it 'should create an instance of ExternalTransactionEventStatus' do
25
+ expect(instance).to be_instance_of(FuseClient::ExternalTransactionEventStatus)
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,58 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLComparisonFeature
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLComparisonFeature do
21
+ let(:instance) { FuseClient::FinQLComparisonFeature.new }
22
+
23
+ describe 'test an instance of FinQLComparisonFeature' do
24
+ it 'should create an instance of FinQLComparisonFeature' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLComparisonFeature)
26
+ end
27
+ end
28
+ describe 'test attribute "merchant_a"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "merchant_b"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "comparison_metric"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "value_a"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "value_b"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
+ end
56
+ end
57
+
58
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf1
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf1 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf1.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf1' do
24
+ it 'should create an instance of FinQLFeatureOneOf1' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf1)
26
+ end
27
+ end
28
+ describe 'test attribute "individual_merchant"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf2
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf2 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf2.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf2' do
24
+ it 'should create an instance of FinQLFeatureOneOf2' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf2)
26
+ end
27
+ end
28
+ describe 'test attribute "time_based"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf3
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf3 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf3.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf3' do
24
+ it 'should create an instance of FinQLFeatureOneOf3' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf3)
26
+ end
27
+ end
28
+ describe 'test attribute "interest"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf4
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf4 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf4.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf4' do
24
+ it 'should create an instance of FinQLFeatureOneOf4' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf4)
26
+ end
27
+ end
28
+ describe 'test attribute "frequency"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf5
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf5 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf5.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf5' do
24
+ it 'should create an instance of FinQLFeatureOneOf5' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf5)
26
+ end
27
+ end
28
+ describe 'test attribute "top_merchants"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf6
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf6 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf6.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf6' do
24
+ it 'should create an instance of FinQLFeatureOneOf6' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf6)
26
+ end
27
+ end
28
+ describe 'test attribute "comparison"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf7
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf7 do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf7.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf7' do
24
+ it 'should create an instance of FinQLFeatureOneOf7' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf7)
26
+ end
27
+ end
28
+ describe 'test attribute "merchant_categories"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,34 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureOneOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureOneOf do
21
+ let(:instance) { FuseClient::FinQLFeatureOneOf.new }
22
+
23
+ describe 'test an instance of FinQLFeatureOneOf' do
24
+ it 'should create an instance of FinQLFeatureOneOf' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureOneOf)
26
+ end
27
+ end
28
+ describe 'test attribute "text"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ end
@@ -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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeatureRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeatureRequest do
21
+ let(:instance) { FuseClient::FinQLFeatureRequest.new }
22
+
23
+ describe 'test an instance of FinQLFeatureRequest' do
24
+ it 'should create an instance of FinQLFeatureRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::FinQLFeatureRequest)
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,31 @@
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.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FuseClient::FinQLFeature
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinQLFeature do
21
+ describe '.openapi_one_of' do
22
+ it 'lists the items referenced in the oneOf array' do
23
+ expect(described_class.openapi_one_of).to_not be_empty
24
+ end
25
+ end
26
+
27
+ describe '.build' do
28
+ it 'returns the correct model' do
29
+ end
30
+ end
31
+ end