nucleus_api 1.8.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +28 -737
- data/lib/nucleus_api.rb +23 -21
- data/lib/nucleus_api/api/account_api.rb +73 -112
- data/lib/nucleus_api/api/admin_client_api.rb +85 -40
- data/lib/nucleus_api/api/aggregation_account_api.rb +85 -30
- data/lib/nucleus_api/api/allocation_api.rb +16 -16
- data/lib/nucleus_api/api/benchmark_api.rb +9 -9
- data/lib/nucleus_api/api/budget_api.rb +7 -7
- data/lib/nucleus_api/api/bulk_api.rb +6 -6
- data/lib/nucleus_api/api/business_api.rb +32 -14
- data/lib/nucleus_api/api/card_api.rb +159 -14
- data/lib/nucleus_api/api/client_api.rb +318 -22
- data/lib/nucleus_api/api/{customer_api.rb → contact_api.rb} +176 -176
- data/lib/nucleus_api/api/decision_tree_api.rb +29 -31
- data/lib/nucleus_api/api/document_api.rb +7 -7
- data/lib/nucleus_api/api/financial_statement_api.rb +7 -7
- data/lib/nucleus_api/api/funding_api.rb +139 -423
- data/lib/nucleus_api/api/goal_api.rb +37 -19
- data/lib/nucleus_api/api/household_api.rb +32 -14
- data/lib/nucleus_api/api/invoice_api.rb +14 -14
- data/lib/nucleus_api/api/model_api.rb +31 -31
- data/lib/nucleus_api/api/order_api.rb +31 -31
- data/lib/nucleus_api/api/overflow_api.rb +10 -10
- data/lib/nucleus_api/api/portfolio_api.rb +97 -33
- data/lib/nucleus_api/api/questionnaire_api.rb +17 -295
- data/lib/nucleus_api/api/resource_api.rb +394 -50
- data/lib/nucleus_api/api/risk_profile_api.rb +7 -7
- data/lib/nucleus_api/api/roundup_api.rb +10 -10
- data/lib/nucleus_api/api/score_api.rb +7 -7
- data/lib/nucleus_api/api/securities_api.rb +17 -17
- data/lib/nucleus_api/api/spending_control_api.rb +7 -7
- data/lib/nucleus_api/api/utils_api.rb +1895 -60
- data/lib/nucleus_api/api/webhook_api.rb +7 -7
- data/lib/nucleus_api/api_client.rb +17 -54
- data/lib/nucleus_api/api_error.rb +2 -2
- data/lib/nucleus_api/configuration.rb +4 -19
- data/lib/nucleus_api/models/account.rb +8 -6
- data/lib/nucleus_api/models/account_allocation_mapping.rb +8 -7
- data/lib/nucleus_api/models/account_map.rb +8 -7
- data/lib/nucleus_api/models/account_permission_vo.rb +8 -7
- data/lib/nucleus_api/models/account_portfolio_rebalance_request.rb +8 -7
- data/lib/nucleus_api/models/account_status.rb +8 -12
- data/lib/nucleus_api/models/account_type.rb +8 -7
- data/lib/nucleus_api/models/acl_client_permission_vo.rb +8 -7
- data/lib/nucleus_api/models/admin_client.rb +27 -9
- data/lib/nucleus_api/models/aggregation_account.rb +139 -18
- data/lib/nucleus_api/models/aggregation_account_balance.rb +8 -7
- data/lib/nucleus_api/models/aggregation_account_holding.rb +10 -17
- data/lib/nucleus_api/models/aggregation_account_transaction.rb +6 -52
- data/lib/nucleus_api/models/aggregation_accounts_map.rb +8 -7
- data/lib/nucleus_api/models/allocation.rb +8 -7
- data/lib/nucleus_api/models/allocation_aggregated_vo.rb +8 -7
- data/lib/nucleus_api/models/allocation_composition.rb +8 -7
- data/lib/nucleus_api/models/allocation_composition_aggregated_vo.rb +8 -7
- data/lib/nucleus_api/models/allocation_composition_model_holdings_vo.rb +8 -7
- data/lib/nucleus_api/models/allocation_node_map.rb +8 -7
- data/lib/nucleus_api/models/answer.rb +36 -8
- data/lib/nucleus_api/models/answer_map.rb +8 -7
- data/lib/nucleus_api/models/application.rb +8 -7
- data/lib/nucleus_api/models/audit_log.rb +8 -7
- data/lib/nucleus_api/models/available_date_double_vo.rb +8 -7
- data/lib/nucleus_api/models/balances.rb +224 -0
- data/lib/nucleus_api/models/bank_credit.rb +29 -8
- data/lib/nucleus_api/models/bank_link.rb +42 -21
- data/lib/nucleus_api/models/bank_link_map.rb +8 -7
- data/lib/nucleus_api/models/benchmark.rb +8 -7
- data/lib/nucleus_api/models/benchmark_composition.rb +8 -7
- data/lib/nucleus_api/models/brokers.rb +8 -7
- data/lib/nucleus_api/models/budget.rb +19 -8
- data/lib/nucleus_api/models/budget_aggregation_account.rb +8 -7
- data/lib/nucleus_api/models/budget_object.rb +8 -7
- data/lib/nucleus_api/models/bulk_transaction.rb +8 -7
- data/lib/nucleus_api/models/bulk_transaction_vo.rb +8 -7
- data/lib/nucleus_api/models/business.rb +8 -8
- data/lib/nucleus_api/models/business_address.rb +8 -7
- data/lib/nucleus_api/models/business_details_vo.rb +236 -0
- data/lib/nucleus_api/models/card.rb +31 -23
- data/lib/nucleus_api/models/card_address.rb +8 -7
- data/lib/nucleus_api/models/{category_internal_response_vo.rb → card_balance_vo.rb} +42 -29
- data/lib/nucleus_api/models/card_details_vo.rb +284 -0
- data/lib/nucleus_api/models/card_program.rb +8 -7
- data/lib/nucleus_api/models/cash.rb +8 -7
- data/lib/nucleus_api/models/categories_map.rb +8 -7
- data/lib/nucleus_api/models/check.rb +8 -7
- data/lib/nucleus_api/models/check_images.rb +8 -7
- data/lib/nucleus_api/models/client.rb +8 -7
- data/lib/nucleus_api/models/client_account_mapping.rb +8 -7
- data/lib/nucleus_api/models/client_address.rb +8 -7
- data/lib/nucleus_api/models/client_business_card_vo.rb +218 -0
- data/lib/nucleus_api/models/{v_account_asset_size.rb → client_business_total_card_balance_vo.rb} +32 -40
- data/lib/nucleus_api/models/client_card_vo.rb +244 -0
- data/lib/nucleus_api/models/{category_response_vo.rb → client_credentials.rb} +31 -23
- data/lib/nucleus_api/models/client_relationship.rb +8 -7
- data/lib/nucleus_api/models/client_response.rb +8 -7
- data/lib/nucleus_api/models/client_status.rb +8 -12
- data/lib/nucleus_api/models/client_view_goal_data.rb +8 -7
- data/lib/nucleus_api/models/{customer.rb → contact.rb} +48 -9
- data/lib/nucleus_api/models/{customer_address.rb → contact_address.rb} +10 -9
- data/lib/nucleus_api/models/country.rb +29 -11
- data/lib/nucleus_api/models/currency.rb +8 -7
- data/lib/nucleus_api/models/customer_revenue.rb +36 -23
- data/lib/nucleus_api/models/date_double_vo.rb +8 -7
- data/lib/nucleus_api/models/decision_tree.rb +8 -7
- data/lib/nucleus_api/models/decision_tree_co.rb +8 -7
- data/lib/nucleus_api/models/decision_tree_result_vo.rb +8 -7
- data/lib/nucleus_api/models/document.rb +6 -8
- data/lib/nucleus_api/models/employment.rb +8 -7
- data/lib/nucleus_api/models/external_account_transfer.rb +8 -7
- data/lib/nucleus_api/models/feature.rb +8 -7
- data/lib/nucleus_api/models/feature_track.rb +8 -7
- data/lib/nucleus_api/models/financial_statement.rb +19 -8
- data/lib/nucleus_api/models/funding.rb +21 -8
- data/lib/nucleus_api/models/funding_request_map.rb +8 -7
- data/lib/nucleus_api/models/{daily_deposit.rb → funding_transaction.rb} +43 -47
- data/lib/nucleus_api/models/fx_rate.rb +234 -0
- data/lib/nucleus_api/models/fx_rate_view.rb +8 -7
- data/lib/nucleus_api/models/goal.rb +8 -7
- data/lib/nucleus_api/models/goal_account_mapping.rb +8 -7
- data/lib/nucleus_api/models/goal_track.rb +8 -7
- data/lib/nucleus_api/models/goal_track_accounts.rb +8 -7
- data/lib/nucleus_api/models/household.rb +8 -7
- data/lib/nucleus_api/models/institution.rb +256 -0
- data/lib/nucleus_api/models/investment.rb +8 -12
- data/lib/nucleus_api/models/invoice.rb +44 -23
- data/lib/nucleus_api/models/invoice_payment.rb +21 -8
- data/lib/nucleus_api/models/json_node.rb +10 -241
- data/lib/nucleus_api/models/line_items.rb +8 -7
- data/lib/nucleus_api/models/location.rb +8 -7
- data/lib/nucleus_api/models/member.rb +8 -7
- data/lib/nucleus_api/models/merchant_category_code.rb +27 -11
- data/lib/nucleus_api/models/merchants_map.rb +8 -7
- data/lib/nucleus_api/models/model.rb +8 -7
- data/lib/nucleus_api/models/model_asset_size.rb +8 -7
- data/lib/nucleus_api/models/model_comment.rb +8 -7
- data/lib/nucleus_api/models/model_holding.rb +8 -7
- data/lib/nucleus_api/models/model_holding_vo.rb +8 -7
- data/lib/nucleus_api/models/model_transaction.rb +8 -7
- data/lib/nucleus_api/models/mx_merchant_res.rb +21 -20
- data/lib/nucleus_api/models/node.rb +8 -7
- data/lib/nucleus_api/models/node_relationship.rb +8 -7
- data/lib/nucleus_api/models/notification.rb +8 -7
- data/lib/nucleus_api/models/notification_client.rb +8 -7
- data/lib/nucleus_api/models/notification_setting.rb +8 -7
- data/lib/nucleus_api/models/order.rb +8 -7
- data/lib/nucleus_api/models/order_bulk.rb +8 -7
- data/lib/nucleus_api/models/order_reconcile_request.rb +8 -7
- data/lib/nucleus_api/models/order_reconcile_return_object.rb +8 -7
- data/lib/nucleus_api/models/order_status.rb +8 -7
- data/lib/nucleus_api/models/order_track.rb +8 -7
- data/lib/nucleus_api/models/order_vo_clone.rb +8 -7
- data/lib/nucleus_api/models/overflow.rb +8 -7
- data/lib/nucleus_api/models/overflow_bank_link_map.rb +22 -11
- data/lib/nucleus_api/models/overflow_settings.rb +8 -7
- data/lib/nucleus_api/models/overflow_vo.rb +8 -7
- data/lib/nucleus_api/models/ownership.rb +8 -7
- data/lib/nucleus_api/models/page_account.rb +8 -7
- data/lib/nucleus_api/models/page_account_allocation_mapping.rb +8 -7
- data/lib/nucleus_api/models/page_account_permission_vo.rb +8 -7
- data/lib/nucleus_api/models/page_account_status.rb +8 -7
- data/lib/nucleus_api/models/page_account_type.rb +8 -7
- data/lib/nucleus_api/models/page_admin_client.rb +8 -7
- data/lib/nucleus_api/models/page_aggregation_account.rb +8 -7
- data/lib/nucleus_api/models/page_aggregation_account_balance.rb +8 -7
- data/lib/nucleus_api/models/page_aggregation_account_holding.rb +8 -7
- data/lib/nucleus_api/models/page_aggregation_account_transaction.rb +8 -7
- data/lib/nucleus_api/models/page_allocation.rb +8 -7
- data/lib/nucleus_api/models/page_allocation_composition.rb +8 -7
- data/lib/nucleus_api/models/page_answer.rb +8 -7
- data/lib/nucleus_api/models/page_application.rb +8 -7
- data/lib/nucleus_api/models/page_audit_log.rb +8 -7
- data/lib/nucleus_api/models/page_bank_link.rb +8 -7
- data/lib/nucleus_api/models/page_benchmark.rb +8 -7
- data/lib/nucleus_api/models/page_budget.rb +8 -7
- data/lib/nucleus_api/models/page_business.rb +8 -7
- data/lib/nucleus_api/models/page_card.rb +8 -7
- data/lib/nucleus_api/models/page_card_program.rb +8 -7
- data/lib/nucleus_api/models/page_client.rb +8 -7
- data/lib/nucleus_api/models/page_client_business_card_vo.rb +259 -0
- data/lib/nucleus_api/models/page_client_response.rb +8 -7
- data/lib/nucleus_api/models/page_client_status.rb +8 -7
- data/lib/nucleus_api/models/{page_customer.rb → page_contact.rb} +10 -9
- data/lib/nucleus_api/models/page_customer_revenue.rb +8 -7
- data/lib/nucleus_api/models/page_decision_tree.rb +8 -7
- data/lib/nucleus_api/models/page_document.rb +8 -7
- data/lib/nucleus_api/models/page_external_account_transfer.rb +8 -7
- data/lib/nucleus_api/models/page_feature.rb +8 -7
- data/lib/nucleus_api/models/page_feature_track.rb +8 -7
- data/lib/nucleus_api/models/page_financial_statement.rb +8 -7
- data/lib/nucleus_api/models/page_funding.rb +8 -7
- data/lib/nucleus_api/models/{page_v_account_asset_size.rb → page_funding_transaction.rb} +10 -9
- data/lib/nucleus_api/models/page_goal.rb +8 -7
- data/lib/nucleus_api/models/page_goal_track.rb +8 -7
- data/lib/nucleus_api/models/page_household.rb +8 -7
- data/lib/nucleus_api/models/{page_daily_deposit.rb → page_institution.rb} +10 -9
- data/lib/nucleus_api/models/page_invoice.rb +8 -7
- data/lib/nucleus_api/models/page_invoice_payment.rb +8 -7
- data/lib/nucleus_api/models/page_model.rb +8 -7
- data/lib/nucleus_api/models/page_model_asset_size.rb +8 -7
- data/lib/nucleus_api/models/page_model_comment.rb +8 -7
- data/lib/nucleus_api/models/page_model_holding.rb +8 -7
- data/lib/nucleus_api/models/page_model_transaction.rb +8 -7
- data/lib/nucleus_api/models/page_mx_merchant_res.rb +27 -8
- data/lib/nucleus_api/models/page_node.rb +8 -7
- data/lib/nucleus_api/models/page_node_relationship.rb +8 -7
- data/lib/nucleus_api/models/page_notification.rb +8 -7
- data/lib/nucleus_api/models/page_notification_client.rb +8 -7
- data/lib/nucleus_api/models/page_notification_setting.rb +8 -7
- data/lib/nucleus_api/models/page_order.rb +8 -7
- data/lib/nucleus_api/models/page_order_bulk.rb +8 -7
- data/lib/nucleus_api/models/page_order_status.rb +8 -7
- data/lib/nucleus_api/models/page_order_track.rb +8 -7
- data/lib/nucleus_api/models/page_overflow.rb +8 -7
- data/lib/nucleus_api/models/page_overflow_settings.rb +8 -7
- data/lib/nucleus_api/models/page_portfolio.rb +8 -7
- data/lib/nucleus_api/models/page_portfolio_asset_size_log.rb +8 -7
- data/lib/nucleus_api/models/page_portfolio_comment.rb +8 -7
- data/lib/nucleus_api/models/page_portfolio_goal.rb +8 -7
- data/lib/nucleus_api/models/{page_daily_withdrawal.rb → page_portfolio_holding_agg.rb} +10 -9
- data/lib/nucleus_api/models/page_portfolio_holding_log.rb +8 -7
- data/lib/nucleus_api/models/page_portfolio_transaction.rb +8 -7
- data/lib/nucleus_api/models/page_question.rb +8 -7
- data/lib/nucleus_api/models/page_questionnaire.rb +8 -7
- data/lib/nucleus_api/models/page_reason_code.rb +8 -7
- data/lib/nucleus_api/models/page_risk_profile.rb +8 -7
- data/lib/nucleus_api/models/page_roundup.rb +8 -7
- data/lib/nucleus_api/models/page_roundup_settings.rb +8 -7
- data/lib/nucleus_api/models/page_score.rb +8 -7
- data/lib/nucleus_api/models/page_security.rb +8 -7
- data/lib/nucleus_api/models/page_security_exclusion.rb +8 -7
- data/lib/nucleus_api/models/page_security_price.rb +8 -7
- data/lib/nucleus_api/models/page_spending_control.rb +8 -7
- data/lib/nucleus_api/models/page_stage.rb +8 -7
- data/lib/nucleus_api/models/page_transaction_code.rb +8 -7
- data/lib/nucleus_api/models/page_webhook.rb +8 -7
- data/lib/nucleus_api/models/pageable.rb +227 -0
- data/lib/nucleus_api/models/permission_vo.rb +8 -7
- data/lib/nucleus_api/models/portfolio.rb +8 -12
- data/lib/nucleus_api/models/portfolio_asset_size_log.rb +8 -7
- data/lib/nucleus_api/models/portfolio_comment.rb +8 -7
- data/lib/nucleus_api/models/portfolio_goal.rb +8 -7
- data/lib/nucleus_api/models/portfolio_goal_map.rb +8 -7
- data/lib/nucleus_api/models/portfolio_holding_agg.rb +8 -7
- data/lib/nucleus_api/models/portfolio_holding_log.rb +8 -7
- data/lib/nucleus_api/models/portfolio_transaction.rb +49 -8
- data/lib/nucleus_api/models/question.rb +36 -8
- data/lib/nucleus_api/models/questionnaire.rb +21 -8
- data/lib/nucleus_api/models/reason_code.rb +8 -7
- data/lib/nucleus_api/models/risk_profile.rb +8 -7
- data/lib/nucleus_api/models/roundup.rb +8 -7
- data/lib/nucleus_api/models/roundup_co.rb +8 -7
- data/lib/nucleus_api/models/roundup_settings.rb +8 -7
- data/lib/nucleus_api/models/score.rb +8 -7
- data/lib/nucleus_api/models/securities_composition.rb +8 -7
- data/lib/nucleus_api/models/securities_country.rb +8 -7
- data/lib/nucleus_api/models/security.rb +8 -7
- data/lib/nucleus_api/models/security_composition_vo.rb +8 -7
- data/lib/nucleus_api/models/security_country_vo.rb +8 -7
- data/lib/nucleus_api/models/security_exclusion.rb +8 -7
- data/lib/nucleus_api/models/security_price.rb +8 -7
- data/lib/nucleus_api/models/sort.rb +8 -7
- data/lib/nucleus_api/models/spending_control.rb +20 -8
- data/lib/nucleus_api/models/stage.rb +29 -8
- data/lib/nucleus_api/models/stat.rb +8 -7
- data/lib/nucleus_api/models/state.rb +8 -7
- data/lib/nucleus_api/models/statistic_resource_vo.rb +8 -7
- data/lib/nucleus_api/models/token_date_request.rb +8 -7
- data/lib/nucleus_api/models/transaction_code.rb +17 -66
- data/lib/nucleus_api/models/v_account_vo.rb +8 -7
- data/lib/nucleus_api/models/v_client_goal_view_data.rb +8 -7
- data/lib/nucleus_api/models/v_portfolio_vo.rb +8 -7
- data/lib/nucleus_api/models/webhook.rb +6 -8
- data/lib/nucleus_api/version.rb +3 -3
- data/nucleus_api.gemspec +2 -2
- data/spec/api/account_api_spec.rb +14 -24
- data/spec/api/admin_client_api_spec.rb +23 -16
- data/spec/api/aggregation_account_api_spec.rb +15 -2
- data/spec/api/allocation_api_spec.rb +2 -2
- data/spec/api/benchmark_api_spec.rb +5 -5
- data/spec/api/budget_api_spec.rb +2 -2
- data/spec/api/bulk_api_spec.rb +2 -2
- data/spec/api/business_api_spec.rb +12 -6
- data/spec/api/card_api_spec.rb +40 -2
- data/spec/api/client_api_spec.rb +77 -6
- data/spec/api/{customer_api_spec.rb → contact_api_spec.rb} +49 -49
- data/spec/api/decision_tree_api_spec.rb +7 -7
- data/spec/api/document_api_spec.rb +2 -2
- data/spec/api/financial_statement_api_spec.rb +2 -2
- data/spec/api/funding_api_spec.rb +43 -110
- data/spec/api/goal_api_spec.rb +12 -6
- data/spec/api/household_api_spec.rb +12 -6
- data/spec/api/invoice_api_spec.rb +3 -3
- data/spec/api/model_api_spec.rb +3 -3
- data/spec/api/order_api_spec.rb +2 -2
- data/spec/api/overflow_api_spec.rb +2 -2
- data/spec/api/portfolio_api_spec.rb +18 -2
- data/spec/api/questionnaire_api_spec.rb +2 -67
- data/spec/api/resource_api_spec.rb +97 -16
- data/spec/api/risk_profile_api_spec.rb +2 -2
- data/spec/api/roundup_api_spec.rb +2 -2
- data/spec/api/score_api_spec.rb +2 -2
- data/spec/api/securities_api_spec.rb +2 -2
- data/spec/api/spending_control_api_spec.rb +2 -2
- data/spec/api/utils_api_spec.rb +432 -2
- data/spec/api/webhook_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +5 -5
- data/spec/models/account_allocation_mapping_spec.rb +2 -2
- data/spec/models/account_map_spec.rb +2 -2
- data/spec/models/account_permission_vo_spec.rb +2 -2
- data/spec/models/account_portfolio_rebalance_request_spec.rb +2 -2
- data/spec/models/account_spec.rb +5 -5
- data/spec/models/account_status_spec.rb +2 -2
- data/spec/models/account_type_spec.rb +2 -2
- data/spec/models/acl_client_permission_vo_spec.rb +2 -2
- data/spec/models/admin_client_spec.rb +14 -2
- data/spec/models/aggregation_account_balance_spec.rb +2 -2
- data/spec/models/aggregation_account_holding_spec.rb +2 -2
- data/spec/models/aggregation_account_spec.rb +80 -2
- data/spec/models/aggregation_account_transaction_spec.rb +5 -13
- data/spec/models/aggregation_accounts_map_spec.rb +2 -2
- data/spec/models/allocation_aggregated_vo_spec.rb +2 -2
- data/spec/models/allocation_composition_aggregated_vo_spec.rb +2 -2
- data/spec/models/allocation_composition_model_holdings_vo_spec.rb +2 -2
- data/spec/models/allocation_composition_spec.rb +2 -2
- data/spec/models/allocation_node_map_spec.rb +2 -2
- data/spec/models/allocation_spec.rb +2 -2
- data/spec/models/answer_map_spec.rb +2 -2
- data/spec/models/answer_spec.rb +20 -2
- data/spec/models/application_spec.rb +2 -2
- data/spec/models/audit_log_spec.rb +2 -2
- data/spec/models/available_date_double_vo_spec.rb +2 -2
- data/spec/models/balances_spec.rb +65 -0
- data/spec/models/bank_credit_spec.rb +14 -2
- data/spec/models/bank_link_map_spec.rb +2 -2
- data/spec/models/bank_link_spec.rb +20 -8
- data/spec/models/benchmark_composition_spec.rb +2 -2
- data/spec/models/benchmark_spec.rb +2 -2
- data/spec/models/brokers_spec.rb +2 -2
- data/spec/models/budget_aggregation_account_spec.rb +2 -2
- data/spec/models/budget_object_spec.rb +2 -2
- data/spec/models/budget_spec.rb +8 -2
- data/spec/models/bulk_transaction_spec.rb +2 -2
- data/spec/models/bulk_transaction_vo_spec.rb +2 -2
- data/spec/models/business_address_spec.rb +2 -2
- data/spec/models/business_details_vo_spec.rb +71 -0
- data/spec/models/business_spec.rb +2 -2
- data/spec/models/card_address_spec.rb +2 -2
- data/spec/models/card_balance_vo_spec.rb +59 -0
- data/spec/models/card_details_vo_spec.rb +101 -0
- data/spec/models/card_program_spec.rb +2 -2
- data/spec/models/card_spec.rb +15 -2
- data/spec/models/cash_spec.rb +2 -2
- data/spec/models/categories_map_spec.rb +2 -2
- data/spec/models/check_images_spec.rb +2 -2
- data/spec/models/check_spec.rb +2 -2
- data/spec/models/client_account_mapping_spec.rb +2 -2
- data/spec/models/client_address_spec.rb +2 -2
- data/spec/models/client_business_card_vo_spec.rb +59 -0
- data/spec/models/client_business_total_card_balance_vo_spec.rb +53 -0
- data/spec/models/client_card_vo_spec.rb +77 -0
- data/spec/models/{category_internal_response_vo_spec.rb → client_credentials_spec.rb} +11 -11
- data/spec/models/client_relationship_spec.rb +2 -2
- data/spec/models/client_response_spec.rb +2 -2
- data/spec/models/client_spec.rb +2 -2
- data/spec/models/client_status_spec.rb +2 -2
- data/spec/models/client_view_goal_data_spec.rb +2 -2
- data/spec/models/{customer_address_spec.rb → contact_address_spec.rb} +8 -8
- data/spec/models/{customer_spec.rb → contact_spec.rb} +32 -8
- data/spec/models/country_spec.rb +8 -2
- data/spec/models/currency_spec.rb +2 -2
- data/spec/models/customer_revenue_spec.rb +11 -5
- data/spec/models/date_double_vo_spec.rb +2 -2
- data/spec/models/decision_tree_co_spec.rb +2 -2
- data/spec/models/decision_tree_result_vo_spec.rb +2 -2
- data/spec/models/decision_tree_spec.rb +2 -2
- data/spec/models/document_spec.rb +2 -2
- data/spec/models/employment_spec.rb +2 -2
- data/spec/models/external_account_transfer_spec.rb +2 -2
- data/spec/models/feature_spec.rb +2 -2
- data/spec/models/feature_track_spec.rb +2 -2
- data/spec/models/financial_statement_spec.rb +8 -2
- data/spec/models/funding_request_map_spec.rb +2 -2
- data/spec/models/funding_spec.rb +11 -5
- data/spec/models/{daily_deposit_spec.rb → funding_transaction_spec.rb} +12 -18
- data/spec/models/{v_account_asset_size_spec.rb → fx_rate_spec.rb} +12 -12
- data/spec/models/fx_rate_view_spec.rb +2 -2
- data/spec/models/goal_account_mapping_spec.rb +2 -2
- data/spec/models/goal_spec.rb +2 -2
- data/spec/models/goal_track_accounts_spec.rb +2 -2
- data/spec/models/goal_track_spec.rb +2 -2
- data/spec/models/household_spec.rb +2 -2
- data/spec/models/institution_spec.rb +83 -0
- data/spec/models/investment_spec.rb +2 -2
- data/spec/models/invoice_payment_spec.rb +8 -2
- data/spec/models/invoice_spec.rb +17 -5
- data/spec/models/json_node_spec.rb +2 -138
- data/spec/models/line_items_spec.rb +2 -2
- data/spec/models/location_spec.rb +2 -2
- data/spec/models/member_spec.rb +2 -2
- data/spec/models/merchant_category_code_spec.rb +8 -2
- data/spec/models/merchants_map_spec.rb +2 -2
- data/spec/models/model_asset_size_spec.rb +2 -2
- data/spec/models/model_comment_spec.rb +2 -2
- data/spec/models/model_holding_spec.rb +2 -2
- data/spec/models/model_holding_vo_spec.rb +2 -2
- data/spec/models/model_spec.rb +2 -2
- data/spec/models/model_transaction_spec.rb +2 -2
- data/spec/models/mx_merchant_res_spec.rb +4 -4
- data/spec/models/node_relationship_spec.rb +2 -2
- data/spec/models/node_spec.rb +2 -2
- data/spec/models/notification_client_spec.rb +2 -2
- data/spec/models/notification_setting_spec.rb +2 -2
- data/spec/models/notification_spec.rb +2 -2
- data/spec/models/order_bulk_spec.rb +2 -2
- data/spec/models/order_reconcile_request_spec.rb +2 -2
- data/spec/models/order_reconcile_return_object_spec.rb +2 -2
- data/spec/models/order_spec.rb +2 -2
- data/spec/models/order_status_spec.rb +2 -2
- data/spec/models/order_track_spec.rb +2 -2
- data/spec/models/order_vo_clone_spec.rb +2 -2
- data/spec/models/overflow_bank_link_map_spec.rb +8 -2
- data/spec/models/overflow_settings_spec.rb +2 -2
- data/spec/models/overflow_spec.rb +2 -2
- data/spec/models/overflow_vo_spec.rb +2 -2
- data/spec/models/ownership_spec.rb +2 -2
- data/spec/models/page_account_allocation_mapping_spec.rb +2 -2
- data/spec/models/page_account_permission_vo_spec.rb +2 -2
- data/spec/models/page_account_spec.rb +2 -2
- data/spec/models/page_account_status_spec.rb +2 -2
- data/spec/models/page_account_type_spec.rb +2 -2
- data/spec/models/page_admin_client_spec.rb +2 -2
- data/spec/models/page_aggregation_account_balance_spec.rb +2 -2
- data/spec/models/page_aggregation_account_holding_spec.rb +2 -2
- data/spec/models/page_aggregation_account_spec.rb +2 -2
- data/spec/models/page_aggregation_account_transaction_spec.rb +2 -2
- data/spec/models/page_allocation_composition_spec.rb +2 -2
- data/spec/models/page_allocation_spec.rb +2 -2
- data/spec/models/page_answer_spec.rb +2 -2
- data/spec/models/page_application_spec.rb +2 -2
- data/spec/models/page_audit_log_spec.rb +2 -2
- data/spec/models/page_bank_link_spec.rb +2 -2
- data/spec/models/page_benchmark_spec.rb +2 -2
- data/spec/models/page_budget_spec.rb +2 -2
- data/spec/models/page_business_spec.rb +2 -2
- data/spec/models/page_card_program_spec.rb +2 -2
- data/spec/models/page_card_spec.rb +2 -2
- data/spec/models/page_client_business_card_vo_spec.rb +89 -0
- data/spec/models/page_client_response_spec.rb +2 -2
- data/spec/models/page_client_spec.rb +2 -2
- data/spec/models/page_client_status_spec.rb +2 -2
- data/spec/models/{page_customer_spec.rb → page_contact_spec.rb} +8 -8
- data/spec/models/page_customer_revenue_spec.rb +2 -2
- data/spec/models/page_decision_tree_spec.rb +2 -2
- data/spec/models/page_document_spec.rb +2 -2
- data/spec/models/page_external_account_transfer_spec.rb +2 -2
- data/spec/models/page_feature_spec.rb +2 -2
- data/spec/models/page_feature_track_spec.rb +2 -2
- data/spec/models/page_financial_statement_spec.rb +2 -2
- data/spec/models/page_funding_spec.rb +2 -2
- data/spec/models/{page_v_account_asset_size_spec.rb → page_funding_transaction_spec.rb} +8 -8
- data/spec/models/page_goal_spec.rb +2 -2
- data/spec/models/page_goal_track_spec.rb +2 -2
- data/spec/models/page_household_spec.rb +2 -2
- data/spec/models/{page_daily_deposit_spec.rb → page_institution_spec.rb} +8 -8
- data/spec/models/page_invoice_payment_spec.rb +2 -2
- data/spec/models/page_invoice_spec.rb +2 -2
- data/spec/models/page_model_asset_size_spec.rb +2 -2
- data/spec/models/page_model_comment_spec.rb +2 -2
- data/spec/models/page_model_holding_spec.rb +2 -2
- data/spec/models/page_model_spec.rb +2 -2
- data/spec/models/page_model_transaction_spec.rb +2 -2
- data/spec/models/page_mx_merchant_res_spec.rb +14 -2
- data/spec/models/page_node_relationship_spec.rb +2 -2
- data/spec/models/page_node_spec.rb +2 -2
- data/spec/models/page_notification_client_spec.rb +2 -2
- data/spec/models/page_notification_setting_spec.rb +2 -2
- data/spec/models/page_notification_spec.rb +2 -2
- data/spec/models/page_order_bulk_spec.rb +2 -2
- data/spec/models/page_order_spec.rb +2 -2
- data/spec/models/page_order_status_spec.rb +2 -2
- data/spec/models/page_order_track_spec.rb +2 -2
- data/spec/models/page_overflow_settings_spec.rb +2 -2
- data/spec/models/page_overflow_spec.rb +2 -2
- data/spec/models/page_portfolio_asset_size_log_spec.rb +2 -2
- data/spec/models/page_portfolio_comment_spec.rb +2 -2
- data/spec/models/page_portfolio_goal_spec.rb +2 -2
- data/spec/models/{page_daily_withdrawal_spec.rb → page_portfolio_holding_agg_spec.rb} +8 -8
- data/spec/models/page_portfolio_holding_log_spec.rb +2 -2
- data/spec/models/page_portfolio_spec.rb +2 -2
- data/spec/models/page_portfolio_transaction_spec.rb +2 -2
- data/spec/models/page_question_spec.rb +2 -2
- data/spec/models/page_questionnaire_spec.rb +2 -2
- data/spec/models/page_reason_code_spec.rb +2 -2
- data/spec/models/page_risk_profile_spec.rb +2 -2
- data/spec/models/page_roundup_settings_spec.rb +2 -2
- data/spec/models/page_roundup_spec.rb +2 -2
- data/spec/models/page_score_spec.rb +2 -2
- data/spec/models/page_security_exclusion_spec.rb +2 -2
- data/spec/models/page_security_price_spec.rb +2 -2
- data/spec/models/page_security_spec.rb +2 -2
- data/spec/models/page_spending_control_spec.rb +2 -2
- data/spec/models/page_stage_spec.rb +2 -2
- data/spec/models/page_transaction_code_spec.rb +2 -2
- data/spec/models/page_webhook_spec.rb +2 -2
- data/spec/models/pageable_spec.rb +71 -0
- data/spec/models/permission_vo_spec.rb +2 -2
- data/spec/models/portfolio_asset_size_log_spec.rb +2 -2
- data/spec/models/portfolio_comment_spec.rb +2 -2
- data/spec/models/portfolio_goal_map_spec.rb +2 -2
- data/spec/models/portfolio_goal_spec.rb +2 -2
- data/spec/models/portfolio_holding_agg_spec.rb +2 -2
- data/spec/models/portfolio_holding_log_spec.rb +2 -2
- data/spec/models/portfolio_spec.rb +2 -2
- data/spec/models/portfolio_transaction_spec.rb +26 -2
- data/spec/models/question_spec.rb +20 -2
- data/spec/models/questionnaire_spec.rb +8 -2
- data/spec/models/reason_code_spec.rb +2 -2
- data/spec/models/risk_profile_spec.rb +2 -2
- data/spec/models/roundup_co_spec.rb +2 -2
- data/spec/models/roundup_settings_spec.rb +2 -2
- data/spec/models/roundup_spec.rb +2 -2
- data/spec/models/score_spec.rb +2 -2
- data/spec/models/securities_composition_spec.rb +2 -2
- data/spec/models/securities_country_spec.rb +2 -2
- data/spec/models/security_composition_vo_spec.rb +2 -2
- data/spec/models/security_country_vo_spec.rb +2 -2
- data/spec/models/security_exclusion_spec.rb +2 -2
- data/spec/models/security_price_spec.rb +2 -2
- data/spec/models/security_spec.rb +2 -2
- data/spec/models/sort_spec.rb +2 -2
- data/spec/models/spending_control_spec.rb +8 -2
- data/spec/models/stage_spec.rb +14 -2
- data/spec/models/stat_spec.rb +2 -2
- data/spec/models/state_spec.rb +2 -2
- data/spec/models/statistic_resource_vo_spec.rb +2 -2
- data/spec/models/token_date_request_spec.rb +2 -2
- data/spec/models/transaction_code_spec.rb +11 -17
- data/spec/models/v_account_vo_spec.rb +2 -2
- data/spec/models/v_client_goal_view_data_spec.rb +2 -2
- data/spec/models/v_portfolio_vo_spec.rb +2 -2
- data/spec/models/webhook_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +62 -316
- data/docs/Account.md +0 -22
- data/docs/AccountAllocationMapping.md +0 -17
- data/docs/AccountApi.md +0 -1919
- data/docs/AccountMap.md +0 -9
- data/docs/AccountPermissionVO.md +0 -9
- data/docs/AccountPortfolioRebalanceRequest.md +0 -21
- data/docs/AccountStatus.md +0 -16
- data/docs/AccountType.md +0 -23
- data/docs/AclClientPermissionVO.md +0 -10
- data/docs/AdminClient.md +0 -18
- data/docs/AdminClientApi.md +0 -309
- data/docs/AggregationAccount.md +0 -30
- data/docs/AggregationAccountApi.md +0 -1702
- data/docs/AggregationAccountBalance.md +0 -18
- data/docs/AggregationAccountHolding.md +0 -26
- data/docs/AggregationAccountTransaction.md +0 -23
- data/docs/AggregationAccountsMap.md +0 -9
- data/docs/Allocation.md +0 -22
- data/docs/AllocationAggregatedVO.md +0 -13
- data/docs/AllocationApi.md +0 -872
- data/docs/AllocationComposition.md +0 -18
- data/docs/AllocationCompositionAggregatedVO.md +0 -19
- data/docs/AllocationCompositionModelHoldingsVO.md +0 -22
- data/docs/AllocationNodeMap.md +0 -8
- data/docs/Answer.md +0 -18
- data/docs/AnswerMap.md +0 -8
- data/docs/Application.md +0 -15
- data/docs/ApplicationApi.md +0 -309
- data/docs/AuditLog.md +0 -23
- data/docs/AuditLogApi.md +0 -191
- data/docs/AvailableDateDoubleVO.md +0 -14
- data/docs/BankCredit.md +0 -15
- data/docs/BankLink.md +0 -29
- data/docs/BankLinkMap.md +0 -9
- data/docs/Benchmark.md +0 -17
- data/docs/BenchmarkApi.md +0 -375
- data/docs/BenchmarkComposition.md +0 -9
- data/docs/Brokers.md +0 -9
- data/docs/Budget.md +0 -25
- data/docs/BudgetAggregationAccount.md +0 -8
- data/docs/BudgetApi.md +0 -315
- data/docs/BudgetObject.md +0 -10
- data/docs/BulkApi.md +0 -249
- data/docs/BulkTransaction.md +0 -13
- data/docs/BulkTransactionVO.md +0 -12
- data/docs/Business.md +0 -32
- data/docs/BusinessAddress.md +0 -15
- data/docs/BusinessApi.md +0 -523
- data/docs/Card.md +0 -35
- data/docs/CardAddress.md +0 -14
- data/docs/CardApi.md +0 -754
- data/docs/CardProgram.md +0 -23
- data/docs/Cash.md +0 -10
- data/docs/CategoriesMap.md +0 -9
- data/docs/CategoryInternalResponseVO.md +0 -10
- data/docs/CategoryResponseVO.md +0 -9
- data/docs/Check.md +0 -10
- data/docs/CheckImages.md +0 -9
- data/docs/Client.md +0 -39
- data/docs/ClientAccountMapping.md +0 -10
- data/docs/ClientAddress.md +0 -15
- data/docs/ClientApi.md +0 -1008
- data/docs/ClientRelationship.md +0 -10
- data/docs/ClientResponse.md +0 -17
- data/docs/ClientStatus.md +0 -16
- data/docs/ClientViewGoalData.md +0 -21
- data/docs/Country.md +0 -12
- data/docs/Currency.md +0 -11
- data/docs/Customer.md +0 -21
- data/docs/CustomerAddress.md +0 -14
- data/docs/CustomerApi.md +0 -616
- data/docs/CustomerRevenue.md +0 -16
- data/docs/DailyDeposit.md +0 -28
- data/docs/DailyWithdrawal.md +0 -29
- data/docs/DateDoubleVO.md +0 -10
- data/docs/DecisionTree.md +0 -17
- data/docs/DecisionTreeApi.md +0 -971
- data/docs/DecisionTreeCO.md +0 -9
- data/docs/DecisionTreeResultVO.md +0 -9
- data/docs/Document.md +0 -30
- data/docs/DocumentApi.md +0 -309
- data/docs/Employment.md +0 -11
- data/docs/ExternalAccountTransfer.md +0 -28
- data/docs/Feature.md +0 -18
- data/docs/FeatureApi.md +0 -610
- data/docs/FeatureTrack.md +0 -14
- data/docs/FinancialStatement.md +0 -23
- data/docs/FinancialStatementApi.md +0 -315
- data/docs/Funding.md +0 -37
- data/docs/FundingApi.md +0 -1601
- data/docs/FundingRequestMap.md +0 -8
- data/docs/FxRateView.md +0 -11
- data/docs/Goal.md +0 -24
- data/docs/GoalAccountMapping.md +0 -11
- data/docs/GoalApi.md +0 -841
- data/docs/GoalTrack.md +0 -26
- data/docs/GoalTrackAccounts.md +0 -8
- data/docs/Household.md +0 -18
- data/docs/HouseholdApi.md +0 -523
- data/docs/Investment.md +0 -16
- data/docs/Invoice.md +0 -32
- data/docs/InvoiceApi.md +0 -622
- data/docs/InvoicePayment.md +0 -15
- data/docs/JsonNode.md +0 -29
- data/docs/LineItems.md +0 -15
- data/docs/Location.md +0 -15
- data/docs/MXMerchantRes.md +0 -14
- data/docs/Member.md +0 -11
- data/docs/MerchantCategoryCode.md +0 -11
- data/docs/MerchantsMap.md +0 -9
- data/docs/Model.md +0 -29
- data/docs/ModelApi.md +0 -1580
- data/docs/ModelAssetSize.md +0 -16
- data/docs/ModelComment.md +0 -15
- data/docs/ModelHolding.md +0 -25
- data/docs/ModelHoldingVO.md +0 -11
- data/docs/ModelTransaction.md +0 -17
- data/docs/Node.md +0 -15
- data/docs/NodeRelationship.md +0 -18
- data/docs/Notification.md +0 -20
- data/docs/NotificationApi.md +0 -911
- data/docs/NotificationClient.md +0 -19
- data/docs/NotificationSetting.md +0 -19
- data/docs/Order.md +0 -27
- data/docs/OrderApi.md +0 -1764
- data/docs/OrderBulk.md +0 -18
- data/docs/OrderReconcileRequest.md +0 -12
- data/docs/OrderReconcileReturnObject.md +0 -12
- data/docs/OrderStatus.md +0 -14
- data/docs/OrderTrack.md +0 -20
- data/docs/OrderVoClone.md +0 -20
- data/docs/Overflow.md +0 -16
- data/docs/OverflowApi.md +0 -492
- data/docs/OverflowBankLinkMap.md +0 -9
- data/docs/OverflowSettings.md +0 -17
- data/docs/OverflowVO.md +0 -10
- data/docs/Ownership.md +0 -12
- data/docs/PageAccount.md +0 -16
- data/docs/PageAccountAllocationMapping.md +0 -16
- data/docs/PageAccountPermissionVO.md +0 -16
- data/docs/PageAccountStatus.md +0 -16
- data/docs/PageAccountType.md +0 -16
- data/docs/PageAdminClient.md +0 -16
- data/docs/PageAggregationAccount.md +0 -16
- data/docs/PageAggregationAccountBalance.md +0 -16
- data/docs/PageAggregationAccountHolding.md +0 -16
- data/docs/PageAggregationAccountTransaction.md +0 -16
- data/docs/PageAllocation.md +0 -16
- data/docs/PageAllocationComposition.md +0 -16
- data/docs/PageAnswer.md +0 -16
- data/docs/PageApplication.md +0 -16
- data/docs/PageAuditLog.md +0 -16
- data/docs/PageBankLink.md +0 -16
- data/docs/PageBenchmark.md +0 -16
- data/docs/PageBudget.md +0 -16
- data/docs/PageBusiness.md +0 -16
- data/docs/PageCard.md +0 -16
- data/docs/PageCardProgram.md +0 -16
- data/docs/PageClient.md +0 -16
- data/docs/PageClientResponse.md +0 -16
- data/docs/PageClientStatus.md +0 -16
- data/docs/PageCustomer.md +0 -16
- data/docs/PageCustomerRevenue.md +0 -16
- data/docs/PageDailyDeposit.md +0 -16
- data/docs/PageDailyWithdrawal.md +0 -16
- data/docs/PageDecisionTree.md +0 -16
- data/docs/PageDocument.md +0 -16
- data/docs/PageExternalAccountTransfer.md +0 -16
- data/docs/PageFeature.md +0 -16
- data/docs/PageFeatureTrack.md +0 -16
- data/docs/PageFinancialStatement.md +0 -16
- data/docs/PageFunding.md +0 -16
- data/docs/PageGoal.md +0 -16
- data/docs/PageGoalTrack.md +0 -16
- data/docs/PageHousehold.md +0 -16
- data/docs/PageInvoice.md +0 -16
- data/docs/PageInvoicePayment.md +0 -16
- data/docs/PageMXMerchantRes.md +0 -16
- data/docs/PageModel.md +0 -16
- data/docs/PageModelAssetSize.md +0 -16
- data/docs/PageModelComment.md +0 -16
- data/docs/PageModelHolding.md +0 -16
- data/docs/PageModelTransaction.md +0 -16
- data/docs/PageNode.md +0 -16
- data/docs/PageNodeRelationship.md +0 -16
- data/docs/PageNotification.md +0 -16
- data/docs/PageNotificationClient.md +0 -16
- data/docs/PageNotificationSetting.md +0 -16
- data/docs/PageOrder.md +0 -16
- data/docs/PageOrderBulk.md +0 -16
- data/docs/PageOrderStatus.md +0 -16
- data/docs/PageOrderTrack.md +0 -16
- data/docs/PageOverflow.md +0 -16
- data/docs/PageOverflowSettings.md +0 -16
- data/docs/PagePortfolio.md +0 -16
- data/docs/PagePortfolioAssetSizeLog.md +0 -16
- data/docs/PagePortfolioComment.md +0 -16
- data/docs/PagePortfolioGoal.md +0 -16
- data/docs/PagePortfolioHoldingLog.md +0 -16
- data/docs/PagePortfolioTransaction.md +0 -16
- data/docs/PageQuestion.md +0 -16
- data/docs/PageQuestionnaire.md +0 -16
- data/docs/PageReasonCode.md +0 -16
- data/docs/PageRiskProfile.md +0 -16
- data/docs/PageRoundup.md +0 -16
- data/docs/PageRoundupSettings.md +0 -16
- data/docs/PageScore.md +0 -16
- data/docs/PageSecurity.md +0 -16
- data/docs/PageSecurityExclusion.md +0 -16
- data/docs/PageSecurityPrice.md +0 -16
- data/docs/PageSpendingControl.md +0 -16
- data/docs/PageStage.md +0 -16
- data/docs/PageTransactionCode.md +0 -16
- data/docs/PageVAccountAssetSize.md +0 -16
- data/docs/PageWebhook.md +0 -16
- data/docs/PerformanceApi.md +0 -973
- data/docs/PermissionVO.md +0 -9
- data/docs/Portfolio.md +0 -22
- data/docs/PortfolioApi.md +0 -1902
- data/docs/PortfolioAssetSizeLog.md +0 -20
- data/docs/PortfolioComment.md +0 -16
- data/docs/PortfolioGoal.md +0 -14
- data/docs/PortfolioGoalMap.md +0 -9
- data/docs/PortfolioHoldingAgg.md +0 -14
- data/docs/PortfolioHoldingLog.md +0 -21
- data/docs/PortfolioTransaction.md +0 -37
- data/docs/Question.md +0 -23
- data/docs/Questionnaire.md +0 -17
- data/docs/QuestionnaireApi.md +0 -1212
- data/docs/ReasonCode.md +0 -17
- data/docs/ResourceApi.md +0 -534
- data/docs/RiskProfile.md +0 -18
- data/docs/RiskProfileApi.md +0 -309
- data/docs/Roundup.md +0 -15
- data/docs/RoundupApi.md +0 -492
- data/docs/RoundupCO.md +0 -12
- data/docs/RoundupSettings.md +0 -21
- data/docs/Score.md +0 -23
- data/docs/ScoreApi.md +0 -309
- data/docs/SecuritiesApi.md +0 -917
- data/docs/SecuritiesComposition.md +0 -11
- data/docs/SecuritiesCountry.md +0 -9
- data/docs/Security.md +0 -32
- data/docs/SecurityCompositionVO.md +0 -21
- data/docs/SecurityCountryVO.md +0 -9
- data/docs/SecurityExclusion.md +0 -18
- data/docs/SecurityPrice.md +0 -20
- data/docs/Sort.md +0 -13
- data/docs/SpendingControl.md +0 -21
- data/docs/SpendingControlApi.md +0 -309
- data/docs/Stage.md +0 -22
- data/docs/Stat.md +0 -9
- data/docs/State.md +0 -10
- data/docs/StatisticResourceVO.md +0 -11
- data/docs/TokenDateRequest.md +0 -13
- data/docs/TransactionCode.md +0 -20
- data/docs/UtilsApi.md +0 -911
- data/docs/VAccountAssetSize.md +0 -11
- data/docs/VAccountVO.md +0 -13
- data/docs/VClientGoalViewData.md +0 -13
- data/docs/VPortfolioVO.md +0 -11
- data/docs/Webhook.md +0 -15
- data/docs/WebhookApi.md +0 -309
- data/lib/nucleus_api/api/application_api.rb +0 -301
- data/lib/nucleus_api/api/audit_log_api.rb +0 -190
- data/lib/nucleus_api/api/feature_api.rb +0 -579
- data/lib/nucleus_api/api/notification_api.rb +0 -857
- data/lib/nucleus_api/api/performance_api.rb +0 -1131
- data/lib/nucleus_api/models/daily_withdrawal.rb +0 -405
- data/spec/api/application_api_spec.rb +0 -100
- data/spec/api/audit_log_api_spec.rb +0 -75
- data/spec/api/feature_api_spec.rb +0 -165
- data/spec/api/notification_api_spec.rb +0 -230
- data/spec/api/performance_api_spec.rb +0 -355
- data/spec/models/category_response_vo_spec.rb +0 -47
- data/spec/models/daily_withdrawal_spec.rb +0 -167
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
#The Hydrogen Nucleus API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.9.0
|
|
7
7
|
Contact: info@hydrogenplatform.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.20
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'uri'
|
|
14
14
|
|
|
15
|
-
module
|
|
15
|
+
module SwaggerClient
|
|
16
16
|
class DecisionTreeApi
|
|
17
17
|
attr_accessor :api_client
|
|
18
18
|
|
|
@@ -43,7 +43,7 @@ module NucleusApi
|
|
|
43
43
|
fail ArgumentError, "Missing the required parameter 'decision_tree_co' when calling DecisionTreeApi.create_decision_tree_result_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/decision_tree_result'
|
|
46
|
+
local_var_path = '/nucleus/v1/decision_tree_result'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'decision_tree' when calling DecisionTreeApi.create_decision_tree_using_post"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/decision_tree'
|
|
100
|
+
local_var_path = '/nucleus/v1/decision_tree'
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -151,7 +151,7 @@ module NucleusApi
|
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'node' when calling DecisionTreeApi.create_node_relationship_using_post"
|
|
152
152
|
end
|
|
153
153
|
# resource path
|
|
154
|
-
local_var_path = '/node_relationship'
|
|
154
|
+
local_var_path = '/nucleus/v1/node_relationship'
|
|
155
155
|
|
|
156
156
|
# query parameters
|
|
157
157
|
query_params = {}
|
|
@@ -205,7 +205,7 @@ module NucleusApi
|
|
|
205
205
|
fail ArgumentError, "Missing the required parameter 'node' when calling DecisionTreeApi.create_node_using_post"
|
|
206
206
|
end
|
|
207
207
|
# resource path
|
|
208
|
-
local_var_path = '/node'
|
|
208
|
+
local_var_path = '/nucleus/v1/node'
|
|
209
209
|
|
|
210
210
|
# query parameters
|
|
211
211
|
query_params = {}
|
|
@@ -259,7 +259,7 @@ module NucleusApi
|
|
|
259
259
|
fail ArgumentError, "Missing the required parameter 'decision_tree_id' when calling DecisionTreeApi.delete_decision_tree_using_delete"
|
|
260
260
|
end
|
|
261
261
|
# resource path
|
|
262
|
-
local_var_path = '/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
262
|
+
local_var_path = '/nucleus/v1/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
263
263
|
|
|
264
264
|
# query parameters
|
|
265
265
|
query_params = {}
|
|
@@ -290,17 +290,17 @@ module NucleusApi
|
|
|
290
290
|
# Permanently delete a node relationship.
|
|
291
291
|
# @param node_relationship_id UUID node_relationship_id
|
|
292
292
|
# @param [Hash] opts the optional parameters
|
|
293
|
-
# @return [
|
|
293
|
+
# @return [nil]
|
|
294
294
|
def delete_node_relationship_using_delete(node_relationship_id, opts = {})
|
|
295
|
-
|
|
296
|
-
|
|
295
|
+
delete_node_relationship_using_delete_with_http_info(node_relationship_id, opts)
|
|
296
|
+
nil
|
|
297
297
|
end
|
|
298
298
|
|
|
299
299
|
# Delete a node relationship
|
|
300
300
|
# Permanently delete a node relationship.
|
|
301
301
|
# @param node_relationship_id UUID node_relationship_id
|
|
302
302
|
# @param [Hash] opts the optional parameters
|
|
303
|
-
# @return [Array<(
|
|
303
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
304
304
|
def delete_node_relationship_using_delete_with_http_info(node_relationship_id, opts = {})
|
|
305
305
|
if @api_client.config.debugging
|
|
306
306
|
@api_client.config.logger.debug 'Calling API: DecisionTreeApi.delete_node_relationship_using_delete ...'
|
|
@@ -310,7 +310,7 @@ module NucleusApi
|
|
|
310
310
|
fail ArgumentError, "Missing the required parameter 'node_relationship_id' when calling DecisionTreeApi.delete_node_relationship_using_delete"
|
|
311
311
|
end
|
|
312
312
|
# resource path
|
|
313
|
-
local_var_path = '/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
313
|
+
local_var_path = '/nucleus/v1/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
314
314
|
|
|
315
315
|
# query parameters
|
|
316
316
|
query_params = {}
|
|
@@ -331,8 +331,7 @@ module NucleusApi
|
|
|
331
331
|
:query_params => query_params,
|
|
332
332
|
:form_params => form_params,
|
|
333
333
|
:body => post_body,
|
|
334
|
-
:auth_names => auth_names
|
|
335
|
-
:return_type => 'NodeRelationship')
|
|
334
|
+
:auth_names => auth_names)
|
|
336
335
|
if @api_client.config.debugging
|
|
337
336
|
@api_client.config.logger.debug "API called: DecisionTreeApi#delete_node_relationship_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
338
337
|
end
|
|
@@ -342,17 +341,17 @@ module NucleusApi
|
|
|
342
341
|
# Permanently delete a node.
|
|
343
342
|
# @param node_id UUID node_id
|
|
344
343
|
# @param [Hash] opts the optional parameters
|
|
345
|
-
# @return [
|
|
344
|
+
# @return [nil]
|
|
346
345
|
def delete_node_using_delete(node_id, opts = {})
|
|
347
|
-
|
|
348
|
-
|
|
346
|
+
delete_node_using_delete_with_http_info(node_id, opts)
|
|
347
|
+
nil
|
|
349
348
|
end
|
|
350
349
|
|
|
351
350
|
# Delete a node
|
|
352
351
|
# Permanently delete a node.
|
|
353
352
|
# @param node_id UUID node_id
|
|
354
353
|
# @param [Hash] opts the optional parameters
|
|
355
|
-
# @return [Array<(
|
|
354
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
356
355
|
def delete_node_using_delete_with_http_info(node_id, opts = {})
|
|
357
356
|
if @api_client.config.debugging
|
|
358
357
|
@api_client.config.logger.debug 'Calling API: DecisionTreeApi.delete_node_using_delete ...'
|
|
@@ -362,7 +361,7 @@ module NucleusApi
|
|
|
362
361
|
fail ArgumentError, "Missing the required parameter 'node_id' when calling DecisionTreeApi.delete_node_using_delete"
|
|
363
362
|
end
|
|
364
363
|
# resource path
|
|
365
|
-
local_var_path = '/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
364
|
+
local_var_path = '/nucleus/v1/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
366
365
|
|
|
367
366
|
# query parameters
|
|
368
367
|
query_params = {}
|
|
@@ -383,8 +382,7 @@ module NucleusApi
|
|
|
383
382
|
:query_params => query_params,
|
|
384
383
|
:form_params => form_params,
|
|
385
384
|
:body => post_body,
|
|
386
|
-
:auth_names => auth_names
|
|
387
|
-
:return_type => 'DecisionTree')
|
|
385
|
+
:auth_names => auth_names)
|
|
388
386
|
if @api_client.config.debugging
|
|
389
387
|
@api_client.config.logger.debug "API called: DecisionTreeApi#delete_node_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
390
388
|
end
|
|
@@ -418,7 +416,7 @@ module NucleusApi
|
|
|
418
416
|
@api_client.config.logger.debug 'Calling API: DecisionTreeApi.get_decision_tree_all_using_get ...'
|
|
419
417
|
end
|
|
420
418
|
# resource path
|
|
421
|
-
local_var_path = '/decision_tree'
|
|
419
|
+
local_var_path = '/nucleus/v1/decision_tree'
|
|
422
420
|
|
|
423
421
|
# query parameters
|
|
424
422
|
query_params = {}
|
|
@@ -475,7 +473,7 @@ module NucleusApi
|
|
|
475
473
|
fail ArgumentError, "Missing the required parameter 'decision_tree_id' when calling DecisionTreeApi.get_decision_tree_using_get"
|
|
476
474
|
end
|
|
477
475
|
# resource path
|
|
478
|
-
local_var_path = '/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
476
|
+
local_var_path = '/nucleus/v1/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
479
477
|
|
|
480
478
|
# query parameters
|
|
481
479
|
query_params = {}
|
|
@@ -531,7 +529,7 @@ module NucleusApi
|
|
|
531
529
|
@api_client.config.logger.debug 'Calling API: DecisionTreeApi.get_node_all_using_get ...'
|
|
532
530
|
end
|
|
533
531
|
# resource path
|
|
534
|
-
local_var_path = '/node'
|
|
532
|
+
local_var_path = '/nucleus/v1/node'
|
|
535
533
|
|
|
536
534
|
# query parameters
|
|
537
535
|
query_params = {}
|
|
@@ -592,7 +590,7 @@ module NucleusApi
|
|
|
592
590
|
@api_client.config.logger.debug 'Calling API: DecisionTreeApi.get_node_relationship_all_using_get ...'
|
|
593
591
|
end
|
|
594
592
|
# resource path
|
|
595
|
-
local_var_path = '/node_relationship'
|
|
593
|
+
local_var_path = '/nucleus/v1/node_relationship'
|
|
596
594
|
|
|
597
595
|
# query parameters
|
|
598
596
|
query_params = {}
|
|
@@ -649,7 +647,7 @@ module NucleusApi
|
|
|
649
647
|
fail ArgumentError, "Missing the required parameter 'node_relationship_id' when calling DecisionTreeApi.get_node_relationship_using_get"
|
|
650
648
|
end
|
|
651
649
|
# resource path
|
|
652
|
-
local_var_path = '/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
650
|
+
local_var_path = '/nucleus/v1/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
653
651
|
|
|
654
652
|
# query parameters
|
|
655
653
|
query_params = {}
|
|
@@ -701,7 +699,7 @@ module NucleusApi
|
|
|
701
699
|
fail ArgumentError, "Missing the required parameter 'node_id' when calling DecisionTreeApi.get_node_using_get"
|
|
702
700
|
end
|
|
703
701
|
# resource path
|
|
704
|
-
local_var_path = '/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
702
|
+
local_var_path = '/nucleus/v1/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
705
703
|
|
|
706
704
|
# query parameters
|
|
707
705
|
query_params = {}
|
|
@@ -759,7 +757,7 @@ module NucleusApi
|
|
|
759
757
|
fail ArgumentError, "Missing the required parameter 'decision_tree_id' when calling DecisionTreeApi.update_decision_tree_using_put"
|
|
760
758
|
end
|
|
761
759
|
# resource path
|
|
762
|
-
local_var_path = '/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
760
|
+
local_var_path = '/nucleus/v1/decision_tree/{decision_tree_id}'.sub('{' + 'decision_tree_id' + '}', decision_tree_id.to_s)
|
|
763
761
|
|
|
764
762
|
# query parameters
|
|
765
763
|
query_params = {}
|
|
@@ -819,7 +817,7 @@ module NucleusApi
|
|
|
819
817
|
fail ArgumentError, "Missing the required parameter 'node_relationship_id' when calling DecisionTreeApi.update_node_relationship_using_put"
|
|
820
818
|
end
|
|
821
819
|
# resource path
|
|
822
|
-
local_var_path = '/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
820
|
+
local_var_path = '/nucleus/v1/node_relationship/{node_relationship_id}'.sub('{' + 'node_relationship_id' + '}', node_relationship_id.to_s)
|
|
823
821
|
|
|
824
822
|
# query parameters
|
|
825
823
|
query_params = {}
|
|
@@ -879,7 +877,7 @@ module NucleusApi
|
|
|
879
877
|
fail ArgumentError, "Missing the required parameter 'node_id' when calling DecisionTreeApi.update_node_using_put"
|
|
880
878
|
end
|
|
881
879
|
# resource path
|
|
882
|
-
local_var_path = '/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
880
|
+
local_var_path = '/nucleus/v1/node/{node_id}'.sub('{' + 'node_id' + '}', node_id.to_s)
|
|
883
881
|
|
|
884
882
|
# query parameters
|
|
885
883
|
query_params = {}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The Hydrogen Nucleus API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.9.0
|
|
7
7
|
Contact: info@hydrogenplatform.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -43,7 +43,7 @@ module NucleusApi
|
|
|
43
43
|
fail ArgumentError, "Missing the required parameter 'document_request' when calling DocumentApi.create_document_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/document'
|
|
46
|
+
local_var_path = '/nucleus/v1/document'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'document_id' when calling DocumentApi.delete_document_using_delete"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
100
|
+
local_var_path = '/nucleus/v1/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -152,7 +152,7 @@ module NucleusApi
|
|
|
152
152
|
@api_client.config.logger.debug 'Calling API: DocumentApi.get_document_all_using_get ...'
|
|
153
153
|
end
|
|
154
154
|
# resource path
|
|
155
|
-
local_var_path = '/document'
|
|
155
|
+
local_var_path = '/nucleus/v1/document'
|
|
156
156
|
|
|
157
157
|
# query parameters
|
|
158
158
|
query_params = {}
|
|
@@ -209,7 +209,7 @@ module NucleusApi
|
|
|
209
209
|
fail ArgumentError, "Missing the required parameter 'document_id' when calling DocumentApi.get_document_using_get"
|
|
210
210
|
end
|
|
211
211
|
# resource path
|
|
212
|
-
local_var_path = '/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
212
|
+
local_var_path = '/nucleus/v1/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
213
213
|
|
|
214
214
|
# query parameters
|
|
215
215
|
query_params = {}
|
|
@@ -267,7 +267,7 @@ module NucleusApi
|
|
|
267
267
|
fail ArgumentError, "Missing the required parameter 'document_id' when calling DocumentApi.update_document_using_put"
|
|
268
268
|
end
|
|
269
269
|
# resource path
|
|
270
|
-
local_var_path = '/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
270
|
+
local_var_path = '/nucleus/v1/document/{document_id}'.sub('{' + 'document_id' + '}', document_id.to_s)
|
|
271
271
|
|
|
272
272
|
# query parameters
|
|
273
273
|
query_params = {}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The Hydrogen Nucleus API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.9.0
|
|
7
7
|
Contact: info@hydrogenplatform.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -43,7 +43,7 @@ module NucleusApi
|
|
|
43
43
|
fail ArgumentError, "Missing the required parameter 'financial_statement' when calling FinancialStatementApi.create_financial_statement_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/financial_statement'
|
|
46
|
+
local_var_path = '/nucleus/v1/financial_statement'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'financial_statement_id' when calling FinancialStatementApi.delete_financial_statement_using_delete"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
100
|
+
local_var_path = '/nucleus/v1/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -154,7 +154,7 @@ module NucleusApi
|
|
|
154
154
|
@api_client.config.logger.debug 'Calling API: FinancialStatementApi.get_financial_statement_all_using_get ...'
|
|
155
155
|
end
|
|
156
156
|
# resource path
|
|
157
|
-
local_var_path = '/financial_statement'
|
|
157
|
+
local_var_path = '/nucleus/v1/financial_statement'
|
|
158
158
|
|
|
159
159
|
# query parameters
|
|
160
160
|
query_params = {}
|
|
@@ -214,7 +214,7 @@ module NucleusApi
|
|
|
214
214
|
fail ArgumentError, "Missing the required parameter 'financial_statement_id' when calling FinancialStatementApi.get_financial_statement_using_get"
|
|
215
215
|
end
|
|
216
216
|
# resource path
|
|
217
|
-
local_var_path = '/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
217
|
+
local_var_path = '/nucleus/v1/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
218
218
|
|
|
219
219
|
# query parameters
|
|
220
220
|
query_params = {}
|
|
@@ -273,7 +273,7 @@ module NucleusApi
|
|
|
273
273
|
fail ArgumentError, "Missing the required parameter 'financial_statement_id' when calling FinancialStatementApi.update_financial_statement_using_put"
|
|
274
274
|
end
|
|
275
275
|
# resource path
|
|
276
|
-
local_var_path = '/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
276
|
+
local_var_path = '/nucleus/v1/financial_statement/{financial_statement_id}'.sub('{' + 'financial_statement_id' + '}', financial_statement_id.to_s)
|
|
277
277
|
|
|
278
278
|
# query parameters
|
|
279
279
|
query_params = {}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
#The Hydrogen Nucleus API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 1.
|
|
6
|
+
OpenAPI spec version: 1.9.0
|
|
7
7
|
Contact: info@hydrogenplatform.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -43,7 +43,7 @@ module NucleusApi
|
|
|
43
43
|
fail ArgumentError, "Missing the required parameter 'bank_link_info_request' when calling FundingApi.create_bank_link_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/bank_link'
|
|
46
|
+
local_var_path = '/nucleus/v1/bank_link'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -73,31 +73,31 @@ module NucleusApi
|
|
|
73
73
|
end
|
|
74
74
|
return data, status_code, headers
|
|
75
75
|
end
|
|
76
|
-
# Create a
|
|
77
|
-
# Create a new
|
|
78
|
-
# @param
|
|
76
|
+
# Create a funding transaction request
|
|
77
|
+
# Create a new funding transaction request for an account.
|
|
78
|
+
# @param funding_transaction_request fundingTransactionRequest
|
|
79
79
|
# @param [Hash] opts the optional parameters
|
|
80
|
-
# @return [
|
|
81
|
-
def
|
|
82
|
-
data, _status_code, _headers =
|
|
80
|
+
# @return [FundingTransaction]
|
|
81
|
+
def create_funding_transaction_using_post(funding_transaction_request, opts = {})
|
|
82
|
+
data, _status_code, _headers = create_funding_transaction_using_post_with_http_info(funding_transaction_request, opts)
|
|
83
83
|
data
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
# Create a
|
|
87
|
-
# Create a new
|
|
88
|
-
# @param
|
|
86
|
+
# Create a funding transaction request
|
|
87
|
+
# Create a new funding transaction request for an account.
|
|
88
|
+
# @param funding_transaction_request fundingTransactionRequest
|
|
89
89
|
# @param [Hash] opts the optional parameters
|
|
90
|
-
# @return [Array<(
|
|
91
|
-
def
|
|
90
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
91
|
+
def create_funding_transaction_using_post_with_http_info(funding_transaction_request, opts = {})
|
|
92
92
|
if @api_client.config.debugging
|
|
93
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
93
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.create_funding_transaction_using_post ...'
|
|
94
94
|
end
|
|
95
|
-
# verify the required parameter '
|
|
96
|
-
if @api_client.config.client_side_validation &&
|
|
97
|
-
fail ArgumentError, "Missing the required parameter '
|
|
95
|
+
# verify the required parameter 'funding_transaction_request' is set
|
|
96
|
+
if @api_client.config.client_side_validation && funding_transaction_request.nil?
|
|
97
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_request' when calling FundingApi.create_funding_transaction_using_post"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/
|
|
100
|
+
local_var_path = '/nucleus/v1/funding_transaction'
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -113,7 +113,7 @@ module NucleusApi
|
|
|
113
113
|
form_params = {}
|
|
114
114
|
|
|
115
115
|
# http body (model)
|
|
116
|
-
post_body = @api_client.object_to_http_body(
|
|
116
|
+
post_body = @api_client.object_to_http_body(funding_transaction_request)
|
|
117
117
|
auth_names = ['oauth2']
|
|
118
118
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
119
119
|
:header_params => header_params,
|
|
@@ -121,9 +121,9 @@ module NucleusApi
|
|
|
121
121
|
:form_params => form_params,
|
|
122
122
|
:body => post_body,
|
|
123
123
|
:auth_names => auth_names,
|
|
124
|
-
:return_type => '
|
|
124
|
+
:return_type => 'FundingTransaction')
|
|
125
125
|
if @api_client.config.debugging
|
|
126
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
126
|
+
@api_client.config.logger.debug "API called: FundingApi#create_funding_transaction_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
127
127
|
end
|
|
128
128
|
return data, status_code, headers
|
|
129
129
|
end
|
|
@@ -151,7 +151,7 @@ module NucleusApi
|
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'funding_request' when calling FundingApi.create_funding_using_post"
|
|
152
152
|
end
|
|
153
153
|
# resource path
|
|
154
|
-
local_var_path = '/funding'
|
|
154
|
+
local_var_path = '/nucleus/v1/funding'
|
|
155
155
|
|
|
156
156
|
# query parameters
|
|
157
157
|
query_params = {}
|
|
@@ -205,7 +205,7 @@ module NucleusApi
|
|
|
205
205
|
fail ArgumentError, "Missing the required parameter 'external_account_transfer_request' when calling FundingApi.create_transfer_using_post"
|
|
206
206
|
end
|
|
207
207
|
# resource path
|
|
208
|
-
local_var_path = '/transfer'
|
|
208
|
+
local_var_path = '/nucleus/v1/transfer'
|
|
209
209
|
|
|
210
210
|
# query parameters
|
|
211
211
|
query_params = {}
|
|
@@ -235,60 +235,6 @@ module NucleusApi
|
|
|
235
235
|
end
|
|
236
236
|
return data, status_code, headers
|
|
237
237
|
end
|
|
238
|
-
# Create a withdrawal request
|
|
239
|
-
# Create a new withdrawal request for an account.
|
|
240
|
-
# @param daily_withdrawal_request dailyWithdrawalRequest
|
|
241
|
-
# @param [Hash] opts the optional parameters
|
|
242
|
-
# @return [DailyWithdrawal]
|
|
243
|
-
def create_withdrawal_using_post(daily_withdrawal_request, opts = {})
|
|
244
|
-
data, _status_code, _headers = create_withdrawal_using_post_with_http_info(daily_withdrawal_request, opts)
|
|
245
|
-
data
|
|
246
|
-
end
|
|
247
|
-
|
|
248
|
-
# Create a withdrawal request
|
|
249
|
-
# Create a new withdrawal request for an account.
|
|
250
|
-
# @param daily_withdrawal_request dailyWithdrawalRequest
|
|
251
|
-
# @param [Hash] opts the optional parameters
|
|
252
|
-
# @return [Array<(DailyWithdrawal, Fixnum, Hash)>] DailyWithdrawal data, response status code and response headers
|
|
253
|
-
def create_withdrawal_using_post_with_http_info(daily_withdrawal_request, opts = {})
|
|
254
|
-
if @api_client.config.debugging
|
|
255
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.create_withdrawal_using_post ...'
|
|
256
|
-
end
|
|
257
|
-
# verify the required parameter 'daily_withdrawal_request' is set
|
|
258
|
-
if @api_client.config.client_side_validation && daily_withdrawal_request.nil?
|
|
259
|
-
fail ArgumentError, "Missing the required parameter 'daily_withdrawal_request' when calling FundingApi.create_withdrawal_using_post"
|
|
260
|
-
end
|
|
261
|
-
# resource path
|
|
262
|
-
local_var_path = '/withdrawal'
|
|
263
|
-
|
|
264
|
-
# query parameters
|
|
265
|
-
query_params = {}
|
|
266
|
-
|
|
267
|
-
# header parameters
|
|
268
|
-
header_params = {}
|
|
269
|
-
# HTTP header 'Accept' (if needed)
|
|
270
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
271
|
-
# HTTP header 'Content-Type'
|
|
272
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
273
|
-
|
|
274
|
-
# form parameters
|
|
275
|
-
form_params = {}
|
|
276
|
-
|
|
277
|
-
# http body (model)
|
|
278
|
-
post_body = @api_client.object_to_http_body(daily_withdrawal_request)
|
|
279
|
-
auth_names = ['oauth2']
|
|
280
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
281
|
-
:header_params => header_params,
|
|
282
|
-
:query_params => query_params,
|
|
283
|
-
:form_params => form_params,
|
|
284
|
-
:body => post_body,
|
|
285
|
-
:auth_names => auth_names,
|
|
286
|
-
:return_type => 'DailyWithdrawal')
|
|
287
|
-
if @api_client.config.debugging
|
|
288
|
-
@api_client.config.logger.debug "API called: FundingApi#create_withdrawal_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
289
|
-
end
|
|
290
|
-
return data, status_code, headers
|
|
291
|
-
end
|
|
292
238
|
# Delete a bank link
|
|
293
239
|
# Permanently delete a bank link defined for an account.
|
|
294
240
|
# @param bank_link_id UUID bank_link_id
|
|
@@ -313,7 +259,7 @@ module NucleusApi
|
|
|
313
259
|
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.delete_bank_link_using_delete"
|
|
314
260
|
end
|
|
315
261
|
# resource path
|
|
316
|
-
local_var_path = '/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
262
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
317
263
|
|
|
318
264
|
# query parameters
|
|
319
265
|
query_params = {}
|
|
@@ -340,31 +286,31 @@ module NucleusApi
|
|
|
340
286
|
end
|
|
341
287
|
return data, status_code, headers
|
|
342
288
|
end
|
|
343
|
-
# Delete a
|
|
344
|
-
# Permanently delete a
|
|
345
|
-
# @param
|
|
289
|
+
# Delete a funding transaction request
|
|
290
|
+
# Permanently delete a funding transaction request for an account.
|
|
291
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
346
292
|
# @param [Hash] opts the optional parameters
|
|
347
293
|
# @return [nil]
|
|
348
|
-
def
|
|
349
|
-
|
|
294
|
+
def delete_funding_transaction_using_delete(funding_transaction_id, opts = {})
|
|
295
|
+
delete_funding_transaction_using_delete_with_http_info(funding_transaction_id, opts)
|
|
350
296
|
nil
|
|
351
297
|
end
|
|
352
298
|
|
|
353
|
-
# Delete a
|
|
354
|
-
# Permanently delete a
|
|
355
|
-
# @param
|
|
299
|
+
# Delete a funding transaction request
|
|
300
|
+
# Permanently delete a funding transaction request for an account.
|
|
301
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
356
302
|
# @param [Hash] opts the optional parameters
|
|
357
303
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
358
|
-
def
|
|
304
|
+
def delete_funding_transaction_using_delete_with_http_info(funding_transaction_id, opts = {})
|
|
359
305
|
if @api_client.config.debugging
|
|
360
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
306
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.delete_funding_transaction_using_delete ...'
|
|
361
307
|
end
|
|
362
|
-
# verify the required parameter '
|
|
363
|
-
if @api_client.config.client_side_validation &&
|
|
364
|
-
fail ArgumentError, "Missing the required parameter '
|
|
308
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
309
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
310
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.delete_funding_transaction_using_delete"
|
|
365
311
|
end
|
|
366
312
|
# resource path
|
|
367
|
-
local_var_path = '/
|
|
313
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
368
314
|
|
|
369
315
|
# query parameters
|
|
370
316
|
query_params = {}
|
|
@@ -387,7 +333,7 @@ module NucleusApi
|
|
|
387
333
|
:body => post_body,
|
|
388
334
|
:auth_names => auth_names)
|
|
389
335
|
if @api_client.config.debugging
|
|
390
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
336
|
+
@api_client.config.logger.debug "API called: FundingApi#delete_funding_transaction_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
391
337
|
end
|
|
392
338
|
return data, status_code, headers
|
|
393
339
|
end
|
|
@@ -415,7 +361,7 @@ module NucleusApi
|
|
|
415
361
|
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.delete_funding_using_delete"
|
|
416
362
|
end
|
|
417
363
|
# resource path
|
|
418
|
-
local_var_path = '/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
364
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
419
365
|
|
|
420
366
|
# query parameters
|
|
421
367
|
query_params = {}
|
|
@@ -466,7 +412,7 @@ module NucleusApi
|
|
|
466
412
|
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.delete_transfer_using_delete"
|
|
467
413
|
end
|
|
468
414
|
# resource path
|
|
469
|
-
local_var_path = '/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
415
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
470
416
|
|
|
471
417
|
# query parameters
|
|
472
418
|
query_params = {}
|
|
@@ -493,57 +439,6 @@ module NucleusApi
|
|
|
493
439
|
end
|
|
494
440
|
return data, status_code, headers
|
|
495
441
|
end
|
|
496
|
-
# Delete a withdrawal request
|
|
497
|
-
# Permanently delete a withdrawal request from an account.
|
|
498
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
499
|
-
# @param [Hash] opts the optional parameters
|
|
500
|
-
# @return [nil]
|
|
501
|
-
def delete_withdrawal_using_delete(withdrawal_id, opts = {})
|
|
502
|
-
delete_withdrawal_using_delete_with_http_info(withdrawal_id, opts)
|
|
503
|
-
nil
|
|
504
|
-
end
|
|
505
|
-
|
|
506
|
-
# Delete a withdrawal request
|
|
507
|
-
# Permanently delete a withdrawal request from an account.
|
|
508
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
509
|
-
# @param [Hash] opts the optional parameters
|
|
510
|
-
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
511
|
-
def delete_withdrawal_using_delete_with_http_info(withdrawal_id, opts = {})
|
|
512
|
-
if @api_client.config.debugging
|
|
513
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.delete_withdrawal_using_delete ...'
|
|
514
|
-
end
|
|
515
|
-
# verify the required parameter 'withdrawal_id' is set
|
|
516
|
-
if @api_client.config.client_side_validation && withdrawal_id.nil?
|
|
517
|
-
fail ArgumentError, "Missing the required parameter 'withdrawal_id' when calling FundingApi.delete_withdrawal_using_delete"
|
|
518
|
-
end
|
|
519
|
-
# resource path
|
|
520
|
-
local_var_path = '/withdrawal/{withdrawal_id}'.sub('{' + 'withdrawal_id' + '}', withdrawal_id.to_s)
|
|
521
|
-
|
|
522
|
-
# query parameters
|
|
523
|
-
query_params = {}
|
|
524
|
-
|
|
525
|
-
# header parameters
|
|
526
|
-
header_params = {}
|
|
527
|
-
# HTTP header 'Accept' (if needed)
|
|
528
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
529
|
-
|
|
530
|
-
# form parameters
|
|
531
|
-
form_params = {}
|
|
532
|
-
|
|
533
|
-
# http body (model)
|
|
534
|
-
post_body = nil
|
|
535
|
-
auth_names = ['oauth2']
|
|
536
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
537
|
-
:header_params => header_params,
|
|
538
|
-
:query_params => query_params,
|
|
539
|
-
:form_params => form_params,
|
|
540
|
-
:body => post_body,
|
|
541
|
-
:auth_names => auth_names)
|
|
542
|
-
if @api_client.config.debugging
|
|
543
|
-
@api_client.config.logger.debug "API called: FundingApi#delete_withdrawal_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
544
|
-
end
|
|
545
|
-
return data, status_code, headers
|
|
546
|
-
end
|
|
547
442
|
# List all bank links
|
|
548
443
|
# Get all bank links defined for all clients defined for your firm.
|
|
549
444
|
# @param [Hash] opts the optional parameters
|
|
@@ -574,7 +469,7 @@ module NucleusApi
|
|
|
574
469
|
@api_client.config.logger.debug 'Calling API: FundingApi.get_bank_link_all_using_get ...'
|
|
575
470
|
end
|
|
576
471
|
# resource path
|
|
577
|
-
local_var_path = '/bank_link'
|
|
472
|
+
local_var_path = '/nucleus/v1/bank_link'
|
|
578
473
|
|
|
579
474
|
# query parameters
|
|
580
475
|
query_params = {}
|
|
@@ -634,7 +529,7 @@ module NucleusApi
|
|
|
634
529
|
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.get_bank_link_using_get"
|
|
635
530
|
end
|
|
636
531
|
# resource path
|
|
637
|
-
local_var_path = '/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
532
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
638
533
|
|
|
639
534
|
# query parameters
|
|
640
535
|
query_params = {}
|
|
@@ -663,8 +558,8 @@ module NucleusApi
|
|
|
663
558
|
end
|
|
664
559
|
return data, status_code, headers
|
|
665
560
|
end
|
|
666
|
-
# List all
|
|
667
|
-
# Get the information for all
|
|
561
|
+
# List all funding requests
|
|
562
|
+
# Get the information for all funding requests defined for your firm.
|
|
668
563
|
# @param [Hash] opts the optional parameters
|
|
669
564
|
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
670
565
|
# @option opts [String] :currency_conversion currency_conversion
|
|
@@ -672,14 +567,14 @@ module NucleusApi
|
|
|
672
567
|
# @option opts [String] :order_by order_by (default to update_date)
|
|
673
568
|
# @option opts [Integer] :page page (default to 0)
|
|
674
569
|
# @option opts [Integer] :size size (default to 25)
|
|
675
|
-
# @return [
|
|
676
|
-
def
|
|
677
|
-
data, _status_code, _headers =
|
|
570
|
+
# @return [PageFunding]
|
|
571
|
+
def get_funding_all_using_get(opts = {})
|
|
572
|
+
data, _status_code, _headers = get_funding_all_using_get_with_http_info(opts)
|
|
678
573
|
data
|
|
679
574
|
end
|
|
680
575
|
|
|
681
|
-
# List all
|
|
682
|
-
# Get the information for all
|
|
576
|
+
# List all funding requests
|
|
577
|
+
# Get the information for all funding requests defined for your firm.
|
|
683
578
|
# @param [Hash] opts the optional parameters
|
|
684
579
|
# @option opts [BOOLEAN] :ascending ascending
|
|
685
580
|
# @option opts [String] :currency_conversion currency_conversion
|
|
@@ -687,13 +582,13 @@ module NucleusApi
|
|
|
687
582
|
# @option opts [String] :order_by order_by
|
|
688
583
|
# @option opts [Integer] :page page
|
|
689
584
|
# @option opts [Integer] :size size
|
|
690
|
-
# @return [Array<(
|
|
691
|
-
def
|
|
585
|
+
# @return [Array<(PageFunding, Fixnum, Hash)>] PageFunding data, response status code and response headers
|
|
586
|
+
def get_funding_all_using_get_with_http_info(opts = {})
|
|
692
587
|
if @api_client.config.debugging
|
|
693
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
588
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_all_using_get ...'
|
|
694
589
|
end
|
|
695
590
|
# resource path
|
|
696
|
-
local_var_path = '/
|
|
591
|
+
local_var_path = '/nucleus/v1/funding'
|
|
697
592
|
|
|
698
593
|
# query parameters
|
|
699
594
|
query_params = {}
|
|
@@ -721,43 +616,52 @@ module NucleusApi
|
|
|
721
616
|
:form_params => form_params,
|
|
722
617
|
:body => post_body,
|
|
723
618
|
:auth_names => auth_names,
|
|
724
|
-
:return_type => '
|
|
619
|
+
:return_type => 'PageFunding')
|
|
725
620
|
if @api_client.config.debugging
|
|
726
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
621
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
727
622
|
end
|
|
728
623
|
return data, status_code, headers
|
|
729
624
|
end
|
|
730
|
-
#
|
|
731
|
-
#
|
|
732
|
-
# @param deposit_id UUID deposit_id
|
|
625
|
+
# List all funding transaction requests
|
|
626
|
+
# Get the information for all funding transaction requests for all clients.
|
|
733
627
|
# @param [Hash] opts the optional parameters
|
|
734
|
-
# @option opts [
|
|
735
|
-
# @
|
|
736
|
-
|
|
737
|
-
|
|
628
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
629
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
630
|
+
# @option opts [String] :filter filter
|
|
631
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
632
|
+
# @option opts [Integer] :page page (default to 0)
|
|
633
|
+
# @option opts [Integer] :size size (default to 25)
|
|
634
|
+
# @return [PageFundingTransaction]
|
|
635
|
+
def get_funding_transaction_all_using_get(opts = {})
|
|
636
|
+
data, _status_code, _headers = get_funding_transaction_all_using_get_with_http_info(opts)
|
|
738
637
|
data
|
|
739
638
|
end
|
|
740
639
|
|
|
741
|
-
#
|
|
742
|
-
#
|
|
743
|
-
# @param deposit_id UUID deposit_id
|
|
640
|
+
# List all funding transaction requests
|
|
641
|
+
# Get the information for all funding transaction requests for all clients.
|
|
744
642
|
# @param [Hash] opts the optional parameters
|
|
745
|
-
# @option opts [
|
|
746
|
-
# @
|
|
747
|
-
|
|
643
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
644
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
645
|
+
# @option opts [String] :filter filter
|
|
646
|
+
# @option opts [String] :order_by order_by
|
|
647
|
+
# @option opts [Integer] :page page
|
|
648
|
+
# @option opts [Integer] :size size
|
|
649
|
+
# @return [Array<(PageFundingTransaction, Fixnum, Hash)>] PageFundingTransaction data, response status code and response headers
|
|
650
|
+
def get_funding_transaction_all_using_get_with_http_info(opts = {})
|
|
748
651
|
if @api_client.config.debugging
|
|
749
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
750
|
-
end
|
|
751
|
-
# verify the required parameter 'deposit_id' is set
|
|
752
|
-
if @api_client.config.client_side_validation && deposit_id.nil?
|
|
753
|
-
fail ArgumentError, "Missing the required parameter 'deposit_id' when calling FundingApi.get_deposit_using_get"
|
|
652
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_transaction_all_using_get ...'
|
|
754
653
|
end
|
|
755
654
|
# resource path
|
|
756
|
-
local_var_path = '/
|
|
655
|
+
local_var_path = '/nucleus/v1/funding_transaction'
|
|
757
656
|
|
|
758
657
|
# query parameters
|
|
759
658
|
query_params = {}
|
|
659
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
760
660
|
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
661
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
662
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
663
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
664
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
761
665
|
|
|
762
666
|
# header parameters
|
|
763
667
|
header_params = {}
|
|
@@ -776,52 +680,43 @@ module NucleusApi
|
|
|
776
680
|
:form_params => form_params,
|
|
777
681
|
:body => post_body,
|
|
778
682
|
:auth_names => auth_names,
|
|
779
|
-
:return_type => '
|
|
683
|
+
:return_type => 'PageFundingTransaction')
|
|
780
684
|
if @api_client.config.debugging
|
|
781
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
685
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_transaction_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
782
686
|
end
|
|
783
687
|
return data, status_code, headers
|
|
784
688
|
end
|
|
785
|
-
#
|
|
786
|
-
#
|
|
689
|
+
# Retrieve a funding transaction request
|
|
690
|
+
# Retrieve the information for a funding transaction request for an account.
|
|
691
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
787
692
|
# @param [Hash] opts the optional parameters
|
|
788
|
-
# @option opts [
|
|
789
|
-
# @
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
# @option opts [Integer] :page page (default to 0)
|
|
793
|
-
# @option opts [Integer] :size size (default to 25)
|
|
794
|
-
# @return [PageFunding]
|
|
795
|
-
def get_funding_all_using_get(opts = {})
|
|
796
|
-
data, _status_code, _headers = get_funding_all_using_get_with_http_info(opts)
|
|
693
|
+
# @option opts [String] :currency_conversion USD
|
|
694
|
+
# @return [FundingTransaction]
|
|
695
|
+
def get_funding_transaction_using_get(funding_transaction_id, opts = {})
|
|
696
|
+
data, _status_code, _headers = get_funding_transaction_using_get_with_http_info(funding_transaction_id, opts)
|
|
797
697
|
data
|
|
798
698
|
end
|
|
799
699
|
|
|
800
|
-
#
|
|
801
|
-
#
|
|
700
|
+
# Retrieve a funding transaction request
|
|
701
|
+
# Retrieve the information for a funding transaction request for an account.
|
|
702
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
802
703
|
# @param [Hash] opts the optional parameters
|
|
803
|
-
# @option opts [
|
|
804
|
-
# @
|
|
805
|
-
|
|
806
|
-
# @option opts [String] :order_by order_by
|
|
807
|
-
# @option opts [Integer] :page page
|
|
808
|
-
# @option opts [Integer] :size size
|
|
809
|
-
# @return [Array<(PageFunding, Fixnum, Hash)>] PageFunding data, response status code and response headers
|
|
810
|
-
def get_funding_all_using_get_with_http_info(opts = {})
|
|
704
|
+
# @option opts [String] :currency_conversion USD
|
|
705
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
706
|
+
def get_funding_transaction_using_get_with_http_info(funding_transaction_id, opts = {})
|
|
811
707
|
if @api_client.config.debugging
|
|
812
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
708
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_transaction_using_get ...'
|
|
709
|
+
end
|
|
710
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
711
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
712
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.get_funding_transaction_using_get"
|
|
813
713
|
end
|
|
814
714
|
# resource path
|
|
815
|
-
local_var_path = '/
|
|
715
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
816
716
|
|
|
817
717
|
# query parameters
|
|
818
718
|
query_params = {}
|
|
819
|
-
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
820
719
|
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
821
|
-
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
822
|
-
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
823
|
-
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
824
|
-
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
825
720
|
|
|
826
721
|
# header parameters
|
|
827
722
|
header_params = {}
|
|
@@ -840,9 +735,9 @@ module NucleusApi
|
|
|
840
735
|
:form_params => form_params,
|
|
841
736
|
:body => post_body,
|
|
842
737
|
:auth_names => auth_names,
|
|
843
|
-
:return_type => '
|
|
738
|
+
:return_type => 'FundingTransaction')
|
|
844
739
|
if @api_client.config.debugging
|
|
845
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
740
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_transaction_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
846
741
|
end
|
|
847
742
|
return data, status_code, headers
|
|
848
743
|
end
|
|
@@ -872,7 +767,7 @@ module NucleusApi
|
|
|
872
767
|
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.get_funding_using_get"
|
|
873
768
|
end
|
|
874
769
|
# resource path
|
|
875
|
-
local_var_path = '/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
770
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
876
771
|
|
|
877
772
|
# query parameters
|
|
878
773
|
query_params = {}
|
|
@@ -931,7 +826,7 @@ module NucleusApi
|
|
|
931
826
|
@api_client.config.logger.debug 'Calling API: FundingApi.get_transfer_all_using_get ...'
|
|
932
827
|
end
|
|
933
828
|
# resource path
|
|
934
|
-
local_var_path = '/transfer'
|
|
829
|
+
local_var_path = '/nucleus/v1/transfer'
|
|
935
830
|
|
|
936
831
|
# query parameters
|
|
937
832
|
query_params = {}
|
|
@@ -991,7 +886,7 @@ module NucleusApi
|
|
|
991
886
|
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.get_transfer_using_get"
|
|
992
887
|
end
|
|
993
888
|
# resource path
|
|
994
|
-
local_var_path = '/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
889
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
995
890
|
|
|
996
891
|
# query parameters
|
|
997
892
|
query_params = {}
|
|
@@ -1020,125 +915,6 @@ module NucleusApi
|
|
|
1020
915
|
end
|
|
1021
916
|
return data, status_code, headers
|
|
1022
917
|
end
|
|
1023
|
-
# List all withdrawal requests
|
|
1024
|
-
# Get the information for all withdrawal requests for all clients.
|
|
1025
|
-
# @param [Hash] opts the optional parameters
|
|
1026
|
-
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1027
|
-
# @option opts [String] :currency_conversion currency_conversion
|
|
1028
|
-
# @option opts [String] :filter filter
|
|
1029
|
-
# @option opts [String] :order_by order_by (default to update_date)
|
|
1030
|
-
# @option opts [Integer] :page page (default to 0)
|
|
1031
|
-
# @option opts [Integer] :size size (default to 25)
|
|
1032
|
-
# @return [PageDailyWithdrawal]
|
|
1033
|
-
def get_withdrawal_all_using_get(opts = {})
|
|
1034
|
-
data, _status_code, _headers = get_withdrawal_all_using_get_with_http_info(opts)
|
|
1035
|
-
data
|
|
1036
|
-
end
|
|
1037
|
-
|
|
1038
|
-
# List all withdrawal requests
|
|
1039
|
-
# Get the information for all withdrawal requests for all clients.
|
|
1040
|
-
# @param [Hash] opts the optional parameters
|
|
1041
|
-
# @option opts [BOOLEAN] :ascending ascending
|
|
1042
|
-
# @option opts [String] :currency_conversion currency_conversion
|
|
1043
|
-
# @option opts [String] :filter filter
|
|
1044
|
-
# @option opts [String] :order_by order_by
|
|
1045
|
-
# @option opts [Integer] :page page
|
|
1046
|
-
# @option opts [Integer] :size size
|
|
1047
|
-
# @return [Array<(PageDailyWithdrawal, Fixnum, Hash)>] PageDailyWithdrawal data, response status code and response headers
|
|
1048
|
-
def get_withdrawal_all_using_get_with_http_info(opts = {})
|
|
1049
|
-
if @api_client.config.debugging
|
|
1050
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.get_withdrawal_all_using_get ...'
|
|
1051
|
-
end
|
|
1052
|
-
# resource path
|
|
1053
|
-
local_var_path = '/withdrawal'
|
|
1054
|
-
|
|
1055
|
-
# query parameters
|
|
1056
|
-
query_params = {}
|
|
1057
|
-
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1058
|
-
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
1059
|
-
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1060
|
-
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1061
|
-
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1062
|
-
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1063
|
-
|
|
1064
|
-
# header parameters
|
|
1065
|
-
header_params = {}
|
|
1066
|
-
# HTTP header 'Accept' (if needed)
|
|
1067
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1068
|
-
|
|
1069
|
-
# form parameters
|
|
1070
|
-
form_params = {}
|
|
1071
|
-
|
|
1072
|
-
# http body (model)
|
|
1073
|
-
post_body = nil
|
|
1074
|
-
auth_names = ['oauth2']
|
|
1075
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1076
|
-
:header_params => header_params,
|
|
1077
|
-
:query_params => query_params,
|
|
1078
|
-
:form_params => form_params,
|
|
1079
|
-
:body => post_body,
|
|
1080
|
-
:auth_names => auth_names,
|
|
1081
|
-
:return_type => 'PageDailyWithdrawal')
|
|
1082
|
-
if @api_client.config.debugging
|
|
1083
|
-
@api_client.config.logger.debug "API called: FundingApi#get_withdrawal_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1084
|
-
end
|
|
1085
|
-
return data, status_code, headers
|
|
1086
|
-
end
|
|
1087
|
-
# Retrieve a withdrawal request
|
|
1088
|
-
# Retrieve the information for a withdrawal request for an account.
|
|
1089
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
1090
|
-
# @param [Hash] opts the optional parameters
|
|
1091
|
-
# @option opts [String] :currency_conversion USD
|
|
1092
|
-
# @return [DailyWithdrawal]
|
|
1093
|
-
def get_withdrawal_using_get(withdrawal_id, opts = {})
|
|
1094
|
-
data, _status_code, _headers = get_withdrawal_using_get_with_http_info(withdrawal_id, opts)
|
|
1095
|
-
data
|
|
1096
|
-
end
|
|
1097
|
-
|
|
1098
|
-
# Retrieve a withdrawal request
|
|
1099
|
-
# Retrieve the information for a withdrawal request for an account.
|
|
1100
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
1101
|
-
# @param [Hash] opts the optional parameters
|
|
1102
|
-
# @option opts [String] :currency_conversion USD
|
|
1103
|
-
# @return [Array<(DailyWithdrawal, Fixnum, Hash)>] DailyWithdrawal data, response status code and response headers
|
|
1104
|
-
def get_withdrawal_using_get_with_http_info(withdrawal_id, opts = {})
|
|
1105
|
-
if @api_client.config.debugging
|
|
1106
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.get_withdrawal_using_get ...'
|
|
1107
|
-
end
|
|
1108
|
-
# verify the required parameter 'withdrawal_id' is set
|
|
1109
|
-
if @api_client.config.client_side_validation && withdrawal_id.nil?
|
|
1110
|
-
fail ArgumentError, "Missing the required parameter 'withdrawal_id' when calling FundingApi.get_withdrawal_using_get"
|
|
1111
|
-
end
|
|
1112
|
-
# resource path
|
|
1113
|
-
local_var_path = '/withdrawal/{withdrawal_id}'.sub('{' + 'withdrawal_id' + '}', withdrawal_id.to_s)
|
|
1114
|
-
|
|
1115
|
-
# query parameters
|
|
1116
|
-
query_params = {}
|
|
1117
|
-
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
1118
|
-
|
|
1119
|
-
# header parameters
|
|
1120
|
-
header_params = {}
|
|
1121
|
-
# HTTP header 'Accept' (if needed)
|
|
1122
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1123
|
-
|
|
1124
|
-
# form parameters
|
|
1125
|
-
form_params = {}
|
|
1126
|
-
|
|
1127
|
-
# http body (model)
|
|
1128
|
-
post_body = nil
|
|
1129
|
-
auth_names = ['oauth2']
|
|
1130
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1131
|
-
:header_params => header_params,
|
|
1132
|
-
:query_params => query_params,
|
|
1133
|
-
:form_params => form_params,
|
|
1134
|
-
:body => post_body,
|
|
1135
|
-
:auth_names => auth_names,
|
|
1136
|
-
:return_type => 'DailyWithdrawal')
|
|
1137
|
-
if @api_client.config.debugging
|
|
1138
|
-
@api_client.config.logger.debug "API called: FundingApi#get_withdrawal_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1139
|
-
end
|
|
1140
|
-
return data, status_code, headers
|
|
1141
|
-
end
|
|
1142
918
|
# Update list of bank link
|
|
1143
919
|
# Update bank link list for an account.
|
|
1144
920
|
# @param bank_link_list bankLinkList
|
|
@@ -1163,7 +939,7 @@ module NucleusApi
|
|
|
1163
939
|
fail ArgumentError, "Missing the required parameter 'bank_link_list' when calling FundingApi.update_bank_link_bulk_using_put"
|
|
1164
940
|
end
|
|
1165
941
|
# resource path
|
|
1166
|
-
local_var_path = '/bulk_bank_link'
|
|
942
|
+
local_var_path = '/nucleus/v1/bulk_bank_link'
|
|
1167
943
|
|
|
1168
944
|
# query parameters
|
|
1169
945
|
query_params = {}
|
|
@@ -1223,7 +999,7 @@ module NucleusApi
|
|
|
1223
999
|
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.update_bank_link_using_put"
|
|
1224
1000
|
end
|
|
1225
1001
|
# resource path
|
|
1226
|
-
local_var_path = '/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
1002
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
1227
1003
|
|
|
1228
1004
|
# query parameters
|
|
1229
1005
|
query_params = {}
|
|
@@ -1253,37 +1029,37 @@ module NucleusApi
|
|
|
1253
1029
|
end
|
|
1254
1030
|
return data, status_code, headers
|
|
1255
1031
|
end
|
|
1256
|
-
# Update a
|
|
1257
|
-
# Update the information for a
|
|
1258
|
-
# @param
|
|
1259
|
-
# @param
|
|
1032
|
+
# Update a funding transaction request
|
|
1033
|
+
# Update the information for a funding transaction request for an account.
|
|
1034
|
+
# @param funding_transaction fundingTransaction
|
|
1035
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
1260
1036
|
# @param [Hash] opts the optional parameters
|
|
1261
|
-
# @return [
|
|
1262
|
-
def
|
|
1263
|
-
data, _status_code, _headers =
|
|
1037
|
+
# @return [FundingTransaction]
|
|
1038
|
+
def update_funding_transaction_using_put(funding_transaction, funding_transaction_id, opts = {})
|
|
1039
|
+
data, _status_code, _headers = update_funding_transaction_using_put_with_http_info(funding_transaction, funding_transaction_id, opts)
|
|
1264
1040
|
data
|
|
1265
1041
|
end
|
|
1266
1042
|
|
|
1267
|
-
# Update a
|
|
1268
|
-
# Update the information for a
|
|
1269
|
-
# @param
|
|
1270
|
-
# @param
|
|
1043
|
+
# Update a funding transaction request
|
|
1044
|
+
# Update the information for a funding transaction request for an account.
|
|
1045
|
+
# @param funding_transaction fundingTransaction
|
|
1046
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
1271
1047
|
# @param [Hash] opts the optional parameters
|
|
1272
|
-
# @return [Array<(
|
|
1273
|
-
def
|
|
1048
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
1049
|
+
def update_funding_transaction_using_put_with_http_info(funding_transaction, funding_transaction_id, opts = {})
|
|
1274
1050
|
if @api_client.config.debugging
|
|
1275
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.
|
|
1051
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_funding_transaction_using_put ...'
|
|
1276
1052
|
end
|
|
1277
|
-
# verify the required parameter '
|
|
1278
|
-
if @api_client.config.client_side_validation &&
|
|
1279
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1053
|
+
# verify the required parameter 'funding_transaction' is set
|
|
1054
|
+
if @api_client.config.client_side_validation && funding_transaction.nil?
|
|
1055
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction' when calling FundingApi.update_funding_transaction_using_put"
|
|
1280
1056
|
end
|
|
1281
|
-
# verify the required parameter '
|
|
1282
|
-
if @api_client.config.client_side_validation &&
|
|
1283
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1057
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
1058
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
1059
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.update_funding_transaction_using_put"
|
|
1284
1060
|
end
|
|
1285
1061
|
# resource path
|
|
1286
|
-
local_var_path = '/
|
|
1062
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
1287
1063
|
|
|
1288
1064
|
# query parameters
|
|
1289
1065
|
query_params = {}
|
|
@@ -1299,7 +1075,7 @@ module NucleusApi
|
|
|
1299
1075
|
form_params = {}
|
|
1300
1076
|
|
|
1301
1077
|
# http body (model)
|
|
1302
|
-
post_body = @api_client.object_to_http_body(
|
|
1078
|
+
post_body = @api_client.object_to_http_body(funding_transaction)
|
|
1303
1079
|
auth_names = ['oauth2']
|
|
1304
1080
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1305
1081
|
:header_params => header_params,
|
|
@@ -1307,9 +1083,9 @@ module NucleusApi
|
|
|
1307
1083
|
:form_params => form_params,
|
|
1308
1084
|
:body => post_body,
|
|
1309
1085
|
:auth_names => auth_names,
|
|
1310
|
-
:return_type => '
|
|
1086
|
+
:return_type => 'FundingTransaction')
|
|
1311
1087
|
if @api_client.config.debugging
|
|
1312
|
-
@api_client.config.logger.debug "API called: FundingApi#
|
|
1088
|
+
@api_client.config.logger.debug "API called: FundingApi#update_funding_transaction_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1313
1089
|
end
|
|
1314
1090
|
return data, status_code, headers
|
|
1315
1091
|
end
|
|
@@ -1343,7 +1119,7 @@ module NucleusApi
|
|
|
1343
1119
|
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.update_funding_using_put"
|
|
1344
1120
|
end
|
|
1345
1121
|
# resource path
|
|
1346
|
-
local_var_path = '/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
1122
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
1347
1123
|
|
|
1348
1124
|
# query parameters
|
|
1349
1125
|
query_params = {}
|
|
@@ -1403,7 +1179,7 @@ module NucleusApi
|
|
|
1403
1179
|
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.update_transfer_using_put"
|
|
1404
1180
|
end
|
|
1405
1181
|
# resource path
|
|
1406
|
-
local_var_path = '/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
1182
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
1407
1183
|
|
|
1408
1184
|
# query parameters
|
|
1409
1185
|
query_params = {}
|
|
@@ -1433,65 +1209,5 @@ module NucleusApi
|
|
|
1433
1209
|
end
|
|
1434
1210
|
return data, status_code, headers
|
|
1435
1211
|
end
|
|
1436
|
-
# Update a withdrawal request
|
|
1437
|
-
# Update the information for a withdrawal request for an account.
|
|
1438
|
-
# @param withdrawal withdrawal
|
|
1439
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
1440
|
-
# @param [Hash] opts the optional parameters
|
|
1441
|
-
# @return [DailyWithdrawal]
|
|
1442
|
-
def update_withdrawal_using_put(withdrawal, withdrawal_id, opts = {})
|
|
1443
|
-
data, _status_code, _headers = update_withdrawal_using_put_with_http_info(withdrawal, withdrawal_id, opts)
|
|
1444
|
-
data
|
|
1445
|
-
end
|
|
1446
|
-
|
|
1447
|
-
# Update a withdrawal request
|
|
1448
|
-
# Update the information for a withdrawal request for an account.
|
|
1449
|
-
# @param withdrawal withdrawal
|
|
1450
|
-
# @param withdrawal_id UUID withdrawal_id
|
|
1451
|
-
# @param [Hash] opts the optional parameters
|
|
1452
|
-
# @return [Array<(DailyWithdrawal, Fixnum, Hash)>] DailyWithdrawal data, response status code and response headers
|
|
1453
|
-
def update_withdrawal_using_put_with_http_info(withdrawal, withdrawal_id, opts = {})
|
|
1454
|
-
if @api_client.config.debugging
|
|
1455
|
-
@api_client.config.logger.debug 'Calling API: FundingApi.update_withdrawal_using_put ...'
|
|
1456
|
-
end
|
|
1457
|
-
# verify the required parameter 'withdrawal' is set
|
|
1458
|
-
if @api_client.config.client_side_validation && withdrawal.nil?
|
|
1459
|
-
fail ArgumentError, "Missing the required parameter 'withdrawal' when calling FundingApi.update_withdrawal_using_put"
|
|
1460
|
-
end
|
|
1461
|
-
# verify the required parameter 'withdrawal_id' is set
|
|
1462
|
-
if @api_client.config.client_side_validation && withdrawal_id.nil?
|
|
1463
|
-
fail ArgumentError, "Missing the required parameter 'withdrawal_id' when calling FundingApi.update_withdrawal_using_put"
|
|
1464
|
-
end
|
|
1465
|
-
# resource path
|
|
1466
|
-
local_var_path = '/withdrawal/{withdrawal_id}'.sub('{' + 'withdrawal_id' + '}', withdrawal_id.to_s)
|
|
1467
|
-
|
|
1468
|
-
# query parameters
|
|
1469
|
-
query_params = {}
|
|
1470
|
-
|
|
1471
|
-
# header parameters
|
|
1472
|
-
header_params = {}
|
|
1473
|
-
# HTTP header 'Accept' (if needed)
|
|
1474
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1475
|
-
# HTTP header 'Content-Type'
|
|
1476
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1477
|
-
|
|
1478
|
-
# form parameters
|
|
1479
|
-
form_params = {}
|
|
1480
|
-
|
|
1481
|
-
# http body (model)
|
|
1482
|
-
post_body = @api_client.object_to_http_body(withdrawal)
|
|
1483
|
-
auth_names = ['oauth2']
|
|
1484
|
-
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1485
|
-
:header_params => header_params,
|
|
1486
|
-
:query_params => query_params,
|
|
1487
|
-
:form_params => form_params,
|
|
1488
|
-
:body => post_body,
|
|
1489
|
-
:auth_names => auth_names,
|
|
1490
|
-
:return_type => 'DailyWithdrawal')
|
|
1491
|
-
if @api_client.config.debugging
|
|
1492
|
-
@api_client.config.logger.debug "API called: FundingApi#update_withdrawal_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1493
|
-
end
|
|
1494
|
-
return data, status_code, headers
|
|
1495
|
-
end
|
|
1496
1212
|
end
|
|
1497
1213
|
end
|