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,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 'risk_profile' when calling RiskProfileApi.create_risk_profile_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/risk_profile'
|
|
46
|
+
local_var_path = '/nucleus/v1/risk_profile'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'risk_profile_id' when calling RiskProfileApi.delete_risk_profile_using_delete"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_id.to_s)
|
|
100
|
+
local_var_path = '/nucleus/v1/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_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: RiskProfileApi.get_risk_profile_all_using_get ...'
|
|
153
153
|
end
|
|
154
154
|
# resource path
|
|
155
|
-
local_var_path = '/risk_profile'
|
|
155
|
+
local_var_path = '/nucleus/v1/risk_profile'
|
|
156
156
|
|
|
157
157
|
# query parameters
|
|
158
158
|
query_params = {}
|
|
@@ -209,7 +209,7 @@ module NucleusApi
|
|
|
209
209
|
fail ArgumentError, "Missing the required parameter 'risk_profile_id' when calling RiskProfileApi.get_risk_profile_using_get"
|
|
210
210
|
end
|
|
211
211
|
# resource path
|
|
212
|
-
local_var_path = '/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_id.to_s)
|
|
212
|
+
local_var_path = '/nucleus/v1/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_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 'risk_profile_id' when calling RiskProfileApi.update_risk_profile_using_put"
|
|
268
268
|
end
|
|
269
269
|
# resource path
|
|
270
|
-
local_var_path = '/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_id.to_s)
|
|
270
|
+
local_var_path = '/nucleus/v1/risk_profile/{risk_profile_id}'.sub('{' + 'risk_profile_id' + '}', risk_profile_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 'roundup_settings' when calling RoundupApi.create_roundup_settings_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/roundup_setting'
|
|
46
|
+
local_var_path = '/nucleus/v1/roundup_setting'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'roundup_co' when calling RoundupApi.create_roundup_using_post"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/roundup'
|
|
100
|
+
local_var_path = '/nucleus/v1/roundup'
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -151,7 +151,7 @@ module NucleusApi
|
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'roundup_setting_id' when calling RoundupApi.delete_roundup_settings_using_delete"
|
|
152
152
|
end
|
|
153
153
|
# resource path
|
|
154
|
-
local_var_path = '/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
154
|
+
local_var_path = '/nucleus/v1/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
155
155
|
|
|
156
156
|
# query parameters
|
|
157
157
|
query_params = {}
|
|
@@ -206,7 +206,7 @@ module NucleusApi
|
|
|
206
206
|
@api_client.config.logger.debug 'Calling API: RoundupApi.get_roundup_all_using_get ...'
|
|
207
207
|
end
|
|
208
208
|
# resource path
|
|
209
|
-
local_var_path = '/roundup'
|
|
209
|
+
local_var_path = '/nucleus/v1/roundup'
|
|
210
210
|
|
|
211
211
|
# query parameters
|
|
212
212
|
query_params = {}
|
|
@@ -267,7 +267,7 @@ module NucleusApi
|
|
|
267
267
|
@api_client.config.logger.debug 'Calling API: RoundupApi.get_roundup_settings_all_using_get ...'
|
|
268
268
|
end
|
|
269
269
|
# resource path
|
|
270
|
-
local_var_path = '/roundup_setting'
|
|
270
|
+
local_var_path = '/nucleus/v1/roundup_setting'
|
|
271
271
|
|
|
272
272
|
# query parameters
|
|
273
273
|
query_params = {}
|
|
@@ -324,7 +324,7 @@ module NucleusApi
|
|
|
324
324
|
fail ArgumentError, "Missing the required parameter 'roundup_setting_id' when calling RoundupApi.get_roundup_settings_using_get"
|
|
325
325
|
end
|
|
326
326
|
# resource path
|
|
327
|
-
local_var_path = '/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
327
|
+
local_var_path = '/nucleus/v1/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
328
328
|
|
|
329
329
|
# query parameters
|
|
330
330
|
query_params = {}
|
|
@@ -376,7 +376,7 @@ module NucleusApi
|
|
|
376
376
|
fail ArgumentError, "Missing the required parameter 'roundup_id' when calling RoundupApi.get_roundup_using_get"
|
|
377
377
|
end
|
|
378
378
|
# resource path
|
|
379
|
-
local_var_path = '/roundup/{roundup_id}'.sub('{' + 'roundup_id' + '}', roundup_id.to_s)
|
|
379
|
+
local_var_path = '/nucleus/v1/roundup/{roundup_id}'.sub('{' + 'roundup_id' + '}', roundup_id.to_s)
|
|
380
380
|
|
|
381
381
|
# query parameters
|
|
382
382
|
query_params = {}
|
|
@@ -434,7 +434,7 @@ module NucleusApi
|
|
|
434
434
|
fail ArgumentError, "Missing the required parameter 'roundup_setting_id' when calling RoundupApi.update_roundup_settings_using_put"
|
|
435
435
|
end
|
|
436
436
|
# resource path
|
|
437
|
-
local_var_path = '/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
437
|
+
local_var_path = '/nucleus/v1/roundup_setting/{roundup_setting_id}'.sub('{' + 'roundup_setting_id' + '}', roundup_setting_id.to_s)
|
|
438
438
|
|
|
439
439
|
# query parameters
|
|
440
440
|
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 'score' when calling ScoreApi.create_score_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/score'
|
|
46
|
+
local_var_path = '/nucleus/v1/score'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'score_id' when calling ScoreApi.delete_score_using_delete"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/score/{score_id}'.sub('{' + 'score_id' + '}', score_id.to_s)
|
|
100
|
+
local_var_path = '/nucleus/v1/score/{score_id}'.sub('{' + 'score_id' + '}', score_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: ScoreApi.get_score_all_using_get ...'
|
|
153
153
|
end
|
|
154
154
|
# resource path
|
|
155
|
-
local_var_path = '/score'
|
|
155
|
+
local_var_path = '/nucleus/v1/score'
|
|
156
156
|
|
|
157
157
|
# query parameters
|
|
158
158
|
query_params = {}
|
|
@@ -209,7 +209,7 @@ module NucleusApi
|
|
|
209
209
|
fail ArgumentError, "Missing the required parameter 'score_id' when calling ScoreApi.get_score_using_get"
|
|
210
210
|
end
|
|
211
211
|
# resource path
|
|
212
|
-
local_var_path = '/score/{score_id}'.sub('{' + 'score_id' + '}', score_id.to_s)
|
|
212
|
+
local_var_path = '/nucleus/v1/score/{score_id}'.sub('{' + 'score_id' + '}', score_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 'score_id' when calling ScoreApi.update_score_using_put"
|
|
268
268
|
end
|
|
269
269
|
# resource path
|
|
270
|
-
local_var_path = '/score/{score_id}'.sub('{' + 'score_id' + '}', score_id.to_s)
|
|
270
|
+
local_var_path = '/nucleus/v1/score/{score_id}'.sub('{' + 'score_id' + '}', score_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 'security_exclusion_request' when calling SecuritiesApi.create_security_exclusion_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/security_exclusion'
|
|
46
|
+
local_var_path = '/nucleus/v1/security_exclusion'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'security_price_request' when calling SecuritiesApi.create_security_price_using_post"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/security_price'
|
|
100
|
+
local_var_path = '/nucleus/v1/security_price'
|
|
101
101
|
|
|
102
102
|
# query parameters
|
|
103
103
|
query_params = {}
|
|
@@ -151,7 +151,7 @@ module NucleusApi
|
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'securities_info_request' when calling SecuritiesApi.create_security_using_post"
|
|
152
152
|
end
|
|
153
153
|
# resource path
|
|
154
|
-
local_var_path = '/security'
|
|
154
|
+
local_var_path = '/nucleus/v1/security'
|
|
155
155
|
|
|
156
156
|
# query parameters
|
|
157
157
|
query_params = {}
|
|
@@ -205,7 +205,7 @@ module NucleusApi
|
|
|
205
205
|
fail ArgumentError, "Missing the required parameter 'security_exclusion_id' when calling SecuritiesApi.delete_security_exclusion_using_delete"
|
|
206
206
|
end
|
|
207
207
|
# resource path
|
|
208
|
-
local_var_path = '/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
208
|
+
local_var_path = '/nucleus/v1/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
209
209
|
|
|
210
210
|
# query parameters
|
|
211
211
|
query_params = {}
|
|
@@ -256,7 +256,7 @@ module NucleusApi
|
|
|
256
256
|
fail ArgumentError, "Missing the required parameter 'security_price_id' when calling SecuritiesApi.delete_security_price_using_delete"
|
|
257
257
|
end
|
|
258
258
|
# resource path
|
|
259
|
-
local_var_path = '/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
259
|
+
local_var_path = '/nucleus/v1/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
260
260
|
|
|
261
261
|
# query parameters
|
|
262
262
|
query_params = {}
|
|
@@ -307,7 +307,7 @@ module NucleusApi
|
|
|
307
307
|
fail ArgumentError, "Missing the required parameter 'security_id' when calling SecuritiesApi.delete_security_using_delete"
|
|
308
308
|
end
|
|
309
309
|
# resource path
|
|
310
|
-
local_var_path = '/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
310
|
+
local_var_path = '/nucleus/v1/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
311
311
|
|
|
312
312
|
# query parameters
|
|
313
313
|
query_params = {}
|
|
@@ -362,7 +362,7 @@ module NucleusApi
|
|
|
362
362
|
@api_client.config.logger.debug 'Calling API: SecuritiesApi.get_security_all_using_get ...'
|
|
363
363
|
end
|
|
364
364
|
# resource path
|
|
365
|
-
local_var_path = '/security'
|
|
365
|
+
local_var_path = '/nucleus/v1/security'
|
|
366
366
|
|
|
367
367
|
# query parameters
|
|
368
368
|
query_params = {}
|
|
@@ -423,7 +423,7 @@ module NucleusApi
|
|
|
423
423
|
@api_client.config.logger.debug 'Calling API: SecuritiesApi.get_security_exclusion_all_using_get ...'
|
|
424
424
|
end
|
|
425
425
|
# resource path
|
|
426
|
-
local_var_path = '/security_exclusion'
|
|
426
|
+
local_var_path = '/nucleus/v1/security_exclusion'
|
|
427
427
|
|
|
428
428
|
# query parameters
|
|
429
429
|
query_params = {}
|
|
@@ -480,7 +480,7 @@ module NucleusApi
|
|
|
480
480
|
fail ArgumentError, "Missing the required parameter 'security_exclusion_id' when calling SecuritiesApi.get_security_exclusion_using_get"
|
|
481
481
|
end
|
|
482
482
|
# resource path
|
|
483
|
-
local_var_path = '/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
483
|
+
local_var_path = '/nucleus/v1/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
484
484
|
|
|
485
485
|
# query parameters
|
|
486
486
|
query_params = {}
|
|
@@ -538,7 +538,7 @@ module NucleusApi
|
|
|
538
538
|
@api_client.config.logger.debug 'Calling API: SecuritiesApi.get_security_price_all_using_get ...'
|
|
539
539
|
end
|
|
540
540
|
# resource path
|
|
541
|
-
local_var_path = '/security_price'
|
|
541
|
+
local_var_path = '/nucleus/v1/security_price'
|
|
542
542
|
|
|
543
543
|
# query parameters
|
|
544
544
|
query_params = {}
|
|
@@ -598,7 +598,7 @@ module NucleusApi
|
|
|
598
598
|
fail ArgumentError, "Missing the required parameter 'security_price_id' when calling SecuritiesApi.get_security_price_using_get"
|
|
599
599
|
end
|
|
600
600
|
# resource path
|
|
601
|
-
local_var_path = '/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
601
|
+
local_var_path = '/nucleus/v1/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
602
602
|
|
|
603
603
|
# query parameters
|
|
604
604
|
query_params = {}
|
|
@@ -651,7 +651,7 @@ module NucleusApi
|
|
|
651
651
|
fail ArgumentError, "Missing the required parameter 'security_id' when calling SecuritiesApi.get_security_using_get"
|
|
652
652
|
end
|
|
653
653
|
# resource path
|
|
654
|
-
local_var_path = '/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
654
|
+
local_var_path = '/nucleus/v1/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
655
655
|
|
|
656
656
|
# query parameters
|
|
657
657
|
query_params = {}
|
|
@@ -709,7 +709,7 @@ module NucleusApi
|
|
|
709
709
|
fail ArgumentError, "Missing the required parameter 'security_exclusion_id' when calling SecuritiesApi.update_security_exclusion_using_put"
|
|
710
710
|
end
|
|
711
711
|
# resource path
|
|
712
|
-
local_var_path = '/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
712
|
+
local_var_path = '/nucleus/v1/security_exclusion/{security_exclusion_id}'.sub('{' + 'security_exclusion_id' + '}', security_exclusion_id.to_s)
|
|
713
713
|
|
|
714
714
|
# query parameters
|
|
715
715
|
query_params = {}
|
|
@@ -769,7 +769,7 @@ module NucleusApi
|
|
|
769
769
|
fail ArgumentError, "Missing the required parameter 'security_price_id' when calling SecuritiesApi.update_security_price_using_put"
|
|
770
770
|
end
|
|
771
771
|
# resource path
|
|
772
|
-
local_var_path = '/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
772
|
+
local_var_path = '/nucleus/v1/security_price/{security_price_id}'.sub('{' + 'security_price_id' + '}', security_price_id.to_s)
|
|
773
773
|
|
|
774
774
|
# query parameters
|
|
775
775
|
query_params = {}
|
|
@@ -829,7 +829,7 @@ module NucleusApi
|
|
|
829
829
|
fail ArgumentError, "Missing the required parameter 'security_id' when calling SecuritiesApi.update_security_using_put"
|
|
830
830
|
end
|
|
831
831
|
# resource path
|
|
832
|
-
local_var_path = '/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
832
|
+
local_var_path = '/nucleus/v1/security/{security_id}'.sub('{' + 'security_id' + '}', security_id.to_s)
|
|
833
833
|
|
|
834
834
|
# query parameters
|
|
835
835
|
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 'spending_control' when calling SpendingControlApi.create_spending_control_using_post"
|
|
44
44
|
end
|
|
45
45
|
# resource path
|
|
46
|
-
local_var_path = '/spending_control'
|
|
46
|
+
local_var_path = '/nucleus/v1/spending_control'
|
|
47
47
|
|
|
48
48
|
# query parameters
|
|
49
49
|
query_params = {}
|
|
@@ -97,7 +97,7 @@ module NucleusApi
|
|
|
97
97
|
fail ArgumentError, "Missing the required parameter 'spending_control_id' when calling SpendingControlApi.delete_spending_control_using_delete"
|
|
98
98
|
end
|
|
99
99
|
# resource path
|
|
100
|
-
local_var_path = '/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_id.to_s)
|
|
100
|
+
local_var_path = '/nucleus/v1/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_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: SpendingControlApi.get_spending_control_all_using_get ...'
|
|
153
153
|
end
|
|
154
154
|
# resource path
|
|
155
|
-
local_var_path = '/spending_control'
|
|
155
|
+
local_var_path = '/nucleus/v1/spending_control'
|
|
156
156
|
|
|
157
157
|
# query parameters
|
|
158
158
|
query_params = {}
|
|
@@ -209,7 +209,7 @@ module NucleusApi
|
|
|
209
209
|
fail ArgumentError, "Missing the required parameter 'spending_control_id' when calling SpendingControlApi.get_spending_control_using_get"
|
|
210
210
|
end
|
|
211
211
|
# resource path
|
|
212
|
-
local_var_path = '/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_id.to_s)
|
|
212
|
+
local_var_path = '/nucleus/v1/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_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 'spending_control_id' when calling SpendingControlApi.update_spending_control_using_put"
|
|
268
268
|
end
|
|
269
269
|
# resource path
|
|
270
|
-
local_var_path = '/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_id.to_s)
|
|
270
|
+
local_var_path = '/nucleus/v1/spending_control/{spending_control_id}'.sub('{' + 'spending_control_id' + '}', spending_control_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
|
|
|
@@ -19,6 +19,384 @@ module NucleusApi
|
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
|
+
# Create an application
|
|
23
|
+
# Create an application
|
|
24
|
+
# @param application application
|
|
25
|
+
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @return [Application]
|
|
27
|
+
def create_application_using_post(application, opts = {})
|
|
28
|
+
data, _status_code, _headers = create_application_using_post_with_http_info(application, opts)
|
|
29
|
+
data
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Create an application
|
|
33
|
+
# Create an application
|
|
34
|
+
# @param application application
|
|
35
|
+
# @param [Hash] opts the optional parameters
|
|
36
|
+
# @return [Array<(Application, Fixnum, Hash)>] Application data, response status code and response headers
|
|
37
|
+
def create_application_using_post_with_http_info(application, opts = {})
|
|
38
|
+
if @api_client.config.debugging
|
|
39
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_application_using_post ...'
|
|
40
|
+
end
|
|
41
|
+
# verify the required parameter 'application' is set
|
|
42
|
+
if @api_client.config.client_side_validation && application.nil?
|
|
43
|
+
fail ArgumentError, "Missing the required parameter 'application' when calling UtilsApi.create_application_using_post"
|
|
44
|
+
end
|
|
45
|
+
# resource path
|
|
46
|
+
local_var_path = '/nucleus/v1/application'
|
|
47
|
+
|
|
48
|
+
# query parameters
|
|
49
|
+
query_params = {}
|
|
50
|
+
|
|
51
|
+
# header parameters
|
|
52
|
+
header_params = {}
|
|
53
|
+
# HTTP header 'Accept' (if needed)
|
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
55
|
+
# HTTP header 'Content-Type'
|
|
56
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
57
|
+
|
|
58
|
+
# form parameters
|
|
59
|
+
form_params = {}
|
|
60
|
+
|
|
61
|
+
# http body (model)
|
|
62
|
+
post_body = @api_client.object_to_http_body(application)
|
|
63
|
+
auth_names = ['oauth2']
|
|
64
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
65
|
+
:header_params => header_params,
|
|
66
|
+
:query_params => query_params,
|
|
67
|
+
:form_params => form_params,
|
|
68
|
+
:body => post_body,
|
|
69
|
+
:auth_names => auth_names,
|
|
70
|
+
:return_type => 'Application')
|
|
71
|
+
if @api_client.config.debugging
|
|
72
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_application_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
73
|
+
end
|
|
74
|
+
return data, status_code, headers
|
|
75
|
+
end
|
|
76
|
+
# Create a audit log
|
|
77
|
+
# Create a new audit log.
|
|
78
|
+
# @param audit_log auditLog
|
|
79
|
+
# @param [Hash] opts the optional parameters
|
|
80
|
+
# @return [AuditLog]
|
|
81
|
+
def create_audit_log_using_post(audit_log, opts = {})
|
|
82
|
+
data, _status_code, _headers = create_audit_log_using_post_with_http_info(audit_log, opts)
|
|
83
|
+
data
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Create a audit log
|
|
87
|
+
# Create a new audit log.
|
|
88
|
+
# @param audit_log auditLog
|
|
89
|
+
# @param [Hash] opts the optional parameters
|
|
90
|
+
# @return [Array<(AuditLog, Fixnum, Hash)>] AuditLog data, response status code and response headers
|
|
91
|
+
def create_audit_log_using_post_with_http_info(audit_log, opts = {})
|
|
92
|
+
if @api_client.config.debugging
|
|
93
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_audit_log_using_post ...'
|
|
94
|
+
end
|
|
95
|
+
# verify the required parameter 'audit_log' is set
|
|
96
|
+
if @api_client.config.client_side_validation && audit_log.nil?
|
|
97
|
+
fail ArgumentError, "Missing the required parameter 'audit_log' when calling UtilsApi.create_audit_log_using_post"
|
|
98
|
+
end
|
|
99
|
+
# resource path
|
|
100
|
+
local_var_path = '/nucleus/v1/audit_log'
|
|
101
|
+
|
|
102
|
+
# query parameters
|
|
103
|
+
query_params = {}
|
|
104
|
+
|
|
105
|
+
# header parameters
|
|
106
|
+
header_params = {}
|
|
107
|
+
# HTTP header 'Accept' (if needed)
|
|
108
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
109
|
+
# HTTP header 'Content-Type'
|
|
110
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
111
|
+
|
|
112
|
+
# form parameters
|
|
113
|
+
form_params = {}
|
|
114
|
+
|
|
115
|
+
# http body (model)
|
|
116
|
+
post_body = @api_client.object_to_http_body(audit_log)
|
|
117
|
+
auth_names = ['oauth2']
|
|
118
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
119
|
+
:header_params => header_params,
|
|
120
|
+
:query_params => query_params,
|
|
121
|
+
:form_params => form_params,
|
|
122
|
+
:body => post_body,
|
|
123
|
+
:auth_names => auth_names,
|
|
124
|
+
:return_type => 'AuditLog')
|
|
125
|
+
if @api_client.config.debugging
|
|
126
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_audit_log_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
127
|
+
end
|
|
128
|
+
return data, status_code, headers
|
|
129
|
+
end
|
|
130
|
+
# Create a Feature Track
|
|
131
|
+
# Create a new feature track.
|
|
132
|
+
# @param feature_track featureTrack
|
|
133
|
+
# @param [Hash] opts the optional parameters
|
|
134
|
+
# @return [FeatureTrack]
|
|
135
|
+
def create_feature_track_using_post(feature_track, opts = {})
|
|
136
|
+
data, _status_code, _headers = create_feature_track_using_post_with_http_info(feature_track, opts)
|
|
137
|
+
data
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# Create a Feature Track
|
|
141
|
+
# Create a new feature track.
|
|
142
|
+
# @param feature_track featureTrack
|
|
143
|
+
# @param [Hash] opts the optional parameters
|
|
144
|
+
# @return [Array<(FeatureTrack, Fixnum, Hash)>] FeatureTrack data, response status code and response headers
|
|
145
|
+
def create_feature_track_using_post_with_http_info(feature_track, opts = {})
|
|
146
|
+
if @api_client.config.debugging
|
|
147
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_feature_track_using_post ...'
|
|
148
|
+
end
|
|
149
|
+
# verify the required parameter 'feature_track' is set
|
|
150
|
+
if @api_client.config.client_side_validation && feature_track.nil?
|
|
151
|
+
fail ArgumentError, "Missing the required parameter 'feature_track' when calling UtilsApi.create_feature_track_using_post"
|
|
152
|
+
end
|
|
153
|
+
# resource path
|
|
154
|
+
local_var_path = '/nucleus/v1/feature_track'
|
|
155
|
+
|
|
156
|
+
# query parameters
|
|
157
|
+
query_params = {}
|
|
158
|
+
|
|
159
|
+
# header parameters
|
|
160
|
+
header_params = {}
|
|
161
|
+
# HTTP header 'Accept' (if needed)
|
|
162
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
163
|
+
# HTTP header 'Content-Type'
|
|
164
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
165
|
+
|
|
166
|
+
# form parameters
|
|
167
|
+
form_params = {}
|
|
168
|
+
|
|
169
|
+
# http body (model)
|
|
170
|
+
post_body = @api_client.object_to_http_body(feature_track)
|
|
171
|
+
auth_names = ['oauth2']
|
|
172
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
173
|
+
:header_params => header_params,
|
|
174
|
+
:query_params => query_params,
|
|
175
|
+
:form_params => form_params,
|
|
176
|
+
:body => post_body,
|
|
177
|
+
:auth_names => auth_names,
|
|
178
|
+
:return_type => 'FeatureTrack')
|
|
179
|
+
if @api_client.config.debugging
|
|
180
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_feature_track_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
181
|
+
end
|
|
182
|
+
return data, status_code, headers
|
|
183
|
+
end
|
|
184
|
+
# Create a Feature
|
|
185
|
+
# Create a new feature.
|
|
186
|
+
# @param feature feature
|
|
187
|
+
# @param [Hash] opts the optional parameters
|
|
188
|
+
# @return [Feature]
|
|
189
|
+
def create_feature_using_post(feature, opts = {})
|
|
190
|
+
data, _status_code, _headers = create_feature_using_post_with_http_info(feature, opts)
|
|
191
|
+
data
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Create a Feature
|
|
195
|
+
# Create a new feature.
|
|
196
|
+
# @param feature feature
|
|
197
|
+
# @param [Hash] opts the optional parameters
|
|
198
|
+
# @return [Array<(Feature, Fixnum, Hash)>] Feature data, response status code and response headers
|
|
199
|
+
def create_feature_using_post_with_http_info(feature, opts = {})
|
|
200
|
+
if @api_client.config.debugging
|
|
201
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_feature_using_post ...'
|
|
202
|
+
end
|
|
203
|
+
# verify the required parameter 'feature' is set
|
|
204
|
+
if @api_client.config.client_side_validation && feature.nil?
|
|
205
|
+
fail ArgumentError, "Missing the required parameter 'feature' when calling UtilsApi.create_feature_using_post"
|
|
206
|
+
end
|
|
207
|
+
# resource path
|
|
208
|
+
local_var_path = '/nucleus/v1/feature'
|
|
209
|
+
|
|
210
|
+
# query parameters
|
|
211
|
+
query_params = {}
|
|
212
|
+
|
|
213
|
+
# header parameters
|
|
214
|
+
header_params = {}
|
|
215
|
+
# HTTP header 'Accept' (if needed)
|
|
216
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
217
|
+
# HTTP header 'Content-Type'
|
|
218
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
219
|
+
|
|
220
|
+
# form parameters
|
|
221
|
+
form_params = {}
|
|
222
|
+
|
|
223
|
+
# http body (model)
|
|
224
|
+
post_body = @api_client.object_to_http_body(feature)
|
|
225
|
+
auth_names = ['oauth2']
|
|
226
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
227
|
+
:header_params => header_params,
|
|
228
|
+
:query_params => query_params,
|
|
229
|
+
:form_params => form_params,
|
|
230
|
+
:body => post_body,
|
|
231
|
+
:auth_names => auth_names,
|
|
232
|
+
:return_type => 'Feature')
|
|
233
|
+
if @api_client.config.debugging
|
|
234
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_feature_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
235
|
+
end
|
|
236
|
+
return data, status_code, headers
|
|
237
|
+
end
|
|
238
|
+
# Create a Notification Client
|
|
239
|
+
# Create a new Notification Client.
|
|
240
|
+
# @param notification_client notificationClient
|
|
241
|
+
# @param [Hash] opts the optional parameters
|
|
242
|
+
# @return [NotificationClient]
|
|
243
|
+
def create_notification_client_using_post(notification_client, opts = {})
|
|
244
|
+
data, _status_code, _headers = create_notification_client_using_post_with_http_info(notification_client, opts)
|
|
245
|
+
data
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Create a Notification Client
|
|
249
|
+
# Create a new Notification Client.
|
|
250
|
+
# @param notification_client notificationClient
|
|
251
|
+
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @return [Array<(NotificationClient, Fixnum, Hash)>] NotificationClient data, response status code and response headers
|
|
253
|
+
def create_notification_client_using_post_with_http_info(notification_client, opts = {})
|
|
254
|
+
if @api_client.config.debugging
|
|
255
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_notification_client_using_post ...'
|
|
256
|
+
end
|
|
257
|
+
# verify the required parameter 'notification_client' is set
|
|
258
|
+
if @api_client.config.client_side_validation && notification_client.nil?
|
|
259
|
+
fail ArgumentError, "Missing the required parameter 'notification_client' when calling UtilsApi.create_notification_client_using_post"
|
|
260
|
+
end
|
|
261
|
+
# resource path
|
|
262
|
+
local_var_path = '/nucleus/v1/notification_client'
|
|
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(notification_client)
|
|
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 => 'NotificationClient')
|
|
287
|
+
if @api_client.config.debugging
|
|
288
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_notification_client_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
289
|
+
end
|
|
290
|
+
return data, status_code, headers
|
|
291
|
+
end
|
|
292
|
+
# Create a Notification Setting
|
|
293
|
+
# Create a new Notification Setting.
|
|
294
|
+
# @param notification_setting notificationSetting
|
|
295
|
+
# @param [Hash] opts the optional parameters
|
|
296
|
+
# @return [NotificationSetting]
|
|
297
|
+
def create_notification_setting_using_post(notification_setting, opts = {})
|
|
298
|
+
data, _status_code, _headers = create_notification_setting_using_post_with_http_info(notification_setting, opts)
|
|
299
|
+
data
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Create a Notification Setting
|
|
303
|
+
# Create a new Notification Setting.
|
|
304
|
+
# @param notification_setting notificationSetting
|
|
305
|
+
# @param [Hash] opts the optional parameters
|
|
306
|
+
# @return [Array<(NotificationSetting, Fixnum, Hash)>] NotificationSetting data, response status code and response headers
|
|
307
|
+
def create_notification_setting_using_post_with_http_info(notification_setting, opts = {})
|
|
308
|
+
if @api_client.config.debugging
|
|
309
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_notification_setting_using_post ...'
|
|
310
|
+
end
|
|
311
|
+
# verify the required parameter 'notification_setting' is set
|
|
312
|
+
if @api_client.config.client_side_validation && notification_setting.nil?
|
|
313
|
+
fail ArgumentError, "Missing the required parameter 'notification_setting' when calling UtilsApi.create_notification_setting_using_post"
|
|
314
|
+
end
|
|
315
|
+
# resource path
|
|
316
|
+
local_var_path = '/nucleus/v1/notification_setting'
|
|
317
|
+
|
|
318
|
+
# query parameters
|
|
319
|
+
query_params = {}
|
|
320
|
+
|
|
321
|
+
# header parameters
|
|
322
|
+
header_params = {}
|
|
323
|
+
# HTTP header 'Accept' (if needed)
|
|
324
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
325
|
+
# HTTP header 'Content-Type'
|
|
326
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
327
|
+
|
|
328
|
+
# form parameters
|
|
329
|
+
form_params = {}
|
|
330
|
+
|
|
331
|
+
# http body (model)
|
|
332
|
+
post_body = @api_client.object_to_http_body(notification_setting)
|
|
333
|
+
auth_names = ['oauth2']
|
|
334
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
335
|
+
:header_params => header_params,
|
|
336
|
+
:query_params => query_params,
|
|
337
|
+
:form_params => form_params,
|
|
338
|
+
:body => post_body,
|
|
339
|
+
:auth_names => auth_names,
|
|
340
|
+
:return_type => 'NotificationSetting')
|
|
341
|
+
if @api_client.config.debugging
|
|
342
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_notification_setting_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
343
|
+
end
|
|
344
|
+
return data, status_code, headers
|
|
345
|
+
end
|
|
346
|
+
# Create a Notification
|
|
347
|
+
# Create a new Notification.
|
|
348
|
+
# @param notification notification
|
|
349
|
+
# @param [Hash] opts the optional parameters
|
|
350
|
+
# @return [Notification]
|
|
351
|
+
def create_notification_using_post(notification, opts = {})
|
|
352
|
+
data, _status_code, _headers = create_notification_using_post_with_http_info(notification, opts)
|
|
353
|
+
data
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
# Create a Notification
|
|
357
|
+
# Create a new Notification.
|
|
358
|
+
# @param notification notification
|
|
359
|
+
# @param [Hash] opts the optional parameters
|
|
360
|
+
# @return [Array<(Notification, Fixnum, Hash)>] Notification data, response status code and response headers
|
|
361
|
+
def create_notification_using_post_with_http_info(notification, opts = {})
|
|
362
|
+
if @api_client.config.debugging
|
|
363
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.create_notification_using_post ...'
|
|
364
|
+
end
|
|
365
|
+
# verify the required parameter 'notification' is set
|
|
366
|
+
if @api_client.config.client_side_validation && notification.nil?
|
|
367
|
+
fail ArgumentError, "Missing the required parameter 'notification' when calling UtilsApi.create_notification_using_post"
|
|
368
|
+
end
|
|
369
|
+
# resource path
|
|
370
|
+
local_var_path = '/nucleus/v1/notification'
|
|
371
|
+
|
|
372
|
+
# query parameters
|
|
373
|
+
query_params = {}
|
|
374
|
+
|
|
375
|
+
# header parameters
|
|
376
|
+
header_params = {}
|
|
377
|
+
# HTTP header 'Accept' (if needed)
|
|
378
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
379
|
+
# HTTP header 'Content-Type'
|
|
380
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
381
|
+
|
|
382
|
+
# form parameters
|
|
383
|
+
form_params = {}
|
|
384
|
+
|
|
385
|
+
# http body (model)
|
|
386
|
+
post_body = @api_client.object_to_http_body(notification)
|
|
387
|
+
auth_names = ['oauth2']
|
|
388
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
389
|
+
:header_params => header_params,
|
|
390
|
+
:query_params => query_params,
|
|
391
|
+
:form_params => form_params,
|
|
392
|
+
:body => post_body,
|
|
393
|
+
:auth_names => auth_names,
|
|
394
|
+
:return_type => 'Notification')
|
|
395
|
+
if @api_client.config.debugging
|
|
396
|
+
@api_client.config.logger.debug "API called: UtilsApi#create_notification_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
397
|
+
end
|
|
398
|
+
return data, status_code, headers
|
|
399
|
+
end
|
|
22
400
|
# Create a reason code
|
|
23
401
|
# Create a new reason code for your firm.
|
|
24
402
|
# @param reason_code_request reasonCodeRequest
|
|
@@ -43,7 +421,7 @@ module NucleusApi
|
|
|
43
421
|
fail ArgumentError, "Missing the required parameter 'reason_code_request' when calling UtilsApi.create_reason_code_using_post"
|
|
44
422
|
end
|
|
45
423
|
# resource path
|
|
46
|
-
local_var_path = '/reason_code'
|
|
424
|
+
local_var_path = '/nucleus/v1/reason_code'
|
|
47
425
|
|
|
48
426
|
# query parameters
|
|
49
427
|
query_params = {}
|
|
@@ -97,7 +475,7 @@ module NucleusApi
|
|
|
97
475
|
fail ArgumentError, "Missing the required parameter 'stage_request' when calling UtilsApi.create_stage_using_post"
|
|
98
476
|
end
|
|
99
477
|
# resource path
|
|
100
|
-
local_var_path = '/stage'
|
|
478
|
+
local_var_path = '/nucleus/v1/stage'
|
|
101
479
|
|
|
102
480
|
# query parameters
|
|
103
481
|
query_params = {}
|
|
@@ -151,7 +529,7 @@ module NucleusApi
|
|
|
151
529
|
fail ArgumentError, "Missing the required parameter 'transaction_request' when calling UtilsApi.create_transaction_code_using_post"
|
|
152
530
|
end
|
|
153
531
|
# resource path
|
|
154
|
-
local_var_path = '/transaction_code'
|
|
532
|
+
local_var_path = '/nucleus/v1/transaction_code'
|
|
155
533
|
|
|
156
534
|
# query parameters
|
|
157
535
|
query_params = {}
|
|
@@ -181,31 +559,337 @@ module NucleusApi
|
|
|
181
559
|
end
|
|
182
560
|
return data, status_code, headers
|
|
183
561
|
end
|
|
184
|
-
# Delete
|
|
185
|
-
# Permanently delete
|
|
186
|
-
# @param
|
|
562
|
+
# Delete an Application
|
|
563
|
+
# Permanently delete an Application.
|
|
564
|
+
# @param application_id UUID application_id
|
|
187
565
|
# @param [Hash] opts the optional parameters
|
|
188
566
|
# @return [nil]
|
|
189
|
-
def
|
|
190
|
-
|
|
567
|
+
def delete_application_using_delete(application_id, opts = {})
|
|
568
|
+
delete_application_using_delete_with_http_info(application_id, opts)
|
|
191
569
|
nil
|
|
192
570
|
end
|
|
193
571
|
|
|
194
|
-
# Delete
|
|
195
|
-
# Permanently delete
|
|
196
|
-
# @param
|
|
572
|
+
# Delete an Application
|
|
573
|
+
# Permanently delete an Application.
|
|
574
|
+
# @param application_id UUID application_id
|
|
197
575
|
# @param [Hash] opts the optional parameters
|
|
198
576
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
199
|
-
def
|
|
577
|
+
def delete_application_using_delete_with_http_info(application_id, opts = {})
|
|
200
578
|
if @api_client.config.debugging
|
|
201
|
-
@api_client.config.logger.debug 'Calling API: UtilsApi.
|
|
579
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_application_using_delete ...'
|
|
202
580
|
end
|
|
203
|
-
# verify the required parameter '
|
|
581
|
+
# verify the required parameter 'application_id' is set
|
|
582
|
+
if @api_client.config.client_side_validation && application_id.nil?
|
|
583
|
+
fail ArgumentError, "Missing the required parameter 'application_id' when calling UtilsApi.delete_application_using_delete"
|
|
584
|
+
end
|
|
585
|
+
# resource path
|
|
586
|
+
local_var_path = '/nucleus/v1/application/{application_id}'.sub('{' + 'application_id' + '}', application_id.to_s)
|
|
587
|
+
|
|
588
|
+
# query parameters
|
|
589
|
+
query_params = {}
|
|
590
|
+
|
|
591
|
+
# header parameters
|
|
592
|
+
header_params = {}
|
|
593
|
+
# HTTP header 'Accept' (if needed)
|
|
594
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
595
|
+
|
|
596
|
+
# form parameters
|
|
597
|
+
form_params = {}
|
|
598
|
+
|
|
599
|
+
# http body (model)
|
|
600
|
+
post_body = nil
|
|
601
|
+
auth_names = ['oauth2']
|
|
602
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
603
|
+
:header_params => header_params,
|
|
604
|
+
:query_params => query_params,
|
|
605
|
+
:form_params => form_params,
|
|
606
|
+
:body => post_body,
|
|
607
|
+
:auth_names => auth_names)
|
|
608
|
+
if @api_client.config.debugging
|
|
609
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_application_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
610
|
+
end
|
|
611
|
+
return data, status_code, headers
|
|
612
|
+
end
|
|
613
|
+
# Delete a Feature Track
|
|
614
|
+
# Permanently delete a feature track registered with your firm.
|
|
615
|
+
# @param feature_track_id UUID feature_track_id
|
|
616
|
+
# @param [Hash] opts the optional parameters
|
|
617
|
+
# @return [nil]
|
|
618
|
+
def delete_feature_track_using_delete(feature_track_id, opts = {})
|
|
619
|
+
delete_feature_track_using_delete_with_http_info(feature_track_id, opts)
|
|
620
|
+
nil
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
# Delete a Feature Track
|
|
624
|
+
# Permanently delete a feature track registered with your firm.
|
|
625
|
+
# @param feature_track_id UUID feature_track_id
|
|
626
|
+
# @param [Hash] opts the optional parameters
|
|
627
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
628
|
+
def delete_feature_track_using_delete_with_http_info(feature_track_id, opts = {})
|
|
629
|
+
if @api_client.config.debugging
|
|
630
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_feature_track_using_delete ...'
|
|
631
|
+
end
|
|
632
|
+
# verify the required parameter 'feature_track_id' is set
|
|
633
|
+
if @api_client.config.client_side_validation && feature_track_id.nil?
|
|
634
|
+
fail ArgumentError, "Missing the required parameter 'feature_track_id' when calling UtilsApi.delete_feature_track_using_delete"
|
|
635
|
+
end
|
|
636
|
+
# resource path
|
|
637
|
+
local_var_path = '/nucleus/v1/feature_track/{feature_track_id}'.sub('{' + 'feature_track_id' + '}', feature_track_id.to_s)
|
|
638
|
+
|
|
639
|
+
# query parameters
|
|
640
|
+
query_params = {}
|
|
641
|
+
|
|
642
|
+
# header parameters
|
|
643
|
+
header_params = {}
|
|
644
|
+
# HTTP header 'Accept' (if needed)
|
|
645
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
646
|
+
|
|
647
|
+
# form parameters
|
|
648
|
+
form_params = {}
|
|
649
|
+
|
|
650
|
+
# http body (model)
|
|
651
|
+
post_body = nil
|
|
652
|
+
auth_names = ['oauth2']
|
|
653
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
654
|
+
:header_params => header_params,
|
|
655
|
+
:query_params => query_params,
|
|
656
|
+
:form_params => form_params,
|
|
657
|
+
:body => post_body,
|
|
658
|
+
:auth_names => auth_names)
|
|
659
|
+
if @api_client.config.debugging
|
|
660
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_feature_track_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
661
|
+
end
|
|
662
|
+
return data, status_code, headers
|
|
663
|
+
end
|
|
664
|
+
# Delete a Feature
|
|
665
|
+
# Permanently delete a feature registered with your firm.
|
|
666
|
+
# @param feature_id UUID feature_id
|
|
667
|
+
# @param [Hash] opts the optional parameters
|
|
668
|
+
# @return [nil]
|
|
669
|
+
def delete_feature_using_delete(feature_id, opts = {})
|
|
670
|
+
delete_feature_using_delete_with_http_info(feature_id, opts)
|
|
671
|
+
nil
|
|
672
|
+
end
|
|
673
|
+
|
|
674
|
+
# Delete a Feature
|
|
675
|
+
# Permanently delete a feature registered with your firm.
|
|
676
|
+
# @param feature_id UUID feature_id
|
|
677
|
+
# @param [Hash] opts the optional parameters
|
|
678
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
679
|
+
def delete_feature_using_delete_with_http_info(feature_id, opts = {})
|
|
680
|
+
if @api_client.config.debugging
|
|
681
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_feature_using_delete ...'
|
|
682
|
+
end
|
|
683
|
+
# verify the required parameter 'feature_id' is set
|
|
684
|
+
if @api_client.config.client_side_validation && feature_id.nil?
|
|
685
|
+
fail ArgumentError, "Missing the required parameter 'feature_id' when calling UtilsApi.delete_feature_using_delete"
|
|
686
|
+
end
|
|
687
|
+
# resource path
|
|
688
|
+
local_var_path = '/nucleus/v1/feature/{feature_id}'.sub('{' + 'feature_id' + '}', feature_id.to_s)
|
|
689
|
+
|
|
690
|
+
# query parameters
|
|
691
|
+
query_params = {}
|
|
692
|
+
|
|
693
|
+
# header parameters
|
|
694
|
+
header_params = {}
|
|
695
|
+
# HTTP header 'Accept' (if needed)
|
|
696
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
697
|
+
|
|
698
|
+
# form parameters
|
|
699
|
+
form_params = {}
|
|
700
|
+
|
|
701
|
+
# http body (model)
|
|
702
|
+
post_body = nil
|
|
703
|
+
auth_names = ['oauth2']
|
|
704
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
705
|
+
:header_params => header_params,
|
|
706
|
+
:query_params => query_params,
|
|
707
|
+
:form_params => form_params,
|
|
708
|
+
:body => post_body,
|
|
709
|
+
:auth_names => auth_names)
|
|
710
|
+
if @api_client.config.debugging
|
|
711
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_feature_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
712
|
+
end
|
|
713
|
+
return data, status_code, headers
|
|
714
|
+
end
|
|
715
|
+
# Delete a Notification Client
|
|
716
|
+
# Permanently Delete Notification Client.
|
|
717
|
+
# @param notification_client_id notification_client_id
|
|
718
|
+
# @param [Hash] opts the optional parameters
|
|
719
|
+
# @return [nil]
|
|
720
|
+
def delete_notification_client_using_delete(notification_client_id, opts = {})
|
|
721
|
+
delete_notification_client_using_delete_with_http_info(notification_client_id, opts)
|
|
722
|
+
nil
|
|
723
|
+
end
|
|
724
|
+
|
|
725
|
+
# Delete a Notification Client
|
|
726
|
+
# Permanently Delete Notification Client.
|
|
727
|
+
# @param notification_client_id notification_client_id
|
|
728
|
+
# @param [Hash] opts the optional parameters
|
|
729
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
730
|
+
def delete_notification_client_using_delete_with_http_info(notification_client_id, opts = {})
|
|
731
|
+
if @api_client.config.debugging
|
|
732
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_notification_client_using_delete ...'
|
|
733
|
+
end
|
|
734
|
+
# verify the required parameter 'notification_client_id' is set
|
|
735
|
+
if @api_client.config.client_side_validation && notification_client_id.nil?
|
|
736
|
+
fail ArgumentError, "Missing the required parameter 'notification_client_id' when calling UtilsApi.delete_notification_client_using_delete"
|
|
737
|
+
end
|
|
738
|
+
# resource path
|
|
739
|
+
local_var_path = '/nucleus/v1/notification_client/{notification_client_id}'.sub('{' + 'notification_client_id' + '}', notification_client_id.to_s)
|
|
740
|
+
|
|
741
|
+
# query parameters
|
|
742
|
+
query_params = {}
|
|
743
|
+
|
|
744
|
+
# header parameters
|
|
745
|
+
header_params = {}
|
|
746
|
+
# HTTP header 'Accept' (if needed)
|
|
747
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
748
|
+
|
|
749
|
+
# form parameters
|
|
750
|
+
form_params = {}
|
|
751
|
+
|
|
752
|
+
# http body (model)
|
|
753
|
+
post_body = nil
|
|
754
|
+
auth_names = ['oauth2']
|
|
755
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
756
|
+
:header_params => header_params,
|
|
757
|
+
:query_params => query_params,
|
|
758
|
+
:form_params => form_params,
|
|
759
|
+
:body => post_body,
|
|
760
|
+
:auth_names => auth_names)
|
|
761
|
+
if @api_client.config.debugging
|
|
762
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_notification_client_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
763
|
+
end
|
|
764
|
+
return data, status_code, headers
|
|
765
|
+
end
|
|
766
|
+
# Delete a Notification Setting
|
|
767
|
+
# Permanently Delete Notification Setting.
|
|
768
|
+
# @param notification_setting_id notification_setting_id
|
|
769
|
+
# @param [Hash] opts the optional parameters
|
|
770
|
+
# @return [nil]
|
|
771
|
+
def delete_notification_setting_using_delete(notification_setting_id, opts = {})
|
|
772
|
+
delete_notification_setting_using_delete_with_http_info(notification_setting_id, opts)
|
|
773
|
+
nil
|
|
774
|
+
end
|
|
775
|
+
|
|
776
|
+
# Delete a Notification Setting
|
|
777
|
+
# Permanently Delete Notification Setting.
|
|
778
|
+
# @param notification_setting_id notification_setting_id
|
|
779
|
+
# @param [Hash] opts the optional parameters
|
|
780
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
781
|
+
def delete_notification_setting_using_delete_with_http_info(notification_setting_id, opts = {})
|
|
782
|
+
if @api_client.config.debugging
|
|
783
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_notification_setting_using_delete ...'
|
|
784
|
+
end
|
|
785
|
+
# verify the required parameter 'notification_setting_id' is set
|
|
786
|
+
if @api_client.config.client_side_validation && notification_setting_id.nil?
|
|
787
|
+
fail ArgumentError, "Missing the required parameter 'notification_setting_id' when calling UtilsApi.delete_notification_setting_using_delete"
|
|
788
|
+
end
|
|
789
|
+
# resource path
|
|
790
|
+
local_var_path = '/nucleus/v1/notification_setting/{notification_setting_id}'.sub('{' + 'notification_setting_id' + '}', notification_setting_id.to_s)
|
|
791
|
+
|
|
792
|
+
# query parameters
|
|
793
|
+
query_params = {}
|
|
794
|
+
|
|
795
|
+
# header parameters
|
|
796
|
+
header_params = {}
|
|
797
|
+
# HTTP header 'Accept' (if needed)
|
|
798
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
799
|
+
|
|
800
|
+
# form parameters
|
|
801
|
+
form_params = {}
|
|
802
|
+
|
|
803
|
+
# http body (model)
|
|
804
|
+
post_body = nil
|
|
805
|
+
auth_names = ['oauth2']
|
|
806
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
807
|
+
:header_params => header_params,
|
|
808
|
+
:query_params => query_params,
|
|
809
|
+
:form_params => form_params,
|
|
810
|
+
:body => post_body,
|
|
811
|
+
:auth_names => auth_names)
|
|
812
|
+
if @api_client.config.debugging
|
|
813
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_notification_setting_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
814
|
+
end
|
|
815
|
+
return data, status_code, headers
|
|
816
|
+
end
|
|
817
|
+
# Delete a Notification
|
|
818
|
+
# Permanently Delete a Notification.
|
|
819
|
+
# @param notification_id UUID notification_id
|
|
820
|
+
# @param [Hash] opts the optional parameters
|
|
821
|
+
# @return [nil]
|
|
822
|
+
def delete_notification_using_delete(notification_id, opts = {})
|
|
823
|
+
delete_notification_using_delete_with_http_info(notification_id, opts)
|
|
824
|
+
nil
|
|
825
|
+
end
|
|
826
|
+
|
|
827
|
+
# Delete a Notification
|
|
828
|
+
# Permanently Delete a Notification.
|
|
829
|
+
# @param notification_id UUID notification_id
|
|
830
|
+
# @param [Hash] opts the optional parameters
|
|
831
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
832
|
+
def delete_notification_using_delete_with_http_info(notification_id, opts = {})
|
|
833
|
+
if @api_client.config.debugging
|
|
834
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_notification_using_delete ...'
|
|
835
|
+
end
|
|
836
|
+
# verify the required parameter 'notification_id' is set
|
|
837
|
+
if @api_client.config.client_side_validation && notification_id.nil?
|
|
838
|
+
fail ArgumentError, "Missing the required parameter 'notification_id' when calling UtilsApi.delete_notification_using_delete"
|
|
839
|
+
end
|
|
840
|
+
# resource path
|
|
841
|
+
local_var_path = '/nucleus/v1/notification/{notification_id}'.sub('{' + 'notification_id' + '}', notification_id.to_s)
|
|
842
|
+
|
|
843
|
+
# query parameters
|
|
844
|
+
query_params = {}
|
|
845
|
+
|
|
846
|
+
# header parameters
|
|
847
|
+
header_params = {}
|
|
848
|
+
# HTTP header 'Accept' (if needed)
|
|
849
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
850
|
+
|
|
851
|
+
# form parameters
|
|
852
|
+
form_params = {}
|
|
853
|
+
|
|
854
|
+
# http body (model)
|
|
855
|
+
post_body = nil
|
|
856
|
+
auth_names = ['oauth2']
|
|
857
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
858
|
+
:header_params => header_params,
|
|
859
|
+
:query_params => query_params,
|
|
860
|
+
:form_params => form_params,
|
|
861
|
+
:body => post_body,
|
|
862
|
+
:auth_names => auth_names)
|
|
863
|
+
if @api_client.config.debugging
|
|
864
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_notification_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
865
|
+
end
|
|
866
|
+
return data, status_code, headers
|
|
867
|
+
end
|
|
868
|
+
# Delete a reason code
|
|
869
|
+
# Permanently delete a reason code for your firm.
|
|
870
|
+
# @param reason_code_id UUID reason_code_id
|
|
871
|
+
# @param [Hash] opts the optional parameters
|
|
872
|
+
# @return [nil]
|
|
873
|
+
def delete_reason_code_using_delete(reason_code_id, opts = {})
|
|
874
|
+
delete_reason_code_using_delete_with_http_info(reason_code_id, opts)
|
|
875
|
+
nil
|
|
876
|
+
end
|
|
877
|
+
|
|
878
|
+
# Delete a reason code
|
|
879
|
+
# Permanently delete a reason code for your firm.
|
|
880
|
+
# @param reason_code_id UUID reason_code_id
|
|
881
|
+
# @param [Hash] opts the optional parameters
|
|
882
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
883
|
+
def delete_reason_code_using_delete_with_http_info(reason_code_id, opts = {})
|
|
884
|
+
if @api_client.config.debugging
|
|
885
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_reason_code_using_delete ...'
|
|
886
|
+
end
|
|
887
|
+
# verify the required parameter 'reason_code_id' is set
|
|
204
888
|
if @api_client.config.client_side_validation && reason_code_id.nil?
|
|
205
889
|
fail ArgumentError, "Missing the required parameter 'reason_code_id' when calling UtilsApi.delete_reason_code_using_delete"
|
|
206
890
|
end
|
|
207
891
|
# resource path
|
|
208
|
-
local_var_path = '/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
892
|
+
local_var_path = '/nucleus/v1/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
209
893
|
|
|
210
894
|
# query parameters
|
|
211
895
|
query_params = {}
|
|
@@ -242,21 +926,810 @@ module NucleusApi
|
|
|
242
926
|
nil
|
|
243
927
|
end
|
|
244
928
|
|
|
245
|
-
# Delete an account stage
|
|
246
|
-
# Permanently delete an account stage.
|
|
247
|
-
# @param stage_id UUID stage_id
|
|
929
|
+
# Delete an account stage
|
|
930
|
+
# Permanently delete an account stage.
|
|
931
|
+
# @param stage_id UUID stage_id
|
|
932
|
+
# @param [Hash] opts the optional parameters
|
|
933
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
934
|
+
def delete_stage_using_delete_with_http_info(stage_id, opts = {})
|
|
935
|
+
if @api_client.config.debugging
|
|
936
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_stage_using_delete ...'
|
|
937
|
+
end
|
|
938
|
+
# verify the required parameter 'stage_id' is set
|
|
939
|
+
if @api_client.config.client_side_validation && stage_id.nil?
|
|
940
|
+
fail ArgumentError, "Missing the required parameter 'stage_id' when calling UtilsApi.delete_stage_using_delete"
|
|
941
|
+
end
|
|
942
|
+
# resource path
|
|
943
|
+
local_var_path = '/nucleus/v1/stage/{stage_id}'.sub('{' + 'stage_id' + '}', stage_id.to_s)
|
|
944
|
+
|
|
945
|
+
# query parameters
|
|
946
|
+
query_params = {}
|
|
947
|
+
|
|
948
|
+
# header parameters
|
|
949
|
+
header_params = {}
|
|
950
|
+
# HTTP header 'Accept' (if needed)
|
|
951
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
952
|
+
|
|
953
|
+
# form parameters
|
|
954
|
+
form_params = {}
|
|
955
|
+
|
|
956
|
+
# http body (model)
|
|
957
|
+
post_body = nil
|
|
958
|
+
auth_names = ['oauth2']
|
|
959
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
960
|
+
:header_params => header_params,
|
|
961
|
+
:query_params => query_params,
|
|
962
|
+
:form_params => form_params,
|
|
963
|
+
:body => post_body,
|
|
964
|
+
:auth_names => auth_names)
|
|
965
|
+
if @api_client.config.debugging
|
|
966
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_stage_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
967
|
+
end
|
|
968
|
+
return data, status_code, headers
|
|
969
|
+
end
|
|
970
|
+
# Delete a transaction code
|
|
971
|
+
# Permanently delete a transaction code for your firm.
|
|
972
|
+
# @param transaction_code_id UUID transaction_code_id
|
|
973
|
+
# @param [Hash] opts the optional parameters
|
|
974
|
+
# @return [nil]
|
|
975
|
+
def delete_transaction_code_using_delete(transaction_code_id, opts = {})
|
|
976
|
+
delete_transaction_code_using_delete_with_http_info(transaction_code_id, opts)
|
|
977
|
+
nil
|
|
978
|
+
end
|
|
979
|
+
|
|
980
|
+
# Delete a transaction code
|
|
981
|
+
# Permanently delete a transaction code for your firm.
|
|
982
|
+
# @param transaction_code_id UUID transaction_code_id
|
|
983
|
+
# @param [Hash] opts the optional parameters
|
|
984
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
985
|
+
def delete_transaction_code_using_delete_with_http_info(transaction_code_id, opts = {})
|
|
986
|
+
if @api_client.config.debugging
|
|
987
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.delete_transaction_code_using_delete ...'
|
|
988
|
+
end
|
|
989
|
+
# verify the required parameter 'transaction_code_id' is set
|
|
990
|
+
if @api_client.config.client_side_validation && transaction_code_id.nil?
|
|
991
|
+
fail ArgumentError, "Missing the required parameter 'transaction_code_id' when calling UtilsApi.delete_transaction_code_using_delete"
|
|
992
|
+
end
|
|
993
|
+
# resource path
|
|
994
|
+
local_var_path = '/nucleus/v1/transaction_code/{transaction_code_id}'.sub('{' + 'transaction_code_id' + '}', transaction_code_id.to_s)
|
|
995
|
+
|
|
996
|
+
# query parameters
|
|
997
|
+
query_params = {}
|
|
998
|
+
|
|
999
|
+
# header parameters
|
|
1000
|
+
header_params = {}
|
|
1001
|
+
# HTTP header 'Accept' (if needed)
|
|
1002
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1003
|
+
|
|
1004
|
+
# form parameters
|
|
1005
|
+
form_params = {}
|
|
1006
|
+
|
|
1007
|
+
# http body (model)
|
|
1008
|
+
post_body = nil
|
|
1009
|
+
auth_names = ['oauth2']
|
|
1010
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
1011
|
+
:header_params => header_params,
|
|
1012
|
+
:query_params => query_params,
|
|
1013
|
+
:form_params => form_params,
|
|
1014
|
+
:body => post_body,
|
|
1015
|
+
:auth_names => auth_names)
|
|
1016
|
+
if @api_client.config.debugging
|
|
1017
|
+
@api_client.config.logger.debug "API called: UtilsApi#delete_transaction_code_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1018
|
+
end
|
|
1019
|
+
return data, status_code, headers
|
|
1020
|
+
end
|
|
1021
|
+
# List all Application
|
|
1022
|
+
# Get details for all Application.
|
|
1023
|
+
# @param [Hash] opts the optional parameters
|
|
1024
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1025
|
+
# @option opts [String] :filter filter
|
|
1026
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1027
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1028
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1029
|
+
# @return [PageApplication]
|
|
1030
|
+
def get_application_all_using_get(opts = {})
|
|
1031
|
+
data, _status_code, _headers = get_application_all_using_get_with_http_info(opts)
|
|
1032
|
+
data
|
|
1033
|
+
end
|
|
1034
|
+
|
|
1035
|
+
# List all Application
|
|
1036
|
+
# Get details for all Application.
|
|
1037
|
+
# @param [Hash] opts the optional parameters
|
|
1038
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1039
|
+
# @option opts [String] :filter filter
|
|
1040
|
+
# @option opts [String] :order_by order_by
|
|
1041
|
+
# @option opts [Integer] :page page
|
|
1042
|
+
# @option opts [Integer] :size size
|
|
1043
|
+
# @return [Array<(PageApplication, Fixnum, Hash)>] PageApplication data, response status code and response headers
|
|
1044
|
+
def get_application_all_using_get_with_http_info(opts = {})
|
|
1045
|
+
if @api_client.config.debugging
|
|
1046
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_application_all_using_get ...'
|
|
1047
|
+
end
|
|
1048
|
+
# resource path
|
|
1049
|
+
local_var_path = '/nucleus/v1/application'
|
|
1050
|
+
|
|
1051
|
+
# query parameters
|
|
1052
|
+
query_params = {}
|
|
1053
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1054
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1055
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1056
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1057
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1058
|
+
|
|
1059
|
+
# header parameters
|
|
1060
|
+
header_params = {}
|
|
1061
|
+
# HTTP header 'Accept' (if needed)
|
|
1062
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1063
|
+
|
|
1064
|
+
# form parameters
|
|
1065
|
+
form_params = {}
|
|
1066
|
+
|
|
1067
|
+
# http body (model)
|
|
1068
|
+
post_body = nil
|
|
1069
|
+
auth_names = ['oauth2']
|
|
1070
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1071
|
+
:header_params => header_params,
|
|
1072
|
+
:query_params => query_params,
|
|
1073
|
+
:form_params => form_params,
|
|
1074
|
+
:body => post_body,
|
|
1075
|
+
:auth_names => auth_names,
|
|
1076
|
+
:return_type => 'PageApplication')
|
|
1077
|
+
if @api_client.config.debugging
|
|
1078
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_application_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1079
|
+
end
|
|
1080
|
+
return data, status_code, headers
|
|
1081
|
+
end
|
|
1082
|
+
# Retrieve an Application
|
|
1083
|
+
# Retrieve the information for an Application.
|
|
1084
|
+
# @param application_id UUID application_id
|
|
1085
|
+
# @param [Hash] opts the optional parameters
|
|
1086
|
+
# @return [Application]
|
|
1087
|
+
def get_application_using_get(application_id, opts = {})
|
|
1088
|
+
data, _status_code, _headers = get_application_using_get_with_http_info(application_id, opts)
|
|
1089
|
+
data
|
|
1090
|
+
end
|
|
1091
|
+
|
|
1092
|
+
# Retrieve an Application
|
|
1093
|
+
# Retrieve the information for an Application.
|
|
1094
|
+
# @param application_id UUID application_id
|
|
1095
|
+
# @param [Hash] opts the optional parameters
|
|
1096
|
+
# @return [Array<(Application, Fixnum, Hash)>] Application data, response status code and response headers
|
|
1097
|
+
def get_application_using_get_with_http_info(application_id, opts = {})
|
|
1098
|
+
if @api_client.config.debugging
|
|
1099
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_application_using_get ...'
|
|
1100
|
+
end
|
|
1101
|
+
# verify the required parameter 'application_id' is set
|
|
1102
|
+
if @api_client.config.client_side_validation && application_id.nil?
|
|
1103
|
+
fail ArgumentError, "Missing the required parameter 'application_id' when calling UtilsApi.get_application_using_get"
|
|
1104
|
+
end
|
|
1105
|
+
# resource path
|
|
1106
|
+
local_var_path = '/nucleus/v1/application/{application_id}'.sub('{' + 'application_id' + '}', application_id.to_s)
|
|
1107
|
+
|
|
1108
|
+
# query parameters
|
|
1109
|
+
query_params = {}
|
|
1110
|
+
|
|
1111
|
+
# header parameters
|
|
1112
|
+
header_params = {}
|
|
1113
|
+
# HTTP header 'Accept' (if needed)
|
|
1114
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1115
|
+
|
|
1116
|
+
# form parameters
|
|
1117
|
+
form_params = {}
|
|
1118
|
+
|
|
1119
|
+
# http body (model)
|
|
1120
|
+
post_body = nil
|
|
1121
|
+
auth_names = ['oauth2']
|
|
1122
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1123
|
+
:header_params => header_params,
|
|
1124
|
+
:query_params => query_params,
|
|
1125
|
+
:form_params => form_params,
|
|
1126
|
+
:body => post_body,
|
|
1127
|
+
:auth_names => auth_names,
|
|
1128
|
+
:return_type => 'Application')
|
|
1129
|
+
if @api_client.config.debugging
|
|
1130
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_application_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1131
|
+
end
|
|
1132
|
+
return data, status_code, headers
|
|
1133
|
+
end
|
|
1134
|
+
# List all audit log
|
|
1135
|
+
# Get details for all audit log.
|
|
1136
|
+
# @param [Hash] opts the optional parameters
|
|
1137
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1138
|
+
# @option opts [String] :filter filter
|
|
1139
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1140
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1141
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1142
|
+
# @return [PageAuditLog]
|
|
1143
|
+
def get_audit_log_all_using_get(opts = {})
|
|
1144
|
+
data, _status_code, _headers = get_audit_log_all_using_get_with_http_info(opts)
|
|
1145
|
+
data
|
|
1146
|
+
end
|
|
1147
|
+
|
|
1148
|
+
# List all audit log
|
|
1149
|
+
# Get details for all audit log.
|
|
1150
|
+
# @param [Hash] opts the optional parameters
|
|
1151
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1152
|
+
# @option opts [String] :filter filter
|
|
1153
|
+
# @option opts [String] :order_by order_by
|
|
1154
|
+
# @option opts [Integer] :page page
|
|
1155
|
+
# @option opts [Integer] :size size
|
|
1156
|
+
# @return [Array<(PageAuditLog, Fixnum, Hash)>] PageAuditLog data, response status code and response headers
|
|
1157
|
+
def get_audit_log_all_using_get_with_http_info(opts = {})
|
|
1158
|
+
if @api_client.config.debugging
|
|
1159
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_audit_log_all_using_get ...'
|
|
1160
|
+
end
|
|
1161
|
+
# resource path
|
|
1162
|
+
local_var_path = '/nucleus/v1/audit_log'
|
|
1163
|
+
|
|
1164
|
+
# query parameters
|
|
1165
|
+
query_params = {}
|
|
1166
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1167
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1168
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1169
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1170
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1171
|
+
|
|
1172
|
+
# header parameters
|
|
1173
|
+
header_params = {}
|
|
1174
|
+
# HTTP header 'Accept' (if needed)
|
|
1175
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1176
|
+
|
|
1177
|
+
# form parameters
|
|
1178
|
+
form_params = {}
|
|
1179
|
+
|
|
1180
|
+
# http body (model)
|
|
1181
|
+
post_body = nil
|
|
1182
|
+
auth_names = ['oauth2']
|
|
1183
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1184
|
+
:header_params => header_params,
|
|
1185
|
+
:query_params => query_params,
|
|
1186
|
+
:form_params => form_params,
|
|
1187
|
+
:body => post_body,
|
|
1188
|
+
:auth_names => auth_names,
|
|
1189
|
+
:return_type => 'PageAuditLog')
|
|
1190
|
+
if @api_client.config.debugging
|
|
1191
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_audit_log_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1192
|
+
end
|
|
1193
|
+
return data, status_code, headers
|
|
1194
|
+
end
|
|
1195
|
+
# Retrieve a audit log
|
|
1196
|
+
# Retrieve the information for a audit log.
|
|
1197
|
+
# @param audit_log_id UUID audit_log_id
|
|
1198
|
+
# @param [Hash] opts the optional parameters
|
|
1199
|
+
# @return [AuditLog]
|
|
1200
|
+
def get_audit_log_using_get(audit_log_id, opts = {})
|
|
1201
|
+
data, _status_code, _headers = get_audit_log_using_get_with_http_info(audit_log_id, opts)
|
|
1202
|
+
data
|
|
1203
|
+
end
|
|
1204
|
+
|
|
1205
|
+
# Retrieve a audit log
|
|
1206
|
+
# Retrieve the information for a audit log.
|
|
1207
|
+
# @param audit_log_id UUID audit_log_id
|
|
1208
|
+
# @param [Hash] opts the optional parameters
|
|
1209
|
+
# @return [Array<(AuditLog, Fixnum, Hash)>] AuditLog data, response status code and response headers
|
|
1210
|
+
def get_audit_log_using_get_with_http_info(audit_log_id, opts = {})
|
|
1211
|
+
if @api_client.config.debugging
|
|
1212
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_audit_log_using_get ...'
|
|
1213
|
+
end
|
|
1214
|
+
# verify the required parameter 'audit_log_id' is set
|
|
1215
|
+
if @api_client.config.client_side_validation && audit_log_id.nil?
|
|
1216
|
+
fail ArgumentError, "Missing the required parameter 'audit_log_id' when calling UtilsApi.get_audit_log_using_get"
|
|
1217
|
+
end
|
|
1218
|
+
# resource path
|
|
1219
|
+
local_var_path = '/nucleus/v1/audit_log/{audit_log_id}'.sub('{' + 'audit_log_id' + '}', audit_log_id.to_s)
|
|
1220
|
+
|
|
1221
|
+
# query parameters
|
|
1222
|
+
query_params = {}
|
|
1223
|
+
|
|
1224
|
+
# header parameters
|
|
1225
|
+
header_params = {}
|
|
1226
|
+
# HTTP header 'Accept' (if needed)
|
|
1227
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1228
|
+
|
|
1229
|
+
# form parameters
|
|
1230
|
+
form_params = {}
|
|
1231
|
+
|
|
1232
|
+
# http body (model)
|
|
1233
|
+
post_body = nil
|
|
1234
|
+
auth_names = ['oauth2']
|
|
1235
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1236
|
+
:header_params => header_params,
|
|
1237
|
+
:query_params => query_params,
|
|
1238
|
+
:form_params => form_params,
|
|
1239
|
+
:body => post_body,
|
|
1240
|
+
:auth_names => auth_names,
|
|
1241
|
+
:return_type => 'AuditLog')
|
|
1242
|
+
if @api_client.config.debugging
|
|
1243
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_audit_log_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1244
|
+
end
|
|
1245
|
+
return data, status_code, headers
|
|
1246
|
+
end
|
|
1247
|
+
# List all Feature
|
|
1248
|
+
# Get details for all features.
|
|
1249
|
+
# @param [Hash] opts the optional parameters
|
|
1250
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1251
|
+
# @option opts [String] :filter filter
|
|
1252
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1253
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1254
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1255
|
+
# @return [PageFeature]
|
|
1256
|
+
def get_feature_all_using_get(opts = {})
|
|
1257
|
+
data, _status_code, _headers = get_feature_all_using_get_with_http_info(opts)
|
|
1258
|
+
data
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
# List all Feature
|
|
1262
|
+
# Get details for all features.
|
|
1263
|
+
# @param [Hash] opts the optional parameters
|
|
1264
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1265
|
+
# @option opts [String] :filter filter
|
|
1266
|
+
# @option opts [String] :order_by order_by
|
|
1267
|
+
# @option opts [Integer] :page page
|
|
1268
|
+
# @option opts [Integer] :size size
|
|
1269
|
+
# @return [Array<(PageFeature, Fixnum, Hash)>] PageFeature data, response status code and response headers
|
|
1270
|
+
def get_feature_all_using_get_with_http_info(opts = {})
|
|
1271
|
+
if @api_client.config.debugging
|
|
1272
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_feature_all_using_get ...'
|
|
1273
|
+
end
|
|
1274
|
+
# resource path
|
|
1275
|
+
local_var_path = '/nucleus/v1/feature'
|
|
1276
|
+
|
|
1277
|
+
# query parameters
|
|
1278
|
+
query_params = {}
|
|
1279
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1280
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1281
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1282
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1283
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1284
|
+
|
|
1285
|
+
# header parameters
|
|
1286
|
+
header_params = {}
|
|
1287
|
+
# HTTP header 'Accept' (if needed)
|
|
1288
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1289
|
+
|
|
1290
|
+
# form parameters
|
|
1291
|
+
form_params = {}
|
|
1292
|
+
|
|
1293
|
+
# http body (model)
|
|
1294
|
+
post_body = nil
|
|
1295
|
+
auth_names = ['oauth2']
|
|
1296
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1297
|
+
:header_params => header_params,
|
|
1298
|
+
:query_params => query_params,
|
|
1299
|
+
:form_params => form_params,
|
|
1300
|
+
:body => post_body,
|
|
1301
|
+
:auth_names => auth_names,
|
|
1302
|
+
:return_type => 'PageFeature')
|
|
1303
|
+
if @api_client.config.debugging
|
|
1304
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_feature_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1305
|
+
end
|
|
1306
|
+
return data, status_code, headers
|
|
1307
|
+
end
|
|
1308
|
+
# List all Feature track
|
|
1309
|
+
# Get details for all feature track.
|
|
1310
|
+
# @param [Hash] opts the optional parameters
|
|
1311
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1312
|
+
# @option opts [String] :filter filter
|
|
1313
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1314
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1315
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1316
|
+
# @return [PageFeatureTrack]
|
|
1317
|
+
def get_feature_track_all_using_get(opts = {})
|
|
1318
|
+
data, _status_code, _headers = get_feature_track_all_using_get_with_http_info(opts)
|
|
1319
|
+
data
|
|
1320
|
+
end
|
|
1321
|
+
|
|
1322
|
+
# List all Feature track
|
|
1323
|
+
# Get details for all feature track.
|
|
1324
|
+
# @param [Hash] opts the optional parameters
|
|
1325
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1326
|
+
# @option opts [String] :filter filter
|
|
1327
|
+
# @option opts [String] :order_by order_by
|
|
1328
|
+
# @option opts [Integer] :page page
|
|
1329
|
+
# @option opts [Integer] :size size
|
|
1330
|
+
# @return [Array<(PageFeatureTrack, Fixnum, Hash)>] PageFeatureTrack data, response status code and response headers
|
|
1331
|
+
def get_feature_track_all_using_get_with_http_info(opts = {})
|
|
1332
|
+
if @api_client.config.debugging
|
|
1333
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_feature_track_all_using_get ...'
|
|
1334
|
+
end
|
|
1335
|
+
# resource path
|
|
1336
|
+
local_var_path = '/nucleus/v1/feature_track'
|
|
1337
|
+
|
|
1338
|
+
# query parameters
|
|
1339
|
+
query_params = {}
|
|
1340
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1341
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1342
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1343
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1344
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1345
|
+
|
|
1346
|
+
# header parameters
|
|
1347
|
+
header_params = {}
|
|
1348
|
+
# HTTP header 'Accept' (if needed)
|
|
1349
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1350
|
+
|
|
1351
|
+
# form parameters
|
|
1352
|
+
form_params = {}
|
|
1353
|
+
|
|
1354
|
+
# http body (model)
|
|
1355
|
+
post_body = nil
|
|
1356
|
+
auth_names = ['oauth2']
|
|
1357
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1358
|
+
:header_params => header_params,
|
|
1359
|
+
:query_params => query_params,
|
|
1360
|
+
:form_params => form_params,
|
|
1361
|
+
:body => post_body,
|
|
1362
|
+
:auth_names => auth_names,
|
|
1363
|
+
:return_type => 'PageFeatureTrack')
|
|
1364
|
+
if @api_client.config.debugging
|
|
1365
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_feature_track_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1366
|
+
end
|
|
1367
|
+
return data, status_code, headers
|
|
1368
|
+
end
|
|
1369
|
+
# Retrieve a Feature track
|
|
1370
|
+
# Retrieve the information for a Feature track.
|
|
1371
|
+
# @param feature_track_id UUID feature_track_id
|
|
1372
|
+
# @param [Hash] opts the optional parameters
|
|
1373
|
+
# @return [FeatureTrack]
|
|
1374
|
+
def get_feature_track_using_get(feature_track_id, opts = {})
|
|
1375
|
+
data, _status_code, _headers = get_feature_track_using_get_with_http_info(feature_track_id, opts)
|
|
1376
|
+
data
|
|
1377
|
+
end
|
|
1378
|
+
|
|
1379
|
+
# Retrieve a Feature track
|
|
1380
|
+
# Retrieve the information for a Feature track.
|
|
1381
|
+
# @param feature_track_id UUID feature_track_id
|
|
1382
|
+
# @param [Hash] opts the optional parameters
|
|
1383
|
+
# @return [Array<(FeatureTrack, Fixnum, Hash)>] FeatureTrack data, response status code and response headers
|
|
1384
|
+
def get_feature_track_using_get_with_http_info(feature_track_id, opts = {})
|
|
1385
|
+
if @api_client.config.debugging
|
|
1386
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_feature_track_using_get ...'
|
|
1387
|
+
end
|
|
1388
|
+
# verify the required parameter 'feature_track_id' is set
|
|
1389
|
+
if @api_client.config.client_side_validation && feature_track_id.nil?
|
|
1390
|
+
fail ArgumentError, "Missing the required parameter 'feature_track_id' when calling UtilsApi.get_feature_track_using_get"
|
|
1391
|
+
end
|
|
1392
|
+
# resource path
|
|
1393
|
+
local_var_path = '/nucleus/v1/feature_track/{feature_track_id}'.sub('{' + 'feature_track_id' + '}', feature_track_id.to_s)
|
|
1394
|
+
|
|
1395
|
+
# query parameters
|
|
1396
|
+
query_params = {}
|
|
1397
|
+
|
|
1398
|
+
# header parameters
|
|
1399
|
+
header_params = {}
|
|
1400
|
+
# HTTP header 'Accept' (if needed)
|
|
1401
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1402
|
+
|
|
1403
|
+
# form parameters
|
|
1404
|
+
form_params = {}
|
|
1405
|
+
|
|
1406
|
+
# http body (model)
|
|
1407
|
+
post_body = nil
|
|
1408
|
+
auth_names = ['oauth2']
|
|
1409
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1410
|
+
:header_params => header_params,
|
|
1411
|
+
:query_params => query_params,
|
|
1412
|
+
:form_params => form_params,
|
|
1413
|
+
:body => post_body,
|
|
1414
|
+
:auth_names => auth_names,
|
|
1415
|
+
:return_type => 'FeatureTrack')
|
|
1416
|
+
if @api_client.config.debugging
|
|
1417
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_feature_track_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1418
|
+
end
|
|
1419
|
+
return data, status_code, headers
|
|
1420
|
+
end
|
|
1421
|
+
# Retrieve a Feature
|
|
1422
|
+
# Retrieve the information for a Feature.
|
|
1423
|
+
# @param feature_id UUID feature_id
|
|
1424
|
+
# @param [Hash] opts the optional parameters
|
|
1425
|
+
# @return [Feature]
|
|
1426
|
+
def get_feature_using_get(feature_id, opts = {})
|
|
1427
|
+
data, _status_code, _headers = get_feature_using_get_with_http_info(feature_id, opts)
|
|
1428
|
+
data
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
# Retrieve a Feature
|
|
1432
|
+
# Retrieve the information for a Feature.
|
|
1433
|
+
# @param feature_id UUID feature_id
|
|
1434
|
+
# @param [Hash] opts the optional parameters
|
|
1435
|
+
# @return [Array<(Feature, Fixnum, Hash)>] Feature data, response status code and response headers
|
|
1436
|
+
def get_feature_using_get_with_http_info(feature_id, opts = {})
|
|
1437
|
+
if @api_client.config.debugging
|
|
1438
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_feature_using_get ...'
|
|
1439
|
+
end
|
|
1440
|
+
# verify the required parameter 'feature_id' is set
|
|
1441
|
+
if @api_client.config.client_side_validation && feature_id.nil?
|
|
1442
|
+
fail ArgumentError, "Missing the required parameter 'feature_id' when calling UtilsApi.get_feature_using_get"
|
|
1443
|
+
end
|
|
1444
|
+
# resource path
|
|
1445
|
+
local_var_path = '/nucleus/v1/feature/{feature_id}'.sub('{' + 'feature_id' + '}', feature_id.to_s)
|
|
1446
|
+
|
|
1447
|
+
# query parameters
|
|
1448
|
+
query_params = {}
|
|
1449
|
+
|
|
1450
|
+
# header parameters
|
|
1451
|
+
header_params = {}
|
|
1452
|
+
# HTTP header 'Accept' (if needed)
|
|
1453
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1454
|
+
|
|
1455
|
+
# form parameters
|
|
1456
|
+
form_params = {}
|
|
1457
|
+
|
|
1458
|
+
# http body (model)
|
|
1459
|
+
post_body = nil
|
|
1460
|
+
auth_names = ['oauth2']
|
|
1461
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1462
|
+
:header_params => header_params,
|
|
1463
|
+
:query_params => query_params,
|
|
1464
|
+
:form_params => form_params,
|
|
1465
|
+
:body => post_body,
|
|
1466
|
+
:auth_names => auth_names,
|
|
1467
|
+
:return_type => 'Feature')
|
|
1468
|
+
if @api_client.config.debugging
|
|
1469
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_feature_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1470
|
+
end
|
|
1471
|
+
return data, status_code, headers
|
|
1472
|
+
end
|
|
1473
|
+
# Get All Notifications
|
|
1474
|
+
# Get All Notification.
|
|
1475
|
+
# @param [Hash] opts the optional parameters
|
|
1476
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1477
|
+
# @option opts [String] :filter filter
|
|
1478
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1479
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1480
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1481
|
+
# @return [PageNotification]
|
|
1482
|
+
def get_notification_all_using_get(opts = {})
|
|
1483
|
+
data, _status_code, _headers = get_notification_all_using_get_with_http_info(opts)
|
|
1484
|
+
data
|
|
1485
|
+
end
|
|
1486
|
+
|
|
1487
|
+
# Get All Notifications
|
|
1488
|
+
# Get All Notification.
|
|
1489
|
+
# @param [Hash] opts the optional parameters
|
|
1490
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1491
|
+
# @option opts [String] :filter filter
|
|
1492
|
+
# @option opts [String] :order_by order_by
|
|
1493
|
+
# @option opts [Integer] :page page
|
|
1494
|
+
# @option opts [Integer] :size size
|
|
1495
|
+
# @return [Array<(PageNotification, Fixnum, Hash)>] PageNotification data, response status code and response headers
|
|
1496
|
+
def get_notification_all_using_get_with_http_info(opts = {})
|
|
1497
|
+
if @api_client.config.debugging
|
|
1498
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_all_using_get ...'
|
|
1499
|
+
end
|
|
1500
|
+
# resource path
|
|
1501
|
+
local_var_path = '/nucleus/v1/notification'
|
|
1502
|
+
|
|
1503
|
+
# query parameters
|
|
1504
|
+
query_params = {}
|
|
1505
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1506
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1507
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1508
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1509
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1510
|
+
|
|
1511
|
+
# header parameters
|
|
1512
|
+
header_params = {}
|
|
1513
|
+
# HTTP header 'Accept' (if needed)
|
|
1514
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1515
|
+
|
|
1516
|
+
# form parameters
|
|
1517
|
+
form_params = {}
|
|
1518
|
+
|
|
1519
|
+
# http body (model)
|
|
1520
|
+
post_body = nil
|
|
1521
|
+
auth_names = ['oauth2']
|
|
1522
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1523
|
+
:header_params => header_params,
|
|
1524
|
+
:query_params => query_params,
|
|
1525
|
+
:form_params => form_params,
|
|
1526
|
+
:body => post_body,
|
|
1527
|
+
:auth_names => auth_names,
|
|
1528
|
+
:return_type => 'PageNotification')
|
|
1529
|
+
if @api_client.config.debugging
|
|
1530
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1531
|
+
end
|
|
1532
|
+
return data, status_code, headers
|
|
1533
|
+
end
|
|
1534
|
+
# List all Notification Client
|
|
1535
|
+
# List all Notification Client.
|
|
1536
|
+
# @param [Hash] opts the optional parameters
|
|
1537
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1538
|
+
# @option opts [String] :filter filter
|
|
1539
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1540
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1541
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1542
|
+
# @return [PageNotificationClient]
|
|
1543
|
+
def get_notification_client_all_using_get(opts = {})
|
|
1544
|
+
data, _status_code, _headers = get_notification_client_all_using_get_with_http_info(opts)
|
|
1545
|
+
data
|
|
1546
|
+
end
|
|
1547
|
+
|
|
1548
|
+
# List all Notification Client
|
|
1549
|
+
# List all Notification Client.
|
|
1550
|
+
# @param [Hash] opts the optional parameters
|
|
1551
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1552
|
+
# @option opts [String] :filter filter
|
|
1553
|
+
# @option opts [String] :order_by order_by
|
|
1554
|
+
# @option opts [Integer] :page page
|
|
1555
|
+
# @option opts [Integer] :size size
|
|
1556
|
+
# @return [Array<(PageNotificationClient, Fixnum, Hash)>] PageNotificationClient data, response status code and response headers
|
|
1557
|
+
def get_notification_client_all_using_get_with_http_info(opts = {})
|
|
1558
|
+
if @api_client.config.debugging
|
|
1559
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_client_all_using_get ...'
|
|
1560
|
+
end
|
|
1561
|
+
# resource path
|
|
1562
|
+
local_var_path = '/nucleus/v1/notification_client'
|
|
1563
|
+
|
|
1564
|
+
# query parameters
|
|
1565
|
+
query_params = {}
|
|
1566
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1567
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1568
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1569
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1570
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1571
|
+
|
|
1572
|
+
# header parameters
|
|
1573
|
+
header_params = {}
|
|
1574
|
+
# HTTP header 'Accept' (if needed)
|
|
1575
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1576
|
+
|
|
1577
|
+
# form parameters
|
|
1578
|
+
form_params = {}
|
|
1579
|
+
|
|
1580
|
+
# http body (model)
|
|
1581
|
+
post_body = nil
|
|
1582
|
+
auth_names = ['oauth2']
|
|
1583
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1584
|
+
:header_params => header_params,
|
|
1585
|
+
:query_params => query_params,
|
|
1586
|
+
:form_params => form_params,
|
|
1587
|
+
:body => post_body,
|
|
1588
|
+
:auth_names => auth_names,
|
|
1589
|
+
:return_type => 'PageNotificationClient')
|
|
1590
|
+
if @api_client.config.debugging
|
|
1591
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_client_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1592
|
+
end
|
|
1593
|
+
return data, status_code, headers
|
|
1594
|
+
end
|
|
1595
|
+
# Retrieve a Notification Client
|
|
1596
|
+
# Retrieve a Notification Client.
|
|
1597
|
+
# @param notification_client_id notification_client_id
|
|
1598
|
+
# @param [Hash] opts the optional parameters
|
|
1599
|
+
# @return [NotificationClient]
|
|
1600
|
+
def get_notification_client_using_get(notification_client_id, opts = {})
|
|
1601
|
+
data, _status_code, _headers = get_notification_client_using_get_with_http_info(notification_client_id, opts)
|
|
1602
|
+
data
|
|
1603
|
+
end
|
|
1604
|
+
|
|
1605
|
+
# Retrieve a Notification Client
|
|
1606
|
+
# Retrieve a Notification Client.
|
|
1607
|
+
# @param notification_client_id notification_client_id
|
|
1608
|
+
# @param [Hash] opts the optional parameters
|
|
1609
|
+
# @return [Array<(NotificationClient, Fixnum, Hash)>] NotificationClient data, response status code and response headers
|
|
1610
|
+
def get_notification_client_using_get_with_http_info(notification_client_id, opts = {})
|
|
1611
|
+
if @api_client.config.debugging
|
|
1612
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_client_using_get ...'
|
|
1613
|
+
end
|
|
1614
|
+
# verify the required parameter 'notification_client_id' is set
|
|
1615
|
+
if @api_client.config.client_side_validation && notification_client_id.nil?
|
|
1616
|
+
fail ArgumentError, "Missing the required parameter 'notification_client_id' when calling UtilsApi.get_notification_client_using_get"
|
|
1617
|
+
end
|
|
1618
|
+
# resource path
|
|
1619
|
+
local_var_path = '/nucleus/v1/notification_client/{notification_client_id}'.sub('{' + 'notification_client_id' + '}', notification_client_id.to_s)
|
|
1620
|
+
|
|
1621
|
+
# query parameters
|
|
1622
|
+
query_params = {}
|
|
1623
|
+
|
|
1624
|
+
# header parameters
|
|
1625
|
+
header_params = {}
|
|
1626
|
+
# HTTP header 'Accept' (if needed)
|
|
1627
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1628
|
+
|
|
1629
|
+
# form parameters
|
|
1630
|
+
form_params = {}
|
|
1631
|
+
|
|
1632
|
+
# http body (model)
|
|
1633
|
+
post_body = nil
|
|
1634
|
+
auth_names = ['oauth2']
|
|
1635
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1636
|
+
:header_params => header_params,
|
|
1637
|
+
:query_params => query_params,
|
|
1638
|
+
:form_params => form_params,
|
|
1639
|
+
:body => post_body,
|
|
1640
|
+
:auth_names => auth_names,
|
|
1641
|
+
:return_type => 'NotificationClient')
|
|
1642
|
+
if @api_client.config.debugging
|
|
1643
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_client_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1644
|
+
end
|
|
1645
|
+
return data, status_code, headers
|
|
1646
|
+
end
|
|
1647
|
+
# List all Notification Setting
|
|
1648
|
+
# List all Notification Setting.
|
|
1649
|
+
# @param [Hash] opts the optional parameters
|
|
1650
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
1651
|
+
# @option opts [String] :filter filter
|
|
1652
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
1653
|
+
# @option opts [Integer] :page page (default to 0)
|
|
1654
|
+
# @option opts [Integer] :size size (default to 25)
|
|
1655
|
+
# @return [PageNotificationSetting]
|
|
1656
|
+
def get_notification_setting_all_using_get(opts = {})
|
|
1657
|
+
data, _status_code, _headers = get_notification_setting_all_using_get_with_http_info(opts)
|
|
1658
|
+
data
|
|
1659
|
+
end
|
|
1660
|
+
|
|
1661
|
+
# List all Notification Setting
|
|
1662
|
+
# List all Notification Setting.
|
|
1663
|
+
# @param [Hash] opts the optional parameters
|
|
1664
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
1665
|
+
# @option opts [String] :filter filter
|
|
1666
|
+
# @option opts [String] :order_by order_by
|
|
1667
|
+
# @option opts [Integer] :page page
|
|
1668
|
+
# @option opts [Integer] :size size
|
|
1669
|
+
# @return [Array<(PageNotificationSetting, Fixnum, Hash)>] PageNotificationSetting data, response status code and response headers
|
|
1670
|
+
def get_notification_setting_all_using_get_with_http_info(opts = {})
|
|
1671
|
+
if @api_client.config.debugging
|
|
1672
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_setting_all_using_get ...'
|
|
1673
|
+
end
|
|
1674
|
+
# resource path
|
|
1675
|
+
local_var_path = '/nucleus/v1/notification_setting'
|
|
1676
|
+
|
|
1677
|
+
# query parameters
|
|
1678
|
+
query_params = {}
|
|
1679
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
1680
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
1681
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
1682
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1683
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
1684
|
+
|
|
1685
|
+
# header parameters
|
|
1686
|
+
header_params = {}
|
|
1687
|
+
# HTTP header 'Accept' (if needed)
|
|
1688
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1689
|
+
|
|
1690
|
+
# form parameters
|
|
1691
|
+
form_params = {}
|
|
1692
|
+
|
|
1693
|
+
# http body (model)
|
|
1694
|
+
post_body = nil
|
|
1695
|
+
auth_names = ['oauth2']
|
|
1696
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
1697
|
+
:header_params => header_params,
|
|
1698
|
+
:query_params => query_params,
|
|
1699
|
+
:form_params => form_params,
|
|
1700
|
+
:body => post_body,
|
|
1701
|
+
:auth_names => auth_names,
|
|
1702
|
+
:return_type => 'PageNotificationSetting')
|
|
1703
|
+
if @api_client.config.debugging
|
|
1704
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_setting_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1705
|
+
end
|
|
1706
|
+
return data, status_code, headers
|
|
1707
|
+
end
|
|
1708
|
+
# Retrieve a Notification Setting
|
|
1709
|
+
# Retrieve a Notification Setting.
|
|
1710
|
+
# @param notification_setting_id notification_setting_id
|
|
1711
|
+
# @param [Hash] opts the optional parameters
|
|
1712
|
+
# @return [NotificationSetting]
|
|
1713
|
+
def get_notification_setting_using_get(notification_setting_id, opts = {})
|
|
1714
|
+
data, _status_code, _headers = get_notification_setting_using_get_with_http_info(notification_setting_id, opts)
|
|
1715
|
+
data
|
|
1716
|
+
end
|
|
1717
|
+
|
|
1718
|
+
# Retrieve a Notification Setting
|
|
1719
|
+
# Retrieve a Notification Setting.
|
|
1720
|
+
# @param notification_setting_id notification_setting_id
|
|
248
1721
|
# @param [Hash] opts the optional parameters
|
|
249
|
-
# @return [Array<(
|
|
250
|
-
def
|
|
1722
|
+
# @return [Array<(NotificationSetting, Fixnum, Hash)>] NotificationSetting data, response status code and response headers
|
|
1723
|
+
def get_notification_setting_using_get_with_http_info(notification_setting_id, opts = {})
|
|
251
1724
|
if @api_client.config.debugging
|
|
252
|
-
@api_client.config.logger.debug 'Calling API: UtilsApi.
|
|
1725
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_setting_using_get ...'
|
|
253
1726
|
end
|
|
254
|
-
# verify the required parameter '
|
|
255
|
-
if @api_client.config.client_side_validation &&
|
|
256
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1727
|
+
# verify the required parameter 'notification_setting_id' is set
|
|
1728
|
+
if @api_client.config.client_side_validation && notification_setting_id.nil?
|
|
1729
|
+
fail ArgumentError, "Missing the required parameter 'notification_setting_id' when calling UtilsApi.get_notification_setting_using_get"
|
|
257
1730
|
end
|
|
258
1731
|
# resource path
|
|
259
|
-
local_var_path = '/
|
|
1732
|
+
local_var_path = '/nucleus/v1/notification_setting/{notification_setting_id}'.sub('{' + 'notification_setting_id' + '}', notification_setting_id.to_s)
|
|
260
1733
|
|
|
261
1734
|
# query parameters
|
|
262
1735
|
query_params = {}
|
|
@@ -272,42 +1745,43 @@ module NucleusApi
|
|
|
272
1745
|
# http body (model)
|
|
273
1746
|
post_body = nil
|
|
274
1747
|
auth_names = ['oauth2']
|
|
275
|
-
data, status_code, headers = @api_client.call_api(:
|
|
1748
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
276
1749
|
:header_params => header_params,
|
|
277
1750
|
:query_params => query_params,
|
|
278
1751
|
:form_params => form_params,
|
|
279
1752
|
:body => post_body,
|
|
280
|
-
:auth_names => auth_names
|
|
1753
|
+
:auth_names => auth_names,
|
|
1754
|
+
:return_type => 'NotificationSetting')
|
|
281
1755
|
if @api_client.config.debugging
|
|
282
|
-
@api_client.config.logger.debug "API called: UtilsApi#
|
|
1756
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_setting_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
283
1757
|
end
|
|
284
1758
|
return data, status_code, headers
|
|
285
1759
|
end
|
|
286
|
-
#
|
|
287
|
-
#
|
|
288
|
-
# @param
|
|
1760
|
+
# Get a Notification
|
|
1761
|
+
# Get a Notification.
|
|
1762
|
+
# @param notification_id notification_id
|
|
289
1763
|
# @param [Hash] opts the optional parameters
|
|
290
|
-
# @return [
|
|
291
|
-
def
|
|
292
|
-
|
|
293
|
-
|
|
1764
|
+
# @return [Notification]
|
|
1765
|
+
def get_notification_using_get(notification_id, opts = {})
|
|
1766
|
+
data, _status_code, _headers = get_notification_using_get_with_http_info(notification_id, opts)
|
|
1767
|
+
data
|
|
294
1768
|
end
|
|
295
1769
|
|
|
296
|
-
#
|
|
297
|
-
#
|
|
298
|
-
# @param
|
|
1770
|
+
# Get a Notification
|
|
1771
|
+
# Get a Notification.
|
|
1772
|
+
# @param notification_id notification_id
|
|
299
1773
|
# @param [Hash] opts the optional parameters
|
|
300
|
-
# @return [Array<(
|
|
301
|
-
def
|
|
1774
|
+
# @return [Array<(Notification, Fixnum, Hash)>] Notification data, response status code and response headers
|
|
1775
|
+
def get_notification_using_get_with_http_info(notification_id, opts = {})
|
|
302
1776
|
if @api_client.config.debugging
|
|
303
|
-
@api_client.config.logger.debug 'Calling API: UtilsApi.
|
|
1777
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.get_notification_using_get ...'
|
|
304
1778
|
end
|
|
305
|
-
# verify the required parameter '
|
|
306
|
-
if @api_client.config.client_side_validation &&
|
|
307
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1779
|
+
# verify the required parameter 'notification_id' is set
|
|
1780
|
+
if @api_client.config.client_side_validation && notification_id.nil?
|
|
1781
|
+
fail ArgumentError, "Missing the required parameter 'notification_id' when calling UtilsApi.get_notification_using_get"
|
|
308
1782
|
end
|
|
309
1783
|
# resource path
|
|
310
|
-
local_var_path = '/
|
|
1784
|
+
local_var_path = '/nucleus/v1/notification/{notification_id}'.sub('{' + 'notification_id' + '}', notification_id.to_s)
|
|
311
1785
|
|
|
312
1786
|
# query parameters
|
|
313
1787
|
query_params = {}
|
|
@@ -315,7 +1789,7 @@ module NucleusApi
|
|
|
315
1789
|
# header parameters
|
|
316
1790
|
header_params = {}
|
|
317
1791
|
# HTTP header 'Accept' (if needed)
|
|
318
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
|
1792
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
319
1793
|
|
|
320
1794
|
# form parameters
|
|
321
1795
|
form_params = {}
|
|
@@ -323,14 +1797,15 @@ module NucleusApi
|
|
|
323
1797
|
# http body (model)
|
|
324
1798
|
post_body = nil
|
|
325
1799
|
auth_names = ['oauth2']
|
|
326
|
-
data, status_code, headers = @api_client.call_api(:
|
|
1800
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
327
1801
|
:header_params => header_params,
|
|
328
1802
|
:query_params => query_params,
|
|
329
1803
|
:form_params => form_params,
|
|
330
1804
|
:body => post_body,
|
|
331
|
-
:auth_names => auth_names
|
|
1805
|
+
:auth_names => auth_names,
|
|
1806
|
+
:return_type => 'Notification')
|
|
332
1807
|
if @api_client.config.debugging
|
|
333
|
-
@api_client.config.logger.debug "API called: UtilsApi#
|
|
1808
|
+
@api_client.config.logger.debug "API called: UtilsApi#get_notification_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
334
1809
|
end
|
|
335
1810
|
return data, status_code, headers
|
|
336
1811
|
end
|
|
@@ -362,7 +1837,7 @@ module NucleusApi
|
|
|
362
1837
|
@api_client.config.logger.debug 'Calling API: UtilsApi.get_reason_code_all_using_get ...'
|
|
363
1838
|
end
|
|
364
1839
|
# resource path
|
|
365
|
-
local_var_path = '/reason_code'
|
|
1840
|
+
local_var_path = '/nucleus/v1/reason_code'
|
|
366
1841
|
|
|
367
1842
|
# query parameters
|
|
368
1843
|
query_params = {}
|
|
@@ -419,7 +1894,7 @@ module NucleusApi
|
|
|
419
1894
|
fail ArgumentError, "Missing the required parameter 'reason_code_id' when calling UtilsApi.get_reason_code_using_get"
|
|
420
1895
|
end
|
|
421
1896
|
# resource path
|
|
422
|
-
local_var_path = '/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
1897
|
+
local_var_path = '/nucleus/v1/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
423
1898
|
|
|
424
1899
|
# query parameters
|
|
425
1900
|
query_params = {}
|
|
@@ -475,7 +1950,7 @@ module NucleusApi
|
|
|
475
1950
|
@api_client.config.logger.debug 'Calling API: UtilsApi.get_stage_all_using_get ...'
|
|
476
1951
|
end
|
|
477
1952
|
# resource path
|
|
478
|
-
local_var_path = '/stage'
|
|
1953
|
+
local_var_path = '/nucleus/v1/stage'
|
|
479
1954
|
|
|
480
1955
|
# query parameters
|
|
481
1956
|
query_params = {}
|
|
@@ -532,7 +2007,7 @@ module NucleusApi
|
|
|
532
2007
|
fail ArgumentError, "Missing the required parameter 'stage_id' when calling UtilsApi.get_stage_using_get"
|
|
533
2008
|
end
|
|
534
2009
|
# resource path
|
|
535
|
-
local_var_path = '/stage/{stage_id}'.sub('{' + 'stage_id' + '}', stage_id.to_s)
|
|
2010
|
+
local_var_path = '/nucleus/v1/stage/{stage_id}'.sub('{' + 'stage_id' + '}', stage_id.to_s)
|
|
536
2011
|
|
|
537
2012
|
# query parameters
|
|
538
2013
|
query_params = {}
|
|
@@ -588,7 +2063,7 @@ module NucleusApi
|
|
|
588
2063
|
@api_client.config.logger.debug 'Calling API: UtilsApi.get_transaction_code_all_using_get ...'
|
|
589
2064
|
end
|
|
590
2065
|
# resource path
|
|
591
|
-
local_var_path = '/transaction_code'
|
|
2066
|
+
local_var_path = '/nucleus/v1/transaction_code'
|
|
592
2067
|
|
|
593
2068
|
# query parameters
|
|
594
2069
|
query_params = {}
|
|
@@ -645,7 +2120,7 @@ module NucleusApi
|
|
|
645
2120
|
fail ArgumentError, "Missing the required parameter 'transaction_code_id' when calling UtilsApi.get_transaction_code_using_get"
|
|
646
2121
|
end
|
|
647
2122
|
# resource path
|
|
648
|
-
local_var_path = '/transaction_code/{transaction_code_id}'.sub('{' + 'transaction_code_id' + '}', transaction_code_id.to_s)
|
|
2123
|
+
local_var_path = '/nucleus/v1/transaction_code/{transaction_code_id}'.sub('{' + 'transaction_code_id' + '}', transaction_code_id.to_s)
|
|
649
2124
|
|
|
650
2125
|
# query parameters
|
|
651
2126
|
query_params = {}
|
|
@@ -673,6 +2148,366 @@ module NucleusApi
|
|
|
673
2148
|
end
|
|
674
2149
|
return data, status_code, headers
|
|
675
2150
|
end
|
|
2151
|
+
# Update an Application
|
|
2152
|
+
# Update the information for an Application
|
|
2153
|
+
# @param application application
|
|
2154
|
+
# @param application_id UUID application_id
|
|
2155
|
+
# @param [Hash] opts the optional parameters
|
|
2156
|
+
# @return [Application]
|
|
2157
|
+
def update_application_using_put(application, application_id, opts = {})
|
|
2158
|
+
data, _status_code, _headers = update_application_using_put_with_http_info(application, application_id, opts)
|
|
2159
|
+
data
|
|
2160
|
+
end
|
|
2161
|
+
|
|
2162
|
+
# Update an Application
|
|
2163
|
+
# Update the information for an Application
|
|
2164
|
+
# @param application application
|
|
2165
|
+
# @param application_id UUID application_id
|
|
2166
|
+
# @param [Hash] opts the optional parameters
|
|
2167
|
+
# @return [Array<(Application, Fixnum, Hash)>] Application data, response status code and response headers
|
|
2168
|
+
def update_application_using_put_with_http_info(application, application_id, opts = {})
|
|
2169
|
+
if @api_client.config.debugging
|
|
2170
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_application_using_put ...'
|
|
2171
|
+
end
|
|
2172
|
+
# verify the required parameter 'application' is set
|
|
2173
|
+
if @api_client.config.client_side_validation && application.nil?
|
|
2174
|
+
fail ArgumentError, "Missing the required parameter 'application' when calling UtilsApi.update_application_using_put"
|
|
2175
|
+
end
|
|
2176
|
+
# verify the required parameter 'application_id' is set
|
|
2177
|
+
if @api_client.config.client_side_validation && application_id.nil?
|
|
2178
|
+
fail ArgumentError, "Missing the required parameter 'application_id' when calling UtilsApi.update_application_using_put"
|
|
2179
|
+
end
|
|
2180
|
+
# resource path
|
|
2181
|
+
local_var_path = '/nucleus/v1/application/{application_id}'.sub('{' + 'application_id' + '}', application_id.to_s)
|
|
2182
|
+
|
|
2183
|
+
# query parameters
|
|
2184
|
+
query_params = {}
|
|
2185
|
+
|
|
2186
|
+
# header parameters
|
|
2187
|
+
header_params = {}
|
|
2188
|
+
# HTTP header 'Accept' (if needed)
|
|
2189
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2190
|
+
# HTTP header 'Content-Type'
|
|
2191
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2192
|
+
|
|
2193
|
+
# form parameters
|
|
2194
|
+
form_params = {}
|
|
2195
|
+
|
|
2196
|
+
# http body (model)
|
|
2197
|
+
post_body = @api_client.object_to_http_body(application)
|
|
2198
|
+
auth_names = ['oauth2']
|
|
2199
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2200
|
+
:header_params => header_params,
|
|
2201
|
+
:query_params => query_params,
|
|
2202
|
+
:form_params => form_params,
|
|
2203
|
+
:body => post_body,
|
|
2204
|
+
:auth_names => auth_names,
|
|
2205
|
+
:return_type => 'Application')
|
|
2206
|
+
if @api_client.config.debugging
|
|
2207
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_application_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2208
|
+
end
|
|
2209
|
+
return data, status_code, headers
|
|
2210
|
+
end
|
|
2211
|
+
# Update a Feature Track
|
|
2212
|
+
# Update the information for a Feature track registered with your firm.
|
|
2213
|
+
# @param feature_track feature_track
|
|
2214
|
+
# @param feature_track_id UUID feature_track_id
|
|
2215
|
+
# @param [Hash] opts the optional parameters
|
|
2216
|
+
# @return [FeatureTrack]
|
|
2217
|
+
def update_feature_track_using_put(feature_track, feature_track_id, opts = {})
|
|
2218
|
+
data, _status_code, _headers = update_feature_track_using_put_with_http_info(feature_track, feature_track_id, opts)
|
|
2219
|
+
data
|
|
2220
|
+
end
|
|
2221
|
+
|
|
2222
|
+
# Update a Feature Track
|
|
2223
|
+
# Update the information for a Feature track registered with your firm.
|
|
2224
|
+
# @param feature_track feature_track
|
|
2225
|
+
# @param feature_track_id UUID feature_track_id
|
|
2226
|
+
# @param [Hash] opts the optional parameters
|
|
2227
|
+
# @return [Array<(FeatureTrack, Fixnum, Hash)>] FeatureTrack data, response status code and response headers
|
|
2228
|
+
def update_feature_track_using_put_with_http_info(feature_track, feature_track_id, opts = {})
|
|
2229
|
+
if @api_client.config.debugging
|
|
2230
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_feature_track_using_put ...'
|
|
2231
|
+
end
|
|
2232
|
+
# verify the required parameter 'feature_track' is set
|
|
2233
|
+
if @api_client.config.client_side_validation && feature_track.nil?
|
|
2234
|
+
fail ArgumentError, "Missing the required parameter 'feature_track' when calling UtilsApi.update_feature_track_using_put"
|
|
2235
|
+
end
|
|
2236
|
+
# verify the required parameter 'feature_track_id' is set
|
|
2237
|
+
if @api_client.config.client_side_validation && feature_track_id.nil?
|
|
2238
|
+
fail ArgumentError, "Missing the required parameter 'feature_track_id' when calling UtilsApi.update_feature_track_using_put"
|
|
2239
|
+
end
|
|
2240
|
+
# resource path
|
|
2241
|
+
local_var_path = '/nucleus/v1/feature_track/{feature_track_id}'.sub('{' + 'feature_track_id' + '}', feature_track_id.to_s)
|
|
2242
|
+
|
|
2243
|
+
# query parameters
|
|
2244
|
+
query_params = {}
|
|
2245
|
+
|
|
2246
|
+
# header parameters
|
|
2247
|
+
header_params = {}
|
|
2248
|
+
# HTTP header 'Accept' (if needed)
|
|
2249
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2250
|
+
# HTTP header 'Content-Type'
|
|
2251
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2252
|
+
|
|
2253
|
+
# form parameters
|
|
2254
|
+
form_params = {}
|
|
2255
|
+
|
|
2256
|
+
# http body (model)
|
|
2257
|
+
post_body = @api_client.object_to_http_body(feature_track)
|
|
2258
|
+
auth_names = ['oauth2']
|
|
2259
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2260
|
+
:header_params => header_params,
|
|
2261
|
+
:query_params => query_params,
|
|
2262
|
+
:form_params => form_params,
|
|
2263
|
+
:body => post_body,
|
|
2264
|
+
:auth_names => auth_names,
|
|
2265
|
+
:return_type => 'FeatureTrack')
|
|
2266
|
+
if @api_client.config.debugging
|
|
2267
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_feature_track_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2268
|
+
end
|
|
2269
|
+
return data, status_code, headers
|
|
2270
|
+
end
|
|
2271
|
+
# Update a Feature
|
|
2272
|
+
# Update the information for a Feature registered with your firm.
|
|
2273
|
+
# @param feature feature
|
|
2274
|
+
# @param feature_id UUID feature_id
|
|
2275
|
+
# @param [Hash] opts the optional parameters
|
|
2276
|
+
# @return [Feature]
|
|
2277
|
+
def update_feature_using_put(feature, feature_id, opts = {})
|
|
2278
|
+
data, _status_code, _headers = update_feature_using_put_with_http_info(feature, feature_id, opts)
|
|
2279
|
+
data
|
|
2280
|
+
end
|
|
2281
|
+
|
|
2282
|
+
# Update a Feature
|
|
2283
|
+
# Update the information for a Feature registered with your firm.
|
|
2284
|
+
# @param feature feature
|
|
2285
|
+
# @param feature_id UUID feature_id
|
|
2286
|
+
# @param [Hash] opts the optional parameters
|
|
2287
|
+
# @return [Array<(Feature, Fixnum, Hash)>] Feature data, response status code and response headers
|
|
2288
|
+
def update_feature_using_put_with_http_info(feature, feature_id, opts = {})
|
|
2289
|
+
if @api_client.config.debugging
|
|
2290
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_feature_using_put ...'
|
|
2291
|
+
end
|
|
2292
|
+
# verify the required parameter 'feature' is set
|
|
2293
|
+
if @api_client.config.client_side_validation && feature.nil?
|
|
2294
|
+
fail ArgumentError, "Missing the required parameter 'feature' when calling UtilsApi.update_feature_using_put"
|
|
2295
|
+
end
|
|
2296
|
+
# verify the required parameter 'feature_id' is set
|
|
2297
|
+
if @api_client.config.client_side_validation && feature_id.nil?
|
|
2298
|
+
fail ArgumentError, "Missing the required parameter 'feature_id' when calling UtilsApi.update_feature_using_put"
|
|
2299
|
+
end
|
|
2300
|
+
# resource path
|
|
2301
|
+
local_var_path = '/nucleus/v1/feature/{feature_id}'.sub('{' + 'feature_id' + '}', feature_id.to_s)
|
|
2302
|
+
|
|
2303
|
+
# query parameters
|
|
2304
|
+
query_params = {}
|
|
2305
|
+
|
|
2306
|
+
# header parameters
|
|
2307
|
+
header_params = {}
|
|
2308
|
+
# HTTP header 'Accept' (if needed)
|
|
2309
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2310
|
+
# HTTP header 'Content-Type'
|
|
2311
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2312
|
+
|
|
2313
|
+
# form parameters
|
|
2314
|
+
form_params = {}
|
|
2315
|
+
|
|
2316
|
+
# http body (model)
|
|
2317
|
+
post_body = @api_client.object_to_http_body(feature)
|
|
2318
|
+
auth_names = ['oauth2']
|
|
2319
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2320
|
+
:header_params => header_params,
|
|
2321
|
+
:query_params => query_params,
|
|
2322
|
+
:form_params => form_params,
|
|
2323
|
+
:body => post_body,
|
|
2324
|
+
:auth_names => auth_names,
|
|
2325
|
+
:return_type => 'Feature')
|
|
2326
|
+
if @api_client.config.debugging
|
|
2327
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_feature_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2328
|
+
end
|
|
2329
|
+
return data, status_code, headers
|
|
2330
|
+
end
|
|
2331
|
+
# Update a Notification Client
|
|
2332
|
+
# Update a Notification Client.
|
|
2333
|
+
# @param notification_client notification_client
|
|
2334
|
+
# @param notification_client_id UUID notification_client_id
|
|
2335
|
+
# @param [Hash] opts the optional parameters
|
|
2336
|
+
# @return [NotificationClient]
|
|
2337
|
+
def update_notification_client_using_put(notification_client, notification_client_id, opts = {})
|
|
2338
|
+
data, _status_code, _headers = update_notification_client_using_put_with_http_info(notification_client, notification_client_id, opts)
|
|
2339
|
+
data
|
|
2340
|
+
end
|
|
2341
|
+
|
|
2342
|
+
# Update a Notification Client
|
|
2343
|
+
# Update a Notification Client.
|
|
2344
|
+
# @param notification_client notification_client
|
|
2345
|
+
# @param notification_client_id UUID notification_client_id
|
|
2346
|
+
# @param [Hash] opts the optional parameters
|
|
2347
|
+
# @return [Array<(NotificationClient, Fixnum, Hash)>] NotificationClient data, response status code and response headers
|
|
2348
|
+
def update_notification_client_using_put_with_http_info(notification_client, notification_client_id, opts = {})
|
|
2349
|
+
if @api_client.config.debugging
|
|
2350
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_notification_client_using_put ...'
|
|
2351
|
+
end
|
|
2352
|
+
# verify the required parameter 'notification_client' is set
|
|
2353
|
+
if @api_client.config.client_side_validation && notification_client.nil?
|
|
2354
|
+
fail ArgumentError, "Missing the required parameter 'notification_client' when calling UtilsApi.update_notification_client_using_put"
|
|
2355
|
+
end
|
|
2356
|
+
# verify the required parameter 'notification_client_id' is set
|
|
2357
|
+
if @api_client.config.client_side_validation && notification_client_id.nil?
|
|
2358
|
+
fail ArgumentError, "Missing the required parameter 'notification_client_id' when calling UtilsApi.update_notification_client_using_put"
|
|
2359
|
+
end
|
|
2360
|
+
# resource path
|
|
2361
|
+
local_var_path = '/nucleus/v1/notification_client/{notification_client_id}'.sub('{' + 'notification_client_id' + '}', notification_client_id.to_s)
|
|
2362
|
+
|
|
2363
|
+
# query parameters
|
|
2364
|
+
query_params = {}
|
|
2365
|
+
|
|
2366
|
+
# header parameters
|
|
2367
|
+
header_params = {}
|
|
2368
|
+
# HTTP header 'Accept' (if needed)
|
|
2369
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2370
|
+
# HTTP header 'Content-Type'
|
|
2371
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2372
|
+
|
|
2373
|
+
# form parameters
|
|
2374
|
+
form_params = {}
|
|
2375
|
+
|
|
2376
|
+
# http body (model)
|
|
2377
|
+
post_body = @api_client.object_to_http_body(notification_client)
|
|
2378
|
+
auth_names = ['oauth2']
|
|
2379
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2380
|
+
:header_params => header_params,
|
|
2381
|
+
:query_params => query_params,
|
|
2382
|
+
:form_params => form_params,
|
|
2383
|
+
:body => post_body,
|
|
2384
|
+
:auth_names => auth_names,
|
|
2385
|
+
:return_type => 'NotificationClient')
|
|
2386
|
+
if @api_client.config.debugging
|
|
2387
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_notification_client_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2388
|
+
end
|
|
2389
|
+
return data, status_code, headers
|
|
2390
|
+
end
|
|
2391
|
+
# Update a Notification Setting
|
|
2392
|
+
# Update a Notification Setting.
|
|
2393
|
+
# @param notification_setting notification_setting
|
|
2394
|
+
# @param notification_setting_id UUID notification_setting_id
|
|
2395
|
+
# @param [Hash] opts the optional parameters
|
|
2396
|
+
# @return [NotificationSetting]
|
|
2397
|
+
def update_notification_setting_using_put(notification_setting, notification_setting_id, opts = {})
|
|
2398
|
+
data, _status_code, _headers = update_notification_setting_using_put_with_http_info(notification_setting, notification_setting_id, opts)
|
|
2399
|
+
data
|
|
2400
|
+
end
|
|
2401
|
+
|
|
2402
|
+
# Update a Notification Setting
|
|
2403
|
+
# Update a Notification Setting.
|
|
2404
|
+
# @param notification_setting notification_setting
|
|
2405
|
+
# @param notification_setting_id UUID notification_setting_id
|
|
2406
|
+
# @param [Hash] opts the optional parameters
|
|
2407
|
+
# @return [Array<(NotificationSetting, Fixnum, Hash)>] NotificationSetting data, response status code and response headers
|
|
2408
|
+
def update_notification_setting_using_put_with_http_info(notification_setting, notification_setting_id, opts = {})
|
|
2409
|
+
if @api_client.config.debugging
|
|
2410
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_notification_setting_using_put ...'
|
|
2411
|
+
end
|
|
2412
|
+
# verify the required parameter 'notification_setting' is set
|
|
2413
|
+
if @api_client.config.client_side_validation && notification_setting.nil?
|
|
2414
|
+
fail ArgumentError, "Missing the required parameter 'notification_setting' when calling UtilsApi.update_notification_setting_using_put"
|
|
2415
|
+
end
|
|
2416
|
+
# verify the required parameter 'notification_setting_id' is set
|
|
2417
|
+
if @api_client.config.client_side_validation && notification_setting_id.nil?
|
|
2418
|
+
fail ArgumentError, "Missing the required parameter 'notification_setting_id' when calling UtilsApi.update_notification_setting_using_put"
|
|
2419
|
+
end
|
|
2420
|
+
# resource path
|
|
2421
|
+
local_var_path = '/nucleus/v1/notification_setting/{notification_setting_id}'.sub('{' + 'notification_setting_id' + '}', notification_setting_id.to_s)
|
|
2422
|
+
|
|
2423
|
+
# query parameters
|
|
2424
|
+
query_params = {}
|
|
2425
|
+
|
|
2426
|
+
# header parameters
|
|
2427
|
+
header_params = {}
|
|
2428
|
+
# HTTP header 'Accept' (if needed)
|
|
2429
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2430
|
+
# HTTP header 'Content-Type'
|
|
2431
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2432
|
+
|
|
2433
|
+
# form parameters
|
|
2434
|
+
form_params = {}
|
|
2435
|
+
|
|
2436
|
+
# http body (model)
|
|
2437
|
+
post_body = @api_client.object_to_http_body(notification_setting)
|
|
2438
|
+
auth_names = ['oauth2']
|
|
2439
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2440
|
+
:header_params => header_params,
|
|
2441
|
+
:query_params => query_params,
|
|
2442
|
+
:form_params => form_params,
|
|
2443
|
+
:body => post_body,
|
|
2444
|
+
:auth_names => auth_names,
|
|
2445
|
+
:return_type => 'NotificationSetting')
|
|
2446
|
+
if @api_client.config.debugging
|
|
2447
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_notification_setting_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2448
|
+
end
|
|
2449
|
+
return data, status_code, headers
|
|
2450
|
+
end
|
|
2451
|
+
# Update a Notification
|
|
2452
|
+
# Update a Notification.
|
|
2453
|
+
# @param notification notification
|
|
2454
|
+
# @param notification_id UUID notification_id
|
|
2455
|
+
# @param [Hash] opts the optional parameters
|
|
2456
|
+
# @return [Notification]
|
|
2457
|
+
def update_notification_using_put(notification, notification_id, opts = {})
|
|
2458
|
+
data, _status_code, _headers = update_notification_using_put_with_http_info(notification, notification_id, opts)
|
|
2459
|
+
data
|
|
2460
|
+
end
|
|
2461
|
+
|
|
2462
|
+
# Update a Notification
|
|
2463
|
+
# Update a Notification.
|
|
2464
|
+
# @param notification notification
|
|
2465
|
+
# @param notification_id UUID notification_id
|
|
2466
|
+
# @param [Hash] opts the optional parameters
|
|
2467
|
+
# @return [Array<(Notification, Fixnum, Hash)>] Notification data, response status code and response headers
|
|
2468
|
+
def update_notification_using_put_with_http_info(notification, notification_id, opts = {})
|
|
2469
|
+
if @api_client.config.debugging
|
|
2470
|
+
@api_client.config.logger.debug 'Calling API: UtilsApi.update_notification_using_put ...'
|
|
2471
|
+
end
|
|
2472
|
+
# verify the required parameter 'notification' is set
|
|
2473
|
+
if @api_client.config.client_side_validation && notification.nil?
|
|
2474
|
+
fail ArgumentError, "Missing the required parameter 'notification' when calling UtilsApi.update_notification_using_put"
|
|
2475
|
+
end
|
|
2476
|
+
# verify the required parameter 'notification_id' is set
|
|
2477
|
+
if @api_client.config.client_side_validation && notification_id.nil?
|
|
2478
|
+
fail ArgumentError, "Missing the required parameter 'notification_id' when calling UtilsApi.update_notification_using_put"
|
|
2479
|
+
end
|
|
2480
|
+
# resource path
|
|
2481
|
+
local_var_path = '/nucleus/v1/notification/{notification_id}'.sub('{' + 'notification_id' + '}', notification_id.to_s)
|
|
2482
|
+
|
|
2483
|
+
# query parameters
|
|
2484
|
+
query_params = {}
|
|
2485
|
+
|
|
2486
|
+
# header parameters
|
|
2487
|
+
header_params = {}
|
|
2488
|
+
# HTTP header 'Accept' (if needed)
|
|
2489
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
2490
|
+
# HTTP header 'Content-Type'
|
|
2491
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2492
|
+
|
|
2493
|
+
# form parameters
|
|
2494
|
+
form_params = {}
|
|
2495
|
+
|
|
2496
|
+
# http body (model)
|
|
2497
|
+
post_body = @api_client.object_to_http_body(notification)
|
|
2498
|
+
auth_names = ['oauth2']
|
|
2499
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
2500
|
+
:header_params => header_params,
|
|
2501
|
+
:query_params => query_params,
|
|
2502
|
+
:form_params => form_params,
|
|
2503
|
+
:body => post_body,
|
|
2504
|
+
:auth_names => auth_names,
|
|
2505
|
+
:return_type => 'Notification')
|
|
2506
|
+
if @api_client.config.debugging
|
|
2507
|
+
@api_client.config.logger.debug "API called: UtilsApi#update_notification_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2508
|
+
end
|
|
2509
|
+
return data, status_code, headers
|
|
2510
|
+
end
|
|
676
2511
|
# Update a reason code
|
|
677
2512
|
# Update a reason code for your firm.
|
|
678
2513
|
# @param reason_code reason_code
|
|
@@ -703,7 +2538,7 @@ module NucleusApi
|
|
|
703
2538
|
fail ArgumentError, "Missing the required parameter 'reason_code_id' when calling UtilsApi.update_reason_code_using_put"
|
|
704
2539
|
end
|
|
705
2540
|
# resource path
|
|
706
|
-
local_var_path = '/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
2541
|
+
local_var_path = '/nucleus/v1/reason_code/{reason_code_id}'.sub('{' + 'reason_code_id' + '}', reason_code_id.to_s)
|
|
707
2542
|
|
|
708
2543
|
# query parameters
|
|
709
2544
|
query_params = {}
|
|
@@ -763,7 +2598,7 @@ module NucleusApi
|
|
|
763
2598
|
fail ArgumentError, "Missing the required parameter 'stage_id' when calling UtilsApi.update_stage_using_put"
|
|
764
2599
|
end
|
|
765
2600
|
# resource path
|
|
766
|
-
local_var_path = '/stage/{stage_id}'.sub('{' + 'stage_id' + '}', stage_id.to_s)
|
|
2601
|
+
local_var_path = '/nucleus/v1/stage/{stage_id}'.sub('{' + 'stage_id' + '}', stage_id.to_s)
|
|
767
2602
|
|
|
768
2603
|
# query parameters
|
|
769
2604
|
query_params = {}
|
|
@@ -823,7 +2658,7 @@ module NucleusApi
|
|
|
823
2658
|
fail ArgumentError, "Missing the required parameter 'transaction_code_id' when calling UtilsApi.update_transaction_code_using_put"
|
|
824
2659
|
end
|
|
825
2660
|
# resource path
|
|
826
|
-
local_var_path = '/transaction_code/{transaction_code_id}'.sub('{' + 'transaction_code_id' + '}', transaction_code_id.to_s)
|
|
2661
|
+
local_var_path = '/nucleus/v1/transaction_code/{transaction_code_id}'.sub('{' + 'transaction_code_id' + '}', transaction_code_id.to_s)
|
|
827
2662
|
|
|
828
2663
|
# query parameters
|
|
829
2664
|
query_params = {}
|