hydrogen-nucleus-api 1.9.2
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 +7 -0
- data/Gemfile +7 -0
- data/README.md +80 -0
- data/Rakefile +8 -0
- data/git_push.sh +55 -0
- data/lib/nucleus_api.rb +306 -0
- data/lib/nucleus_api/api/account_api.rb +1755 -0
- data/lib/nucleus_api/api/admin_client_api.rb +346 -0
- data/lib/nucleus_api/api/aggregation_account_api.rb +1642 -0
- data/lib/nucleus_api/api/allocation_api.rb +824 -0
- data/lib/nucleus_api/api/benchmark_api.rb +362 -0
- data/lib/nucleus_api/api/budget_api.rb +307 -0
- data/lib/nucleus_api/api/bulk_api.rb +253 -0
- data/lib/nucleus_api/api/business_api.rb +526 -0
- data/lib/nucleus_api/api/card_api.rb +864 -0
- data/lib/nucleus_api/api/client_api.rb +1246 -0
- data/lib/nucleus_api/api/contact_api.rb +585 -0
- data/lib/nucleus_api/api/decision_tree_api.rb +911 -0
- data/lib/nucleus_api/api/document_api.rb +301 -0
- data/lib/nucleus_api/api/financial_statement_api.rb +307 -0
- data/lib/nucleus_api/api/funding_api.rb +1213 -0
- data/lib/nucleus_api/api/goal_api.rb +837 -0
- data/lib/nucleus_api/api/household_api.rb +526 -0
- data/lib/nucleus_api/api/invoice_api.rb +591 -0
- data/lib/nucleus_api/api/model_api.rb +1479 -0
- data/lib/nucleus_api/api/order_api.rb +1688 -0
- data/lib/nucleus_api/api/overflow_api.rb +468 -0
- data/lib/nucleus_api/api/portfolio_api.rb +1840 -0
- data/lib/nucleus_api/api/questionnaire_api.rb +857 -0
- data/lib/nucleus_api/api/resource_api.rb +823 -0
- data/lib/nucleus_api/api/risk_profile_api.rb +301 -0
- data/lib/nucleus_api/api/roundup_api.rb +468 -0
- data/lib/nucleus_api/api/score_api.rb +301 -0
- data/lib/nucleus_api/api/securities_api.rb +863 -0
- data/lib/nucleus_api/api/spending_control_api.rb +301 -0
- data/lib/nucleus_api/api/utils_api.rb +2692 -0
- data/lib/nucleus_api/api/webhook_api.rb +301 -0
- data/lib/nucleus_api/api_client.rb +391 -0
- data/lib/nucleus_api/api_error.rb +38 -0
- data/lib/nucleus_api/auth_configuration.rb +181 -0
- data/lib/nucleus_api/configuration.rb +209 -0
- data/lib/nucleus_api/environment.rb +26 -0
- data/lib/nucleus_api/models/account.rb +335 -0
- data/lib/nucleus_api/models/account_allocation_mapping.rb +295 -0
- data/lib/nucleus_api/models/account_map.rb +203 -0
- data/lib/nucleus_api/models/account_permission_vo.rb +196 -0
- data/lib/nucleus_api/models/account_portfolio_rebalance_request.rb +314 -0
- data/lib/nucleus_api/models/account_status.rb +271 -0
- data/lib/nucleus_api/models/account_type.rb +336 -0
- data/lib/nucleus_api/models/acl_client_permission_vo.rb +237 -0
- data/lib/nucleus_api/models/admin_client.rb +290 -0
- data/lib/nucleus_api/models/aggregation_account.rb +541 -0
- data/lib/nucleus_api/models/aggregation_account_balance.rb +285 -0
- data/lib/nucleus_api/models/aggregation_account_holding.rb +357 -0
- data/lib/nucleus_api/models/aggregation_account_transaction.rb +336 -0
- data/lib/nucleus_api/models/aggregation_accounts_map.rb +203 -0
- data/lib/nucleus_api/models/allocation.rb +326 -0
- data/lib/nucleus_api/models/allocation_aggregated_vo.rb +229 -0
- data/lib/nucleus_api/models/allocation_composition.rb +305 -0
- data/lib/nucleus_api/models/allocation_composition_aggregated_vo.rb +283 -0
- data/lib/nucleus_api/models/allocation_composition_model_holdings_vo.rb +312 -0
- data/lib/nucleus_api/models/allocation_node_map.rb +188 -0
- data/lib/nucleus_api/models/answer.rb +314 -0
- data/lib/nucleus_api/models/answer_map.rb +182 -0
- data/lib/nucleus_api/models/application.rb +257 -0
- data/lib/nucleus_api/models/audit_log.rb +358 -0
- data/lib/nucleus_api/models/available_date_double_vo.rb +244 -0
- data/lib/nucleus_api/models/balances.rb +224 -0
- data/lib/nucleus_api/models/bank_credit.rb +283 -0
- data/lib/nucleus_api/models/bank_link.rb +431 -0
- data/lib/nucleus_api/models/bank_link_map.rb +203 -0
- data/lib/nucleus_api/models/benchmark.rb +278 -0
- data/lib/nucleus_api/models/benchmark_composition.rb +203 -0
- data/lib/nucleus_api/models/brokers.rb +204 -0
- data/lib/nucleus_api/models/budget.rb +383 -0
- data/lib/nucleus_api/models/budget_aggregation_account.rb +188 -0
- data/lib/nucleus_api/models/budget_object.rb +214 -0
- data/lib/nucleus_api/models/bulk_transaction.rb +227 -0
- data/lib/nucleus_api/models/bulk_transaction_vo.rb +218 -0
- data/lib/nucleus_api/models/business.rb +430 -0
- data/lib/nucleus_api/models/business_address.rb +279 -0
- data/lib/nucleus_api/models/business_details_vo.rb +236 -0
- data/lib/nucleus_api/models/card.rb +497 -0
- data/lib/nucleus_api/models/card_address.rb +269 -0
- data/lib/nucleus_api/models/card_balance_vo.rb +214 -0
- data/lib/nucleus_api/models/card_details_vo.rb +284 -0
- data/lib/nucleus_api/models/card_program.rb +351 -0
- data/lib/nucleus_api/models/cash.rb +214 -0
- data/lib/nucleus_api/models/categories_map.rb +203 -0
- data/lib/nucleus_api/models/check.rb +211 -0
- data/lib/nucleus_api/models/check_images.rb +199 -0
- data/lib/nucleus_api/models/client.rb +524 -0
- data/lib/nucleus_api/models/client_account_mapping.rb +213 -0
- data/lib/nucleus_api/models/client_address.rb +279 -0
- data/lib/nucleus_api/models/client_business_card_vo.rb +218 -0
- data/lib/nucleus_api/models/client_business_total_card_balance_vo.rb +204 -0
- data/lib/nucleus_api/models/client_card_vo.rb +244 -0
- data/lib/nucleus_api/models/client_credentials.rb +200 -0
- data/lib/nucleus_api/models/client_relationship.rb +210 -0
- data/lib/nucleus_api/models/client_response.rb +281 -0
- data/lib/nucleus_api/models/client_status.rb +271 -0
- data/lib/nucleus_api/models/client_view_goal_data.rb +303 -0
- data/lib/nucleus_api/models/contact.rb +356 -0
- data/lib/nucleus_api/models/contact_address.rb +269 -0
- data/lib/nucleus_api/models/country.rb +251 -0
- data/lib/nucleus_api/models/currency.rb +213 -0
- data/lib/nucleus_api/models/customer_revenue.rb +297 -0
- data/lib/nucleus_api/models/date_double_vo.rb +204 -0
- data/lib/nucleus_api/models/decision_tree.rb +276 -0
- data/lib/nucleus_api/models/decision_tree_co.rb +203 -0
- data/lib/nucleus_api/models/decision_tree_result_vo.rb +193 -0
- data/lib/nucleus_api/models/document.rb +407 -0
- data/lib/nucleus_api/models/employment.rb +214 -0
- data/lib/nucleus_api/models/external_account_transfer.rb +413 -0
- data/lib/nucleus_api/models/feature.rb +287 -0
- data/lib/nucleus_api/models/feature_track.rb +252 -0
- data/lib/nucleus_api/models/financial_statement.rb +363 -0
- data/lib/nucleus_api/models/funding.rb +509 -0
- data/lib/nucleus_api/models/funding_request_map.rb +188 -0
- data/lib/nucleus_api/models/funding_transaction.rb +391 -0
- data/lib/nucleus_api/models/fx_rate.rb +234 -0
- data/lib/nucleus_api/models/fx_rate_view.rb +234 -0
- data/lib/nucleus_api/models/goal.rb +341 -0
- data/lib/nucleus_api/models/goal_account_mapping.rb +219 -0
- data/lib/nucleus_api/models/goal_track.rb +373 -0
- data/lib/nucleus_api/models/goal_track_accounts.rb +188 -0
- data/lib/nucleus_api/models/household.rb +286 -0
- data/lib/nucleus_api/models/institution.rb +256 -0
- data/lib/nucleus_api/models/investment.rb +279 -0
- data/lib/nucleus_api/models/invoice.rb +473 -0
- data/lib/nucleus_api/models/invoice_payment.rb +282 -0
- data/lib/nucleus_api/models/json_node.rb +173 -0
- data/lib/nucleus_api/models/line_items.rb +279 -0
- data/lib/nucleus_api/models/location.rb +254 -0
- data/lib/nucleus_api/models/member.rb +218 -0
- data/lib/nucleus_api/models/merchant_category_code.rb +229 -0
- data/lib/nucleus_api/models/merchants_map.rb +203 -0
- data/lib/nucleus_api/models/model.rb +397 -0
- data/lib/nucleus_api/models/model_asset_size.rb +275 -0
- data/lib/nucleus_api/models/model_comment.rb +265 -0
- data/lib/nucleus_api/models/model_holding.rb +371 -0
- data/lib/nucleus_api/models/model_holding_vo.rb +209 -0
- data/lib/nucleus_api/models/model_transaction.rb +299 -0
- data/lib/nucleus_api/models/mx_merchant_res.rb +236 -0
- data/lib/nucleus_api/models/node.rb +261 -0
- data/lib/nucleus_api/models/node_relationship.rb +301 -0
- data/lib/nucleus_api/models/notification.rb +314 -0
- data/lib/nucleus_api/models/notification_client.rb +310 -0
- data/lib/nucleus_api/models/notification_setting.rb +301 -0
- data/lib/nucleus_api/models/order.rb +391 -0
- data/lib/nucleus_api/models/order_bulk.rb +310 -0
- data/lib/nucleus_api/models/order_reconcile_request.rb +221 -0
- data/lib/nucleus_api/models/order_reconcile_return_object.rb +228 -0
- data/lib/nucleus_api/models/order_status.rb +251 -0
- data/lib/nucleus_api/models/order_track.rb +317 -0
- data/lib/nucleus_api/models/order_vo_clone.rb +305 -0
- data/lib/nucleus_api/models/overflow.rb +282 -0
- data/lib/nucleus_api/models/overflow_bank_link_map.rb +213 -0
- data/lib/nucleus_api/models/overflow_settings.rb +288 -0
- data/lib/nucleus_api/models/overflow_vo.rb +204 -0
- data/lib/nucleus_api/models/ownership.rb +234 -0
- data/lib/nucleus_api/models/page_account.rb +259 -0
- data/lib/nucleus_api/models/page_account_allocation_mapping.rb +259 -0
- data/lib/nucleus_api/models/page_account_permission_vo.rb +259 -0
- data/lib/nucleus_api/models/page_account_status.rb +259 -0
- data/lib/nucleus_api/models/page_account_type.rb +259 -0
- data/lib/nucleus_api/models/page_admin_client.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_balance.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_holding.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_allocation.rb +259 -0
- data/lib/nucleus_api/models/page_allocation_composition.rb +259 -0
- data/lib/nucleus_api/models/page_answer.rb +259 -0
- data/lib/nucleus_api/models/page_application.rb +259 -0
- data/lib/nucleus_api/models/page_audit_log.rb +259 -0
- data/lib/nucleus_api/models/page_bank_link.rb +259 -0
- data/lib/nucleus_api/models/page_benchmark.rb +259 -0
- data/lib/nucleus_api/models/page_budget.rb +259 -0
- data/lib/nucleus_api/models/page_business.rb +259 -0
- data/lib/nucleus_api/models/page_card.rb +259 -0
- data/lib/nucleus_api/models/page_card_program.rb +259 -0
- data/lib/nucleus_api/models/page_client.rb +259 -0
- data/lib/nucleus_api/models/page_client_business_card_vo.rb +259 -0
- data/lib/nucleus_api/models/page_client_response.rb +259 -0
- data/lib/nucleus_api/models/page_client_status.rb +259 -0
- data/lib/nucleus_api/models/page_contact.rb +259 -0
- data/lib/nucleus_api/models/page_customer_revenue.rb +259 -0
- data/lib/nucleus_api/models/page_decision_tree.rb +259 -0
- data/lib/nucleus_api/models/page_document.rb +259 -0
- data/lib/nucleus_api/models/page_external_account_transfer.rb +259 -0
- data/lib/nucleus_api/models/page_feature.rb +259 -0
- data/lib/nucleus_api/models/page_feature_track.rb +259 -0
- data/lib/nucleus_api/models/page_financial_statement.rb +259 -0
- data/lib/nucleus_api/models/page_funding.rb +259 -0
- data/lib/nucleus_api/models/page_funding_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_goal.rb +259 -0
- data/lib/nucleus_api/models/page_goal_track.rb +259 -0
- data/lib/nucleus_api/models/page_household.rb +259 -0
- data/lib/nucleus_api/models/page_institution.rb +259 -0
- data/lib/nucleus_api/models/page_invoice.rb +259 -0
- data/lib/nucleus_api/models/page_invoice_payment.rb +259 -0
- data/lib/nucleus_api/models/page_model.rb +259 -0
- data/lib/nucleus_api/models/page_model_asset_size.rb +259 -0
- data/lib/nucleus_api/models/page_model_comment.rb +259 -0
- data/lib/nucleus_api/models/page_model_holding.rb +259 -0
- data/lib/nucleus_api/models/page_model_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_mx_merchant_res.rb +274 -0
- data/lib/nucleus_api/models/page_node.rb +259 -0
- data/lib/nucleus_api/models/page_node_relationship.rb +259 -0
- data/lib/nucleus_api/models/page_notification.rb +259 -0
- data/lib/nucleus_api/models/page_notification_client.rb +259 -0
- data/lib/nucleus_api/models/page_notification_setting.rb +259 -0
- data/lib/nucleus_api/models/page_order.rb +259 -0
- data/lib/nucleus_api/models/page_order_bulk.rb +259 -0
- data/lib/nucleus_api/models/page_order_status.rb +259 -0
- data/lib/nucleus_api/models/page_order_track.rb +259 -0
- data/lib/nucleus_api/models/page_overflow.rb +259 -0
- data/lib/nucleus_api/models/page_overflow_settings.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_asset_size_log.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_comment.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_goal.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_holding_agg.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_holding_log.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_question.rb +259 -0
- data/lib/nucleus_api/models/page_questionnaire.rb +259 -0
- data/lib/nucleus_api/models/page_reason_code.rb +259 -0
- data/lib/nucleus_api/models/page_risk_profile.rb +259 -0
- data/lib/nucleus_api/models/page_roundup.rb +259 -0
- data/lib/nucleus_api/models/page_roundup_settings.rb +259 -0
- data/lib/nucleus_api/models/page_score.rb +259 -0
- data/lib/nucleus_api/models/page_security.rb +259 -0
- data/lib/nucleus_api/models/page_security_exclusion.rb +259 -0
- data/lib/nucleus_api/models/page_security_price.rb +259 -0
- data/lib/nucleus_api/models/page_spending_control.rb +259 -0
- data/lib/nucleus_api/models/page_stage.rb +259 -0
- data/lib/nucleus_api/models/page_transaction_code.rb +259 -0
- data/lib/nucleus_api/models/page_webhook.rb +259 -0
- data/lib/nucleus_api/models/pageable.rb +227 -0
- data/lib/nucleus_api/models/permission_vo.rb +227 -0
- data/lib/nucleus_api/models/portfolio.rb +337 -0
- data/lib/nucleus_api/models/portfolio_asset_size_log.rb +330 -0
- data/lib/nucleus_api/models/portfolio_comment.rb +280 -0
- data/lib/nucleus_api/models/portfolio_goal.rb +256 -0
- data/lib/nucleus_api/models/portfolio_goal_map.rb +203 -0
- data/lib/nucleus_api/models/portfolio_holding_agg.rb +244 -0
- data/lib/nucleus_api/models/portfolio_holding_log.rb +340 -0
- data/lib/nucleus_api/models/portfolio_transaction.rb +536 -0
- data/lib/nucleus_api/models/question.rb +362 -0
- data/lib/nucleus_api/models/questionnaire.rb +288 -0
- data/lib/nucleus_api/models/reason_code.rb +275 -0
- data/lib/nucleus_api/models/risk_profile.rb +287 -0
- data/lib/nucleus_api/models/roundup.rb +267 -0
- data/lib/nucleus_api/models/roundup_co.rb +233 -0
- data/lib/nucleus_api/models/roundup_settings.rb +332 -0
- data/lib/nucleus_api/models/score.rb +375 -0
- data/lib/nucleus_api/models/securities_composition.rb +233 -0
- data/lib/nucleus_api/models/securities_country.rb +203 -0
- data/lib/nucleus_api/models/security.rb +435 -0
- data/lib/nucleus_api/models/security_composition_vo.rb +301 -0
- data/lib/nucleus_api/models/security_country_vo.rb +191 -0
- data/lib/nucleus_api/models/security_exclusion.rb +301 -0
- data/lib/nucleus_api/models/security_price.rb +314 -0
- data/lib/nucleus_api/models/sort.rb +234 -0
- data/lib/nucleus_api/models/spending_control.rb +343 -0
- data/lib/nucleus_api/models/stage.rb +346 -0
- data/lib/nucleus_api/models/stat.rb +204 -0
- data/lib/nucleus_api/models/state.rb +203 -0
- data/lib/nucleus_api/models/statistic_resource_vo.rb +209 -0
- data/lib/nucleus_api/models/token_date_request.rb +234 -0
- data/lib/nucleus_api/models/transaction_code.rb +313 -0
- data/lib/nucleus_api/models/v_account_vo.rb +227 -0
- data/lib/nucleus_api/models/v_client_goal_view_data.rb +229 -0
- data/lib/nucleus_api/models/v_portfolio_vo.rb +209 -0
- data/lib/nucleus_api/models/webhook.rb +278 -0
- data/lib/nucleus_api/version.rb +15 -0
- data/nucleus_api.gemspec +46 -0
- data/spec/api/account_api_spec.rb +445 -0
- data/spec/api/admin_client_api_spec.rb +107 -0
- data/spec/api/aggregation_account_api_spec.rb +412 -0
- data/spec/api/allocation_api_spec.rb +225 -0
- data/spec/api/benchmark_api_spec.rb +115 -0
- data/spec/api/budget_api_spec.rb +102 -0
- data/spec/api/bulk_api_spec.rb +86 -0
- data/spec/api/business_api_spec.rb +159 -0
- data/spec/api/card_api_spec.rb +239 -0
- data/spec/api/client_api_spec.rb +327 -0
- data/spec/api/contact_api_spec.rb +167 -0
- data/spec/api/decision_tree_api_spec.rb +242 -0
- data/spec/api/document_api_spec.rb +100 -0
- data/spec/api/financial_statement_api_spec.rb +102 -0
- data/spec/api/funding_api_spec.rb +315 -0
- data/spec/api/goal_api_spec.rb +231 -0
- data/spec/api/household_api_spec.rb +159 -0
- data/spec/api/invoice_api_spec.rb +169 -0
- data/spec/api/model_api_spec.rb +375 -0
- data/spec/api/order_api_spec.rb +412 -0
- data/spec/api/overflow_api_spec.rb +140 -0
- data/spec/api/portfolio_api_spec.rb +464 -0
- data/spec/api/questionnaire_api_spec.rb +230 -0
- data/spec/api/resource_api_spec.rb +229 -0
- data/spec/api/risk_profile_api_spec.rb +100 -0
- data/spec/api/roundup_api_spec.rb +140 -0
- data/spec/api/score_api_spec.rb +100 -0
- data/spec/api/securities_api_spec.rb +232 -0
- data/spec/api/spending_control_api_spec.rb +100 -0
- data/spec/api/utils_api_spec.rb +660 -0
- data/spec/api/webhook_api_spec.rb +100 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_allocation_mapping_spec.rb +95 -0
- data/spec/models/account_map_spec.rb +47 -0
- data/spec/models/account_permission_vo_spec.rb +47 -0
- data/spec/models/account_portfolio_rebalance_request_spec.rb +119 -0
- data/spec/models/account_spec.rb +125 -0
- data/spec/models/account_status_spec.rb +89 -0
- data/spec/models/account_type_spec.rb +131 -0
- data/spec/models/acl_client_permission_vo_spec.rb +57 -0
- data/spec/models/admin_client_spec.rb +113 -0
- data/spec/models/aggregation_account_balance_spec.rb +101 -0
- data/spec/models/aggregation_account_holding_spec.rb +149 -0
- data/spec/models/aggregation_account_spec.rb +251 -0
- data/spec/models/aggregation_account_transaction_spec.rb +131 -0
- data/spec/models/aggregation_accounts_map_spec.rb +47 -0
- data/spec/models/allocation_aggregated_vo_spec.rb +71 -0
- data/spec/models/allocation_composition_aggregated_vo_spec.rb +107 -0
- data/spec/models/allocation_composition_model_holdings_vo_spec.rb +125 -0
- data/spec/models/allocation_composition_spec.rb +101 -0
- data/spec/models/allocation_node_map_spec.rb +41 -0
- data/spec/models/allocation_spec.rb +125 -0
- data/spec/models/answer_map_spec.rb +41 -0
- data/spec/models/answer_spec.rb +119 -0
- data/spec/models/application_spec.rb +83 -0
- data/spec/models/audit_log_spec.rb +131 -0
- data/spec/models/available_date_double_vo_spec.rb +77 -0
- data/spec/models/balances_spec.rb +65 -0
- data/spec/models/bank_credit_spec.rb +95 -0
- data/spec/models/bank_link_map_spec.rb +47 -0
- data/spec/models/bank_link_spec.rb +179 -0
- data/spec/models/benchmark_composition_spec.rb +47 -0
- data/spec/models/benchmark_spec.rb +95 -0
- data/spec/models/brokers_spec.rb +47 -0
- data/spec/models/budget_aggregation_account_spec.rb +41 -0
- data/spec/models/budget_object_spec.rb +53 -0
- data/spec/models/budget_spec.rb +149 -0
- data/spec/models/bulk_transaction_spec.rb +71 -0
- data/spec/models/bulk_transaction_vo_spec.rb +65 -0
- data/spec/models/business_address_spec.rb +83 -0
- data/spec/models/business_details_vo_spec.rb +71 -0
- data/spec/models/business_spec.rb +185 -0
- data/spec/models/card_address_spec.rb +77 -0
- 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 +131 -0
- data/spec/models/card_spec.rb +215 -0
- data/spec/models/cash_spec.rb +53 -0
- data/spec/models/categories_map_spec.rb +47 -0
- data/spec/models/check_images_spec.rb +47 -0
- data/spec/models/check_spec.rb +53 -0
- data/spec/models/client_account_mapping_spec.rb +53 -0
- data/spec/models/client_address_spec.rb +83 -0
- 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/client_credentials_spec.rb +53 -0
- data/spec/models/client_relationship_spec.rb +53 -0
- data/spec/models/client_response_spec.rb +95 -0
- data/spec/models/client_spec.rb +239 -0
- data/spec/models/client_status_spec.rb +89 -0
- data/spec/models/client_view_goal_data_spec.rb +119 -0
- data/spec/models/contact_address_spec.rb +77 -0
- data/spec/models/contact_spec.rb +143 -0
- data/spec/models/country_spec.rb +71 -0
- data/spec/models/currency_spec.rb +59 -0
- data/spec/models/customer_revenue_spec.rb +95 -0
- data/spec/models/date_double_vo_spec.rb +53 -0
- data/spec/models/decision_tree_co_spec.rb +47 -0
- data/spec/models/decision_tree_result_vo_spec.rb +47 -0
- data/spec/models/decision_tree_spec.rb +95 -0
- data/spec/models/document_spec.rb +173 -0
- data/spec/models/employment_spec.rb +59 -0
- data/spec/models/external_account_transfer_spec.rb +161 -0
- data/spec/models/feature_spec.rb +101 -0
- data/spec/models/feature_track_spec.rb +77 -0
- data/spec/models/financial_statement_spec.rb +137 -0
- data/spec/models/funding_request_map_spec.rb +41 -0
- data/spec/models/funding_spec.rb +221 -0
- data/spec/models/funding_transaction_spec.rb +155 -0
- data/spec/models/fx_rate_spec.rb +59 -0
- data/spec/models/fx_rate_view_spec.rb +59 -0
- data/spec/models/goal_account_mapping_spec.rb +59 -0
- data/spec/models/goal_spec.rb +137 -0
- data/spec/models/goal_track_accounts_spec.rb +41 -0
- data/spec/models/goal_track_spec.rb +149 -0
- data/spec/models/household_spec.rb +101 -0
- data/spec/models/institution_spec.rb +83 -0
- data/spec/models/investment_spec.rb +89 -0
- data/spec/models/invoice_payment_spec.rb +89 -0
- data/spec/models/invoice_spec.rb +197 -0
- data/spec/models/json_node_spec.rb +35 -0
- data/spec/models/line_items_spec.rb +83 -0
- data/spec/models/location_spec.rb +83 -0
- data/spec/models/member_spec.rb +59 -0
- data/spec/models/merchant_category_code_spec.rb +65 -0
- data/spec/models/merchants_map_spec.rb +47 -0
- data/spec/models/model_asset_size_spec.rb +89 -0
- data/spec/models/model_comment_spec.rb +83 -0
- data/spec/models/model_holding_spec.rb +143 -0
- data/spec/models/model_holding_vo_spec.rb +59 -0
- data/spec/models/model_spec.rb +167 -0
- data/spec/models/model_transaction_spec.rb +95 -0
- data/spec/models/mx_merchant_res_spec.rb +77 -0
- data/spec/models/node_relationship_spec.rb +101 -0
- data/spec/models/node_spec.rb +83 -0
- data/spec/models/notification_client_spec.rb +107 -0
- data/spec/models/notification_setting_spec.rb +107 -0
- data/spec/models/notification_spec.rb +113 -0
- data/spec/models/order_bulk_spec.rb +101 -0
- data/spec/models/order_reconcile_request_spec.rb +65 -0
- data/spec/models/order_reconcile_return_object_spec.rb +65 -0
- data/spec/models/order_spec.rb +155 -0
- data/spec/models/order_status_spec.rb +77 -0
- data/spec/models/order_track_spec.rb +113 -0
- data/spec/models/order_vo_clone_spec.rb +113 -0
- data/spec/models/overflow_bank_link_map_spec.rb +53 -0
- data/spec/models/overflow_settings_spec.rb +95 -0
- data/spec/models/overflow_spec.rb +89 -0
- data/spec/models/overflow_vo_spec.rb +53 -0
- data/spec/models/ownership_spec.rb +65 -0
- data/spec/models/page_account_allocation_mapping_spec.rb +89 -0
- data/spec/models/page_account_permission_vo_spec.rb +89 -0
- data/spec/models/page_account_spec.rb +89 -0
- data/spec/models/page_account_status_spec.rb +89 -0
- data/spec/models/page_account_type_spec.rb +89 -0
- data/spec/models/page_admin_client_spec.rb +89 -0
- data/spec/models/page_aggregation_account_balance_spec.rb +89 -0
- data/spec/models/page_aggregation_account_holding_spec.rb +89 -0
- data/spec/models/page_aggregation_account_spec.rb +89 -0
- data/spec/models/page_aggregation_account_transaction_spec.rb +89 -0
- data/spec/models/page_allocation_composition_spec.rb +89 -0
- data/spec/models/page_allocation_spec.rb +89 -0
- data/spec/models/page_answer_spec.rb +89 -0
- data/spec/models/page_application_spec.rb +89 -0
- data/spec/models/page_audit_log_spec.rb +89 -0
- data/spec/models/page_bank_link_spec.rb +89 -0
- data/spec/models/page_benchmark_spec.rb +89 -0
- data/spec/models/page_budget_spec.rb +89 -0
- data/spec/models/page_business_spec.rb +89 -0
- data/spec/models/page_card_program_spec.rb +89 -0
- data/spec/models/page_card_spec.rb +89 -0
- data/spec/models/page_client_business_card_vo_spec.rb +89 -0
- data/spec/models/page_client_response_spec.rb +89 -0
- data/spec/models/page_client_spec.rb +89 -0
- data/spec/models/page_client_status_spec.rb +89 -0
- data/spec/models/page_contact_spec.rb +89 -0
- data/spec/models/page_customer_revenue_spec.rb +89 -0
- data/spec/models/page_decision_tree_spec.rb +89 -0
- data/spec/models/page_document_spec.rb +89 -0
- data/spec/models/page_external_account_transfer_spec.rb +89 -0
- data/spec/models/page_feature_spec.rb +89 -0
- data/spec/models/page_feature_track_spec.rb +89 -0
- data/spec/models/page_financial_statement_spec.rb +89 -0
- data/spec/models/page_funding_spec.rb +89 -0
- data/spec/models/page_funding_transaction_spec.rb +89 -0
- data/spec/models/page_goal_spec.rb +89 -0
- data/spec/models/page_goal_track_spec.rb +89 -0
- data/spec/models/page_household_spec.rb +89 -0
- data/spec/models/page_institution_spec.rb +89 -0
- data/spec/models/page_invoice_payment_spec.rb +89 -0
- data/spec/models/page_invoice_spec.rb +89 -0
- data/spec/models/page_model_asset_size_spec.rb +89 -0
- data/spec/models/page_model_comment_spec.rb +89 -0
- data/spec/models/page_model_holding_spec.rb +89 -0
- data/spec/models/page_model_spec.rb +89 -0
- data/spec/models/page_model_transaction_spec.rb +89 -0
- data/spec/models/page_mx_merchant_res_spec.rb +101 -0
- data/spec/models/page_node_relationship_spec.rb +89 -0
- data/spec/models/page_node_spec.rb +89 -0
- data/spec/models/page_notification_client_spec.rb +89 -0
- data/spec/models/page_notification_setting_spec.rb +89 -0
- data/spec/models/page_notification_spec.rb +89 -0
- data/spec/models/page_order_bulk_spec.rb +89 -0
- data/spec/models/page_order_spec.rb +89 -0
- data/spec/models/page_order_status_spec.rb +89 -0
- data/spec/models/page_order_track_spec.rb +89 -0
- data/spec/models/page_overflow_settings_spec.rb +89 -0
- data/spec/models/page_overflow_spec.rb +89 -0
- data/spec/models/page_portfolio_asset_size_log_spec.rb +89 -0
- data/spec/models/page_portfolio_comment_spec.rb +89 -0
- data/spec/models/page_portfolio_goal_spec.rb +89 -0
- data/spec/models/page_portfolio_holding_agg_spec.rb +89 -0
- data/spec/models/page_portfolio_holding_log_spec.rb +89 -0
- data/spec/models/page_portfolio_spec.rb +89 -0
- data/spec/models/page_portfolio_transaction_spec.rb +89 -0
- data/spec/models/page_question_spec.rb +89 -0
- data/spec/models/page_questionnaire_spec.rb +89 -0
- data/spec/models/page_reason_code_spec.rb +89 -0
- data/spec/models/page_risk_profile_spec.rb +89 -0
- data/spec/models/page_roundup_settings_spec.rb +89 -0
- data/spec/models/page_roundup_spec.rb +89 -0
- data/spec/models/page_score_spec.rb +89 -0
- data/spec/models/page_security_exclusion_spec.rb +89 -0
- data/spec/models/page_security_price_spec.rb +89 -0
- data/spec/models/page_security_spec.rb +89 -0
- data/spec/models/page_spending_control_spec.rb +89 -0
- data/spec/models/page_stage_spec.rb +89 -0
- data/spec/models/page_transaction_code_spec.rb +89 -0
- data/spec/models/page_webhook_spec.rb +89 -0
- data/spec/models/pageable_spec.rb +71 -0
- data/spec/models/permission_vo_spec.rb +51 -0
- data/spec/models/portfolio_asset_size_log_spec.rb +113 -0
- data/spec/models/portfolio_comment_spec.rb +89 -0
- data/spec/models/portfolio_goal_map_spec.rb +47 -0
- data/spec/models/portfolio_goal_spec.rb +77 -0
- data/spec/models/portfolio_holding_agg_spec.rb +77 -0
- data/spec/models/portfolio_holding_log_spec.rb +119 -0
- data/spec/models/portfolio_spec.rb +125 -0
- data/spec/models/portfolio_transaction_spec.rb +239 -0
- data/spec/models/question_spec.rb +149 -0
- data/spec/models/questionnaire_spec.rb +101 -0
- data/spec/models/reason_code_spec.rb +95 -0
- data/spec/models/risk_profile_spec.rb +101 -0
- data/spec/models/roundup_co_spec.rb +65 -0
- data/spec/models/roundup_settings_spec.rb +119 -0
- data/spec/models/roundup_spec.rb +83 -0
- data/spec/models/score_spec.rb +135 -0
- data/spec/models/securities_composition_spec.rb +59 -0
- data/spec/models/securities_country_spec.rb +47 -0
- data/spec/models/security_composition_vo_spec.rb +119 -0
- data/spec/models/security_country_vo_spec.rb +47 -0
- data/spec/models/security_exclusion_spec.rb +101 -0
- data/spec/models/security_price_spec.rb +113 -0
- data/spec/models/security_spec.rb +185 -0
- data/spec/models/sort_spec.rb +71 -0
- data/spec/models/spending_control_spec.rb +125 -0
- data/spec/models/stage_spec.rb +137 -0
- data/spec/models/stat_spec.rb +47 -0
- data/spec/models/state_spec.rb +53 -0
- data/spec/models/statistic_resource_vo_spec.rb +59 -0
- data/spec/models/token_date_request_spec.rb +71 -0
- data/spec/models/transaction_code_spec.rb +119 -0
- data/spec/models/v_account_vo_spec.rb +71 -0
- data/spec/models/v_client_goal_view_data_spec.rb +71 -0
- data/spec/models/v_portfolio_vo_spec.rb +59 -0
- data/spec/models/webhook_spec.rb +87 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1059 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Hydrogen Nucleus API
|
|
3
|
+
|
|
4
|
+
#The Hydrogen Nucleus API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.9.2
|
|
7
|
+
Contact: info@hydrogenplatform.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.20
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for NucleusApi::BusinessApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'BusinessApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = NucleusApi::BusinessApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of BusinessApi' do
|
|
30
|
+
it 'should create an instance of BusinessApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(NucleusApi::BusinessApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for create_business_using_post
|
|
36
|
+
# Create a business
|
|
37
|
+
# Create a new business, or register a new business.
|
|
38
|
+
# @param business_request businessRequest
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [Business]
|
|
41
|
+
describe 'create_business_using_post test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# unit tests for delete_business_using_delete
|
|
48
|
+
# Delete a business
|
|
49
|
+
# Permanently delete a business.
|
|
50
|
+
# @param business_id UUID business_id
|
|
51
|
+
# @param [Hash] opts the optional parameters
|
|
52
|
+
# @return [nil]
|
|
53
|
+
describe 'delete_business_using_delete test' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
# unit tests for get_business_all_using_get
|
|
60
|
+
# List all business
|
|
61
|
+
# Get details for all business.
|
|
62
|
+
# @param [Hash] opts the optional parameters
|
|
63
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
64
|
+
# @option opts [String] :filter filter
|
|
65
|
+
# @option opts [String] :order_by order_by
|
|
66
|
+
# @option opts [Integer] :page page
|
|
67
|
+
# @option opts [Integer] :size size
|
|
68
|
+
# @return [PageBusiness]
|
|
69
|
+
describe 'get_business_all_using_get test' do
|
|
70
|
+
it 'should work' do
|
|
71
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# unit tests for get_business_asset_size_using_get
|
|
76
|
+
# List all business asset sizes
|
|
77
|
+
# Get a list of asset sizes per date for a business.
|
|
78
|
+
# @param business_id UUID business_id
|
|
79
|
+
# @param [Hash] opts the optional parameters
|
|
80
|
+
# @option opts [String] :currency_conversion Currency Code
|
|
81
|
+
# @option opts [Date] :end_date end date
|
|
82
|
+
# @option opts [BOOLEAN] :exclude_subledger exclude_subledger
|
|
83
|
+
# @option opts [BOOLEAN] :get_latest true or false
|
|
84
|
+
# @option opts [String] :sort_type Quarter (Q), Monthly (M) , Annually (Y), Daily (D) --caps matter, codes in ()
|
|
85
|
+
# @option opts [Date] :start_date start date
|
|
86
|
+
# @return [Array<AvailableDateDoubleVO>]
|
|
87
|
+
describe 'get_business_asset_size_using_get test' do
|
|
88
|
+
it 'should work' do
|
|
89
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# unit tests for get_business_client_transaction_all_using_get
|
|
94
|
+
# List all business transactions
|
|
95
|
+
# Get the information for all transactions under all client registered with your business.
|
|
96
|
+
# @param business_id UUID business_id
|
|
97
|
+
# @param [Hash] opts the optional parameters
|
|
98
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
99
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
100
|
+
# @option opts [String] :end_date end date - yyyy-mm-dd
|
|
101
|
+
# @option opts [String] :filter filter
|
|
102
|
+
# @option opts [String] :order_by order_by
|
|
103
|
+
# @option opts [Integer] :page page
|
|
104
|
+
# @option opts [Integer] :size size
|
|
105
|
+
# @option opts [String] :start_date start date - yyyy-mm-dd
|
|
106
|
+
# @return [PagePortfolioTransaction]
|
|
107
|
+
describe 'get_business_client_transaction_all_using_get test' do
|
|
108
|
+
it 'should work' do
|
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
110
|
+
end
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# unit tests for get_business_holding_using_get
|
|
114
|
+
# List all business holdings
|
|
115
|
+
# Get a list of holdings for a business.
|
|
116
|
+
# @param business_id UUID business_id
|
|
117
|
+
# @param [Hash] opts the optional parameters
|
|
118
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
119
|
+
# @option opts [String] :currency_conversion Currency Code
|
|
120
|
+
# @option opts [String] :end_date end date - yyyy-mm-dd
|
|
121
|
+
# @option opts [String] :filter filter
|
|
122
|
+
# @option opts [BOOLEAN] :get_latest true or false
|
|
123
|
+
# @option opts [String] :order_by order_by
|
|
124
|
+
# @option opts [Integer] :page page
|
|
125
|
+
# @option opts [Integer] :size size
|
|
126
|
+
# @option opts [String] :start_date start date - yyyy-mm-dd
|
|
127
|
+
# @return [PagePortfolioHoldingAgg]
|
|
128
|
+
describe 'get_business_holding_using_get test' do
|
|
129
|
+
it 'should work' do
|
|
130
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
131
|
+
end
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# unit tests for get_business_using_get
|
|
135
|
+
# Retrieve a business
|
|
136
|
+
# Retrieve the information for a business.
|
|
137
|
+
# @param business_id UUID business_id
|
|
138
|
+
# @param [Hash] opts the optional parameters
|
|
139
|
+
# @return [Business]
|
|
140
|
+
describe 'get_business_using_get test' do
|
|
141
|
+
it 'should work' do
|
|
142
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
# unit tests for update_business_using_put
|
|
147
|
+
# Update a business
|
|
148
|
+
# Update the information for a business.
|
|
149
|
+
# @param business business
|
|
150
|
+
# @param business_id UUID business_id
|
|
151
|
+
# @param [Hash] opts the optional parameters
|
|
152
|
+
# @return [Business]
|
|
153
|
+
describe 'update_business_using_put test' do
|
|
154
|
+
it 'should work' do
|
|
155
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
156
|
+
end
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
end
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Hydrogen Nucleus API
|
|
3
|
+
|
|
4
|
+
#The Hydrogen Nucleus API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.9.2
|
|
7
|
+
Contact: info@hydrogenplatform.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for NucleusApi::CardApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CardApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = NucleusApi::CardApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CardApi' do
|
|
30
|
+
it 'should create an instance of CardApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(NucleusApi::CardApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for create_card_program_using_post
|
|
36
|
+
# Create a cardProgram request
|
|
37
|
+
# Create a new cardProgram request.
|
|
38
|
+
# @param card_program_request cardProgramRequest
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [CardProgram]
|
|
41
|
+
describe 'create_card_program_using_post test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# unit tests for create_card_using_post
|
|
48
|
+
# Create a card request
|
|
49
|
+
# Create a new card request.
|
|
50
|
+
# @param card_request cardRequest
|
|
51
|
+
# @param [Hash] opts the optional parameters
|
|
52
|
+
# @return [Card]
|
|
53
|
+
describe 'create_card_using_post test' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
# unit tests for delete_card_program_using_delete
|
|
60
|
+
# Delete an cardProgram
|
|
61
|
+
# Permanently delete an cardProgram.
|
|
62
|
+
# @param card_program_id UUID card_program_id
|
|
63
|
+
# @param [Hash] opts the optional parameters
|
|
64
|
+
# @return [nil]
|
|
65
|
+
describe 'delete_card_program_using_delete test' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# unit tests for delete_card_using_delete
|
|
72
|
+
# Delete a card request
|
|
73
|
+
# Permanently delete a card request.
|
|
74
|
+
# @param card_id UUID card_id
|
|
75
|
+
# @param [Hash] opts the optional parameters
|
|
76
|
+
# @return [nil]
|
|
77
|
+
describe 'delete_card_using_delete test' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# unit tests for get_all_client_cards_using_get
|
|
84
|
+
# List all client cards
|
|
85
|
+
# Get the information for all cards for an client.
|
|
86
|
+
# @param [Hash] opts the optional parameters
|
|
87
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
88
|
+
# @option opts [String] :currency_conversion USD
|
|
89
|
+
# @option opts [String] :filter filter
|
|
90
|
+
# @option opts [String] :order_by order_by
|
|
91
|
+
# @option opts [Integer] :page page
|
|
92
|
+
# @option opts [Integer] :size size
|
|
93
|
+
# @return [PageClientBusinessCardVO]
|
|
94
|
+
describe 'get_all_client_cards_using_get test' do
|
|
95
|
+
it 'should work' do
|
|
96
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# unit tests for get_card_all_using_get
|
|
101
|
+
# List all card requests
|
|
102
|
+
# Get the information for all card requests.
|
|
103
|
+
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
105
|
+
# @option opts [String] :filter filter
|
|
106
|
+
# @option opts [String] :order_by order_by
|
|
107
|
+
# @option opts [Integer] :page page
|
|
108
|
+
# @option opts [Integer] :size size
|
|
109
|
+
# @return [PageCard]
|
|
110
|
+
describe 'get_card_all_using_get test' do
|
|
111
|
+
it 'should work' do
|
|
112
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# unit tests for get_card_asset_size_agg_all_using_get
|
|
117
|
+
# List all card asset sizes
|
|
118
|
+
# Get a list of asset sizes by date for an card.
|
|
119
|
+
# @param card_id Card Id
|
|
120
|
+
# @param [Hash] opts the optional parameters
|
|
121
|
+
# @option opts [String] :currency_conversion USD
|
|
122
|
+
# @option opts [Date] :end_date end date
|
|
123
|
+
# @option opts [BOOLEAN] :get_latest true or false
|
|
124
|
+
# @option opts [String] :sort_type Quarter (Q), Monthly (M) , Annually (Y), Daily (D) --caps matter, codes in ()
|
|
125
|
+
# @option opts [Date] :start_date start date
|
|
126
|
+
# @return [Array<Object>]
|
|
127
|
+
describe 'get_card_asset_size_agg_all_using_get test' do
|
|
128
|
+
it 'should work' do
|
|
129
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
130
|
+
end
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
# unit tests for get_card_program_all_using_get
|
|
134
|
+
# List all cardProgram
|
|
135
|
+
# Get information for all cardProgram.
|
|
136
|
+
# @param [Hash] opts the optional parameters
|
|
137
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
138
|
+
# @option opts [String] :filter filter
|
|
139
|
+
# @option opts [String] :order_by order_by
|
|
140
|
+
# @option opts [Integer] :page page
|
|
141
|
+
# @option opts [Integer] :size size
|
|
142
|
+
# @return [PageCardProgram]
|
|
143
|
+
describe 'get_card_program_all_using_get test' do
|
|
144
|
+
it 'should work' do
|
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
146
|
+
end
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
# unit tests for get_card_program_using_get
|
|
150
|
+
# Retrieve an cardProgram
|
|
151
|
+
# Retrieve the information for a specific cardProgram.
|
|
152
|
+
# @param card_program_id UUID card_program_id
|
|
153
|
+
# @param [Hash] opts the optional parameters
|
|
154
|
+
# @return [CardProgram]
|
|
155
|
+
describe 'get_card_program_using_get test' do
|
|
156
|
+
it 'should work' do
|
|
157
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
# unit tests for get_card_transaction_agg_all_using_get
|
|
162
|
+
# List all card transactions
|
|
163
|
+
# Get the information for all transactions for an card.
|
|
164
|
+
# @param card_id UUID card_id
|
|
165
|
+
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
167
|
+
# @option opts [String] :currency_conversion USD
|
|
168
|
+
# @option opts [Date] :end_date end date
|
|
169
|
+
# @option opts [String] :filter filter
|
|
170
|
+
# @option opts [String] :order_by order_by
|
|
171
|
+
# @option opts [Integer] :page page
|
|
172
|
+
# @option opts [Integer] :size size
|
|
173
|
+
# @option opts [Date] :start_date start date
|
|
174
|
+
# @return [PagePortfolioTransaction]
|
|
175
|
+
describe 'get_card_transaction_agg_all_using_get test' do
|
|
176
|
+
it 'should work' do
|
|
177
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
178
|
+
end
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
# unit tests for get_card_transaction_agg_all_using_get1
|
|
182
|
+
# List all card transactions
|
|
183
|
+
# Get the information for all transactions for an card.
|
|
184
|
+
# @param card_id card_id
|
|
185
|
+
# @param [Hash] opts the optional parameters
|
|
186
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
187
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
188
|
+
# @option opts [DateTime] :end_date end_date
|
|
189
|
+
# @option opts [String] :filter filter
|
|
190
|
+
# @option opts [String] :order_by order_by
|
|
191
|
+
# @option opts [Integer] :page page
|
|
192
|
+
# @option opts [Integer] :size size
|
|
193
|
+
# @option opts [DateTime] :start_date start_date
|
|
194
|
+
# @return [PagePortfolioTransaction]
|
|
195
|
+
describe 'get_card_transaction_agg_all_using_get1 test' do
|
|
196
|
+
it 'should work' do
|
|
197
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
198
|
+
end
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
# unit tests for get_card_using_get
|
|
202
|
+
# Retrieve a card request
|
|
203
|
+
# Retrieve the information for a card request.
|
|
204
|
+
# @param card_id UUID card_id
|
|
205
|
+
# @param [Hash] opts the optional parameters
|
|
206
|
+
# @return [Card]
|
|
207
|
+
describe 'get_card_using_get test' do
|
|
208
|
+
it 'should work' do
|
|
209
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
210
|
+
end
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
# unit tests for update_card_program_using_put
|
|
214
|
+
# Update an cardProgram
|
|
215
|
+
# Update the information for an cardProgram.
|
|
216
|
+
# @param card_program card_program
|
|
217
|
+
# @param card_program_id UUID card_program_id
|
|
218
|
+
# @param [Hash] opts the optional parameters
|
|
219
|
+
# @return [CardProgram]
|
|
220
|
+
describe 'update_card_program_using_put test' do
|
|
221
|
+
it 'should work' do
|
|
222
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
223
|
+
end
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
# unit tests for update_card_using_put
|
|
227
|
+
# Update a card request
|
|
228
|
+
# Update the information for a card request.
|
|
229
|
+
# @param card card
|
|
230
|
+
# @param card_id UUID card_id
|
|
231
|
+
# @param [Hash] opts the optional parameters
|
|
232
|
+
# @return [Card]
|
|
233
|
+
describe 'update_card_using_put test' do
|
|
234
|
+
it 'should work' do
|
|
235
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
236
|
+
end
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
end
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Hydrogen Nucleus API
|
|
3
|
+
|
|
4
|
+
#The Hydrogen Nucleus API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.9.2
|
|
7
|
+
Contact: info@hydrogenplatform.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.20
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for NucleusApi::ClientApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ClientApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = NucleusApi::ClientApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ClientApi' do
|
|
30
|
+
it 'should create an instance of ClientApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(NucleusApi::ClientApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for create_client_response_using_post
|
|
36
|
+
# Create a client response
|
|
37
|
+
# Create a new client response for a question as part of a questionnaires.
|
|
38
|
+
# @param client_response clientResponse
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [ClientResponse]
|
|
41
|
+
describe 'create_client_response_using_post test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# unit tests for create_client_status_using_post
|
|
48
|
+
# Create an client status
|
|
49
|
+
# Create an client status record for an client.
|
|
50
|
+
# @param client_status_request clientStatusRequest
|
|
51
|
+
# @param [Hash] opts the optional parameters
|
|
52
|
+
# @return [ClientStatus]
|
|
53
|
+
describe 'create_client_status_using_post test' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
# unit tests for create_client_using_post
|
|
60
|
+
# Create a client
|
|
61
|
+
# Create a new client, or register a new user, with your firm.
|
|
62
|
+
# @param client_request clientRequest
|
|
63
|
+
# @param [Hash] opts the optional parameters
|
|
64
|
+
# @return [Client]
|
|
65
|
+
describe 'create_client_using_post test' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# unit tests for delete_client_response_using_delete
|
|
72
|
+
# Delete a client response
|
|
73
|
+
# Permanently delete a client response for a client.
|
|
74
|
+
# @param client_response_id UUID client_response_id
|
|
75
|
+
# @param [Hash] opts the optional parameters
|
|
76
|
+
# @return [nil]
|
|
77
|
+
describe 'delete_client_response_using_delete test' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# unit tests for delete_client_status_using_delete
|
|
84
|
+
# Delete an client status
|
|
85
|
+
# Permanently delete an client status record from an client’s history.
|
|
86
|
+
# @param client_status_id UUID client_status_id
|
|
87
|
+
# @param [Hash] opts the optional parameters
|
|
88
|
+
# @return [nil]
|
|
89
|
+
describe 'delete_client_status_using_delete test' do
|
|
90
|
+
it 'should work' do
|
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
# unit tests for delete_client_using_delete
|
|
96
|
+
# Delete a client
|
|
97
|
+
# Permanently delete a client registered with your firm. Turns the client's is_active = 0
|
|
98
|
+
# @param client_id UUID client_id
|
|
99
|
+
# @param [Hash] opts the optional parameters
|
|
100
|
+
# @return [nil]
|
|
101
|
+
describe 'delete_client_using_delete test' do
|
|
102
|
+
it 'should work' do
|
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# unit tests for get_client_account_overview_using_get
|
|
108
|
+
# List all client Account overview
|
|
109
|
+
# @param client_id UUID client_id
|
|
110
|
+
# @param [Hash] opts the optional parameters
|
|
111
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
112
|
+
# @option opts [String] :order_by order_by
|
|
113
|
+
# @return [Object]
|
|
114
|
+
describe 'get_client_account_overview_using_get test' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
# unit tests for get_client_advisor_overview_using_get
|
|
121
|
+
# Advisor overview
|
|
122
|
+
# @param client_id UUID client_id
|
|
123
|
+
# @param [Hash] opts the optional parameters
|
|
124
|
+
# @option opts [BOOLEAN] :show_clients show_clients
|
|
125
|
+
# @return [Object]
|
|
126
|
+
describe 'get_client_advisor_overview_using_get test' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# unit tests for get_client_all_using_get
|
|
133
|
+
# List all clients
|
|
134
|
+
# Get details for all clients registered with your firm.
|
|
135
|
+
# @param [Hash] opts the optional parameters
|
|
136
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
137
|
+
# @option opts [String] :filter filter
|
|
138
|
+
# @option opts [String] :order_by order_by
|
|
139
|
+
# @option opts [Integer] :page page
|
|
140
|
+
# @option opts [Integer] :size size
|
|
141
|
+
# @return [PageClient]
|
|
142
|
+
describe 'get_client_all_using_get test' do
|
|
143
|
+
it 'should work' do
|
|
144
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
145
|
+
end
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# unit tests for get_client_asset_size_using_get
|
|
149
|
+
# List all client asset sizes
|
|
150
|
+
# Get a list of asset sizes per date for a client.
|
|
151
|
+
# @param client_id UUID client_id
|
|
152
|
+
# @param [Hash] opts the optional parameters
|
|
153
|
+
# @option opts [String] :currency_conversion Currency Code
|
|
154
|
+
# @option opts [Date] :end_date end date
|
|
155
|
+
# @option opts [BOOLEAN] :exclude_subledger exclude_subledger
|
|
156
|
+
# @option opts [BOOLEAN] :get_latest true or false
|
|
157
|
+
# @option opts [String] :sort_type Quarter (Q), Monthly (M) , Annually (Y), Daily (D) --caps matter, codes in ()
|
|
158
|
+
# @option opts [Date] :start_date start date
|
|
159
|
+
# @return [Array<AvailableDateDoubleVO>]
|
|
160
|
+
describe 'get_client_asset_size_using_get test' do
|
|
161
|
+
it 'should work' do
|
|
162
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
163
|
+
end
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# unit tests for get_client_goal_overview_using_get
|
|
167
|
+
# Retrieve client's goal details
|
|
168
|
+
# Retrieve client's goal details
|
|
169
|
+
# @param client_id UUID client_id
|
|
170
|
+
# @param [Hash] opts the optional parameters
|
|
171
|
+
# @option opts [BOOLEAN] :portfolio_goal portfolio_goal
|
|
172
|
+
# @return [VClientGoalViewData]
|
|
173
|
+
describe 'get_client_goal_overview_using_get test' do
|
|
174
|
+
it 'should work' do
|
|
175
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# unit tests for get_client_holding_using_get
|
|
180
|
+
# List all client holdings
|
|
181
|
+
# Get the information for all the securities that are currently being held by a client registered with your firm.
|
|
182
|
+
# @param client_id UUID client_id
|
|
183
|
+
# @param [Hash] opts the optional parameters
|
|
184
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
185
|
+
# @option opts [String] :currency_conversion Currency Code
|
|
186
|
+
# @option opts [String] :end_date end date - yyyy-mm-dd
|
|
187
|
+
# @option opts [String] :filter filter
|
|
188
|
+
# @option opts [BOOLEAN] :get_latest true or false
|
|
189
|
+
# @option opts [String] :order_by order_by
|
|
190
|
+
# @option opts [Integer] :page page
|
|
191
|
+
# @option opts [Integer] :size size
|
|
192
|
+
# @option opts [String] :start_date start date - yyyy-mm-dd
|
|
193
|
+
# @return [PagePortfolioHoldingAgg]
|
|
194
|
+
describe 'get_client_holding_using_get test' do
|
|
195
|
+
it 'should work' do
|
|
196
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
197
|
+
end
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
# unit tests for get_client_response_all_using_get
|
|
201
|
+
# List all client responses
|
|
202
|
+
# Get all the client responses for questions as part of a questionnaire defined by your firm.
|
|
203
|
+
# @param [Hash] opts the optional parameters
|
|
204
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
205
|
+
# @option opts [String] :filter filter
|
|
206
|
+
# @option opts [String] :order_by order_by
|
|
207
|
+
# @option opts [Integer] :page page
|
|
208
|
+
# @option opts [Integer] :size size
|
|
209
|
+
# @return [PageClientResponse]
|
|
210
|
+
describe 'get_client_response_all_using_get test' do
|
|
211
|
+
it 'should work' do
|
|
212
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
213
|
+
end
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
# unit tests for get_client_response_using_get
|
|
217
|
+
# Retrieve a client response
|
|
218
|
+
# Retrieve the information for a client response for a client.
|
|
219
|
+
# @param client_response_id UUID client_response_id
|
|
220
|
+
# @param [Hash] opts the optional parameters
|
|
221
|
+
# @return [ClientResponse]
|
|
222
|
+
describe 'get_client_response_using_get test' do
|
|
223
|
+
it 'should work' do
|
|
224
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
# unit tests for get_client_status_all_using_get
|
|
229
|
+
# List all client statuses
|
|
230
|
+
# Get the client status history information for all clients.
|
|
231
|
+
# @param [Hash] opts the optional parameters
|
|
232
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
233
|
+
# @option opts [String] :filter filter
|
|
234
|
+
# @option opts [String] :order_by order_by
|
|
235
|
+
# @option opts [Integer] :page page
|
|
236
|
+
# @option opts [Integer] :size size
|
|
237
|
+
# @return [PageClientStatus]
|
|
238
|
+
describe 'get_client_status_all_using_get test' do
|
|
239
|
+
it 'should work' do
|
|
240
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
241
|
+
end
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
# unit tests for get_client_status_using_get
|
|
245
|
+
# Retrieve an client status
|
|
246
|
+
# Retrieve the information for a specific client status record for an client.
|
|
247
|
+
# @param client_status_id UUID client_status_id
|
|
248
|
+
# @param [Hash] opts the optional parameters
|
|
249
|
+
# @return [ClientStatus]
|
|
250
|
+
describe 'get_client_status_using_get test' do
|
|
251
|
+
it 'should work' do
|
|
252
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
253
|
+
end
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
# unit tests for get_client_transaction_all_using_get
|
|
257
|
+
# List all client transactions
|
|
258
|
+
# Get the information for all transactions under a client registered with your firm.
|
|
259
|
+
# @param client_id UUID client_id
|
|
260
|
+
# @param [Hash] opts the optional parameters
|
|
261
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
262
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
263
|
+
# @option opts [String] :end_date end date - yyyy-mm-dd
|
|
264
|
+
# @option opts [String] :filter filter
|
|
265
|
+
# @option opts [String] :order_by order_by
|
|
266
|
+
# @option opts [Integer] :page page
|
|
267
|
+
# @option opts [Integer] :size size
|
|
268
|
+
# @option opts [String] :start_date start date - yyyy-mm-dd
|
|
269
|
+
# @return [PagePortfolioTransaction]
|
|
270
|
+
describe 'get_client_transaction_all_using_get test' do
|
|
271
|
+
it 'should work' do
|
|
272
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
273
|
+
end
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
# unit tests for get_client_using_get
|
|
277
|
+
# Retrieve a client
|
|
278
|
+
# Retrieve the information for a client registered with your firm.
|
|
279
|
+
# @param client_id UUID client_id
|
|
280
|
+
# @param [Hash] opts the optional parameters
|
|
281
|
+
# @return [Client]
|
|
282
|
+
describe 'get_client_using_get test' do
|
|
283
|
+
it 'should work' do
|
|
284
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
285
|
+
end
|
|
286
|
+
end
|
|
287
|
+
|
|
288
|
+
# unit tests for update_client_response_using_put
|
|
289
|
+
# Update a client response
|
|
290
|
+
# Update a client response for a client.
|
|
291
|
+
# @param client_response client_response
|
|
292
|
+
# @param client_response_id UUID client_response_id
|
|
293
|
+
# @param [Hash] opts the optional parameters
|
|
294
|
+
# @return [ClientResponse]
|
|
295
|
+
describe 'update_client_response_using_put test' do
|
|
296
|
+
it 'should work' do
|
|
297
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
298
|
+
end
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
# unit tests for update_client_status_using_put
|
|
302
|
+
# Update an client status
|
|
303
|
+
# Update an client status record for an client.
|
|
304
|
+
# @param client_status client_status
|
|
305
|
+
# @param client_status_id UUID client_status_id
|
|
306
|
+
# @param [Hash] opts the optional parameters
|
|
307
|
+
# @return [ClientStatus]
|
|
308
|
+
describe 'update_client_status_using_put test' do
|
|
309
|
+
it 'should work' do
|
|
310
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
311
|
+
end
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# unit tests for update_client_using_put
|
|
315
|
+
# Update a client
|
|
316
|
+
# Update the information for a client registered with your firm.
|
|
317
|
+
# @param client client
|
|
318
|
+
# @param client_id UUID client_id
|
|
319
|
+
# @param [Hash] opts the optional parameters
|
|
320
|
+
# @return [Client]
|
|
321
|
+
describe 'update_client_using_put test' do
|
|
322
|
+
it 'should work' do
|
|
323
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
324
|
+
end
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
end
|