diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index e4b24f3..a680f84 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -383,8 +383,6 @@ spec/api/microdeposits_api_spec.rb spec/api/mx_platform_api_spec.rb spec/api/spending_plan_api_spec.rb spec/api/transactions_api_spec.rb -spec/api_client_spec.rb -spec/configuration_spec.rb spec/models/account_create_request_body_spec.rb spec/models/account_create_request_spec.rb spec/models/account_number_response_spec.rb diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 73a86b1..09a6d30 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.0.1 \ No newline at end of file +7.8.0 diff --git a/lib/mx-platform-ruby.rb b/lib/mx-platform-ruby.rb index 4e00843..1b4cfd2 100644 --- a/lib/mx-platform-ruby.rb +++ b/lib/mx-platform-ruby.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/lib/mx-platform-ruby/api/budgets_api.rb b/lib/mx-platform-ruby/api/budgets_api.rb index a72691b..4e48ead 100644 --- a/lib/mx-platform-ruby/api/budgets_api.rb +++ b/lib/mx-platform-ruby/api/budgets_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -124,7 +124,7 @@ def users_user_guid_budgets_budget_guid_get_with_http_info(budget_guid, user_gui # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -195,7 +195,7 @@ def users_user_guid_budgets_budget_guid_put_with_http_info(user_guid, budget_gui # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -263,7 +263,7 @@ def users_user_guid_budgets_generate_post_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -326,7 +326,7 @@ def users_user_guid_budgets_get_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -395,7 +395,7 @@ def users_user_guid_budgets_post_with_http_info(user_guid, budget_create_request # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api/goals_api.rb b/lib/mx-platform-ruby/api/goals_api.rb index 44cc8f7..cdea4c5 100644 --- a/lib/mx-platform-ruby/api/goals_api.rb +++ b/lib/mx-platform-ruby/api/goals_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -57,7 +57,7 @@ def users_user_guid_goals_get_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -193,7 +193,7 @@ def users_user_guid_goals_goal_guid_get_with_http_info(goal_guid, user_guid, opt # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -268,7 +268,7 @@ def users_user_guid_goals_goal_guid_put_with_http_info(goal_guid, user_guid, upd # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -342,7 +342,7 @@ def users_user_guid_goals_post_with_http_info(user_guid, goal_request_body, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -416,7 +416,7 @@ def users_user_guid_goals_reposition_put_with_http_info(user_guid, reposition_re # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api/insights_api.rb b/lib/mx-platform-ruby/api/insights_api.rb index 56da489..886f7cc 100644 --- a/lib/mx-platform-ruby/api/insights_api.rb +++ b/lib/mx-platform-ruby/api/insights_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -63,7 +63,7 @@ def list_accounts_insight_with_http_info(user_guid, insight_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -138,7 +138,7 @@ def list_categories_insight_with_http_info(user_guid, insight_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -213,7 +213,7 @@ def list_insights_by_account_with_http_info(account_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -282,7 +282,7 @@ def list_insights_user_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -357,7 +357,7 @@ def list_merchants_insight_with_http_info(user_guid, insight_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -432,7 +432,7 @@ def list_scheduled_payments_insight_with_http_info(user_guid, insight_guid, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -507,7 +507,7 @@ def list_transactions_insight_with_http_info(user_guid, insight_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -576,7 +576,7 @@ def read_insights_user_with_http_info(user_guid, insight_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -651,7 +651,7 @@ def update_insight_with_http_info(user_guid, insight_guid, insight_update_reques # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api/microdeposits_api.rb b/lib/mx-platform-ruby/api/microdeposits_api.rb index a6304ab..b65b3a9 100644 --- a/lib/mx-platform-ruby/api/microdeposits_api.rb +++ b/lib/mx-platform-ruby/api/microdeposits_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -53,7 +53,7 @@ def micro_deposits_microdeposit_guid_verify_put_with_http_info(microdeposit_guid # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -121,7 +121,7 @@ def users_user_guid_micro_deposits_get_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -257,7 +257,7 @@ def users_user_guid_micro_deposits_micro_deposit_guid_get_with_http_info(user_gu # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -326,7 +326,7 @@ def users_user_guid_micro_deposits_post_with_http_info(user_guid, microdeposit_r # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api/mx_platform_api.rb b/lib/mx-platform-ruby/api/mx_platform_api.rb index 1cfc057..1d1f947 100644 --- a/lib/mx-platform-ruby/api/mx_platform_api.rb +++ b/lib/mx-platform-ruby/api/mx_platform_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -57,7 +57,7 @@ def aggregate_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -126,7 +126,7 @@ def check_balances_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -195,7 +195,7 @@ def create_category_with_http_info(user_guid, category_create_request_body, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -275,7 +275,7 @@ def create_managed_account_with_http_info(member_guid, user_guid, managed_accoun # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -349,7 +349,7 @@ def create_managed_member_with_http_info(user_guid, managed_member_create_reques # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -435,7 +435,7 @@ def create_managed_transaction_with_http_info(account_guid, member_guid, user_gu # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -509,7 +509,7 @@ def create_manual_account_with_http_info(user_guid, account_create_request_body, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -583,7 +583,7 @@ def create_member_with_http_info(user_guid, member_create_request_body, opts = { # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -657,7 +657,7 @@ def create_tag_with_http_info(user_guid, tag_create_request_body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -731,7 +731,7 @@ def create_tagging_with_http_info(user_guid, tagging_create_request_body, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -805,7 +805,7 @@ def create_transaction_rule_with_http_info(user_guid, transaction_rule_create_re # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -873,7 +873,7 @@ def create_user_with_http_info(user_create_request_body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -941,7 +941,7 @@ def credit_card_with_http_info(credit_card_product_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1686,7 +1686,7 @@ def deprecated_request_payment_processor_authorization_code_with_http_info(payme # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -1766,7 +1766,7 @@ def download_statement_pdf_with_http_info(member_guid, statement_guid, user_guid # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+pdf']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+pdf']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1841,7 +1841,7 @@ def download_tax_document_with_http_info(tax_document_guid, member_guid, user_gu # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+pdf']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+pdf']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1904,7 +1904,7 @@ def enhance_transactions_with_http_info(enhance_transactions_request_body, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -1978,7 +1978,7 @@ def extend_history_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2047,7 +2047,7 @@ def fetch_rewards_with_http_info(user_guid, member_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2116,7 +2116,7 @@ def fetch_statements_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2185,7 +2185,7 @@ def fetch_tax_documents_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2254,7 +2254,7 @@ def identify_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2329,7 +2329,7 @@ def list_account_numbers_by_account_with_http_info(account_guid, user_guid, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2404,7 +2404,7 @@ def list_account_numbers_by_member_with_http_info(member_guid, user_guid, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2479,7 +2479,7 @@ def list_account_owners_by_member_with_http_info(member_guid, user_guid, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2548,7 +2548,7 @@ def list_categories_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2611,7 +2611,7 @@ def list_default_categories_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2680,7 +2680,7 @@ def list_default_categories_by_user_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2743,7 +2743,7 @@ def list_favorite_institutions_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2818,7 +2818,7 @@ def list_holdings_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2899,7 +2899,7 @@ def list_holdings_by_account_with_http_info(account_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -2980,7 +2980,7 @@ def list_holdings_by_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3049,7 +3049,7 @@ def list_institution_credentials_with_http_info(institution_code, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3127,7 +3127,7 @@ def list_institutions_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3202,7 +3202,7 @@ def list_managed_accounts_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3265,7 +3265,7 @@ def list_managed_institutions_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3334,7 +3334,7 @@ def list_managed_members_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3415,7 +3415,7 @@ def list_managed_transactions_with_http_info(account_guid, member_guid, user_gui # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3493,7 +3493,7 @@ def list_member_accounts_with_http_info(user_guid, member_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3568,7 +3568,7 @@ def list_member_challenges_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3643,7 +3643,7 @@ def list_member_credentials_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3712,7 +3712,7 @@ def list_members_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3775,7 +3775,7 @@ def list_merchants_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3844,7 +3844,7 @@ def list_rewards_with_http_info(user_guid, member_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3919,7 +3919,7 @@ def list_statements_by_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -3988,7 +3988,7 @@ def list_taggings_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4057,7 +4057,7 @@ def list_tags_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4132,7 +4132,7 @@ def list_tax_documents_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4201,7 +4201,7 @@ def list_transaction_rules_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4276,7 +4276,7 @@ def list_transactions_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4357,7 +4357,7 @@ def list_transactions_by_account_with_http_info(account_guid, user_guid, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4438,7 +4438,7 @@ def list_transactions_by_member_with_http_info(member_guid, user_guid, opts = {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4519,7 +4519,7 @@ def list_transactions_by_tag_with_http_info(tag_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4594,7 +4594,7 @@ def list_user_accounts_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4666,7 +4666,7 @@ def list_users_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4735,7 +4735,7 @@ def read_account_with_http_info(account_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4810,7 +4810,7 @@ def read_account_by_member_with_http_info(account_guid, member_guid, user_guid, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4879,7 +4879,7 @@ def read_category_with_http_info(category_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -4942,7 +4942,7 @@ def read_default_category_with_http_info(category_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5011,7 +5011,7 @@ def read_holding_with_http_info(holding_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5074,7 +5074,7 @@ def read_institution_with_http_info(institution_code, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5149,7 +5149,7 @@ def read_managed_account_with_http_info(account_guid, member_guid, user_guid, op # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5218,7 +5218,7 @@ def read_managed_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5299,7 +5299,7 @@ def read_managed_transaction_with_http_info(account_guid, member_guid, transacti # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5368,7 +5368,7 @@ def read_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5437,7 +5437,7 @@ def read_member_status_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5500,7 +5500,7 @@ def read_merchant_with_http_info(merchant_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5563,7 +5563,7 @@ def read_merchant_location_with_http_info(merchant_location_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5638,7 +5638,7 @@ def read_rewards_with_http_info(user_guid, member_guid, reward_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5713,7 +5713,7 @@ def read_statement_by_member_with_http_info(member_guid, statement_guid, user_gu # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5782,7 +5782,7 @@ def read_tag_with_http_info(tag_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5851,7 +5851,7 @@ def read_tagging_with_http_info(tagging_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5926,7 +5926,7 @@ def read_tax_document_with_http_info(tax_document_guid, member_guid, user_guid, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -5995,7 +5995,7 @@ def read_transaction_with_http_info(transaction_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -6064,7 +6064,7 @@ def read_transaction_rule_with_http_info(transaction_rule_guid, user_guid, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -6127,7 +6127,7 @@ def read_user_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -6190,7 +6190,7 @@ def request_authorization_code_with_http_info(authorization_code_request_body, o # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6264,7 +6264,7 @@ def request_connect_widget_url_with_http_info(user_guid, connect_widget_request_ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6353,7 +6353,7 @@ def request_o_auth_window_uri_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -6424,7 +6424,7 @@ def request_widget_url_with_http_info(user_guid, widget_request_body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6505,7 +6505,7 @@ def resume_aggregation_with_http_info(member_guid, user_guid, member_resume_requ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6591,7 +6591,7 @@ def update_account_by_member_with_http_info(account_guid, member_guid, user_guid # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6671,7 +6671,7 @@ def update_category_with_http_info(category_guid, user_guid, category_update_req # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6757,7 +6757,7 @@ def update_managed_account_with_http_info(account_guid, member_guid, user_guid, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6837,7 +6837,7 @@ def update_managed_member_with_http_info(member_guid, user_guid, managed_member_ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -6929,7 +6929,7 @@ def update_managed_transaction_with_http_info(account_guid, member_guid, transac # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7009,7 +7009,7 @@ def update_member_with_http_info(member_guid, user_guid, member_update_request_b # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7089,7 +7089,7 @@ def update_tag_with_http_info(tag_guid, user_guid, tag_update_request_body, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7169,7 +7169,7 @@ def update_tagging_with_http_info(tagging_guid, user_guid, tagging_update_reques # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7249,7 +7249,7 @@ def update_transaction_with_http_info(transaction_guid, user_guid, transaction_u # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7329,7 +7329,7 @@ def update_transaction_rule_with_http_info(transaction_rule_guid, user_guid, tra # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7403,7 +7403,7 @@ def update_user_with_http_info(user_guid, user_update_request_body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7469,7 +7469,7 @@ def users_user_guid_monthly_cash_flow_profile_get_with_http_info(user_guid, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -7538,7 +7538,7 @@ def users_user_guid_monthly_cash_flow_profile_put_with_http_info(user_guid, mont # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7681,7 +7681,7 @@ def users_user_guid_transactions_transaction_guid_split_post_with_http_info(user # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -7755,7 +7755,7 @@ def verify_member_with_http_info(member_guid, user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/mx-platform-ruby/api/spending_plan_api.rb b/lib/mx-platform-ruby/api/spending_plan_api.rb index 0ea64d4..0cfa03c 100644 --- a/lib/mx-platform-ruby/api/spending_plan_api.rb +++ b/lib/mx-platform-ruby/api/spending_plan_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -51,7 +51,7 @@ def create_spending_plan_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -126,7 +126,7 @@ def create_spending_plan_iteration_item_with_http_info(spending_plan_guid, user_ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -419,7 +419,7 @@ def list_spending_plan_accounts_with_http_info(user_guid, spending_plan_guid, op # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -494,7 +494,7 @@ def list_spending_plan_iteration_items_with_http_info(user_guid, spending_plan_g # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -569,7 +569,7 @@ def list_spending_plan_iterations_with_http_info(user_guid, spending_plan_guid, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -638,7 +638,7 @@ def list_spending_plans_with_http_info(user_guid, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -719,7 +719,7 @@ def read_spending_plan_account_with_http_info(user_guid, spending_plan_guid, spe # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -800,7 +800,7 @@ def read_spending_plan_iteration_with_http_info(user_guid, spending_plan_guid, i # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -881,7 +881,7 @@ def read_spending_plan_iteration_item_with_http_info(user_guid, spending_plan_gu # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -956,7 +956,7 @@ def read_spending_plan_user_with_http_info(user_guid, spending_plan_guid, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1037,7 +1037,7 @@ def update_spending_plan_iteration_item_with_http_info(user_guid, spending_plan_ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api/transactions_api.rb b/lib/mx-platform-ruby/api/transactions_api.rb index cab7bf7..23d73b6 100644 --- a/lib/mx-platform-ruby/api/transactions_api.rb +++ b/lib/mx-platform-ruby/api/transactions_api.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -63,7 +63,7 @@ def users_user_guid_accounts_account_guid_transactions_post_with_http_info(user_ # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) + header_params['Accept'] = @api_client.select_header_accept(['application/vnd.mx.api.v1+json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/mx-platform-ruby/api_client.rb b/lib/mx-platform-ruby/api_client.rb index 504b700..48a1279 100644 --- a/lib/mx-platform-ruby/api_client.rb +++ b/lib/mx-platform-ruby/api_client.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -17,6 +17,8 @@ require 'time' require 'faraday' require 'faraday/multipart' if Gem::Version.new(Faraday::VERSION) >= Gem::Version.new('2.0') +require 'marcel' + module MxPlatformRuby class ApiClient @@ -48,9 +50,11 @@ def self.default # @return [Array<(Object, Integer, Hash)>] an array of 3 elements: # the data deserialized from response body (could be nil), response status code and response headers. def call_api(http_method, path, opts = {}) + stream = nil begin response = connection(opts).public_send(http_method.to_sym.downcase) do |req| - build_request(http_method, path, req, opts) + request = build_request(http_method, path, req, opts) + stream = download_file(request) if opts[:return_type] == 'File' || opts[:return_type] == 'Binary' end if config.debugging @@ -75,7 +79,9 @@ def call_api(http_method, path, opts = {}) fail ApiError.new('Connection failed') end - if opts[:return_type] + if opts[:return_type] == 'File' || opts[:return_type] == 'Binary' + data = deserialize_file(response, stream) + elsif opts[:return_type] data = deserialize(response, opts[:return_type]) else data = nil @@ -117,7 +123,6 @@ def build_request(http_method, path, request, opts = {}) request.url url request.params = query_params - download_file(request) if opts[:return_type] == 'File' || opts[:return_type] == 'Binary' request end @@ -136,8 +141,7 @@ def build_request_body(header_params, form_params, body) form_params.each do |key, value| case value when ::File, ::Tempfile - # TODO hardcode to application/octet-stream, need better way to detect content type - data[key] = Faraday::FilePart.new(value.path, 'application/octet-stream', value.path) + data[key] = Faraday::FilePart.new(value.path, Marcel::MimeType.for(Pathname.new(value.path))) when ::Array, nil # let Faraday handle Array and nil parameters data[key] = value @@ -154,12 +158,47 @@ def build_request_body(header_params, form_params, body) end def download_file(request) - @stream = [] + stream = [] # handle streaming Responses request.options.on_data = Proc.new do |chunk, overall_received_bytes| - @stream << chunk + stream << chunk + end + + stream + end + + def deserialize_file(response, stream) + body = response.body + encoding = body.encoding + + # reconstruct content + content = stream.join + content = content.unpack('m').join if response.headers['Content-Transfer-Encoding'] == 'binary' + content = content.force_encoding(encoding) + + # return byte stream + return content if @config.return_binary_data == true + + # return file instead of binary data + content_disposition = response.headers['Content-Disposition'] + if content_disposition && content_disposition =~ /filename=/i + filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1] + prefix = sanitize_filename(filename) + else + prefix = 'download-' end + prefix = prefix + '-' unless prefix.end_with?('-') + + tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding) + tempfile.write(content) + tempfile.close + + config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\ + "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\ + "will be deleted automatically with GC. It's also recommended to delete the temp file "\ + "explicitly with `tempfile.delete`" + tempfile end def connection(opts) @@ -216,7 +255,7 @@ def basic_auth(conn) # @param [String] mime MIME # @return [Boolean] True if the MIME is application/json def json_mime?(mime) - (mime == '*/*') || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil? + (mime == '*/*') || !(mime =~ /^Application\/.*json(?!p)(;.*)?/i).nil? end # Deserialize the response to the given return type. @@ -225,40 +264,10 @@ def json_mime?(mime) # @param [String] return_type some examples: "User", "Array", "Hash" def deserialize(response, return_type) body = response.body - - # handle file downloading - return the File instance processed in request callbacks - # note that response body is empty when the file is written in chunks in request on_body callback - if return_type == 'File' - if @config.return_binary_data == true - # return byte stream - encoding = body.encoding - return @stream.join.force_encoding(encoding) - else - # return file instead of binary data - content_disposition = response.headers['Content-Disposition'] - if content_disposition && content_disposition =~ /filename=/i - filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1] - prefix = sanitize_filename(filename) - else - prefix = 'download-' - end - prefix = prefix + '-' unless prefix.end_with?('-') - encoding = body.encoding - @tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding) - @tempfile.write(@stream.join.force_encoding(encoding)) - @tempfile.close - @config.logger.info "Temp file written to #{@tempfile.path}, please copy the file to a proper folder "\ - "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\ - "will be deleted automatically with GC. It's also recommended to delete the temp file "\ - "explicitly with `tempfile.delete`" - return @tempfile - end - end - return nil if body.nil? || body.empty? # return response body directly for String return type - return body if return_type == 'String' + return body.to_s if return_type == 'String' # ensuring a default content type content_type = response.headers['Content-Type'] || 'application/json' @@ -325,7 +334,7 @@ def convert_to_type(data, return_type) # @param [String] filename the filename to be sanitized # @return [String] the sanitized filename def sanitize_filename(filename) - filename.gsub(/.*[\/\\]/, '') + filename.split(/[\/\\]/).last end def build_request_url(path, opts = {}) diff --git a/lib/mx-platform-ruby/api_error.rb b/lib/mx-platform-ruby/api_error.rb index c78e4cd..bc161ec 100644 --- a/lib/mx-platform-ruby/api_error.rb +++ b/lib/mx-platform-ruby/api_error.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/lib/mx-platform-ruby/configuration.rb b/lib/mx-platform-ruby/configuration.rb index b035cc6..5c7e33a 100644 --- a/lib/mx-platform-ruby/configuration.rb +++ b/lib/mx-platform-ruby/configuration.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -79,6 +79,14 @@ class Configuration # @return [true, false] attr_accessor :debugging + # Set this to ignore operation servers for the API client. This is useful when you need to + # send requests to a different server than the one specified in the OpenAPI document. + # Will default to the base url defined in the spec but can be overridden by setting + # `scheme`, `host`, `base_path` directly. + # Default to false. + # @return [true, false] + attr_accessor :ignore_operation_servers + # Defines the logger used for debugging. # Default to `Rails.logger` (when in Rails) or logging to STDOUT. # @@ -170,6 +178,7 @@ def initialize @return_binary_data = false @params_encoder = nil @debugging = false + @ignore_operation_servers = false @inject_format = false @force_ending_format = false @logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT) @@ -204,6 +213,7 @@ def base_path=(base_path) # Returns base URL for specified operation based on server settings def base_url(operation = nil) + return "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '') if ignore_operation_servers if operation_server_settings.key?(operation) then index = server_operation_index.fetch(operation, server_index) server_url(index.nil? ? 0 : index, server_operation_variables.fetch(operation, server_variables), operation_server_settings[operation]) @@ -381,5 +391,6 @@ def configure_middleware(connection) end end end + end end diff --git a/lib/mx-platform-ruby/models/account_create_request.rb b/lib/mx-platform-ruby/models/account_create_request.rb index d59d33c..865b41b 100644 --- a/lib/mx-platform-ruby/models/account_create_request.rb +++ b/lib/mx-platform-ruby/models/account_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -353,7 +353,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_create_request_body.rb b/lib/mx-platform-ruby/models/account_create_request_body.rb index 80a62ae..24a9054 100644 --- a/lib/mx-platform-ruby/models/account_create_request_body.rb +++ b/lib/mx-platform-ruby/models/account_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_number_response.rb b/lib/mx-platform-ruby/models/account_number_response.rb index 6556f9f..34ac933 100644 --- a/lib/mx-platform-ruby/models/account_number_response.rb +++ b/lib/mx-platform-ruby/models/account_number_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -270,7 +270,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_numbers_response_body.rb b/lib/mx-platform-ruby/models/account_numbers_response_body.rb index 315d951..a183c4d 100644 --- a/lib/mx-platform-ruby/models/account_numbers_response_body.rb +++ b/lib/mx-platform-ruby/models/account_numbers_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_owner_response.rb b/lib/mx-platform-ruby/models/account_owner_response.rb index f6d657d..4773a60 100644 --- a/lib/mx-platform-ruby/models/account_owner_response.rb +++ b/lib/mx-platform-ruby/models/account_owner_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -290,7 +290,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_owners_response_body.rb b/lib/mx-platform-ruby/models/account_owners_response_body.rb index 6c7633a..c660fe5 100644 --- a/lib/mx-platform-ruby/models/account_owners_response_body.rb +++ b/lib/mx-platform-ruby/models/account_owners_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_response.rb b/lib/mx-platform-ruby/models/account_response.rb index 7e8bdcc..b03ab66 100644 --- a/lib/mx-platform-ruby/models/account_response.rb +++ b/lib/mx-platform-ruby/models/account_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -729,7 +729,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_response_body.rb b/lib/mx-platform-ruby/models/account_response_body.rb index 15ac91b..5f9ae93 100644 --- a/lib/mx-platform-ruby/models/account_response_body.rb +++ b/lib/mx-platform-ruby/models/account_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_update_request.rb b/lib/mx-platform-ruby/models/account_update_request.rb index d3cd363..43118ce 100644 --- a/lib/mx-platform-ruby/models/account_update_request.rb +++ b/lib/mx-platform-ruby/models/account_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -339,7 +339,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/account_update_request_body.rb b/lib/mx-platform-ruby/models/account_update_request_body.rb index d3e8844..67b3be4 100644 --- a/lib/mx-platform-ruby/models/account_update_request_body.rb +++ b/lib/mx-platform-ruby/models/account_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/accounts_response_body.rb b/lib/mx-platform-ruby/models/accounts_response_body.rb index 2cbbdd5..d07f185 100644 --- a/lib/mx-platform-ruby/models/accounts_response_body.rb +++ b/lib/mx-platform-ruby/models/accounts_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/authorization_code_request.rb b/lib/mx-platform-ruby/models/authorization_code_request.rb index d7b56cd..6249a82 100644 --- a/lib/mx-platform-ruby/models/authorization_code_request.rb +++ b/lib/mx-platform-ruby/models/authorization_code_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -160,7 +160,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/authorization_code_request_body.rb b/lib/mx-platform-ruby/models/authorization_code_request_body.rb index 48aa5d7..8d49e13 100644 --- a/lib/mx-platform-ruby/models/authorization_code_request_body.rb +++ b/lib/mx-platform-ruby/models/authorization_code_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/authorization_code_response.rb b/lib/mx-platform-ruby/models/authorization_code_response.rb index b4be1c0..b9b3c77 100644 --- a/lib/mx-platform-ruby/models/authorization_code_response.rb +++ b/lib/mx-platform-ruby/models/authorization_code_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -160,7 +160,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/authorization_code_response_body.rb b/lib/mx-platform-ruby/models/authorization_code_response_body.rb index 468ae36..047f518 100644 --- a/lib/mx-platform-ruby/models/authorization_code_response_body.rb +++ b/lib/mx-platform-ruby/models/authorization_code_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_create_request.rb b/lib/mx-platform-ruby/models/budget_create_request.rb index 1b5990f..ecabe0b 100644 --- a/lib/mx-platform-ruby/models/budget_create_request.rb +++ b/lib/mx-platform-ruby/models/budget_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -214,7 +214,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_create_request_body.rb b/lib/mx-platform-ruby/models/budget_create_request_body.rb index 0c35caa..88cd799 100644 --- a/lib/mx-platform-ruby/models/budget_create_request_body.rb +++ b/lib/mx-platform-ruby/models/budget_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_response.rb b/lib/mx-platform-ruby/models/budget_response.rb index b1f53cd..1f1bee1 100644 --- a/lib/mx-platform-ruby/models/budget_response.rb +++ b/lib/mx-platform-ruby/models/budget_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -318,7 +318,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_response_body.rb b/lib/mx-platform-ruby/models/budget_response_body.rb index 30e75e2..4087d8b 100644 --- a/lib/mx-platform-ruby/models/budget_response_body.rb +++ b/lib/mx-platform-ruby/models/budget_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_update_request.rb b/lib/mx-platform-ruby/models/budget_update_request.rb index 8ded738..a50860b 100644 --- a/lib/mx-platform-ruby/models/budget_update_request.rb +++ b/lib/mx-platform-ruby/models/budget_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -180,7 +180,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/budget_update_request_body.rb b/lib/mx-platform-ruby/models/budget_update_request_body.rb index 3baddc5..0b7222e 100644 --- a/lib/mx-platform-ruby/models/budget_update_request_body.rb +++ b/lib/mx-platform-ruby/models/budget_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/categories_response_body.rb b/lib/mx-platform-ruby/models/categories_response_body.rb index f90cc2c..6d9debb 100644 --- a/lib/mx-platform-ruby/models/categories_response_body.rb +++ b/lib/mx-platform-ruby/models/categories_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_create_request.rb b/lib/mx-platform-ruby/models/category_create_request.rb index b7509e4..4082811 100644 --- a/lib/mx-platform-ruby/models/category_create_request.rb +++ b/lib/mx-platform-ruby/models/category_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -184,7 +184,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_create_request_body.rb b/lib/mx-platform-ruby/models/category_create_request_body.rb index 803229c..ec672b9 100644 --- a/lib/mx-platform-ruby/models/category_create_request_body.rb +++ b/lib/mx-platform-ruby/models/category_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_response.rb b/lib/mx-platform-ruby/models/category_response.rb index 38c7fd4..fe97ba1 100644 --- a/lib/mx-platform-ruby/models/category_response.rb +++ b/lib/mx-platform-ruby/models/category_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -230,7 +230,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_response_body.rb b/lib/mx-platform-ruby/models/category_response_body.rb index 97399a5..b0b934f 100644 --- a/lib/mx-platform-ruby/models/category_response_body.rb +++ b/lib/mx-platform-ruby/models/category_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_update_request.rb b/lib/mx-platform-ruby/models/category_update_request.rb index c7469e9..2cf0353 100644 --- a/lib/mx-platform-ruby/models/category_update_request.rb +++ b/lib/mx-platform-ruby/models/category_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -168,7 +168,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/category_update_request_body.rb b/lib/mx-platform-ruby/models/category_update_request_body.rb index 94a6b51..f7e18d0 100644 --- a/lib/mx-platform-ruby/models/category_update_request_body.rb +++ b/lib/mx-platform-ruby/models/category_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/challenge_response.rb b/lib/mx-platform-ruby/models/challenge_response.rb index 5e6e9d5..b28e92b 100644 --- a/lib/mx-platform-ruby/models/challenge_response.rb +++ b/lib/mx-platform-ruby/models/challenge_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -222,7 +222,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/challenges_response_body.rb b/lib/mx-platform-ruby/models/challenges_response_body.rb index f803aaa..bcef404 100644 --- a/lib/mx-platform-ruby/models/challenges_response_body.rb +++ b/lib/mx-platform-ruby/models/challenges_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/connect_widget_request.rb b/lib/mx-platform-ruby/models/connect_widget_request.rb index 8edf3af..8147d69 100644 --- a/lib/mx-platform-ruby/models/connect_widget_request.rb +++ b/lib/mx-platform-ruby/models/connect_widget_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -276,7 +276,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/connect_widget_request_body.rb b/lib/mx-platform-ruby/models/connect_widget_request_body.rb index 8c0cb74..3c0c4a7 100644 --- a/lib/mx-platform-ruby/models/connect_widget_request_body.rb +++ b/lib/mx-platform-ruby/models/connect_widget_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/connect_widget_response.rb b/lib/mx-platform-ruby/models/connect_widget_response.rb index 99ad22e..f276f45 100644 --- a/lib/mx-platform-ruby/models/connect_widget_response.rb +++ b/lib/mx-platform-ruby/models/connect_widget_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/connect_widget_response_body.rb b/lib/mx-platform-ruby/models/connect_widget_response_body.rb index 634fee1..b614b9c 100644 --- a/lib/mx-platform-ruby/models/connect_widget_response_body.rb +++ b/lib/mx-platform-ruby/models/connect_widget_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/credential_request.rb b/lib/mx-platform-ruby/models/credential_request.rb index 1d3d4ee..53541b5 100644 --- a/lib/mx-platform-ruby/models/credential_request.rb +++ b/lib/mx-platform-ruby/models/credential_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -168,7 +168,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/credential_response.rb b/lib/mx-platform-ruby/models/credential_response.rb index be88358..7393639 100644 --- a/lib/mx-platform-ruby/models/credential_response.rb +++ b/lib/mx-platform-ruby/models/credential_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -210,7 +210,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/credentials_response_body.rb b/lib/mx-platform-ruby/models/credentials_response_body.rb index 92231ef..e3789c3 100644 --- a/lib/mx-platform-ruby/models/credentials_response_body.rb +++ b/lib/mx-platform-ruby/models/credentials_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/credit_card_product.rb b/lib/mx-platform-ruby/models/credit_card_product.rb index 51ac501..af5f8d0 100644 --- a/lib/mx-platform-ruby/models/credit_card_product.rb +++ b/lib/mx-platform-ruby/models/credit_card_product.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -276,7 +276,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/credit_card_product_response.rb b/lib/mx-platform-ruby/models/credit_card_product_response.rb index b4f2401..0a95d0d 100644 --- a/lib/mx-platform-ruby/models/credit_card_product_response.rb +++ b/lib/mx-platform-ruby/models/credit_card_product_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/enhance_transaction_response.rb b/lib/mx-platform-ruby/models/enhance_transaction_response.rb index 92bdf2f..4a46f2e 100644 --- a/lib/mx-platform-ruby/models/enhance_transaction_response.rb +++ b/lib/mx-platform-ruby/models/enhance_transaction_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -380,7 +380,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/enhance_transactions_request.rb b/lib/mx-platform-ruby/models/enhance_transactions_request.rb index dc28bf7..6973e3c 100644 --- a/lib/mx-platform-ruby/models/enhance_transactions_request.rb +++ b/lib/mx-platform-ruby/models/enhance_transactions_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -227,7 +227,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb b/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb index ffb9840..0d4a093 100644 --- a/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb +++ b/lib/mx-platform-ruby/models/enhance_transactions_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb b/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb index c5cbdbe..d79af37 100644 --- a/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb +++ b/lib/mx-platform-ruby/models/enhance_transactions_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goal_request.rb b/lib/mx-platform-ruby/models/goal_request.rb index ae47610..06b1df8 100644 --- a/lib/mx-platform-ruby/models/goal_request.rb +++ b/lib/mx-platform-ruby/models/goal_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -295,7 +295,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goal_request_body.rb b/lib/mx-platform-ruby/models/goal_request_body.rb index 69296f2..70a8244 100644 --- a/lib/mx-platform-ruby/models/goal_request_body.rb +++ b/lib/mx-platform-ruby/models/goal_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goal_response.rb b/lib/mx-platform-ruby/models/goal_response.rb index eecb832..6f0dad4 100644 --- a/lib/mx-platform-ruby/models/goal_response.rb +++ b/lib/mx-platform-ruby/models/goal_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -309,7 +309,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goal_response_body.rb b/lib/mx-platform-ruby/models/goal_response_body.rb index 91f0ef9..133682c 100644 --- a/lib/mx-platform-ruby/models/goal_response_body.rb +++ b/lib/mx-platform-ruby/models/goal_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goals_response.rb b/lib/mx-platform-ruby/models/goals_response.rb index 84791a4..d5c43f3 100644 --- a/lib/mx-platform-ruby/models/goals_response.rb +++ b/lib/mx-platform-ruby/models/goals_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -308,7 +308,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/goals_response_body.rb b/lib/mx-platform-ruby/models/goals_response_body.rb index 5631d35..68a649b 100644 --- a/lib/mx-platform-ruby/models/goals_response_body.rb +++ b/lib/mx-platform-ruby/models/goals_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/holding_response.rb b/lib/mx-platform-ruby/models/holding_response.rb index db2d96d..a215641 100644 --- a/lib/mx-platform-ruby/models/holding_response.rb +++ b/lib/mx-platform-ruby/models/holding_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -340,7 +340,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/holding_response_body.rb b/lib/mx-platform-ruby/models/holding_response_body.rb index 932f6af..0fd371c 100644 --- a/lib/mx-platform-ruby/models/holding_response_body.rb +++ b/lib/mx-platform-ruby/models/holding_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/holdings_response_body.rb b/lib/mx-platform-ruby/models/holdings_response_body.rb index 665707a..9dbcf2d 100644 --- a/lib/mx-platform-ruby/models/holdings_response_body.rb +++ b/lib/mx-platform-ruby/models/holdings_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/image_option_response.rb b/lib/mx-platform-ruby/models/image_option_response.rb index e686569..16b71c5 100644 --- a/lib/mx-platform-ruby/models/image_option_response.rb +++ b/lib/mx-platform-ruby/models/image_option_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -180,7 +180,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/insight_response.rb b/lib/mx-platform-ruby/models/insight_response.rb index 0c0832a..9c3d8ca 100644 --- a/lib/mx-platform-ruby/models/insight_response.rb +++ b/lib/mx-platform-ruby/models/insight_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -349,7 +349,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/insight_response_body.rb b/lib/mx-platform-ruby/models/insight_response_body.rb index 84aa31a..b6c6709 100644 --- a/lib/mx-platform-ruby/models/insight_response_body.rb +++ b/lib/mx-platform-ruby/models/insight_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/insight_update_request.rb b/lib/mx-platform-ruby/models/insight_update_request.rb index d558c34..764ec1e 100644 --- a/lib/mx-platform-ruby/models/insight_update_request.rb +++ b/lib/mx-platform-ruby/models/insight_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -168,7 +168,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/insights_response_body.rb b/lib/mx-platform-ruby/models/insights_response_body.rb index caf4c57..56f80b9 100644 --- a/lib/mx-platform-ruby/models/insights_response_body.rb +++ b/lib/mx-platform-ruby/models/insights_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/institution_response.rb b/lib/mx-platform-ruby/models/institution_response.rb index 161d033..411023a 100644 --- a/lib/mx-platform-ruby/models/institution_response.rb +++ b/lib/mx-platform-ruby/models/institution_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -290,7 +290,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/institution_response_body.rb b/lib/mx-platform-ruby/models/institution_response_body.rb index f6266aa..1810a03 100644 --- a/lib/mx-platform-ruby/models/institution_response_body.rb +++ b/lib/mx-platform-ruby/models/institution_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/institutions_response_body.rb b/lib/mx-platform-ruby/models/institutions_response_body.rb index 6b517f1..f30eb75 100644 --- a/lib/mx-platform-ruby/models/institutions_response_body.rb +++ b/lib/mx-platform-ruby/models/institutions_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_account_create_request.rb b/lib/mx-platform-ruby/models/managed_account_create_request.rb index 5e2bd31..7518959 100644 --- a/lib/mx-platform-ruby/models/managed_account_create_request.rb +++ b/lib/mx-platform-ruby/models/managed_account_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -450,7 +450,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_account_create_request_body.rb b/lib/mx-platform-ruby/models/managed_account_create_request_body.rb index 00af3cc..0a16586 100644 --- a/lib/mx-platform-ruby/models/managed_account_create_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_account_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_account_update_request.rb b/lib/mx-platform-ruby/models/managed_account_update_request.rb index 80e390b..7e2768a 100644 --- a/lib/mx-platform-ruby/models/managed_account_update_request.rb +++ b/lib/mx-platform-ruby/models/managed_account_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -429,7 +429,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_account_update_request_body.rb b/lib/mx-platform-ruby/models/managed_account_update_request_body.rb index 34574b2..d79406f 100644 --- a/lib/mx-platform-ruby/models/managed_account_update_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_account_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_member_create_request.rb b/lib/mx-platform-ruby/models/managed_member_create_request.rb index 2c02200..d0e26e0 100644 --- a/lib/mx-platform-ruby/models/managed_member_create_request.rb +++ b/lib/mx-platform-ruby/models/managed_member_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -193,7 +193,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_member_create_request_body.rb b/lib/mx-platform-ruby/models/managed_member_create_request_body.rb index aea1ca1..20dbd9e 100644 --- a/lib/mx-platform-ruby/models/managed_member_create_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_member_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_member_update_request.rb b/lib/mx-platform-ruby/models/managed_member_update_request.rb index d3569b8..5f0f16a 100644 --- a/lib/mx-platform-ruby/models/managed_member_update_request.rb +++ b/lib/mx-platform-ruby/models/managed_member_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -177,7 +177,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_member_update_request_body.rb b/lib/mx-platform-ruby/models/managed_member_update_request_body.rb index b7b900b..a81625b 100644 --- a/lib/mx-platform-ruby/models/managed_member_update_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_member_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_transaction_create_request.rb b/lib/mx-platform-ruby/models/managed_transaction_create_request.rb index 97398a7..1579d67 100644 --- a/lib/mx-platform-ruby/models/managed_transaction_create_request.rb +++ b/lib/mx-platform-ruby/models/managed_transaction_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -365,7 +365,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb b/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb index da93a81..ecaa75d 100644 --- a/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_transaction_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_transaction_update_request.rb b/lib/mx-platform-ruby/models/managed_transaction_update_request.rb index aa65e2e..2e8e543 100644 --- a/lib/mx-platform-ruby/models/managed_transaction_update_request.rb +++ b/lib/mx-platform-ruby/models/managed_transaction_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -330,7 +330,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb b/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb index 0f98bf1..00637a4 100644 --- a/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb +++ b/lib/mx-platform-ruby/models/managed_transaction_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_create_request.rb b/lib/mx-platform-ruby/models/member_create_request.rb index b9b0360..b628d87 100644 --- a/lib/mx-platform-ruby/models/member_create_request.rb +++ b/lib/mx-platform-ruby/models/member_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -229,7 +229,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_create_request_body.rb b/lib/mx-platform-ruby/models/member_create_request_body.rb index c907db4..cb2d23b 100644 --- a/lib/mx-platform-ruby/models/member_create_request_body.rb +++ b/lib/mx-platform-ruby/models/member_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -195,7 +195,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_response.rb b/lib/mx-platform-ruby/models/member_response.rb index 797291c..89dcf1f 100644 --- a/lib/mx-platform-ruby/models/member_response.rb +++ b/lib/mx-platform-ruby/models/member_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -329,7 +329,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_response_body.rb b/lib/mx-platform-ruby/models/member_response_body.rb index f911127..1d39575 100644 --- a/lib/mx-platform-ruby/models/member_response_body.rb +++ b/lib/mx-platform-ruby/models/member_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_resume_request.rb b/lib/mx-platform-ruby/models/member_resume_request.rb index 6c28c5d..ebe68f2 100644 --- a/lib/mx-platform-ruby/models/member_resume_request.rb +++ b/lib/mx-platform-ruby/models/member_resume_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_resume_request_body.rb b/lib/mx-platform-ruby/models/member_resume_request_body.rb index bb6c58c..23a90a5 100644 --- a/lib/mx-platform-ruby/models/member_resume_request_body.rb +++ b/lib/mx-platform-ruby/models/member_resume_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_status_response.rb b/lib/mx-platform-ruby/models/member_status_response.rb index d405017..ec04cdc 100644 --- a/lib/mx-platform-ruby/models/member_status_response.rb +++ b/lib/mx-platform-ruby/models/member_status_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -251,7 +251,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_status_response_body.rb b/lib/mx-platform-ruby/models/member_status_response_body.rb index 31d69dd..6663fe4 100644 --- a/lib/mx-platform-ruby/models/member_status_response_body.rb +++ b/lib/mx-platform-ruby/models/member_status_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_update_request.rb b/lib/mx-platform-ruby/models/member_update_request.rb index f5da184..c2fe11d 100644 --- a/lib/mx-platform-ruby/models/member_update_request.rb +++ b/lib/mx-platform-ruby/models/member_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -197,7 +197,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/member_update_request_body.rb b/lib/mx-platform-ruby/models/member_update_request_body.rb index f9ef9cf..8fb94f4 100644 --- a/lib/mx-platform-ruby/models/member_update_request_body.rb +++ b/lib/mx-platform-ruby/models/member_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/members_response_body.rb b/lib/mx-platform-ruby/models/members_response_body.rb index 91654da..abae55e 100644 --- a/lib/mx-platform-ruby/models/members_response_body.rb +++ b/lib/mx-platform-ruby/models/members_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/merchant_location_response.rb b/lib/mx-platform-ruby/models/merchant_location_response.rb index 637e47e..d2ba2c7 100644 --- a/lib/mx-platform-ruby/models/merchant_location_response.rb +++ b/lib/mx-platform-ruby/models/merchant_location_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -270,7 +270,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/merchant_location_response_body.rb b/lib/mx-platform-ruby/models/merchant_location_response_body.rb index c62644b..5aff331 100644 --- a/lib/mx-platform-ruby/models/merchant_location_response_body.rb +++ b/lib/mx-platform-ruby/models/merchant_location_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/merchant_response.rb b/lib/mx-platform-ruby/models/merchant_response.rb index c44b0f5..dd65df4 100644 --- a/lib/mx-platform-ruby/models/merchant_response.rb +++ b/lib/mx-platform-ruby/models/merchant_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -210,7 +210,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/merchant_response_body.rb b/lib/mx-platform-ruby/models/merchant_response_body.rb index 0438f65..15f09d0 100644 --- a/lib/mx-platform-ruby/models/merchant_response_body.rb +++ b/lib/mx-platform-ruby/models/merchant_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/merchants_response_body.rb b/lib/mx-platform-ruby/models/merchants_response_body.rb index ae34674..2464555 100644 --- a/lib/mx-platform-ruby/models/merchants_response_body.rb +++ b/lib/mx-platform-ruby/models/merchants_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_request.rb b/lib/mx-platform-ruby/models/microdeposit_request.rb index 97e3659..13aa77a 100644 --- a/lib/mx-platform-ruby/models/microdeposit_request.rb +++ b/lib/mx-platform-ruby/models/microdeposit_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -234,7 +234,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_request_body.rb b/lib/mx-platform-ruby/models/microdeposit_request_body.rb index 82c3ed5..9cabee7 100644 --- a/lib/mx-platform-ruby/models/microdeposit_request_body.rb +++ b/lib/mx-platform-ruby/models/microdeposit_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_response.rb b/lib/mx-platform-ruby/models/microdeposit_response.rb index 2c1c5c6..4b4ace0 100644 --- a/lib/mx-platform-ruby/models/microdeposit_response.rb +++ b/lib/mx-platform-ruby/models/microdeposit_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -276,7 +276,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_response_body.rb b/lib/mx-platform-ruby/models/microdeposit_response_body.rb index ae09467..de89d99 100644 --- a/lib/mx-platform-ruby/models/microdeposit_response_body.rb +++ b/lib/mx-platform-ruby/models/microdeposit_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_verify_request.rb b/lib/mx-platform-ruby/models/microdeposit_verify_request.rb index b2b29e9..e6cd6d0 100644 --- a/lib/mx-platform-ruby/models/microdeposit_verify_request.rb +++ b/lib/mx-platform-ruby/models/microdeposit_verify_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -168,7 +168,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposit_verify_request_body.rb b/lib/mx-platform-ruby/models/microdeposit_verify_request_body.rb index 0f152ca..fb21412 100644 --- a/lib/mx-platform-ruby/models/microdeposit_verify_request_body.rb +++ b/lib/mx-platform-ruby/models/microdeposit_verify_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/microdeposits_response_body.rb b/lib/mx-platform-ruby/models/microdeposits_response_body.rb index a74e826..4a83b54 100644 --- a/lib/mx-platform-ruby/models/microdeposits_response_body.rb +++ b/lib/mx-platform-ruby/models/microdeposits_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request.rb b/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request.rb index c55d8b0..007e646 100644 --- a/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request.rb +++ b/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request_body.rb b/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request_body.rb index c4b948d..c35d288 100644 --- a/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request_body.rb +++ b/lib/mx-platform-ruby/models/monthly_cash_flow_profile_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/monthly_cash_flow_response.rb b/lib/mx-platform-ruby/models/monthly_cash_flow_response.rb index 98dc8fd..93b75c3 100644 --- a/lib/mx-platform-ruby/models/monthly_cash_flow_response.rb +++ b/lib/mx-platform-ruby/models/monthly_cash_flow_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -219,7 +219,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/monthly_cash_flow_response_body.rb b/lib/mx-platform-ruby/models/monthly_cash_flow_response_body.rb index d646406..095aa25 100644 --- a/lib/mx-platform-ruby/models/monthly_cash_flow_response_body.rb +++ b/lib/mx-platform-ruby/models/monthly_cash_flow_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/o_auth_window_response.rb b/lib/mx-platform-ruby/models/o_auth_window_response.rb index 52a85af..f2dab03 100644 --- a/lib/mx-platform-ruby/models/o_auth_window_response.rb +++ b/lib/mx-platform-ruby/models/o_auth_window_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/o_auth_window_response_body.rb b/lib/mx-platform-ruby/models/o_auth_window_response_body.rb index f29b584..418e084 100644 --- a/lib/mx-platform-ruby/models/o_auth_window_response_body.rb +++ b/lib/mx-platform-ruby/models/o_auth_window_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/option_response.rb b/lib/mx-platform-ruby/models/option_response.rb index 0882297..a948de5 100644 --- a/lib/mx-platform-ruby/models/option_response.rb +++ b/lib/mx-platform-ruby/models/option_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/pagination_response.rb b/lib/mx-platform-ruby/models/pagination_response.rb index dbe32d3..e93eacc 100644 --- a/lib/mx-platform-ruby/models/pagination_response.rb +++ b/lib/mx-platform-ruby/models/pagination_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -186,7 +186,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb b/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb index 76c18aa..5b999fd 100644 --- a/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb +++ b/lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -180,7 +180,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb b/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb index 542524f..d32e19b 100644 --- a/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb +++ b/lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb b/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb index 9efafab..2dbbe04 100644 --- a/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb +++ b/lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -160,7 +160,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb b/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb index 360e517..79ebaea 100644 --- a/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb +++ b/lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/reposition_request.rb b/lib/mx-platform-ruby/models/reposition_request.rb index 2884f8f..0fded99 100644 --- a/lib/mx-platform-ruby/models/reposition_request.rb +++ b/lib/mx-platform-ruby/models/reposition_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -184,7 +184,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/reposition_request_body.rb b/lib/mx-platform-ruby/models/reposition_request_body.rb index 883c313..cc68a6f 100644 --- a/lib/mx-platform-ruby/models/reposition_request_body.rb +++ b/lib/mx-platform-ruby/models/reposition_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/reposition_response_body.rb b/lib/mx-platform-ruby/models/reposition_response_body.rb index 009d984..ca0087a 100644 --- a/lib/mx-platform-ruby/models/reposition_response_body.rb +++ b/lib/mx-platform-ruby/models/reposition_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/reward_response.rb b/lib/mx-platform-ruby/models/reward_response.rb index bc77052..fe3b897 100644 --- a/lib/mx-platform-ruby/models/reward_response.rb +++ b/lib/mx-platform-ruby/models/reward_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -249,7 +249,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/reward_response_body.rb b/lib/mx-platform-ruby/models/reward_response_body.rb index 118f1fc..12fb4a9 100644 --- a/lib/mx-platform-ruby/models/reward_response_body.rb +++ b/lib/mx-platform-ruby/models/reward_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/rewards_response.rb b/lib/mx-platform-ruby/models/rewards_response.rb index 9948185..c5fcefe 100644 --- a/lib/mx-platform-ruby/models/rewards_response.rb +++ b/lib/mx-platform-ruby/models/rewards_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -249,7 +249,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/rewards_response_body.rb b/lib/mx-platform-ruby/models/rewards_response_body.rb index 31f790b..0e010f9 100644 --- a/lib/mx-platform-ruby/models/rewards_response_body.rb +++ b/lib/mx-platform-ruby/models/rewards_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/scheduled_payment_response.rb b/lib/mx-platform-ruby/models/scheduled_payment_response.rb index 11d77bb..212fccc 100644 --- a/lib/mx-platform-ruby/models/scheduled_payment_response.rb +++ b/lib/mx-platform-ruby/models/scheduled_payment_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -267,7 +267,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/scheduled_payments_response_body.rb b/lib/mx-platform-ruby/models/scheduled_payments_response_body.rb index 9f7d111..c7b09dd 100644 --- a/lib/mx-platform-ruby/models/scheduled_payments_response_body.rb +++ b/lib/mx-platform-ruby/models/scheduled_payments_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_account_response.rb b/lib/mx-platform-ruby/models/spending_plan_account_response.rb index 2af8f6f..adfda2e 100644 --- a/lib/mx-platform-ruby/models/spending_plan_account_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_account_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -213,7 +213,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb b/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb index 4347e69..9871d4b 100644 --- a/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_accounts_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb b/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb index 7ec7df8..977edd7 100644 --- a/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb +++ b/lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -202,7 +202,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb b/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb index aba8214..985052d 100644 --- a/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_iteration_item_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -271,7 +271,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb b/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb index 912ae3a..429670f 100644 --- a/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb +++ b/lib/mx-platform-ruby/models/spending_plan_iteration_items_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb b/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb index be6b6a3..ea9449c 100644 --- a/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_iteration_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -230,7 +230,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb b/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb index 01581e0..59d5bfd 100644 --- a/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_iterations_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plan_response.rb b/lib/mx-platform-ruby/models/spending_plan_response.rb index 8200530..3966100 100644 --- a/lib/mx-platform-ruby/models/spending_plan_response.rb +++ b/lib/mx-platform-ruby/models/spending_plan_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -200,7 +200,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/spending_plans_response_body.rb b/lib/mx-platform-ruby/models/spending_plans_response_body.rb index 68560d9..9559d70 100644 --- a/lib/mx-platform-ruby/models/spending_plans_response_body.rb +++ b/lib/mx-platform-ruby/models/spending_plans_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/split_transaction_request.rb b/lib/mx-platform-ruby/models/split_transaction_request.rb index 274f11d..99baa6c 100644 --- a/lib/mx-platform-ruby/models/split_transaction_request.rb +++ b/lib/mx-platform-ruby/models/split_transaction_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -197,7 +197,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/split_transaction_request_body.rb b/lib/mx-platform-ruby/models/split_transaction_request_body.rb index 2b7c5f7..2e04d95 100644 --- a/lib/mx-platform-ruby/models/split_transaction_request_body.rb +++ b/lib/mx-platform-ruby/models/split_transaction_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -166,7 +166,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/split_transactions_response_body.rb b/lib/mx-platform-ruby/models/split_transactions_response_body.rb index 04c8fe6..5f65582 100644 --- a/lib/mx-platform-ruby/models/split_transactions_response_body.rb +++ b/lib/mx-platform-ruby/models/split_transactions_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -161,7 +161,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/statement_response.rb b/lib/mx-platform-ruby/models/statement_response.rb index 34fe7ed..dd31695 100644 --- a/lib/mx-platform-ruby/models/statement_response.rb +++ b/lib/mx-platform-ruby/models/statement_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -230,7 +230,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/statement_response_body.rb b/lib/mx-platform-ruby/models/statement_response_body.rb index 50feb95..8698014 100644 --- a/lib/mx-platform-ruby/models/statement_response_body.rb +++ b/lib/mx-platform-ruby/models/statement_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/statements_response_body.rb b/lib/mx-platform-ruby/models/statements_response_body.rb index dfe20cc..4e3e931 100644 --- a/lib/mx-platform-ruby/models/statements_response_body.rb +++ b/lib/mx-platform-ruby/models/statements_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_create_request.rb b/lib/mx-platform-ruby/models/tag_create_request.rb index 1c9febf..edf4e64 100644 --- a/lib/mx-platform-ruby/models/tag_create_request.rb +++ b/lib/mx-platform-ruby/models/tag_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -166,7 +166,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_create_request_body.rb b/lib/mx-platform-ruby/models/tag_create_request_body.rb index fd08cb7..743124f 100644 --- a/lib/mx-platform-ruby/models/tag_create_request_body.rb +++ b/lib/mx-platform-ruby/models/tag_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_response.rb b/lib/mx-platform-ruby/models/tag_response.rb index ada52f4..11adbaa 100644 --- a/lib/mx-platform-ruby/models/tag_response.rb +++ b/lib/mx-platform-ruby/models/tag_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -180,7 +180,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_response_body.rb b/lib/mx-platform-ruby/models/tag_response_body.rb index 448a9b6..34b47bb 100644 --- a/lib/mx-platform-ruby/models/tag_response_body.rb +++ b/lib/mx-platform-ruby/models/tag_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_update_request.rb b/lib/mx-platform-ruby/models/tag_update_request.rb index 608d38a..7154ea4 100644 --- a/lib/mx-platform-ruby/models/tag_update_request.rb +++ b/lib/mx-platform-ruby/models/tag_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -166,7 +166,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tag_update_request_body.rb b/lib/mx-platform-ruby/models/tag_update_request_body.rb index 1afcbe4..e930100 100644 --- a/lib/mx-platform-ruby/models/tag_update_request_body.rb +++ b/lib/mx-platform-ruby/models/tag_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_create_request.rb b/lib/mx-platform-ruby/models/tagging_create_request.rb index 3a613d7..7e0ba77 100644 --- a/lib/mx-platform-ruby/models/tagging_create_request.rb +++ b/lib/mx-platform-ruby/models/tagging_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -182,7 +182,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_create_request_body.rb b/lib/mx-platform-ruby/models/tagging_create_request_body.rb index dd3f3f6..6a5d590 100644 --- a/lib/mx-platform-ruby/models/tagging_create_request_body.rb +++ b/lib/mx-platform-ruby/models/tagging_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_response.rb b/lib/mx-platform-ruby/models/tagging_response.rb index 3c6c211..44d85a3 100644 --- a/lib/mx-platform-ruby/models/tagging_response.rb +++ b/lib/mx-platform-ruby/models/tagging_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -200,7 +200,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_response_body.rb b/lib/mx-platform-ruby/models/tagging_response_body.rb index 1681b1f..1e6a0cf 100644 --- a/lib/mx-platform-ruby/models/tagging_response_body.rb +++ b/lib/mx-platform-ruby/models/tagging_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_update_request.rb b/lib/mx-platform-ruby/models/tagging_update_request.rb index 487c3e7..16af5a0 100644 --- a/lib/mx-platform-ruby/models/tagging_update_request.rb +++ b/lib/mx-platform-ruby/models/tagging_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -166,7 +166,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tagging_update_request_body.rb b/lib/mx-platform-ruby/models/tagging_update_request_body.rb index 42d8277..7077a30 100644 --- a/lib/mx-platform-ruby/models/tagging_update_request_body.rb +++ b/lib/mx-platform-ruby/models/tagging_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/taggings_response_body.rb b/lib/mx-platform-ruby/models/taggings_response_body.rb index 476ce20..1255019 100644 --- a/lib/mx-platform-ruby/models/taggings_response_body.rb +++ b/lib/mx-platform-ruby/models/taggings_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tags_response_body.rb b/lib/mx-platform-ruby/models/tags_response_body.rb index 3439e51..8415348 100644 --- a/lib/mx-platform-ruby/models/tags_response_body.rb +++ b/lib/mx-platform-ruby/models/tags_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tax_document_response.rb b/lib/mx-platform-ruby/models/tax_document_response.rb index b9b7153..f42bc5e 100644 --- a/lib/mx-platform-ruby/models/tax_document_response.rb +++ b/lib/mx-platform-ruby/models/tax_document_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -250,7 +250,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tax_document_response_body.rb b/lib/mx-platform-ruby/models/tax_document_response_body.rb index 2fcda29..a87a255 100644 --- a/lib/mx-platform-ruby/models/tax_document_response_body.rb +++ b/lib/mx-platform-ruby/models/tax_document_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/tax_documents_response_body.rb b/lib/mx-platform-ruby/models/tax_documents_response_body.rb index 3e2c26a..4d05d36 100644 --- a/lib/mx-platform-ruby/models/tax_documents_response_body.rb +++ b/lib/mx-platform-ruby/models/tax_documents_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_create_request.rb b/lib/mx-platform-ruby/models/transaction_create_request.rb index 70896fe..c8e34bf 100644 --- a/lib/mx-platform-ruby/models/transaction_create_request.rb +++ b/lib/mx-platform-ruby/models/transaction_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -289,7 +289,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_create_request_body.rb b/lib/mx-platform-ruby/models/transaction_create_request_body.rb index e34ff33..d05fc02 100644 --- a/lib/mx-platform-ruby/models/transaction_create_request_body.rb +++ b/lib/mx-platform-ruby/models/transaction_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_create_response_body.rb b/lib/mx-platform-ruby/models/transaction_create_response_body.rb index 11e2f2d..ab12638 100644 --- a/lib/mx-platform-ruby/models/transaction_create_response_body.rb +++ b/lib/mx-platform-ruby/models/transaction_create_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -587,7 +587,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_response.rb b/lib/mx-platform-ruby/models/transaction_response.rb index 7616bd8..8eb1032 100644 --- a/lib/mx-platform-ruby/models/transaction_response.rb +++ b/lib/mx-platform-ruby/models/transaction_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -580,7 +580,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_response_body.rb b/lib/mx-platform-ruby/models/transaction_response_body.rb index ec2990f..d76a2bb 100644 --- a/lib/mx-platform-ruby/models/transaction_response_body.rb +++ b/lib/mx-platform-ruby/models/transaction_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_create_request.rb b/lib/mx-platform-ruby/models/transaction_rule_create_request.rb index 41d1674..c3fe4a4 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_create_request.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -191,7 +191,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb b/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb index f1436b4..379b95c 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_response.rb b/lib/mx-platform-ruby/models/transaction_rule_response.rb index 10a84ac..4b11008 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_response.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -220,7 +220,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_response_body.rb b/lib/mx-platform-ruby/models/transaction_rule_response_body.rb index 945268c..6e7bff8 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_response_body.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_update_request.rb b/lib/mx-platform-ruby/models/transaction_rule_update_request.rb index 15221cf..29539d0 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -177,7 +177,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb b/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb index 6dcbc66..77beb5b 100644 --- a/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb +++ b/lib/mx-platform-ruby/models/transaction_rule_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_rules_response_body.rb b/lib/mx-platform-ruby/models/transaction_rules_response_body.rb index 926d957..250cb4c 100644 --- a/lib/mx-platform-ruby/models/transaction_rules_response_body.rb +++ b/lib/mx-platform-ruby/models/transaction_rules_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_update_request.rb b/lib/mx-platform-ruby/models/transaction_update_request.rb index 01a1553..ad8d84d 100644 --- a/lib/mx-platform-ruby/models/transaction_update_request.rb +++ b/lib/mx-platform-ruby/models/transaction_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -166,7 +166,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transaction_update_request_body.rb b/lib/mx-platform-ruby/models/transaction_update_request_body.rb index 013c848..cfd8554 100644 --- a/lib/mx-platform-ruby/models/transaction_update_request_body.rb +++ b/lib/mx-platform-ruby/models/transaction_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/transactions_response_body.rb b/lib/mx-platform-ruby/models/transactions_response_body.rb index 7148274..2ba84ef 100644 --- a/lib/mx-platform-ruby/models/transactions_response_body.rb +++ b/lib/mx-platform-ruby/models/transactions_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/update_goal_request.rb b/lib/mx-platform-ruby/models/update_goal_request.rb index 5899683..28bdbea 100644 --- a/lib/mx-platform-ruby/models/update_goal_request.rb +++ b/lib/mx-platform-ruby/models/update_goal_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -260,7 +260,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/update_goal_request_body.rb b/lib/mx-platform-ruby/models/update_goal_request_body.rb index 4140167..b70208c 100644 --- a/lib/mx-platform-ruby/models/update_goal_request_body.rb +++ b/lib/mx-platform-ruby/models/update_goal_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_create_request.rb b/lib/mx-platform-ruby/models/user_create_request.rb index 895019d..ee2f262 100644 --- a/lib/mx-platform-ruby/models/user_create_request.rb +++ b/lib/mx-platform-ruby/models/user_create_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -186,7 +186,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_create_request_body.rb b/lib/mx-platform-ruby/models/user_create_request_body.rb index 0acdba1..9e6769d 100644 --- a/lib/mx-platform-ruby/models/user_create_request_body.rb +++ b/lib/mx-platform-ruby/models/user_create_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_response.rb b/lib/mx-platform-ruby/models/user_response.rb index 4bcbc0c..7858dbb 100644 --- a/lib/mx-platform-ruby/models/user_response.rb +++ b/lib/mx-platform-ruby/models/user_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -200,7 +200,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_response_body.rb b/lib/mx-platform-ruby/models/user_response_body.rb index a3c4372..00f6458 100644 --- a/lib/mx-platform-ruby/models/user_response_body.rb +++ b/lib/mx-platform-ruby/models/user_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_update_request.rb b/lib/mx-platform-ruby/models/user_update_request.rb index 2acd1f9..7facf49 100644 --- a/lib/mx-platform-ruby/models/user_update_request.rb +++ b/lib/mx-platform-ruby/models/user_update_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -186,7 +186,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/user_update_request_body.rb b/lib/mx-platform-ruby/models/user_update_request_body.rb index 5c734b5..7033de9 100644 --- a/lib/mx-platform-ruby/models/user_update_request_body.rb +++ b/lib/mx-platform-ruby/models/user_update_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/users_response_body.rb b/lib/mx-platform-ruby/models/users_response_body.rb index 3488f70..d728720 100644 --- a/lib/mx-platform-ruby/models/users_response_body.rb +++ b/lib/mx-platform-ruby/models/users_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -170,7 +170,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/widget_request.rb b/lib/mx-platform-ruby/models/widget_request.rb index 5037f57..e49a31e 100644 --- a/lib/mx-platform-ruby/models/widget_request.rb +++ b/lib/mx-platform-ruby/models/widget_request.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -319,7 +319,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/widget_request_body.rb b/lib/mx-platform-ruby/models/widget_request_body.rb index 00bd3ae..3ab8cbb 100644 --- a/lib/mx-platform-ruby/models/widget_request_body.rb +++ b/lib/mx-platform-ruby/models/widget_request_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/widget_response.rb b/lib/mx-platform-ruby/models/widget_response.rb index 1f222bc..1be28e2 100644 --- a/lib/mx-platform-ruby/models/widget_response.rb +++ b/lib/mx-platform-ruby/models/widget_response.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -180,7 +180,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/models/widget_response_body.rb b/lib/mx-platform-ruby/models/widget_response_body.rb index 24e611a..ee9d89a 100644 --- a/lib/mx-platform-ruby/models/widget_response_body.rb +++ b/lib/mx-platform-ruby/models/widget_response_body.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -159,7 +159,7 @@ def self._deserialize(type, value) else # model # models (e.g. Pet) or oneOf klass = MxPlatformRuby.const_get(type) - klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) end end diff --git a/lib/mx-platform-ruby/version.rb b/lib/mx-platform-ruby/version.rb index 2670893..70ef494 100644 --- a/lib/mx-platform-ruby/version.rb +++ b/lib/mx-platform-ruby/version.rb @@ -6,10 +6,10 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end module MxPlatformRuby - VERSION = '0.44.0' + VERSION = '0.44.1' end diff --git a/mx-platform-ruby.gemspec b/mx-platform-ruby.gemspec index 640a22d..d353e38 100644 --- a/mx-platform-ruby.gemspec +++ b/mx-platform-ruby.gemspec @@ -8,7 +8,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -26,9 +26,11 @@ Gem::Specification.new do |s| s.description = "A Ruby library for the MX Platform API." s.license = "MIT" s.required_ruby_version = ">= 2.6" + s.metadata = {} s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0' s.add_runtime_dependency 'faraday-multipart' + s.add_runtime_dependency 'marcel' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' diff --git a/openapi/config.yml b/openapi/config.yml index c30f19d..13d215b 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby gemLicense: MIT gemName: mx-platform-ruby gemRequiredRubyVersion: ">= 2.6" -gemVersion: 0.44.0 +gemVersion: 0.44.1 library: faraday moduleName: MxPlatformRuby diff --git a/spec/api/budgets_api_spec.rb b/spec/api/budgets_api_spec.rb index dc69c44..2a3172e 100644 --- a/spec/api/budgets_api_spec.rb +++ b/spec/api/budgets_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/goals_api_spec.rb b/spec/api/goals_api_spec.rb index c9546d8..09d43ca 100644 --- a/spec/api/goals_api_spec.rb +++ b/spec/api/goals_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/insights_api_spec.rb b/spec/api/insights_api_spec.rb index 4ad2e6b..c204212 100644 --- a/spec/api/insights_api_spec.rb +++ b/spec/api/insights_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/microdeposits_api_spec.rb b/spec/api/microdeposits_api_spec.rb index f3ccb3e..4e16b6b 100644 --- a/spec/api/microdeposits_api_spec.rb +++ b/spec/api/microdeposits_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/mx_platform_api_spec.rb b/spec/api/mx_platform_api_spec.rb index b13dd81..23e765c 100644 --- a/spec/api/mx_platform_api_spec.rb +++ b/spec/api/mx_platform_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/spending_plan_api_spec.rb b/spec/api/spending_plan_api_spec.rb index 5318173..e092118 100644 --- a/spec/api/spending_plan_api_spec.rb +++ b/spec/api/spending_plan_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api/transactions_api_spec.rb b/spec/api/transactions_api_spec.rb index c74808a..923ccb2 100644 --- a/spec/api/transactions_api_spec.rb +++ b/spec/api/transactions_api_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end diff --git a/spec/api_client_spec.rb b/spec/api_client_spec.rb deleted file mode 100644 index b123862..0000000 --- a/spec/api_client_spec.rb +++ /dev/null @@ -1,223 +0,0 @@ -=begin -#MX Platform API - -#The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. - -The version of the OpenAPI document: 0.1.0 - -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 - -=end - -require 'spec_helper' - -describe MxPlatformRuby::ApiClient do - context 'initialization' do - context 'URL stuff' do - context 'host' do - it 'removes http from host' do - MxPlatformRuby.configure { |c| c.host = 'http://example.com' } - expect(MxPlatformRuby::Configuration.default.host).to eq('example.com') - end - - it 'removes https from host' do - MxPlatformRuby.configure { |c| c.host = 'https://wookiee.com' } - expect(MxPlatformRuby::ApiClient.default.config.host).to eq('wookiee.com') - end - - it 'removes trailing path from host' do - MxPlatformRuby.configure { |c| c.host = 'hobo.com/v4' } - expect(MxPlatformRuby::Configuration.default.host).to eq('hobo.com') - end - end - - context 'base_path' do - it "prepends a slash to base_path" do - MxPlatformRuby.configure { |c| c.base_path = 'v4/dog' } - expect(MxPlatformRuby::Configuration.default.base_path).to eq('/v4/dog') - end - - it "doesn't prepend a slash if one is already there" do - MxPlatformRuby.configure { |c| c.base_path = '/v4/dog' } - expect(MxPlatformRuby::Configuration.default.base_path).to eq('/v4/dog') - end - - it "ends up as a blank string if nil" do - MxPlatformRuby.configure { |c| c.base_path = nil } - expect(MxPlatformRuby::Configuration.default.base_path).to eq('') - end - end - end - end - - - describe 'proxy in #build_connection' do - let(:config) { MxPlatformRuby::Configuration.new } - let(:api_client) { MxPlatformRuby::ApiClient.new(config) } - let(:proxy_uri) { URI('http://example.org:8080') } - - it 'defaults to nil' do - expect(MxPlatformRuby::Configuration.default.proxy).to be_nil - expect(config.proxy).to be_nil - - connection = api_client.build_connection - expect(connection.proxy_for_request('/test')).to be_nil - end - - it 'can be customized with a string' do - config.proxy = proxy_uri.to_s - - connection = api_client.build_connection - configured_proxy = connection.proxy_for_request('/test') - - expect(configured_proxy).not_to be_nil - expect(configured_proxy.uri.to_s).to eq proxy_uri.to_s - end - - it 'can be customized with a hash' do - config.proxy = { uri: proxy_uri } - - connection = api_client.build_connection - configured_proxy = connection.proxy_for_request('/test') - - expect(configured_proxy).not_to be_nil - expect(configured_proxy.uri).to eq proxy_uri - end - end - - describe '#deserialize' do - it "handles Array" do - api_client = MxPlatformRuby::ApiClient.new - headers = { 'Content-Type' => 'application/json' } - response = double('response', headers: headers, body: '[12, 34]') - data = api_client.deserialize(response, 'Array') - expect(data).to be_instance_of(Array) - expect(data).to eq([12, 34]) - end - - it 'handles Array>' do - api_client = MxPlatformRuby::ApiClient.new - headers = { 'Content-Type' => 'application/json' } - response = double('response', headers: headers, body: '[[12, 34], [56]]') - data = api_client.deserialize(response, 'Array>') - expect(data).to be_instance_of(Array) - expect(data).to eq([[12, 34], [56]]) - end - - it 'handles Hash' do - api_client = MxPlatformRuby::ApiClient.new - headers = { 'Content-Type' => 'application/json' } - response = double('response', headers: headers, body: '{"message": "Hello"}') - data = api_client.deserialize(response, 'Hash') - expect(data).to be_instance_of(Hash) - expect(data).to eq(:message => 'Hello') - end - end - - describe "#object_to_hash" do - it 'ignores nils and includes empty arrays' do - # uncomment below to test object_to_hash for model - # api_client = MxPlatformRuby::ApiClient.new - # _model = MxPlatformRuby::ModelName.new - # update the model attribute below - # _model.id = 1 - # update the expected value (hash) below - # expected = {id: 1, name: '', tags: []} - # expect(api_client.object_to_hash(_model)).to eq(expected) - end - end - - describe '#build_collection_param' do - let(:param) { ['aa', 'bb', 'cc'] } - let(:api_client) { MxPlatformRuby::ApiClient.new } - - it 'works for csv' do - expect(api_client.build_collection_param(param, :csv)).to eq('aa,bb,cc') - end - - it 'works for ssv' do - expect(api_client.build_collection_param(param, :ssv)).to eq('aa bb cc') - end - - it 'works for tsv' do - expect(api_client.build_collection_param(param, :tsv)).to eq("aa\tbb\tcc") - end - - it 'works for pipes' do - expect(api_client.build_collection_param(param, :pipes)).to eq('aa|bb|cc') - end - - it 'works for multi' do - expect(api_client.build_collection_param(param, :multi)).to eq(['aa', 'bb', 'cc']) - end - - it 'fails for invalid collection format' do - expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID') - end - end - - describe '#json_mime?' do - let(:api_client) { MxPlatformRuby::ApiClient.new } - - it 'works' do - expect(api_client.json_mime?(nil)).to eq false - expect(api_client.json_mime?('')).to eq false - - expect(api_client.json_mime?('application/json')).to eq true - expect(api_client.json_mime?('application/json; charset=UTF8')).to eq true - expect(api_client.json_mime?('APPLICATION/JSON')).to eq true - - expect(api_client.json_mime?('application/xml')).to eq false - expect(api_client.json_mime?('text/plain')).to eq false - expect(api_client.json_mime?('application/jsonp')).to eq false - end - end - - describe '#select_header_accept' do - let(:api_client) { MxPlatformRuby::ApiClient.new } - - it 'works' do - expect(api_client.select_header_accept(nil)).to be_nil - expect(api_client.select_header_accept([])).to be_nil - - expect(api_client.select_header_accept(['application/json'])).to eq('application/json') - expect(api_client.select_header_accept(['application/xml', 'application/json; charset=UTF8'])).to eq('application/json; charset=UTF8') - expect(api_client.select_header_accept(['APPLICATION/JSON', 'text/html'])).to eq('APPLICATION/JSON') - - expect(api_client.select_header_accept(['application/xml'])).to eq('application/xml') - expect(api_client.select_header_accept(['text/html', 'application/xml'])).to eq('text/html,application/xml') - end - end - - describe '#select_header_content_type' do - let(:api_client) { MxPlatformRuby::ApiClient.new } - - it 'works' do - expect(api_client.select_header_content_type(nil)).to be_nil - expect(api_client.select_header_content_type([])).to be_nil - - expect(api_client.select_header_content_type(['application/json'])).to eq('application/json') - expect(api_client.select_header_content_type(['application/xml', 'application/json; charset=UTF8'])).to eq('application/json; charset=UTF8') - expect(api_client.select_header_content_type(['APPLICATION/JSON', 'text/html'])).to eq('APPLICATION/JSON') - expect(api_client.select_header_content_type(['application/xml'])).to eq('application/xml') - expect(api_client.select_header_content_type(['text/plain', 'application/xml'])).to eq('text/plain') - end - end - - describe '#sanitize_filename' do - let(:api_client) { MxPlatformRuby::ApiClient.new } - - it 'works' do - expect(api_client.sanitize_filename('sun')).to eq('sun') - expect(api_client.sanitize_filename('sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('../sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('/var/tmp/sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('./sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('..\sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('\var\tmp\sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('c:\var\tmp\sun.gif')).to eq('sun.gif') - expect(api_client.sanitize_filename('.\sun.gif')).to eq('sun.gif') - end - end -end diff --git a/spec/configuration_spec.rb b/spec/configuration_spec.rb deleted file mode 100644 index 45948d4..0000000 --- a/spec/configuration_spec.rb +++ /dev/null @@ -1,82 +0,0 @@ -=begin -#MX Platform API - -#The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. - -The version of the OpenAPI document: 0.1.0 - -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 - -=end - -require 'spec_helper' - -describe MxPlatformRuby::Configuration do - let(:config) { MxPlatformRuby::Configuration.default } - - before(:each) do - # uncomment below to setup host and base_path - # require 'URI' - # uri = URI.parse("https://api.mx.com") - # MxPlatformRuby.configure do |c| - # c.host = uri.host - # c.base_path = uri.path - # end - end - - describe '#base_url' do - it 'should have the default value' do - # uncomment below to test default value of the base path - # expect(config.base_url).to eq("https://api.mx.com") - end - - it 'should remove trailing slashes' do - [nil, '', '/', '//'].each do |base_path| - config.base_path = base_path - # uncomment below to test trailing slashes - # expect(config.base_url).to eq("https://api.mx.com") - end - end - end - - describe '#configure_faraday_connection' do - let(:faraday_connection) { Faraday::Connection.new } - - before do - stub_const('CustomAdapter', Class.new(Faraday::Adapter)) - stub_const('AnotherCustomAdapter', Class.new(Faraday::Adapter)) - - config.configure_faraday_connection do |conn| - conn.adapter CustomAdapter - conn.response :logger, nil, headers: true, bodies: true, log_level: :debug do |logger| - logger.filter(/(Authorization: )(.*)/, '\1[REDACTED]') - end - end - end - - it 'adds a block that will be used to configure the connection' do - expect(faraday_connection.adapter).to eq(Faraday::Adapter::NetHttp) - expect(faraday_connection.builder.handlers).to_not include(Faraday::Response::Logger) - - config.configure_connection(faraday_connection) - - expect(faraday_connection.adapter).to eq(CustomAdapter) - expect(faraday_connection.builder.handlers).to include(Faraday::Response::Logger) - end - - it 'supports multiple configuration blocks' do - config.configure_faraday_connection do |conn| - conn.adapter AnotherCustomAdapter - end - - expect(faraday_connection.adapter).to eq(Faraday::Adapter::NetHttp) - expect(faraday_connection.builder.handlers).to_not include(Faraday::Response::Logger) - - config.configure_connection(faraday_connection) - - expect(faraday_connection.adapter).to eq(AnotherCustomAdapter) - expect(faraday_connection.builder.handlers).to include(Faraday::Response::Logger) - end - end -end diff --git a/spec/models/account_create_request_body_spec.rb b/spec/models/account_create_request_body_spec.rb index 5946b13..01709b6 100644 --- a/spec/models/account_create_request_body_spec.rb +++ b/spec/models/account_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountCreateRequestBody' do it 'should create an instance of AccountCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountCreateRequestBody) end end + describe 'test attribute "account"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_create_request_spec.rb b/spec/models/account_create_request_spec.rb index ba790bb..27f9c81 100644 --- a/spec/models/account_create_request_spec.rb +++ b/spec/models/account_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountCreateRequest' do it 'should create an instance of AccountCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountCreateRequest) end end + describe 'test attribute "account_subtype"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_number_response_spec.rb b/spec/models/account_number_response_spec.rb index 80a4092..e52ed2f 100644 --- a/spec/models/account_number_response_spec.rb +++ b/spec/models/account_number_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountNumberResponse' do it 'should create an instance of AccountNumberResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountNumberResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountNumberResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_numbers_response_body_spec.rb b/spec/models/account_numbers_response_body_spec.rb index 75964ba..8febe4a 100644 --- a/spec/models/account_numbers_response_body_spec.rb +++ b/spec/models/account_numbers_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountNumbersResponseBody' do it 'should create an instance of AccountNumbersResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountNumbersResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountNumbersResponseBody) end end + describe 'test attribute "account_numbers"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_owner_response_spec.rb b/spec/models/account_owner_response_spec.rb index e4fcdb7..4d86e60 100644 --- a/spec/models/account_owner_response_spec.rb +++ b/spec/models/account_owner_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountOwnerResponse' do it 'should create an instance of AccountOwnerResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountOwnerResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountOwnerResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_owners_response_body_spec.rb b/spec/models/account_owners_response_body_spec.rb index 2a376db..6feb61e 100644 --- a/spec/models/account_owners_response_body_spec.rb +++ b/spec/models/account_owners_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountOwnersResponseBody' do it 'should create an instance of AccountOwnersResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountOwnersResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountOwnersResponseBody) end end + describe 'test attribute "account_owners"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_response_body_spec.rb b/spec/models/account_response_body_spec.rb index 70eb46d..fc5777c 100644 --- a/spec/models/account_response_body_spec.rb +++ b/spec/models/account_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountResponseBody' do it 'should create an instance of AccountResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountResponseBody) end end + describe 'test attribute "account"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_response_spec.rb b/spec/models/account_response_spec.rb index 966acec..2abad84 100644 --- a/spec/models/account_response_spec.rb +++ b/spec/models/account_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountResponse' do it 'should create an instance of AccountResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountResponse) end end + describe 'test attribute "account_number"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_update_request_body_spec.rb b/spec/models/account_update_request_body_spec.rb index 011af7d..72e6154 100644 --- a/spec/models/account_update_request_body_spec.rb +++ b/spec/models/account_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountUpdateRequestBody' do it 'should create an instance of AccountUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountUpdateRequestBody) end end + describe 'test attribute "account"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/account_update_request_spec.rb b/spec/models/account_update_request_spec.rb index c40a96e..f540595 100644 --- a/spec/models/account_update_request_spec.rb +++ b/spec/models/account_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountUpdateRequest' do it 'should create an instance of AccountUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountUpdateRequest) end end + describe 'test attribute "account_subtype"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/accounts_response_body_spec.rb b/spec/models/accounts_response_body_spec.rb index dd3ee41..5f61979 100644 --- a/spec/models/accounts_response_body_spec.rb +++ b/spec/models/accounts_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AccountsResponseBody' do it 'should create an instance of AccountsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AccountsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AccountsResponseBody) end end + describe 'test attribute "accounts"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/authorization_code_request_body_spec.rb b/spec/models/authorization_code_request_body_spec.rb index 1767815..0756753 100644 --- a/spec/models/authorization_code_request_body_spec.rb +++ b/spec/models/authorization_code_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AuthorizationCodeRequestBody' do it 'should create an instance of AuthorizationCodeRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeRequestBody) end end + describe 'test attribute "authorization_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/authorization_code_request_spec.rb b/spec/models/authorization_code_request_spec.rb index b59fa5a..f03d9fd 100644 --- a/spec/models/authorization_code_request_spec.rb +++ b/spec/models/authorization_code_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AuthorizationCodeRequest' do it 'should create an instance of AuthorizationCodeRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeRequest) end end + describe 'test attribute "scope"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/authorization_code_response_body_spec.rb b/spec/models/authorization_code_response_body_spec.rb index 5516beb..7f6d818 100644 --- a/spec/models/authorization_code_response_body_spec.rb +++ b/spec/models/authorization_code_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AuthorizationCodeResponseBody' do it 'should create an instance of AuthorizationCodeResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeResponseBody) end end + describe 'test attribute "authorization_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/authorization_code_response_spec.rb b/spec/models/authorization_code_response_spec.rb index 0618c63..320d85b 100644 --- a/spec/models/authorization_code_response_spec.rb +++ b/spec/models/authorization_code_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of AuthorizationCodeResponse' do it 'should create an instance of AuthorizationCodeResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::AuthorizationCodeResponse) end end + describe 'test attribute "code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_create_request_body_spec.rb b/spec/models/budget_create_request_body_spec.rb index 43826e4..f62a2bc 100644 --- a/spec/models/budget_create_request_body_spec.rb +++ b/spec/models/budget_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetCreateRequestBody' do it 'should create an instance of BudgetCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetCreateRequestBody) end end + describe 'test attribute "budget"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_create_request_spec.rb b/spec/models/budget_create_request_spec.rb index 2fdc78a..399c848 100644 --- a/spec/models/budget_create_request_spec.rb +++ b/spec/models/budget_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetCreateRequest' do it 'should create an instance of BudgetCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetCreateRequest) end end + describe 'test attribute "category_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_response_body_spec.rb b/spec/models/budget_response_body_spec.rb index 4325e7d..2550cb5 100644 --- a/spec/models/budget_response_body_spec.rb +++ b/spec/models/budget_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetResponseBody' do it 'should create an instance of BudgetResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetResponseBody) end end + describe 'test attribute "budget"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_response_spec.rb b/spec/models/budget_response_spec.rb index a20daa2..701d988 100644 --- a/spec/models/budget_response_spec.rb +++ b/spec/models/budget_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetResponse' do it 'should create an instance of BudgetResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetResponse) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_update_request_body_spec.rb b/spec/models/budget_update_request_body_spec.rb index f449756..e772aeb 100644 --- a/spec/models/budget_update_request_body_spec.rb +++ b/spec/models/budget_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetUpdateRequestBody' do it 'should create an instance of BudgetUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetUpdateRequestBody) end end + describe 'test attribute "budget"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/budget_update_request_spec.rb b/spec/models/budget_update_request_spec.rb index d719694..2aa1add 100644 --- a/spec/models/budget_update_request_spec.rb +++ b/spec/models/budget_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of BudgetUpdateRequest' do it 'should create an instance of BudgetUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::BudgetUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::BudgetUpdateRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/categories_response_body_spec.rb b/spec/models/categories_response_body_spec.rb index ab8169e..942afa2 100644 --- a/spec/models/categories_response_body_spec.rb +++ b/spec/models/categories_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoriesResponseBody' do it 'should create an instance of CategoriesResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoriesResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoriesResponseBody) end end + describe 'test attribute "categories"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_create_request_body_spec.rb b/spec/models/category_create_request_body_spec.rb index a22f996..c412b2e 100644 --- a/spec/models/category_create_request_body_spec.rb +++ b/spec/models/category_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryCreateRequestBody' do it 'should create an instance of CategoryCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryCreateRequestBody) end end + describe 'test attribute "category"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_create_request_spec.rb b/spec/models/category_create_request_spec.rb index 7152d17..a8b71e3 100644 --- a/spec/models/category_create_request_spec.rb +++ b/spec/models/category_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryCreateRequest' do it 'should create an instance of CategoryCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryCreateRequest) end end + describe 'test attribute "metadata"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_response_body_spec.rb b/spec/models/category_response_body_spec.rb index c71c8d6..8ea2fca 100644 --- a/spec/models/category_response_body_spec.rb +++ b/spec/models/category_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryResponseBody' do it 'should create an instance of CategoryResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryResponseBody) end end + describe 'test attribute "category"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_response_spec.rb b/spec/models/category_response_spec.rb index b637d61..cf55bad 100644 --- a/spec/models/category_response_spec.rb +++ b/spec/models/category_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryResponse' do it 'should create an instance of CategoryResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryResponse) end end + describe 'test attribute "created_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_update_request_body_spec.rb b/spec/models/category_update_request_body_spec.rb index ba2b33c..d388746 100644 --- a/spec/models/category_update_request_body_spec.rb +++ b/spec/models/category_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryUpdateRequestBody' do it 'should create an instance of CategoryUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryUpdateRequestBody) end end + describe 'test attribute "category"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/category_update_request_spec.rb b/spec/models/category_update_request_spec.rb index 592cf4f..4a6d5ba 100644 --- a/spec/models/category_update_request_spec.rb +++ b/spec/models/category_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CategoryUpdateRequest' do it 'should create an instance of CategoryUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::CategoryUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CategoryUpdateRequest) end end + describe 'test attribute "metadata"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/challenge_response_spec.rb b/spec/models/challenge_response_spec.rb index e73094d..64deaf5 100644 --- a/spec/models/challenge_response_spec.rb +++ b/spec/models/challenge_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ChallengeResponse' do it 'should create an instance of ChallengeResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::ChallengeResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ChallengeResponse) end end + describe 'test attribute "field_name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/challenges_response_body_spec.rb b/spec/models/challenges_response_body_spec.rb index a1dc276..99faa6d 100644 --- a/spec/models/challenges_response_body_spec.rb +++ b/spec/models/challenges_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ChallengesResponseBody' do it 'should create an instance of ChallengesResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ChallengesResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ChallengesResponseBody) end end + describe 'test attribute "challenges"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/connect_widget_request_body_spec.rb b/spec/models/connect_widget_request_body_spec.rb index 762a6a7..f952c4e 100644 --- a/spec/models/connect_widget_request_body_spec.rb +++ b/spec/models/connect_widget_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ConnectWidgetRequestBody' do it 'should create an instance of ConnectWidgetRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetRequestBody) end end + describe 'test attribute "config"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/connect_widget_request_spec.rb b/spec/models/connect_widget_request_spec.rb index cdda2c3..4167464 100644 --- a/spec/models/connect_widget_request_spec.rb +++ b/spec/models/connect_widget_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ConnectWidgetRequest' do it 'should create an instance of ConnectWidgetRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetRequest) end end + describe 'test attribute "client_redirect_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/connect_widget_response_body_spec.rb b/spec/models/connect_widget_response_body_spec.rb index a4e5b27..316cd79 100644 --- a/spec/models/connect_widget_response_body_spec.rb +++ b/spec/models/connect_widget_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ConnectWidgetResponseBody' do it 'should create an instance of ConnectWidgetResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetResponseBody) end end + describe 'test attribute "user"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/connect_widget_response_spec.rb b/spec/models/connect_widget_response_spec.rb index a0ac2ef..5e98b37 100644 --- a/spec/models/connect_widget_response_spec.rb +++ b/spec/models/connect_widget_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ConnectWidgetResponse' do it 'should create an instance of ConnectWidgetResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ConnectWidgetResponse) end end + describe 'test attribute "connect_widget_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/credential_request_spec.rb b/spec/models/credential_request_spec.rb index b5f97d8..f5f2a96 100644 --- a/spec/models/credential_request_spec.rb +++ b/spec/models/credential_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CredentialRequest' do it 'should create an instance of CredentialRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::CredentialRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CredentialRequest) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/credential_response_spec.rb b/spec/models/credential_response_spec.rb index f5ed4e1..e1aa201 100644 --- a/spec/models/credential_response_spec.rb +++ b/spec/models/credential_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CredentialResponse' do it 'should create an instance of CredentialResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::CredentialResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CredentialResponse) end end + describe 'test attribute "display_order"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/credentials_response_body_spec.rb b/spec/models/credentials_response_body_spec.rb index f0124d6..1d45275 100644 --- a/spec/models/credentials_response_body_spec.rb +++ b/spec/models/credentials_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CredentialsResponseBody' do it 'should create an instance of CredentialsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::CredentialsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CredentialsResponseBody) end end + describe 'test attribute "credentials"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/credit_card_product_response_spec.rb b/spec/models/credit_card_product_response_spec.rb index ce93898..1b1bedf 100644 --- a/spec/models/credit_card_product_response_spec.rb +++ b/spec/models/credit_card_product_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CreditCardProductResponse' do it 'should create an instance of CreditCardProductResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::CreditCardProductResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CreditCardProductResponse) end end + describe 'test attribute "credit_card_product"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/credit_card_product_spec.rb b/spec/models/credit_card_product_spec.rb index 0302043..094c0f2 100644 --- a/spec/models/credit_card_product_spec.rb +++ b/spec/models/credit_card_product_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of CreditCardProduct' do it 'should create an instance of CreditCardProduct' do - expect(instance).to be_instance_of(MxPlatformRuby::CreditCardProduct) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::CreditCardProduct) end end + describe 'test attribute "annual_fee"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/enhance_transaction_response_spec.rb b/spec/models/enhance_transaction_response_spec.rb index 4bc9ead..024b9ed 100644 --- a/spec/models/enhance_transaction_response_spec.rb +++ b/spec/models/enhance_transaction_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of EnhanceTransactionResponse' do it 'should create an instance of EnhanceTransactionResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionResponse) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/enhance_transactions_request_body_spec.rb b/spec/models/enhance_transactions_request_body_spec.rb index 0e02bc7..6766e0f 100644 --- a/spec/models/enhance_transactions_request_body_spec.rb +++ b/spec/models/enhance_transactions_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of EnhanceTransactionsRequestBody' do it 'should create an instance of EnhanceTransactionsRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsRequestBody) end end + describe 'test attribute "transactions"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/enhance_transactions_request_spec.rb b/spec/models/enhance_transactions_request_spec.rb index 8719ac4..de2e863 100644 --- a/spec/models/enhance_transactions_request_spec.rb +++ b/spec/models/enhance_transactions_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of EnhanceTransactionsRequest' do it 'should create an instance of EnhanceTransactionsRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/enhance_transactions_response_body_spec.rb b/spec/models/enhance_transactions_response_body_spec.rb index cee084b..dfcc114 100644 --- a/spec/models/enhance_transactions_response_body_spec.rb +++ b/spec/models/enhance_transactions_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of EnhanceTransactionsResponseBody' do it 'should create an instance of EnhanceTransactionsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::EnhanceTransactionsResponseBody) end end + describe 'test attribute "transactions"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goal_request_body_spec.rb b/spec/models/goal_request_body_spec.rb index f802b45..8bbb0ed 100644 --- a/spec/models/goal_request_body_spec.rb +++ b/spec/models/goal_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalRequestBody' do it 'should create an instance of GoalRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalRequestBody) end end + describe 'test attribute "goal"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goal_request_spec.rb b/spec/models/goal_request_spec.rb index e33f9dc..a6eaf13 100644 --- a/spec/models/goal_request_spec.rb +++ b/spec/models/goal_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalRequest' do it 'should create an instance of GoalRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalRequest) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goal_response_body_spec.rb b/spec/models/goal_response_body_spec.rb index 31089e0..0146b01 100644 --- a/spec/models/goal_response_body_spec.rb +++ b/spec/models/goal_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalResponseBody' do it 'should create an instance of GoalResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalResponseBody) end end + describe 'test attribute "goal"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goal_response_spec.rb b/spec/models/goal_response_spec.rb index 1600ae5..02d086a 100644 --- a/spec/models/goal_response_spec.rb +++ b/spec/models/goal_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalResponse' do it 'should create an instance of GoalResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goals_response_body_spec.rb b/spec/models/goals_response_body_spec.rb index 80064e8..b215677 100644 --- a/spec/models/goals_response_body_spec.rb +++ b/spec/models/goals_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalsResponseBody' do it 'should create an instance of GoalsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalsResponseBody) end end + describe 'test attribute "goals"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/goals_response_spec.rb b/spec/models/goals_response_spec.rb index bf42286..9c948c7 100644 --- a/spec/models/goals_response_spec.rb +++ b/spec/models/goals_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of GoalsResponse' do it 'should create an instance of GoalsResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::GoalsResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::GoalsResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/holding_response_body_spec.rb b/spec/models/holding_response_body_spec.rb index dc7f9ba..fdcc6f8 100644 --- a/spec/models/holding_response_body_spec.rb +++ b/spec/models/holding_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of HoldingResponseBody' do it 'should create an instance of HoldingResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::HoldingResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::HoldingResponseBody) end end + describe 'test attribute "holding"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/holding_response_spec.rb b/spec/models/holding_response_spec.rb index cf8fc0d..da6d57f 100644 --- a/spec/models/holding_response_spec.rb +++ b/spec/models/holding_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of HoldingResponse' do it 'should create an instance of HoldingResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::HoldingResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::HoldingResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/holdings_response_body_spec.rb b/spec/models/holdings_response_body_spec.rb index 78fc8d5..256d77c 100644 --- a/spec/models/holdings_response_body_spec.rb +++ b/spec/models/holdings_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of HoldingsResponseBody' do it 'should create an instance of HoldingsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::HoldingsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::HoldingsResponseBody) end end + describe 'test attribute "holdings"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/image_option_response_spec.rb b/spec/models/image_option_response_spec.rb index 489317a..1bc0571 100644 --- a/spec/models/image_option_response_spec.rb +++ b/spec/models/image_option_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ImageOptionResponse' do it 'should create an instance of ImageOptionResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::ImageOptionResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ImageOptionResponse) end end + describe 'test attribute "data_uri"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/insight_response_body_spec.rb b/spec/models/insight_response_body_spec.rb index fe8662a..3ce3a15 100644 --- a/spec/models/insight_response_body_spec.rb +++ b/spec/models/insight_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InsightResponseBody' do it 'should create an instance of InsightResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::InsightResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InsightResponseBody) end end + describe 'test attribute "insight"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/insight_response_spec.rb b/spec/models/insight_response_spec.rb index 9deaedf..d883872 100644 --- a/spec/models/insight_response_spec.rb +++ b/spec/models/insight_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InsightResponse' do it 'should create an instance of InsightResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::InsightResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InsightResponse) end end + describe 'test attribute "active_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/insight_update_request_spec.rb b/spec/models/insight_update_request_spec.rb index 792d14a..2953faa 100644 --- a/spec/models/insight_update_request_spec.rb +++ b/spec/models/insight_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InsightUpdateRequest' do it 'should create an instance of InsightUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::InsightUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InsightUpdateRequest) end end + describe 'test attribute "has_been_displayed"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/insights_response_body_spec.rb b/spec/models/insights_response_body_spec.rb index 4162444..28d0af8 100644 --- a/spec/models/insights_response_body_spec.rb +++ b/spec/models/insights_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InsightsResponseBody' do it 'should create an instance of InsightsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::InsightsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InsightsResponseBody) end end + describe 'test attribute "insights"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/institution_response_body_spec.rb b/spec/models/institution_response_body_spec.rb index 83a559a..a7d8dd7 100644 --- a/spec/models/institution_response_body_spec.rb +++ b/spec/models/institution_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InstitutionResponseBody' do it 'should create an instance of InstitutionResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::InstitutionResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InstitutionResponseBody) end end + describe 'test attribute "institution"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/institution_response_spec.rb b/spec/models/institution_response_spec.rb index c75d7e4..56b282e 100644 --- a/spec/models/institution_response_spec.rb +++ b/spec/models/institution_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InstitutionResponse' do it 'should create an instance of InstitutionResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::InstitutionResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InstitutionResponse) end end + describe 'test attribute "code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/institutions_response_body_spec.rb b/spec/models/institutions_response_body_spec.rb index 18dd216..d2ab625 100644 --- a/spec/models/institutions_response_body_spec.rb +++ b/spec/models/institutions_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of InstitutionsResponseBody' do it 'should create an instance of InstitutionsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::InstitutionsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::InstitutionsResponseBody) end end + describe 'test attribute "institutions"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_account_create_request_body_spec.rb b/spec/models/managed_account_create_request_body_spec.rb index 73e1f44..11452a6 100644 --- a/spec/models/managed_account_create_request_body_spec.rb +++ b/spec/models/managed_account_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedAccountCreateRequestBody' do it 'should create an instance of ManagedAccountCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountCreateRequestBody) end end + describe 'test attribute "account"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_account_create_request_spec.rb b/spec/models/managed_account_create_request_spec.rb index e57e149..c81c894 100644 --- a/spec/models/managed_account_create_request_spec.rb +++ b/spec/models/managed_account_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedAccountCreateRequest' do it 'should create an instance of ManagedAccountCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountCreateRequest) end end + describe 'test attribute "account_number"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_account_update_request_body_spec.rb b/spec/models/managed_account_update_request_body_spec.rb index 9dcd47c..497df5d 100644 --- a/spec/models/managed_account_update_request_body_spec.rb +++ b/spec/models/managed_account_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedAccountUpdateRequestBody' do it 'should create an instance of ManagedAccountUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountUpdateRequestBody) end end + describe 'test attribute "account"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_account_update_request_spec.rb b/spec/models/managed_account_update_request_spec.rb index d0c4f50..5032ddb 100644 --- a/spec/models/managed_account_update_request_spec.rb +++ b/spec/models/managed_account_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedAccountUpdateRequest' do it 'should create an instance of ManagedAccountUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedAccountUpdateRequest) end end + describe 'test attribute "account_number"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_member_create_request_body_spec.rb b/spec/models/managed_member_create_request_body_spec.rb index 534922a..0fc4b61 100644 --- a/spec/models/managed_member_create_request_body_spec.rb +++ b/spec/models/managed_member_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedMemberCreateRequestBody' do it 'should create an instance of ManagedMemberCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberCreateRequestBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_member_create_request_spec.rb b/spec/models/managed_member_create_request_spec.rb index 96b9a28..78e7e29 100644 --- a/spec/models/managed_member_create_request_spec.rb +++ b/spec/models/managed_member_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedMemberCreateRequest' do it 'should create an instance of ManagedMemberCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberCreateRequest) end end + describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_member_update_request_body_spec.rb b/spec/models/managed_member_update_request_body_spec.rb index e91649c..0debc90 100644 --- a/spec/models/managed_member_update_request_body_spec.rb +++ b/spec/models/managed_member_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedMemberUpdateRequestBody' do it 'should create an instance of ManagedMemberUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberUpdateRequestBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_member_update_request_spec.rb b/spec/models/managed_member_update_request_spec.rb index cabee93..2293a12 100644 --- a/spec/models/managed_member_update_request_spec.rb +++ b/spec/models/managed_member_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedMemberUpdateRequest' do it 'should create an instance of ManagedMemberUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedMemberUpdateRequest) end end + describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_transaction_create_request_body_spec.rb b/spec/models/managed_transaction_create_request_body_spec.rb index e8cbdde..5032fc0 100644 --- a/spec/models/managed_transaction_create_request_body_spec.rb +++ b/spec/models/managed_transaction_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedTransactionCreateRequestBody' do it 'should create an instance of ManagedTransactionCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionCreateRequestBody) end end + describe 'test attribute "transaction"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_transaction_create_request_spec.rb b/spec/models/managed_transaction_create_request_spec.rb index 96e5338..e98d7ed 100644 --- a/spec/models/managed_transaction_create_request_spec.rb +++ b/spec/models/managed_transaction_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedTransactionCreateRequest' do it 'should create an instance of ManagedTransactionCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionCreateRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_transaction_update_request_body_spec.rb b/spec/models/managed_transaction_update_request_body_spec.rb index 42851a9..8de139a 100644 --- a/spec/models/managed_transaction_update_request_body_spec.rb +++ b/spec/models/managed_transaction_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedTransactionUpdateRequestBody' do it 'should create an instance of ManagedTransactionUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionUpdateRequestBody) end end + describe 'test attribute "transaction"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/managed_transaction_update_request_spec.rb b/spec/models/managed_transaction_update_request_spec.rb index 9d18194..b696080 100644 --- a/spec/models/managed_transaction_update_request_spec.rb +++ b/spec/models/managed_transaction_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ManagedTransactionUpdateRequest' do it 'should create an instance of ManagedTransactionUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ManagedTransactionUpdateRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_create_request_body_spec.rb b/spec/models/member_create_request_body_spec.rb index da31c89..5d3b3f3 100644 --- a/spec/models/member_create_request_body_spec.rb +++ b/spec/models/member_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberCreateRequestBody' do it 'should create an instance of MemberCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberCreateRequestBody) end end + describe 'test attribute "client_redirect_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_create_request_spec.rb b/spec/models/member_create_request_spec.rb index af27a55..db7a5a0 100644 --- a/spec/models/member_create_request_spec.rb +++ b/spec/models/member_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberCreateRequest' do it 'should create an instance of MemberCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberCreateRequest) end end + describe 'test attribute "background_aggregation_is_disabled"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_response_body_spec.rb b/spec/models/member_response_body_spec.rb index a5a96a7..4897871 100644 --- a/spec/models/member_response_body_spec.rb +++ b/spec/models/member_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberResponseBody' do it 'should create an instance of MemberResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberResponseBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_response_spec.rb b/spec/models/member_response_spec.rb index a96f529..388d894 100644 --- a/spec/models/member_response_spec.rb +++ b/spec/models/member_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberResponse' do it 'should create an instance of MemberResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberResponse) end end + describe 'test attribute "aggregated_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_resume_request_body_spec.rb b/spec/models/member_resume_request_body_spec.rb index dc52c5d..9a9d2ce 100644 --- a/spec/models/member_resume_request_body_spec.rb +++ b/spec/models/member_resume_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberResumeRequestBody' do it 'should create an instance of MemberResumeRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberResumeRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberResumeRequestBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_resume_request_spec.rb b/spec/models/member_resume_request_spec.rb index 60ffeec..a9821d0 100644 --- a/spec/models/member_resume_request_spec.rb +++ b/spec/models/member_resume_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberResumeRequest' do it 'should create an instance of MemberResumeRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberResumeRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberResumeRequest) end end + describe 'test attribute "challenges"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_status_response_body_spec.rb b/spec/models/member_status_response_body_spec.rb index fd47a3c..48b8e98 100644 --- a/spec/models/member_status_response_body_spec.rb +++ b/spec/models/member_status_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberStatusResponseBody' do it 'should create an instance of MemberStatusResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberStatusResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberStatusResponseBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_status_response_spec.rb b/spec/models/member_status_response_spec.rb index 0cacc76..b911f14 100644 --- a/spec/models/member_status_response_spec.rb +++ b/spec/models/member_status_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberStatusResponse' do it 'should create an instance of MemberStatusResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberStatusResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberStatusResponse) end end + describe 'test attribute "aggregated_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_update_request_body_spec.rb b/spec/models/member_update_request_body_spec.rb index 4a04a76..ab12b1a 100644 --- a/spec/models/member_update_request_body_spec.rb +++ b/spec/models/member_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberUpdateRequestBody' do it 'should create an instance of MemberUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberUpdateRequestBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/member_update_request_spec.rb b/spec/models/member_update_request_spec.rb index 2793e31..b34ac5c 100644 --- a/spec/models/member_update_request_spec.rb +++ b/spec/models/member_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MemberUpdateRequest' do it 'should create an instance of MemberUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MemberUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MemberUpdateRequest) end end + describe 'test attribute "background_aggregation_is_disabled"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/members_response_body_spec.rb b/spec/models/members_response_body_spec.rb index eab9b75..e30e891 100644 --- a/spec/models/members_response_body_spec.rb +++ b/spec/models/members_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MembersResponseBody' do it 'should create an instance of MembersResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MembersResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MembersResponseBody) end end + describe 'test attribute "members"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/merchant_location_response_body_spec.rb b/spec/models/merchant_location_response_body_spec.rb index 7b977ce..627d533 100644 --- a/spec/models/merchant_location_response_body_spec.rb +++ b/spec/models/merchant_location_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MerchantLocationResponseBody' do it 'should create an instance of MerchantLocationResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MerchantLocationResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MerchantLocationResponseBody) end end + describe 'test attribute "merchant_location"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/merchant_location_response_spec.rb b/spec/models/merchant_location_response_spec.rb index 33304c2..819e803 100644 --- a/spec/models/merchant_location_response_spec.rb +++ b/spec/models/merchant_location_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MerchantLocationResponse' do it 'should create an instance of MerchantLocationResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MerchantLocationResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MerchantLocationResponse) end end + describe 'test attribute "city"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/merchant_response_body_spec.rb b/spec/models/merchant_response_body_spec.rb index 6683ae9..7d804d3 100644 --- a/spec/models/merchant_response_body_spec.rb +++ b/spec/models/merchant_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MerchantResponseBody' do it 'should create an instance of MerchantResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MerchantResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MerchantResponseBody) end end + describe 'test attribute "merchant"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/merchant_response_spec.rb b/spec/models/merchant_response_spec.rb index 10bfde1..dbde8ea 100644 --- a/spec/models/merchant_response_spec.rb +++ b/spec/models/merchant_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MerchantResponse' do it 'should create an instance of MerchantResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MerchantResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MerchantResponse) end end + describe 'test attribute "created_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/merchants_response_body_spec.rb b/spec/models/merchants_response_body_spec.rb index ccc8d88..d055b47 100644 --- a/spec/models/merchants_response_body_spec.rb +++ b/spec/models/merchants_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MerchantsResponseBody' do it 'should create an instance of MerchantsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MerchantsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MerchantsResponseBody) end end + describe 'test attribute "merchants"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_request_body_spec.rb b/spec/models/microdeposit_request_body_spec.rb index e164ac0..3b0ecb0 100644 --- a/spec/models/microdeposit_request_body_spec.rb +++ b/spec/models/microdeposit_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositRequestBody' do it 'should create an instance of MicrodepositRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositRequestBody) end end + describe 'test attribute "micro_deposit"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_request_spec.rb b/spec/models/microdeposit_request_spec.rb index e5dc7d4..1ba3d64 100644 --- a/spec/models/microdeposit_request_spec.rb +++ b/spec/models/microdeposit_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositRequest' do it 'should create an instance of MicrodepositRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositRequest) end end + describe 'test attribute "account_number"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_response_body_spec.rb b/spec/models/microdeposit_response_body_spec.rb index ebf181f..5d0b624 100644 --- a/spec/models/microdeposit_response_body_spec.rb +++ b/spec/models/microdeposit_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositResponseBody' do it 'should create an instance of MicrodepositResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositResponseBody) end end + describe 'test attribute "micro_deposit"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_response_spec.rb b/spec/models/microdeposit_response_spec.rb index f9b1394..4237c4c 100644 --- a/spec/models/microdeposit_response_spec.rb +++ b/spec/models/microdeposit_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositResponse' do it 'should create an instance of MicrodepositResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositResponse) end end + describe 'test attribute "account_name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_verify_request_body_spec.rb b/spec/models/microdeposit_verify_request_body_spec.rb index 222af2a..8b0383b 100644 --- a/spec/models/microdeposit_verify_request_body_spec.rb +++ b/spec/models/microdeposit_verify_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositVerifyRequestBody' do it 'should create an instance of MicrodepositVerifyRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositVerifyRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositVerifyRequestBody) end end + describe 'test attribute "micro_deposit"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposit_verify_request_spec.rb b/spec/models/microdeposit_verify_request_spec.rb index 77a1357..c81b8b8 100644 --- a/spec/models/microdeposit_verify_request_spec.rb +++ b/spec/models/microdeposit_verify_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositVerifyRequest' do it 'should create an instance of MicrodepositVerifyRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositVerifyRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositVerifyRequest) end end + describe 'test attribute "deposit_amount_1"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/microdeposits_response_body_spec.rb b/spec/models/microdeposits_response_body_spec.rb index 75e181e..7b04b66 100644 --- a/spec/models/microdeposits_response_body_spec.rb +++ b/spec/models/microdeposits_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MicrodepositsResponseBody' do it 'should create an instance of MicrodepositsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MicrodepositsResponseBody) end end + describe 'test attribute "micro_deposits"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/monthly_cash_flow_profile_request_body_spec.rb b/spec/models/monthly_cash_flow_profile_request_body_spec.rb index 57f978d..0140971 100644 --- a/spec/models/monthly_cash_flow_profile_request_body_spec.rb +++ b/spec/models/monthly_cash_flow_profile_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MonthlyCashFlowProfileRequestBody' do it 'should create an instance of MonthlyCashFlowProfileRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowProfileRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowProfileRequestBody) end end + describe 'test attribute "institution"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/monthly_cash_flow_profile_request_spec.rb b/spec/models/monthly_cash_flow_profile_request_spec.rb index 2c2a12b..a5a1efb 100644 --- a/spec/models/monthly_cash_flow_profile_request_spec.rb +++ b/spec/models/monthly_cash_flow_profile_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MonthlyCashFlowProfileRequest' do it 'should create an instance of MonthlyCashFlowProfileRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowProfileRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowProfileRequest) end end + describe 'test attribute "goals_contribution"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/monthly_cash_flow_response_body_spec.rb b/spec/models/monthly_cash_flow_response_body_spec.rb index 36ab400..d47e469 100644 --- a/spec/models/monthly_cash_flow_response_body_spec.rb +++ b/spec/models/monthly_cash_flow_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MonthlyCashFlowResponseBody' do it 'should create an instance of MonthlyCashFlowResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowResponseBody) end end + describe 'test attribute "monthly_cash_flow_profile"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/monthly_cash_flow_response_spec.rb b/spec/models/monthly_cash_flow_response_spec.rb index 94a4f7c..a08967f 100644 --- a/spec/models/monthly_cash_flow_response_spec.rb +++ b/spec/models/monthly_cash_flow_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of MonthlyCashFlowResponse' do it 'should create an instance of MonthlyCashFlowResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::MonthlyCashFlowResponse) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/o_auth_window_response_body_spec.rb b/spec/models/o_auth_window_response_body_spec.rb index 9c641dc..0b372b5 100644 --- a/spec/models/o_auth_window_response_body_spec.rb +++ b/spec/models/o_auth_window_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of OAuthWindowResponseBody' do it 'should create an instance of OAuthWindowResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::OAuthWindowResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::OAuthWindowResponseBody) end end + describe 'test attribute "member"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/o_auth_window_response_spec.rb b/spec/models/o_auth_window_response_spec.rb index 8237f0a..4f62063 100644 --- a/spec/models/o_auth_window_response_spec.rb +++ b/spec/models/o_auth_window_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of OAuthWindowResponse' do it 'should create an instance of OAuthWindowResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::OAuthWindowResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::OAuthWindowResponse) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/option_response_spec.rb b/spec/models/option_response_spec.rb index c782bd8..79d31e6 100644 --- a/spec/models/option_response_spec.rb +++ b/spec/models/option_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of OptionResponse' do it 'should create an instance of OptionResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::OptionResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::OptionResponse) end end + describe 'test attribute "label"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/pagination_response_spec.rb b/spec/models/pagination_response_spec.rb index 8465096..690a6b6 100644 --- a/spec/models/pagination_response_spec.rb +++ b/spec/models/pagination_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of PaginationResponse' do it 'should create an instance of PaginationResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::PaginationResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::PaginationResponse) end end + describe 'test attribute "current_page"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/payment_processor_authorization_code_request_body_spec.rb b/spec/models/payment_processor_authorization_code_request_body_spec.rb index 7babf5a..ca79a71 100644 --- a/spec/models/payment_processor_authorization_code_request_body_spec.rb +++ b/spec/models/payment_processor_authorization_code_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of PaymentProcessorAuthorizationCodeRequestBody' do it 'should create an instance of PaymentProcessorAuthorizationCodeRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeRequestBody) end end + describe 'test attribute "payment_processor_authorization_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/payment_processor_authorization_code_request_spec.rb b/spec/models/payment_processor_authorization_code_request_spec.rb index 8ed5119..0ac9f82 100644 --- a/spec/models/payment_processor_authorization_code_request_spec.rb +++ b/spec/models/payment_processor_authorization_code_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of PaymentProcessorAuthorizationCodeRequest' do it 'should create an instance of PaymentProcessorAuthorizationCodeRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/payment_processor_authorization_code_response_body_spec.rb b/spec/models/payment_processor_authorization_code_response_body_spec.rb index 2b287df..5010ea9 100644 --- a/spec/models/payment_processor_authorization_code_response_body_spec.rb +++ b/spec/models/payment_processor_authorization_code_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of PaymentProcessorAuthorizationCodeResponseBody' do it 'should create an instance of PaymentProcessorAuthorizationCodeResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponseBody) end end + describe 'test attribute "payment_processor_authorization_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/payment_processor_authorization_code_response_spec.rb b/spec/models/payment_processor_authorization_code_response_spec.rb index e99bec8..7bf127b 100644 --- a/spec/models/payment_processor_authorization_code_response_spec.rb +++ b/spec/models/payment_processor_authorization_code_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of PaymentProcessorAuthorizationCodeResponse' do it 'should create an instance of PaymentProcessorAuthorizationCodeResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::PaymentProcessorAuthorizationCodeResponse) end end + describe 'test attribute "authorization_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/reposition_request_body_spec.rb b/spec/models/reposition_request_body_spec.rb index 29206b0..c3a4da1 100644 --- a/spec/models/reposition_request_body_spec.rb +++ b/spec/models/reposition_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RepositionRequestBody' do it 'should create an instance of RepositionRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::RepositionRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RepositionRequestBody) end end + describe 'test attribute "goals"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/reposition_request_spec.rb b/spec/models/reposition_request_spec.rb index 976e7e7..02ed18c 100644 --- a/spec/models/reposition_request_spec.rb +++ b/spec/models/reposition_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RepositionRequest' do it 'should create an instance of RepositionRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::RepositionRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RepositionRequest) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/reposition_response_body_spec.rb b/spec/models/reposition_response_body_spec.rb index c8fb08e..cdad4c3 100644 --- a/spec/models/reposition_response_body_spec.rb +++ b/spec/models/reposition_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RepositionResponseBody' do it 'should create an instance of RepositionResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::RepositionResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RepositionResponseBody) end end + describe 'test attribute "goals"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/reward_response_body_spec.rb b/spec/models/reward_response_body_spec.rb index d2e8572..4cb99d3 100644 --- a/spec/models/reward_response_body_spec.rb +++ b/spec/models/reward_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RewardResponseBody' do it 'should create an instance of RewardResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::RewardResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RewardResponseBody) end end + describe 'test attribute "reward"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/reward_response_spec.rb b/spec/models/reward_response_spec.rb index 77d736b..d220105 100644 --- a/spec/models/reward_response_spec.rb +++ b/spec/models/reward_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RewardResponse' do it 'should create an instance of RewardResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::RewardResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RewardResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/rewards_response_body_spec.rb b/spec/models/rewards_response_body_spec.rb index d957586..df93631 100644 --- a/spec/models/rewards_response_body_spec.rb +++ b/spec/models/rewards_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RewardsResponseBody' do it 'should create an instance of RewardsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::RewardsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RewardsResponseBody) end end + describe 'test attribute "rewards"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/rewards_response_spec.rb b/spec/models/rewards_response_spec.rb index f8d3164..91e91ef 100644 --- a/spec/models/rewards_response_spec.rb +++ b/spec/models/rewards_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of RewardsResponse' do it 'should create an instance of RewardsResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::RewardsResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::RewardsResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/scheduled_payment_response_spec.rb b/spec/models/scheduled_payment_response_spec.rb index eb77659..629a0b1 100644 --- a/spec/models/scheduled_payment_response_spec.rb +++ b/spec/models/scheduled_payment_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ScheduledPaymentResponse' do it 'should create an instance of ScheduledPaymentResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::ScheduledPaymentResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ScheduledPaymentResponse) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/scheduled_payments_response_body_spec.rb b/spec/models/scheduled_payments_response_body_spec.rb index 9b95a5a..5526f46 100644 --- a/spec/models/scheduled_payments_response_body_spec.rb +++ b/spec/models/scheduled_payments_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of ScheduledPaymentsResponseBody' do it 'should create an instance of ScheduledPaymentsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::ScheduledPaymentsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::ScheduledPaymentsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_account_response_spec.rb b/spec/models/spending_plan_account_response_spec.rb index 2b7c9d1..4d83fa0 100644 --- a/spec/models/spending_plan_account_response_spec.rb +++ b/spec/models/spending_plan_account_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanAccountResponse' do it 'should create an instance of SpendingPlanAccountResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanAccountResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanAccountResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_accounts_response_spec.rb b/spec/models/spending_plan_accounts_response_spec.rb index fcaa3bf..e181f20 100644 --- a/spec/models/spending_plan_accounts_response_spec.rb +++ b/spec/models/spending_plan_accounts_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanAccountsResponse' do it 'should create an instance of SpendingPlanAccountsResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanAccountsResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanAccountsResponse) end end + describe 'test attribute "spending_plan_accounts"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_iteration_item_create_request_body_spec.rb b/spec/models/spending_plan_iteration_item_create_request_body_spec.rb index ffaabc2..6af80ee 100644 --- a/spec/models/spending_plan_iteration_item_create_request_body_spec.rb +++ b/spec/models/spending_plan_iteration_item_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanIterationItemCreateRequestBody' do it 'should create an instance of SpendingPlanIterationItemCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody) end end + describe 'test attribute "category_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_iteration_item_response_spec.rb b/spec/models/spending_plan_iteration_item_response_spec.rb index c1af1e7..f4ebe75 100644 --- a/spec/models/spending_plan_iteration_item_response_spec.rb +++ b/spec/models/spending_plan_iteration_item_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanIterationItemResponse' do it 'should create an instance of SpendingPlanIterationItemResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemResponse) end end + describe 'test attribute "actual_amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_iteration_items_response_body_spec.rb b/spec/models/spending_plan_iteration_items_response_body_spec.rb index c962bc3..17f5f07 100644 --- a/spec/models/spending_plan_iteration_items_response_body_spec.rb +++ b/spec/models/spending_plan_iteration_items_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanIterationItemsResponseBody' do it 'should create an instance of SpendingPlanIterationItemsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationItemsResponseBody) end end + describe 'test attribute "iteration_items"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_iteration_response_spec.rb b/spec/models/spending_plan_iteration_response_spec.rb index ce7019b..71bbc28 100644 --- a/spec/models/spending_plan_iteration_response_spec.rb +++ b/spec/models/spending_plan_iteration_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanIterationResponse' do it 'should create an instance of SpendingPlanIterationResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationResponse) end end + describe 'test attribute "created_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_iterations_response_spec.rb b/spec/models/spending_plan_iterations_response_spec.rb index 53aa8d5..f1e7a7c 100644 --- a/spec/models/spending_plan_iterations_response_spec.rb +++ b/spec/models/spending_plan_iterations_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanIterationsResponse' do it 'should create an instance of SpendingPlanIterationsResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationsResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanIterationsResponse) end end + describe 'test attribute "iterations"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plan_response_spec.rb b/spec/models/spending_plan_response_spec.rb index 7987ae2..b326d43 100644 --- a/spec/models/spending_plan_response_spec.rb +++ b/spec/models/spending_plan_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlanResponse' do it 'should create an instance of SpendingPlanResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlanResponse) end end + describe 'test attribute "created_at"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/spending_plans_response_body_spec.rb b/spec/models/spending_plans_response_body_spec.rb index fcb3b1d..c8b7869 100644 --- a/spec/models/spending_plans_response_body_spec.rb +++ b/spec/models/spending_plans_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SpendingPlansResponseBody' do it 'should create an instance of SpendingPlansResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlansResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SpendingPlansResponseBody) end end + describe 'test attribute "spending_plans"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/split_transaction_request_body_spec.rb b/spec/models/split_transaction_request_body_spec.rb index 8e04120..22a4486 100644 --- a/spec/models/split_transaction_request_body_spec.rb +++ b/spec/models/split_transaction_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SplitTransactionRequestBody' do it 'should create an instance of SplitTransactionRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionRequestBody) end end + describe 'test attribute "transactions"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/split_transaction_request_spec.rb b/spec/models/split_transaction_request_spec.rb index 4c50c30..3753cc4 100644 --- a/spec/models/split_transaction_request_spec.rb +++ b/spec/models/split_transaction_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SplitTransactionRequest' do it 'should create an instance of SplitTransactionRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/split_transactions_response_body_spec.rb b/spec/models/split_transactions_response_body_spec.rb index 2f3bac8..596b147 100644 --- a/spec/models/split_transactions_response_body_spec.rb +++ b/spec/models/split_transactions_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of SplitTransactionsResponseBody' do it 'should create an instance of SplitTransactionsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::SplitTransactionsResponseBody) end end + describe 'test attribute "transactions"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/statement_response_body_spec.rb b/spec/models/statement_response_body_spec.rb index 110d5df..8e80337 100644 --- a/spec/models/statement_response_body_spec.rb +++ b/spec/models/statement_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of StatementResponseBody' do it 'should create an instance of StatementResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::StatementResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::StatementResponseBody) end end + describe 'test attribute "statement"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/statement_response_spec.rb b/spec/models/statement_response_spec.rb index a4fded2..f1c4aee 100644 --- a/spec/models/statement_response_spec.rb +++ b/spec/models/statement_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of StatementResponse' do it 'should create an instance of StatementResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::StatementResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::StatementResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/statements_response_body_spec.rb b/spec/models/statements_response_body_spec.rb index 42d3852..3dd9d57 100644 --- a/spec/models/statements_response_body_spec.rb +++ b/spec/models/statements_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of StatementsResponseBody' do it 'should create an instance of StatementsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::StatementsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::StatementsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_create_request_body_spec.rb b/spec/models/tag_create_request_body_spec.rb index 9086c81..a1d8c94 100644 --- a/spec/models/tag_create_request_body_spec.rb +++ b/spec/models/tag_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagCreateRequestBody' do it 'should create an instance of TagCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TagCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagCreateRequestBody) end end + describe 'test attribute "tag"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_create_request_spec.rb b/spec/models/tag_create_request_spec.rb index f4cf2f3..3415620 100644 --- a/spec/models/tag_create_request_spec.rb +++ b/spec/models/tag_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagCreateRequest' do it 'should create an instance of TagCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TagCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagCreateRequest) end end + describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_response_body_spec.rb b/spec/models/tag_response_body_spec.rb index a369dc5..a2da2c3 100644 --- a/spec/models/tag_response_body_spec.rb +++ b/spec/models/tag_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagResponseBody' do it 'should create an instance of TagResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TagResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagResponseBody) end end + describe 'test attribute "tag"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_response_spec.rb b/spec/models/tag_response_spec.rb index 8ee62a4..44744d4 100644 --- a/spec/models/tag_response_spec.rb +++ b/spec/models/tag_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagResponse' do it 'should create an instance of TagResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::TagResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagResponse) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_update_request_body_spec.rb b/spec/models/tag_update_request_body_spec.rb index e0695b5..38dbbcc 100644 --- a/spec/models/tag_update_request_body_spec.rb +++ b/spec/models/tag_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagUpdateRequestBody' do it 'should create an instance of TagUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TagUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagUpdateRequestBody) end end + describe 'test attribute "tag"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tag_update_request_spec.rb b/spec/models/tag_update_request_spec.rb index 5e07e6d..a3b6247 100644 --- a/spec/models/tag_update_request_spec.rb +++ b/spec/models/tag_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagUpdateRequest' do it 'should create an instance of TagUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TagUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagUpdateRequest) end end + describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_create_request_body_spec.rb b/spec/models/tagging_create_request_body_spec.rb index 22fbcca..d2a2e80 100644 --- a/spec/models/tagging_create_request_body_spec.rb +++ b/spec/models/tagging_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingCreateRequestBody' do it 'should create an instance of TaggingCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingCreateRequestBody) end end + describe 'test attribute "tagging"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_create_request_spec.rb b/spec/models/tagging_create_request_spec.rb index 261aba4..f18beef 100644 --- a/spec/models/tagging_create_request_spec.rb +++ b/spec/models/tagging_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingCreateRequest' do it 'should create an instance of TaggingCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingCreateRequest) end end + describe 'test attribute "tag_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_response_body_spec.rb b/spec/models/tagging_response_body_spec.rb index 3a6a493..bfe07bc 100644 --- a/spec/models/tagging_response_body_spec.rb +++ b/spec/models/tagging_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingResponseBody' do it 'should create an instance of TaggingResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingResponseBody) end end + describe 'test attribute "tagging"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_response_spec.rb b/spec/models/tagging_response_spec.rb index 323e99a..c754d9e 100644 --- a/spec/models/tagging_response_spec.rb +++ b/spec/models/tagging_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingResponse' do it 'should create an instance of TaggingResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingResponse) end end + describe 'test attribute "guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_update_request_body_spec.rb b/spec/models/tagging_update_request_body_spec.rb index cd75a36..9fe657c 100644 --- a/spec/models/tagging_update_request_body_spec.rb +++ b/spec/models/tagging_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingUpdateRequestBody' do it 'should create an instance of TaggingUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingUpdateRequestBody) end end + describe 'test attribute "tagging"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tagging_update_request_spec.rb b/spec/models/tagging_update_request_spec.rb index 110f322..e17c7a7 100644 --- a/spec/models/tagging_update_request_spec.rb +++ b/spec/models/tagging_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingUpdateRequest' do it 'should create an instance of TaggingUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingUpdateRequest) end end + describe 'test attribute "tag_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/taggings_response_body_spec.rb b/spec/models/taggings_response_body_spec.rb index 6deadfc..9c381c8 100644 --- a/spec/models/taggings_response_body_spec.rb +++ b/spec/models/taggings_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaggingsResponseBody' do it 'should create an instance of TaggingsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaggingsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaggingsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tags_response_body_spec.rb b/spec/models/tags_response_body_spec.rb index 1b7303c..b32593b 100644 --- a/spec/models/tags_response_body_spec.rb +++ b/spec/models/tags_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TagsResponseBody' do it 'should create an instance of TagsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TagsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TagsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tax_document_response_body_spec.rb b/spec/models/tax_document_response_body_spec.rb index 5a23d38..4f9e840 100644 --- a/spec/models/tax_document_response_body_spec.rb +++ b/spec/models/tax_document_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaxDocumentResponseBody' do it 'should create an instance of TaxDocumentResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentResponseBody) end end + describe 'test attribute "tax_document"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tax_document_response_spec.rb b/spec/models/tax_document_response_spec.rb index 0e2ec4a..1377d52 100644 --- a/spec/models/tax_document_response_spec.rb +++ b/spec/models/tax_document_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaxDocumentResponse' do it 'should create an instance of TaxDocumentResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentResponse) end end + describe 'test attribute "content_hash"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/tax_documents_response_body_spec.rb b/spec/models/tax_documents_response_body_spec.rb index 76c9df8..987e182 100644 --- a/spec/models/tax_documents_response_body_spec.rb +++ b/spec/models/tax_documents_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TaxDocumentsResponseBody' do it 'should create an instance of TaxDocumentsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TaxDocumentsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_create_request_body_spec.rb b/spec/models/transaction_create_request_body_spec.rb index 3ad78bd..436bccb 100644 --- a/spec/models/transaction_create_request_body_spec.rb +++ b/spec/models/transaction_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionCreateRequestBody' do it 'should create an instance of TransactionCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateRequestBody) end end + describe 'test attribute "transaction"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_create_request_spec.rb b/spec/models/transaction_create_request_spec.rb index 88e8ce5..a78e6f0 100644 --- a/spec/models/transaction_create_request_spec.rb +++ b/spec/models/transaction_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionCreateRequest' do it 'should create an instance of TransactionCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateRequest) end end + describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_create_response_body_spec.rb b/spec/models/transaction_create_response_body_spec.rb index c715ba5..e0a1d70 100644 --- a/spec/models/transaction_create_response_body_spec.rb +++ b/spec/models/transaction_create_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionCreateResponseBody' do it 'should create an instance of TransactionCreateResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionCreateResponseBody) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_response_body_spec.rb b/spec/models/transaction_response_body_spec.rb index a7b316d..f90960a 100644 --- a/spec/models/transaction_response_body_spec.rb +++ b/spec/models/transaction_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionResponseBody' do it 'should create an instance of TransactionResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionResponseBody) end end + describe 'test attribute "transaction"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_response_spec.rb b/spec/models/transaction_response_spec.rb index 3ac1731..9f22aef 100644 --- a/spec/models/transaction_response_spec.rb +++ b/spec/models/transaction_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionResponse' do it 'should create an instance of TransactionResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionResponse) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_create_request_body_spec.rb b/spec/models/transaction_rule_create_request_body_spec.rb index e045e35..d505061 100644 --- a/spec/models/transaction_rule_create_request_body_spec.rb +++ b/spec/models/transaction_rule_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleCreateRequestBody' do it 'should create an instance of TransactionRuleCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleCreateRequestBody) end end + describe 'test attribute "transaction_rule"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_create_request_spec.rb b/spec/models/transaction_rule_create_request_spec.rb index 61d1b37..244d8d2 100644 --- a/spec/models/transaction_rule_create_request_spec.rb +++ b/spec/models/transaction_rule_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleCreateRequest' do it 'should create an instance of TransactionRuleCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleCreateRequest) end end + describe 'test attribute "category_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_response_body_spec.rb b/spec/models/transaction_rule_response_body_spec.rb index 3cc5cb4..5b720af 100644 --- a/spec/models/transaction_rule_response_body_spec.rb +++ b/spec/models/transaction_rule_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleResponseBody' do it 'should create an instance of TransactionRuleResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleResponseBody) end end + describe 'test attribute "transaction_rule"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_response_spec.rb b/spec/models/transaction_rule_response_spec.rb index 69fe5f4..f9d6e70 100644 --- a/spec/models/transaction_rule_response_spec.rb +++ b/spec/models/transaction_rule_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleResponse' do it 'should create an instance of TransactionRuleResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleResponse) end end + describe 'test attribute "category_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_update_request_body_spec.rb b/spec/models/transaction_rule_update_request_body_spec.rb index cbab658..a9e1742 100644 --- a/spec/models/transaction_rule_update_request_body_spec.rb +++ b/spec/models/transaction_rule_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleUpdateRequestBody' do it 'should create an instance of TransactionRuleUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleUpdateRequestBody) end end + describe 'test attribute "transaction_rule"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rule_update_request_spec.rb b/spec/models/transaction_rule_update_request_spec.rb index 499721c..724c3f0 100644 --- a/spec/models/transaction_rule_update_request_spec.rb +++ b/spec/models/transaction_rule_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRuleUpdateRequest' do it 'should create an instance of TransactionRuleUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRuleUpdateRequest) end end + describe 'test attribute "category_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_rules_response_body_spec.rb b/spec/models/transaction_rules_response_body_spec.rb index 6713344..fb6ef45 100644 --- a/spec/models/transaction_rules_response_body_spec.rb +++ b/spec/models/transaction_rules_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionRulesResponseBody' do it 'should create an instance of TransactionRulesResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionRulesResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionRulesResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_update_request_body_spec.rb b/spec/models/transaction_update_request_body_spec.rb index 4a069cf..c281557 100644 --- a/spec/models/transaction_update_request_body_spec.rb +++ b/spec/models/transaction_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionUpdateRequestBody' do it 'should create an instance of TransactionUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionUpdateRequestBody) end end + describe 'test attribute "transaction"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transaction_update_request_spec.rb b/spec/models/transaction_update_request_spec.rb index 080f9a6..dbb0b34 100644 --- a/spec/models/transaction_update_request_spec.rb +++ b/spec/models/transaction_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionUpdateRequest' do it 'should create an instance of TransactionUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionUpdateRequest) end end + describe 'test attribute "description"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/transactions_response_body_spec.rb b/spec/models/transactions_response_body_spec.rb index aaba1ed..c733424 100644 --- a/spec/models/transactions_response_body_spec.rb +++ b/spec/models/transactions_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of TransactionsResponseBody' do it 'should create an instance of TransactionsResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::TransactionsResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::TransactionsResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/update_goal_request_body_spec.rb b/spec/models/update_goal_request_body_spec.rb index c6db0e9..17e137c 100644 --- a/spec/models/update_goal_request_body_spec.rb +++ b/spec/models/update_goal_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UpdateGoalRequestBody' do it 'should create an instance of UpdateGoalRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::UpdateGoalRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UpdateGoalRequestBody) end end + describe 'test attribute "goal"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/update_goal_request_spec.rb b/spec/models/update_goal_request_spec.rb index 7102ca3..68c1836 100644 --- a/spec/models/update_goal_request_spec.rb +++ b/spec/models/update_goal_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UpdateGoalRequest' do it 'should create an instance of UpdateGoalRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::UpdateGoalRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UpdateGoalRequest) end end + describe 'test attribute "account_guid"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_create_request_body_spec.rb b/spec/models/user_create_request_body_spec.rb index 084565c..4cdc48a 100644 --- a/spec/models/user_create_request_body_spec.rb +++ b/spec/models/user_create_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserCreateRequestBody' do it 'should create an instance of UserCreateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::UserCreateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserCreateRequestBody) end end + describe 'test attribute "user"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_create_request_spec.rb b/spec/models/user_create_request_spec.rb index aea39e8..09d766d 100644 --- a/spec/models/user_create_request_spec.rb +++ b/spec/models/user_create_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserCreateRequest' do it 'should create an instance of UserCreateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::UserCreateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserCreateRequest) end end + describe 'test attribute "email"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_response_body_spec.rb b/spec/models/user_response_body_spec.rb index 2267618..f20ab1c 100644 --- a/spec/models/user_response_body_spec.rb +++ b/spec/models/user_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserResponseBody' do it 'should create an instance of UserResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::UserResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserResponseBody) end end + describe 'test attribute "user"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_response_spec.rb b/spec/models/user_response_spec.rb index 06a558e..1fa47d5 100644 --- a/spec/models/user_response_spec.rb +++ b/spec/models/user_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserResponse' do it 'should create an instance of UserResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::UserResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserResponse) end end + describe 'test attribute "email"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_update_request_body_spec.rb b/spec/models/user_update_request_body_spec.rb index bd03708..514d779 100644 --- a/spec/models/user_update_request_body_spec.rb +++ b/spec/models/user_update_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserUpdateRequestBody' do it 'should create an instance of UserUpdateRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::UserUpdateRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserUpdateRequestBody) end end + describe 'test attribute "user"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/user_update_request_spec.rb b/spec/models/user_update_request_spec.rb index 43e95e0..3c3b5d2 100644 --- a/spec/models/user_update_request_spec.rb +++ b/spec/models/user_update_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UserUpdateRequest' do it 'should create an instance of UserUpdateRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::UserUpdateRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UserUpdateRequest) end end + describe 'test attribute "email"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/users_response_body_spec.rb b/spec/models/users_response_body_spec.rb index 90232df..0b06bb7 100644 --- a/spec/models/users_response_body_spec.rb +++ b/spec/models/users_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of UsersResponseBody' do it 'should create an instance of UsersResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::UsersResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::UsersResponseBody) end end + describe 'test attribute "pagination"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/widget_request_body_spec.rb b/spec/models/widget_request_body_spec.rb index 9cf7615..eb6e6ad 100644 --- a/spec/models/widget_request_body_spec.rb +++ b/spec/models/widget_request_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of WidgetRequestBody' do it 'should create an instance of WidgetRequestBody' do - expect(instance).to be_instance_of(MxPlatformRuby::WidgetRequestBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::WidgetRequestBody) end end + describe 'test attribute "widget_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/widget_request_spec.rb b/spec/models/widget_request_spec.rb index 101fdb6..dc98a9b 100644 --- a/spec/models/widget_request_spec.rb +++ b/spec/models/widget_request_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of WidgetRequest' do it 'should create an instance of WidgetRequest' do - expect(instance).to be_instance_of(MxPlatformRuby::WidgetRequest) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::WidgetRequest) end end + describe 'test attribute "client_redirect_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/widget_response_body_spec.rb b/spec/models/widget_response_body_spec.rb index 5fb5cf3..65c30b4 100644 --- a/spec/models/widget_response_body_spec.rb +++ b/spec/models/widget_response_body_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of WidgetResponseBody' do it 'should create an instance of WidgetResponseBody' do - expect(instance).to be_instance_of(MxPlatformRuby::WidgetResponseBody) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::WidgetResponseBody) end end + describe 'test attribute "widget_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/models/widget_response_spec.rb b/spec/models/widget_response_spec.rb index 1d6001d..d5ad56e 100644 --- a/spec/models/widget_response_spec.rb +++ b/spec/models/widget_response_spec.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end @@ -22,9 +22,11 @@ describe 'test an instance of WidgetResponse' do it 'should create an instance of WidgetResponse' do - expect(instance).to be_instance_of(MxPlatformRuby::WidgetResponse) + # uncomment below to test the instance creation + #expect(instance).to be_instance_of(MxPlatformRuby::WidgetResponse) end end + describe 'test attribute "type"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8f7e9c7..3dc7feb 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,7 +6,7 @@ The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 7.0.1 +Generator version: 7.8.0 =end