fuse_client 1.0.37 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/docs/{SpendPower.md → ConsumerRiskReport.md} +5 -5
  4. data/docs/{SpendPowerCustomization.md → ConsumerRiskReportCustomization.md} +6 -6
  5. data/docs/{SpendPowerTimeFrame.md → ConsumerRiskReportTimeFrame.md} +2 -2
  6. data/docs/{CreateSpendPowerCustomizationRequest.md → CreateConsumerRiskReportCustomizationRequest.md} +5 -5
  7. data/docs/{CreateSpendPowerCustomizationResponse.md → CreateConsumerRiskReportCustomizationResponse.md} +2 -2
  8. data/docs/CreateConsumerRiskReportRequest.md +24 -0
  9. data/docs/{DeleteSpendPowerResponse.md → CreateConsumerRiskReportResponse.md} +3 -3
  10. data/docs/CreateLinkTokenRequest.md +3 -1
  11. data/docs/CreateLinkTokenRequestSnaptrade.md +18 -0
  12. data/docs/CreateLinkTokenRequestSnaptradeConfig.md +18 -0
  13. data/docs/{CreateSpendPowerResponse.md → DeleteConsumerRiskReportResponse.md} +3 -3
  14. data/docs/EnrichedTransaction.md +4 -26
  15. data/docs/EvalConsumerRiskReportRequest.md +22 -0
  16. data/docs/{EvalSpendPowerRequestEventsInner.md → EvalConsumerRiskReportRequestEventsInner.md} +2 -2
  17. data/docs/{EvalSpendPowerResponse.md → EvalConsumerRiskReportResponse.md} +2 -2
  18. data/docs/ExternalTransactionEvent.md +8 -2
  19. data/docs/FinancialConnectionDetails.md +5 -1
  20. data/docs/FinancialConnectionDetailsBasiq.md +20 -0
  21. data/docs/FinancialConnectionDetailsBelvo.md +20 -0
  22. data/docs/FinancialConnectionsAccount.md +2 -0
  23. data/docs/FinancialConnectionsAccountLiability.md +2 -0
  24. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +3 -1
  25. data/docs/FinancialConnectionsOwnerAddressesInnerData.md +2 -0
  26. data/docs/FuseApi.md +153 -149
  27. data/docs/{GetSpendPowerCustomizationResponse.md → GetConsumerRiskReportCustomizationResponse.md} +4 -4
  28. data/docs/{GetSpendPowerResponse.md → GetConsumerRiskReportResponse.md} +4 -4
  29. data/docs/InAppTransactionEvent.md +1 -1
  30. data/docs/RiskReportApi.md +165 -0
  31. data/docs/Transaction.md +1 -1
  32. data/docs/TransactionToEnrich.md +13 -5
  33. data/docs/{UpdateSpendPowerCustomizationRequest.md → UpdateConsumerRiskReportCustomizationRequest.md} +5 -5
  34. data/docs/{UpdateSpendPowerCustomizationResponse.md → UpdateConsumerRiskReportCustomizationResponse.md} +2 -2
  35. data/docs/UpdatedBalanceEvent.md +2 -2
  36. data/lib/fuse_client/api/fuse_api.rb +142 -139
  37. data/lib/fuse_client/api/{spend_power_api.rb → risk_report_api.rb} +39 -39
  38. data/lib/fuse_client/configuration.rb +5 -1
  39. data/lib/fuse_client/models/account_subtype.rb +3 -2
  40. data/lib/fuse_client/models/aggregator.rb +3 -1
  41. data/lib/fuse_client/models/{spend_power.rb → consumer_risk_report.rb} +4 -6
  42. data/lib/fuse_client/models/{spend_power_customization.rb → consumer_risk_report_customization.rb} +6 -7
  43. data/lib/fuse_client/models/{spend_power_time_frame.rb → consumer_risk_report_time_frame.rb} +3 -3
  44. data/lib/fuse_client/models/{create_spend_power_customization_request.rb → create_consumer_risk_report_customization_request.rb} +6 -6
  45. data/lib/fuse_client/models/{create_spend_power_customization_response.rb → create_consumer_risk_report_customization_response.rb} +3 -3
  46. data/lib/fuse_client/models/{create_spend_power_request.rb → create_consumer_risk_report_request.rb} +16 -6
  47. data/lib/fuse_client/models/{delete_spend_power_response.rb → create_consumer_risk_report_response.rb} +3 -4
  48. data/lib/fuse_client/models/create_link_token_request.rb +13 -4
  49. data/lib/fuse_client/models/create_link_token_request_snaptrade.rb +220 -0
  50. data/lib/fuse_client/models/create_link_token_request_snaptrade_config.rb +256 -0
  51. data/lib/fuse_client/models/{create_spend_power_response.rb → delete_consumer_risk_report_response.rb} +3 -4
  52. data/lib/fuse_client/models/enriched_transaction.rb +17 -158
  53. data/lib/fuse_client/models/{eval_spend_power_request.rb → eval_consumer_risk_report_request.rb} +5 -5
  54. data/lib/fuse_client/models/{eval_spend_power_request_events_inner.rb → eval_consumer_risk_report_request_events_inner.rb} +3 -3
  55. data/lib/fuse_client/models/{eval_spend_power_response.rb → eval_consumer_risk_report_response.rb} +3 -3
  56. data/lib/fuse_client/models/external_transaction_event.rb +45 -7
  57. data/lib/fuse_client/models/financial_connection_details.rb +22 -4
  58. data/lib/fuse_client/models/financial_connection_details_basiq.rb +241 -0
  59. data/lib/fuse_client/models/financial_connection_details_belvo.rb +236 -0
  60. data/lib/fuse_client/models/financial_connections_account.rb +16 -1
  61. data/lib/fuse_client/models/financial_connections_account_balance.rb +2 -0
  62. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +2 -0
  63. data/lib/fuse_client/models/financial_connections_account_liability.rb +16 -1
  64. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +14 -4
  65. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +11 -1
  66. data/lib/fuse_client/models/fuse_api_error_code.rb +6 -3
  67. data/lib/fuse_client/models/get_consumer_risk_report_customization_response.rb +239 -0
  68. data/lib/fuse_client/models/{get_spend_power_response.rb → get_consumer_risk_report_response.rb} +13 -13
  69. data/lib/fuse_client/models/in_app_transaction_event.rb +0 -5
  70. data/lib/fuse_client/models/transaction.rb +1 -1
  71. data/lib/fuse_client/models/transaction_to_enrich.rb +130 -27
  72. data/lib/fuse_client/models/{update_spend_power_customization_request.rb → update_consumer_risk_report_customization_request.rb} +6 -6
  73. data/lib/fuse_client/models/{update_spend_power_customization_response.rb → update_consumer_risk_report_customization_response.rb} +3 -3
  74. data/lib/fuse_client/models/updated_balance_event.rb +2 -2
  75. data/lib/fuse_client/version.rb +1 -1
  76. data/lib/fuse_client.rb +20 -16
  77. data/spec/api/fuse_api_spec.rb +37 -36
  78. data/spec/api/{spend_power_api_spec.rb → risk_report_api_spec.rb} +16 -16
  79. data/spec/models/asset_report_transaction_spec.rb +1 -1
  80. data/spec/models/{spend_power_customization_spec.rb → consumer_risk_report_customization_spec.rb} +6 -6
  81. data/spec/models/{spend_power_spec.rb → consumer_risk_report_spec.rb} +6 -6
  82. data/spec/models/{spend_power_time_frame_spec.rb → consumer_risk_report_time_frame_spec.rb} +6 -6
  83. data/spec/models/{create_spend_power_customization_request_spec.rb → create_consumer_risk_report_customization_request_spec.rb} +6 -6
  84. data/spec/models/{create_spend_power_customization_response_spec.rb → create_consumer_risk_report_customization_response_spec.rb} +6 -6
  85. data/spec/models/{create_spend_power_request_spec.rb → create_consumer_risk_report_request_spec.rb} +12 -6
  86. data/spec/models/{delete_spend_power_response_spec.rb → create_consumer_risk_report_response_spec.rb} +6 -6
  87. data/spec/models/create_link_token_request_snaptrade_config_spec.rb +38 -0
  88. data/spec/models/create_link_token_request_snaptrade_spec.rb +34 -0
  89. data/spec/models/create_link_token_request_spec.rb +6 -0
  90. data/spec/models/{create_spend_power_response_spec.rb → delete_consumer_risk_report_response_spec.rb} +6 -6
  91. data/spec/models/enriched_transaction_spec.rb +2 -72
  92. data/spec/models/{eval_spend_power_request_events_inner_spec.rb → eval_consumer_risk_report_request_events_inner_spec.rb} +6 -6
  93. data/spec/models/{eval_spend_power_request_spec.rb → eval_consumer_risk_report_request_spec.rb} +6 -6
  94. data/spec/models/{eval_spend_power_response_spec.rb → eval_consumer_risk_report_response_spec.rb} +6 -6
  95. data/spec/models/external_transaction_event_spec.rb +22 -0
  96. data/spec/models/financial_connection_details_basiq_spec.rb +40 -0
  97. data/spec/models/financial_connection_details_belvo_spec.rb +40 -0
  98. data/spec/models/financial_connection_details_spec.rb +12 -0
  99. data/spec/models/financial_connections_account_liability_spec.rb +6 -0
  100. data/spec/models/financial_connections_account_spec.rb +6 -0
  101. data/spec/models/financial_connections_investment_security_exchange_spec.rb +6 -0
  102. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -0
  103. data/spec/models/{get_spend_power_customization_response_spec.rb → get_consumer_risk_report_customization_response_spec.rb} +7 -7
  104. data/spec/models/{get_spend_power_response_spec.rb → get_consumer_risk_report_response_spec.rb} +7 -7
  105. data/spec/models/transaction_spec.rb +1 -1
  106. data/spec/models/transaction_to_enrich_spec.rb +32 -4
  107. data/spec/models/{update_spend_power_customization_request_spec.rb → update_consumer_risk_report_customization_request_spec.rb} +6 -6
  108. data/spec/models/{update_spend_power_customization_response_spec.rb → update_consumer_risk_report_customization_response_spec.rb} +6 -6
  109. metadata +92 -76
  110. data/docs/CreateSpendPowerRequest.md +0 -22
  111. data/docs/EvalSpendPowerRequest.md +0 -22
  112. data/docs/SpendPowerApi.md +0 -165
  113. data/lib/fuse_client/models/get_spend_power_customization_response.rb +0 -239
@@ -0,0 +1,40 @@
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::FinancialConnectionDetailsBelvo
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FuseClient::FinancialConnectionDetailsBelvo do
21
+ let(:instance) { FuseClient::FinancialConnectionDetailsBelvo.new }
22
+
23
+ describe 'test an instance of FinancialConnectionDetailsBelvo' do
24
+ it 'should create an instance of FinancialConnectionDetailsBelvo' do
25
+ expect(instance).to be_instance_of(FuseClient::FinancialConnectionDetailsBelvo)
26
+ end
27
+ end
28
+ describe 'test attribute "link_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 "institution"' 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
+ end
@@ -107,4 +107,16 @@ describe FuseClient::FinancialConnectionDetails do
107
107
  end
108
108
  end
109
109
 
110
+ describe 'test attribute "basiq"' do
111
+ it 'should work' do
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
+ end
114
+ end
115
+
116
+ describe 'test attribute "belvo"' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
+ end
120
+ end
121
+
110
122
  end
@@ -31,6 +31,12 @@ describe FuseClient::FinancialConnectionsAccountLiability do
31
31
  end
32
32
  end
33
33
 
34
+ describe 'test attribute "currency"' 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
+
34
40
  describe 'test attribute "fingerprint"' do
35
41
  it 'should work' do
36
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -31,6 +31,12 @@ describe FuseClient::FinancialConnectionsAccount do
31
31
  end
32
32
  end
33
33
 
34
+ describe 'test attribute "currency"' 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
+
34
40
  describe 'test attribute "fingerprint"' do
35
41
  it 'should work' do
36
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -31,4 +31,10 @@ describe FuseClient::FinancialConnectionsInvestmentSecurityExchange do
31
31
  end
32
32
  end
33
33
 
34
+ describe 'test attribute "suffix"' 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
+
34
40
  end
@@ -25,6 +25,12 @@ describe FuseClient::FinancialConnectionsOwnerAddressesInnerData do
25
25
  expect(instance).to be_instance_of(FuseClient::FinancialConnectionsOwnerAddressesInnerData)
26
26
  end
27
27
  end
28
+ describe 'test attribute "full_address"' 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
+
28
34
  describe 'test attribute "city"' do
29
35
  it 'should work' do
30
36
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -14,18 +14,18 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::GetSpendPowerCustomizationResponse
17
+ # Unit tests for FuseClient::GetConsumerRiskReportCustomizationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::GetSpendPowerCustomizationResponse do
21
- let(:instance) { FuseClient::GetSpendPowerCustomizationResponse.new }
20
+ describe FuseClient::GetConsumerRiskReportCustomizationResponse do
21
+ let(:instance) { FuseClient::GetConsumerRiskReportCustomizationResponse.new }
22
22
 
23
- describe 'test an instance of GetSpendPowerCustomizationResponse' do
24
- it 'should create an instance of GetSpendPowerCustomizationResponse' do
25
- expect(instance).to be_instance_of(FuseClient::GetSpendPowerCustomizationResponse)
23
+ describe 'test an instance of GetConsumerRiskReportCustomizationResponse' do
24
+ it 'should create an instance of GetConsumerRiskReportCustomizationResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::GetConsumerRiskReportCustomizationResponse)
26
26
  end
27
27
  end
28
- describe 'test attribute "spend_power_customization"' do
28
+ describe 'test attribute "consumer_risk_report_customization"' do
29
29
  it 'should work' do
30
30
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
@@ -14,18 +14,18 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::GetSpendPowerResponse
17
+ # Unit tests for FuseClient::GetConsumerRiskReportResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::GetSpendPowerResponse do
21
- let(:instance) { FuseClient::GetSpendPowerResponse.new }
20
+ describe FuseClient::GetConsumerRiskReportResponse do
21
+ let(:instance) { FuseClient::GetConsumerRiskReportResponse.new }
22
22
 
23
- describe 'test an instance of GetSpendPowerResponse' do
24
- it 'should create an instance of GetSpendPowerResponse' do
25
- expect(instance).to be_instance_of(FuseClient::GetSpendPowerResponse)
23
+ describe 'test an instance of GetConsumerRiskReportResponse' do
24
+ it 'should create an instance of GetConsumerRiskReportResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::GetConsumerRiskReportResponse)
26
26
  end
27
27
  end
28
- describe 'test attribute "spend_power"' do
28
+ describe 'test attribute "consumer_risk_report"' do
29
29
  it 'should work' do
30
30
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
31
  end
@@ -64,7 +64,7 @@ describe FuseClient::Transaction do
64
64
  describe 'test attribute "category"' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["accessories_store", "accounting_and_bookkeeping", "ach", "acorns", "acupuncture", "adult", "adult_education", "adult_entertainment", "advertising", "advertising_agencies_and_media_buyers", "advertising_and_marketing", "afghan", "african", "agriculture_and_forestry", "airlines_and_aviation_services", "airports", "alcohol_and_bars", "alternative_medicine", "american", "anesthesiologists", "animal_shelter", "antiques", "apartments_condos_and_houses", "apparel_and_fabric_products", "aquarium", "arcades_and_amusement_parks", "architects", "art_and_graphic_design", "art_dealers_and_galleries", "art_restoration", "art_school", "arts_and_crafts", "arts_and_entertainment", "asian", "assisted_living_services", "athletic_fields", "atm", "atms", "auctions", "audiovisual", "australian", "auto_oil_and_lube", "auto_payment", "auto_smog_check", "auto_tires", "auto_transmission", "automation_and_control_systems", "automotive", "bagel_shop", "bakery", "bank_fees", "banking_and_finance", "bar", "barbecue", "baseball", "basketball", "batting_cages", "beaches", "beauty_products", "bed_and_breakfasts", "beer_wine_and_spirits", "benefits", "betterment", "bicycles", "bill", "billiards_and_pool", "billpay", "blood_banks_and_centers", "boarding_houses", "boat", "boat_dealers", "boating", "bookstores", "boutique", "bowling", "brazilian", "breakfast_spot", "breweries", "building_and_land_surveyors", "buildings_and_structures", "burgers", "burrito", "bus_stations", "business", "business_and_strategy_consulting", "business_brokers_and_franchises", "business_services", "cable", "cafe", "cajun", "cameras", "campgrounds_and_rv_parks", "canoes_and_kayaks", "car_and_truck_rentals", "car_appraisers", "car_dealers_and_leasing", "car_parts_and_accessories", "car_service", "car_wash_and_detail", "cardiologists", "cards_and_stationery", "caretakers", "caribbean", "carpenters", "carpet_and_flooring", "cash_advance", "casinos_and_gaming", "catering", "cemetery", "charities_and_non-profits", "charity", "charter_buses", "chase_quickpay", "check", "check_cashing", "chemicals_and_gasses", "childcare", "children", "chinese", "chiropractors", "churches", "circuses_and_carnivals", "classic_and_antique_car", "cleaning", "clothing", "clothing_and_accessories", "coal", "coffee_shop", "coinbase", "collections", "colleges_and_universities", "combat_sports", "commercial_real_estate", "community", "computer_training", "computers", "computers_and_electronics", "computers_and_office_machines", "construction", "construction_supplies", "contractors", "convenience_stores", "corporate_housing", "correctional_institutions", "costumes", "cottages_and_cabins", "counseling_and_therapy", "courts", "creative_services", "credit", "credit_card", "credit_counseling_and_bankruptcy_services", "credit_reporting", "crop_production", "cruises", "cuban", "culinary_lessons_and_schools", "cupcake_shop", "cycling", "dance", "dance_and_music", "dance_halls_and_saloons", "dance_schools", "dating_and_escort", "day_care_and_preschools", "debit", "delis", "dentists", "department_stores", "deposit", "dermatologists", "dessert", "digit", "digital_purchase", "diners", "dining", "direct_mail_and_email_marketing_services", "disabled_persons_services", "discount_stores", "distillery", "distribution", "doctors_and_dentists", "donuts", "doors_and_windows", "driving_schools", "drug_and_alcohol_services", "dwolla", "ear_nose_and_throat", "eastern_european", "education", "electric", "electrical_equipment", "electrical_equipment_and_components", "electricians", "electronics", "emergency_services", "employment_agencies", "engineering", "entertainment", "environmental", "equestrian", "equipment_rental", "ethiopian", "events_and_event_planning", "excess_activity", "expense", "facilities_and_nursing_homes", "fairgrounds_and_rodeos", "falafel", "family_medicine", "farmers_markets", "fast_food", "fee", "fences_fireplaces_and_garage_doors", "filipino", "financial", "financial_planning_and_investments", "fire_stations", "fish_and_chips", "flea_markets", "florists", "food_and_beverage", "food_and_beverage_store", "food_and_drink", "food_truck", "football", "foreign_transaction", "forestry", "forests", "fraternities_and_sororities", "fraud_dispute", "french", "fuel", "fuel_dealer", "fund_raising", "funeral_services", "furniture_and_fixtures", "furniture_and_home_decor", "gardens", "gas", "gas_stations", "gastroenterologists", "gastropub", "general", "general_surgery", "geological", "german", "gift_and_novelty", "gifts", "glass_products", "glasses_and_optometrist", "go_carts", "golf", "goods_and_merchandise", "government_departments_and_agencies", "government_lobbyists", "greek", "gun_ranges", "gym", "gymnastics", "gyms_and_fitness_centers", "hair_removal", "hair_salons_and_barbers", "hardware_and_services", "hardware_store", "health_food", "healthcare", "healthcare_services", "heating_ventilating_and_air_conditioning", "heliports", "hiking", "historic_sites", "hobby_and_collectibles", "hockey", "holding_and_investment_offices", "home", "home_appliances", "home_improvement", "home_inspection_services", "hookah_lounges", "hospitals_clinics_and_medical_centers", "hostels", "hot_air_balloons", "hotel_lounge", "hotels_and_motels", "household", "housewares", "housing_assistance_and_shelters", "human_resources", "hunting_and_fishing", "ice_cream", "immigration", "import_and_export", "income", "indian", "indonesian", "industrial_machinery_and_equipment", "industrial_machinery_and_vehicles", "industrial_supplies", "infrastructure", "insufficient_funds", "insurance", "interest", "interest_charged", "interest_earned", "interior_design", "internal_account_transfer", "internal_medicine", "internet", "internet_cafes", "internet_services", "investment", "italian", "japanese", "jazz_and_blues_cafe", "jewelry_and_watches", "juice_bar", "karaoke", "keep_the_change_savings_program", "kids", "kids'_store", "kitchens", "korean", "lakes", "landmarks", "landscaping_and_gardeners", "late_payment", "latin_american", "laundry_and_garment_services", "law_enforcement", "lawn_and_garden", "leather", "leather_goods", "legal", "libraries", "lighting_fixtures", "limos_and_chauffeurs", "lingerie_store", "livestock_and_animals", "loan", "loans_and_mortgages", "lodges_and_vacation_rentals", "lodging", "logging_and_sawmills", "luggage", "machine_shops", "maintenance_and_repair", "management", "manicures_and_pedicures", "manufacturing", "marine_supplies", "market_research_and_consulting", "masonry", "massage_clinics_and_therapists", "media", "media_production", "medical_supplies_and_labs", "mediterranean", "men's_store", "mental_health", "metal", "metal_products", "metals", "mexican", "middle_eastern", "military", "miniature_golf", "mining", "mobile_homes", "mobile_phones", "monuments_and_memorials", "moroccan", "mosques", "motorcycle_moped_and_scooter_repair", "motorcycles_mopeds_and_scooters", "mountains", "movers", "movie_theatres", "museums", "music_video_and_dvd", "music_and_show_venues", "musical_instruments", "natural_parks", "neurologists", "news_reporting", "newsstands", "night_clubs", "nightlife", "non-metallic_minerals", "nonmetallic_mineral_products", "nurses", "nutritionists", "obstetricians_and_gynecologists", "office", "office_supplies", "oil_and_gas", "oncologists", "online_advertising", "online_subscriptions", "ophthalmologists", "optometrists", "organizations_and_associations", "orthopedic_surgeons", "other", "outdoors", "outlet", "overdraft", "packaging", "paintball", "painting", "paper", "paper_products", "parking", "parks", "party_centers", "pathologists", "pawn_shops", "payment", "paypal", "payroll", "pediatricians", "personal_care", "personal_trainers", "pest_control", "pet", "petroleum", "pets", "pharmacies", "phone", "photography", "photos_and_frames", "physical_therapy", "physicians", "picnic_areas", "piercing", "pizza", "plaid", "plastic_products", "plastic_surgeons", "plastics", "playgrounds", "plumbing", "podiatrists", "police_stations", "pools_and_spas", "portuguese", "post_offices", "pregnancy_and_sexual_health", "primary_and_secondary_schools", "print_tv_radio_and_outdoor_advertising", "printing_and_publishing", "promotional_items", "property_management", "psychiatrists", "psychics_and_astrologers", "psychologists", "public_and_social_services", "public_relations", "public_transportation_services", "race_tracks", "racquet_sports", "racquetball", "radiologists", "rafting", "rail", "real_estate", "real_estate_agents", "real_estate_appraiser", "real_estate_development_and_title_companies", "recreation", "recreation_centers", "refrigeration_and_ice", "refund", "religious", "renewable_energy", "rent", "repair_services", "research", "resorts", "respiratory", "restaurants", "retirement", "ride_share", "rivers", "rock_climbing", "roofers", "rubber", "rubber_products", "running", "rvs_and_motor_homes", "salvage_yards", "sanitary_and_waste_management", "save_as_you_go", "scandinavian", "scientific", "scuba_diving", "seafood", "search_engine_marketing_and_optimization", "security_and_safety", "senior_citizen_services", "service", "service_instruments", "services", "shipping", "shipping_and_freight", "shoe_store", "shopping", "shopping_centers_and_malls", "shops", "skating", "skin_care", "skydiving", "snow_sports", "soccer", "social_clubs", "software", "software_development", "spanish", "spas", "specialty", "sport", "sporting_goods", "sports_and_recreation_camps", "sports_bar", "sports_clubs", "sports_venues", "square", "square_cash", "stadiums_and_arenas", "steakhouses", "stock_brokers", "storage", "strip_club", "student_aid_and_grants", "subscription", "supermarkets_and_groceries", "sushi", "swimming", "swimming_pool_maintenance_and_services", "swimwear", "swiss", "symphony_and_opera", "synagogues", "tailors", "tanning_salons", "tattooing", "tax", "taxes", "taxi", "telecommunication_services", "television", "temple", "tennis", "textiles", "thai", "theatrical_productions", "third_party", "tobacco", "tolls_and_fees", "tourist_information_and_services", "towing", "toys", "transfer", "transfers_and_adjustments", "transport", "transportation", "transportation_centers", "transportation_equipment", "travel", "travel_and_transportation", "travel_agents_and_tour_operators", "tree_service", "turkish", "tutoring_and_educational_services", "upholstery", "urologists", "used_car_dealers", "utilities", "vegan_and_vegetarian", "venmo", "veterinarians", "video_games", "vintage_and_thrift", "vocational_schools", "warehouses_and_wholesale_stores", "water", "water_and_waste_management", "water_sports", "web_design_and_development", "wedding_and_bridal", "welding", "wholesale", "wine_bar", "winery", "wire", "wire_transfer", "withdrawal", "women's_store", "wood_products", "writing_copywriting_and_technical_writing", "yoga_and_pilates", "youth_organizations", "zoo"])
67
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["accessories_store", "accounting_and_bookkeeping", "ach", "acorns", "acupuncture", "adult", "adult_education", "adult_entertainment", "advertising", "advertising_agencies_and_media_buyers", "advertising_and_marketing", "afghan", "african", "agriculture_and_forestry", "airlines_and_aviation_services", "airports", "alcohol_and_bars", "alternative_medicine", "american", "anesthesiologists", "animal_shelter", "antiques", "apartments_condos_and_houses", "apparel_and_fabric_products", "aquarium", "arcades_and_amusement_parks", "architects", "art_and_graphic_design", "art_dealers_and_galleries", "art_restoration", "art_school", "arts_and_crafts", "arts_and_entertainment", "asian", "assisted_living_services", "athletic_fields", "atm", "atms", "auctions", "audiovisual", "australian", "auto_oil_and_lube", "auto_payment", "auto_smog_check", "auto_tires", "auto_transmission", "automation_and_control_systems", "automotive", "bagel_shop", "bakery", "bank_fees", "banking_and_finance", "bar", "barbecue", "baseball", "basketball", "batting_cages", "beaches", "beauty_products", "bed_and_breakfasts", "beer_wine_and_spirits", "benefits", "betterment", "bicycles", "bill", "billiards_and_pool", "billpay", "blood_banks_and_centers", "boarding_houses", "boat", "boat_dealers", "boating", "books_and_supplies", "bookstores", "boutique", "bowling", "brazilian", "breakfast_spot", "breweries", "building_and_land_surveyors", "buildings_and_structures", "burgers", "burrito", "bus_stations", "business", "business_and_strategy_consulting", "business_brokers_and_franchises", "business_services", "cable", "cafe", "cajun", "cameras", "campgrounds_and_rv_parks", "canoes_and_kayaks", "car_and_truck_rentals", "car_appraisers", "car_dealers_and_leasing", "car_parts_and_accessories", "car_service", "car_wash_and_detail", "cardiologists", "cards_and_stationery", "caretakers", "caribbean", "carpenters", "carpet_and_flooring", "cash_advance", "casinos_and_gaming", "catering", "cemetery", "charities_and_non-profits", "charity", "charter_buses", "chase_quickpay", "check", "check_cashing", "chemicals_and_gasses", "childcare", "children", "chinese", "chiropractors", "churches", "circuses_and_carnivals", "classic_and_antique_car", "cleaning", "clothing", "clothing_and_accessories", "coal", "coffee_shop", "coinbase", "collections", "colleges_and_universities", "combat_sports", "commercial_real_estate", "community", "computer_training", "computers", "computers_and_electronics", "computers_and_office_machines", "construction", "construction_supplies", "contractors", "convenience_stores", "corporate_housing", "correctional_institutions", "costumes", "cottages_and_cabins", "counseling_and_therapy", "courts", "creative_services", "credit", "credit_card", "credit_counseling_and_bankruptcy_services", "credit_reporting", "crop_production", "cruises", "cuban", "culinary_lessons_and_schools", "cupcake_shop", "cycling", "dance", "dance_and_music", "dance_halls_and_saloons", "dance_schools", "dating_and_escort", "day_care_and_preschools", "debit", "delis", "dentists", "department_stores", "deposit", "dermatologists", "dessert", "digit", "digital_purchase", "diners", "dining", "direct_mail_and_email_marketing_services", "disabled_persons_services", "discount_stores", "distillery", "distribution", "doctors_and_dentists", "donuts", "doors_and_windows", "driving_schools", "drug_and_alcohol_services", "dwolla", "ear_nose_and_throat", "eastern_european", "education", "electric", "electrical_equipment", "electrical_equipment_and_components", "electricians", "electronics", "emergency_services", "employment_agencies", "engineering", "entertainment", "environmental", "equestrian", "equipment_rental", "ethiopian", "events_and_event_planning", "excess_activity", "expense", "facilities_and_nursing_homes", "fairgrounds_and_rodeos", "falafel", "family_medicine", "farmers_markets", "fast_food", "fee", "fences_fireplaces_and_garage_doors", "filipino", "financial", "financial_planning_and_investments", "fire_stations", "fish_and_chips", "flea_markets", "florists", "food_and_beverage", "food_and_beverage_store", "food_and_drink", "food_truck", "football", "foreign_transaction", "forestry", "forests", "fraternities_and_sororities", "fraud_dispute", "french", "fuel", "fuel_dealer", "fund_raising", "funeral_services", "furniture_and_fixtures", "furniture_and_home_decor", "gardens", "gas", "gas_stations", "gastroenterologists", "gastropub", "general", "general_surgery", "geological", "german", "gift_and_novelty", "gifts", "glass_products", "glasses_and_optometrist", "go_carts", "golf", "goods_and_merchandise", "government_departments_and_agencies", "government_lobbyists", "greek", "gun_ranges", "gym", "gymnastics", "gyms_and_fitness_centers", "hair_removal", "hair_salons_and_barbers", "hardware_and_services", "hardware_store", "health_food", "healthcare", "healthcare_services", "heating_ventilating_and_air_conditioning", "heliports", "hiking", "historic_sites", "hobby_and_collectibles", "hockey", "holding_and_investment_offices", "home", "home_appliances", "home_improvement", "home_inspection_services", "hookah_lounges", "hospitals_clinics_and_medical_centers", "hostels", "hot_air_balloons", "hotel_lounge", "hotels_and_motels", "household", "housewares", "housing_assistance_and_shelters", "human_resources", "hunting_and_fishing", "ice_cream", "immigration", "import_and_export", "income", "indian", "indonesian", "industrial_machinery_and_equipment", "industrial_machinery_and_vehicles", "industrial_supplies", "infrastructure", "insufficient_funds", "insurance", "interest", "interest_charged", "interest_earned", "interior_design", "internal_account_transfer", "internal_medicine", "internet", "internet_cafes", "internet_services", "investment", "italian", "japanese", "jazz_and_blues_cafe", "jewelry_and_watches", "juice_bar", "karaoke", "keep_the_change_savings_program", "kids", "kids'_store", "kitchens", "korean", "lakes", "landmarks", "landscaping_and_gardeners", "late_payment", "latin_american", "laundry_and_garment_services", "law_enforcement", "lawn_and_garden", "leather", "leather_goods", "legal", "libraries", "lighting_fixtures", "limos_and_chauffeurs", "lingerie_store", "livestock_and_animals", "loan", "loans_and_mortgages", "lodges_and_vacation_rentals", "lodging", "logging_and_sawmills", "luggage", "machine_shops", "maintenance_and_repair", "management", "manicures_and_pedicures", "manufacturing", "marine_supplies", "market_research_and_consulting", "masonry", "massage_clinics_and_therapists", "media", "media_production", "medical_supplies_and_labs", "mediterranean", "men's_store", "mental_health", "metal", "metal_products", "metals", "mexican", "middle_eastern", "military", "miniature_golf", "mining", "mobile_homes", "mobile_phones", "monuments_and_memorials", "moroccan", "mosques", "motorcycle_moped_and_scooter_repair", "motorcycles_mopeds_and_scooters", "mountains", "movers", "movie_theatres", "museums", "music_video_and_dvd", "music_and_show_venues", "musical_instruments", "natural_parks", "neurologists", "news_reporting", "newsstands", "night_clubs", "nightlife", "non-metallic_minerals", "nonmetallic_mineral_products", "nurses", "nutritionists", "obstetricians_and_gynecologists", "office", "office_supplies", "oil_and_gas", "oncologists", "online_advertising", "online_subscriptions", "ophthalmologists", "optometrists", "organizations_and_associations", "orthopedic_surgeons", "other", "outdoors", "outlet", "overdraft", "packaging", "paintball", "painting", "paper", "paper_products", "parking", "parks", "party_centers", "pathologists", "pawn_shops", "payment", "paypal", "payroll", "pediatricians", "personal_care", "personal_trainers", "pest_control", "pet", "petroleum", "pets", "pharmacies", "phone", "photography", "photos_and_frames", "physical_therapy", "physicians", "picnic_areas", "piercing", "pizza", "plaid", "plastic_products", "plastic_surgeons", "plastics", "playgrounds", "plumbing", "podiatrists", "police_stations", "pools_and_spas", "portuguese", "post_offices", "pregnancy_and_sexual_health", "primary_and_secondary_schools", "print_tv_radio_and_outdoor_advertising", "printing_and_publishing", "promotional_items", "property_management", "psychiatrists", "psychics_and_astrologers", "psychologists", "public_and_social_services", "public_relations", "public_transportation_services", "race_tracks", "racquet_sports", "racquetball", "radiologists", "rafting", "rail", "real_estate", "real_estate_agents", "real_estate_appraiser", "real_estate_development_and_title_companies", "recreation", "recreation_centers", "refrigeration_and_ice", "refund", "religious", "renewable_energy", "rent", "repair_services", "research", "resorts", "respiratory", "restaurants", "retirement", "ride_share", "rivers", "rock_climbing", "roofers", "rubber", "rubber_products", "running", "rvs_and_motor_homes", "salvage_yards", "sanitary_and_waste_management", "save_as_you_go", "scandinavian", "scientific", "scuba_diving", "seafood", "search_engine_marketing_and_optimization", "security_and_safety", "senior_citizen_services", "service", "service_instruments", "services", "shipping", "shipping_and_freight", "shoe_store", "shopping", "shopping_centers_and_malls", "shops", "skating", "skin_care", "skydiving", "snow_sports", "soccer", "social_clubs", "software", "software_development", "spanish", "spas", "specialty", "sport", "sporting_goods", "sports_and_recreation_camps", "sports_bar", "sports_clubs", "sports_venues", "square", "square_cash", "stadiums_and_arenas", "steakhouses", "stock_brokers", "storage", "strip_club", "student_aid_and_grants", "subscription", "supermarkets_and_groceries", "sushi", "swimming", "swimming_pool_maintenance_and_services", "swimwear", "swiss", "symphony_and_opera", "synagogues", "tailors", "tanning_salons", "tattooing", "tax", "taxes", "taxi", "telecommunication_services", "television", "temple", "tennis", "textiles", "thai", "theatrical_productions", "third_party", "tobacco", "tolls_and_fees", "tourist_information_and_services", "towing", "toys", "transfer", "transfers_and_adjustments", "transport", "transportation", "transportation_centers", "transportation_equipment", "travel", "travel_and_transportation", "travel_agents_and_tour_operators", "tree_service", "turkish", "tutoring_and_educational_services", "upholstery", "urologists", "used_car_dealers", "utilities", "vegan_and_vegetarian", "venmo", "veterinarians", "video_games", "vintage_and_thrift", "vocational_schools", "warehouses_and_wholesale_stores", "water", "water_and_waste_management", "water_sports", "web_design_and_development", "wedding_and_bridal", "welding", "wholesale", "wine_bar", "winery", "wire", "wire_transfer", "withdrawal", "women's_store", "wood_products", "writing_copywriting_and_technical_writing", "yoga_and_pilates", "youth_organizations", "zoo"])
68
68
  # validator.allowable_values.each do |value|
69
69
  # expect { instance.category = value }.not_to raise_error
70
70
  # end
@@ -31,7 +31,7 @@ describe FuseClient::TransactionToEnrich do
31
31
  end
32
32
  end
33
33
 
34
- describe 'test attribute "merchant_name"' do
34
+ describe 'test attribute "description"' do
35
35
  it 'should work' do
36
36
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
37
  end
@@ -49,12 +49,40 @@ describe FuseClient::TransactionToEnrich do
49
49
  end
50
50
  end
51
51
 
52
- describe 'test attribute "type"' do
52
+ describe 'test attribute "direction"' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["debit", "credit"])
55
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["incoming", "outgoing"])
56
56
  # validator.allowable_values.each do |value|
57
- # expect { instance.type = value }.not_to raise_error
57
+ # expect { instance.direction = value }.not_to raise_error
58
+ # end
59
+ end
60
+ end
61
+
62
+ describe 'test attribute "country_code"' 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 "iso_currency_code"' 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 "date"' 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 "owner_type"' do
81
+ it 'should work' do
82
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
83
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["consumer", "business"])
84
+ # validator.allowable_values.each do |value|
85
+ # expect { instance.owner_type = value }.not_to raise_error
58
86
  # end
59
87
  end
60
88
  end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::UpdateSpendPowerCustomizationRequest
17
+ # Unit tests for FuseClient::UpdateConsumerRiskReportCustomizationRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::UpdateSpendPowerCustomizationRequest do
21
- let(:instance) { FuseClient::UpdateSpendPowerCustomizationRequest.new }
20
+ describe FuseClient::UpdateConsumerRiskReportCustomizationRequest do
21
+ let(:instance) { FuseClient::UpdateConsumerRiskReportCustomizationRequest.new }
22
22
 
23
- describe 'test an instance of UpdateSpendPowerCustomizationRequest' do
24
- it 'should create an instance of UpdateSpendPowerCustomizationRequest' do
25
- expect(instance).to be_instance_of(FuseClient::UpdateSpendPowerCustomizationRequest)
23
+ describe 'test an instance of UpdateConsumerRiskReportCustomizationRequest' do
24
+ it 'should create an instance of UpdateConsumerRiskReportCustomizationRequest' do
25
+ expect(instance).to be_instance_of(FuseClient::UpdateConsumerRiskReportCustomizationRequest)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "timeframe"' do
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for FuseClient::UpdateSpendPowerCustomizationResponse
17
+ # Unit tests for FuseClient::UpdateConsumerRiskReportCustomizationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe FuseClient::UpdateSpendPowerCustomizationResponse do
21
- let(:instance) { FuseClient::UpdateSpendPowerCustomizationResponse.new }
20
+ describe FuseClient::UpdateConsumerRiskReportCustomizationResponse do
21
+ let(:instance) { FuseClient::UpdateConsumerRiskReportCustomizationResponse.new }
22
22
 
23
- describe 'test an instance of UpdateSpendPowerCustomizationResponse' do
24
- it 'should create an instance of UpdateSpendPowerCustomizationResponse' do
25
- expect(instance).to be_instance_of(FuseClient::UpdateSpendPowerCustomizationResponse)
23
+ describe 'test an instance of UpdateConsumerRiskReportCustomizationResponse' do
24
+ it 'should create an instance of UpdateConsumerRiskReportCustomizationResponse' do
25
+ expect(instance).to be_instance_of(FuseClient::UpdateConsumerRiskReportCustomizationResponse)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "id"' do