hubspot-api-client 9.2.1 → 9.3.0
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/hubspot-api-client.rb +31 -0
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
- data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
- data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
- data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
- data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
- data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
- data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +93 -93
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +97 -97
- data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +93 -93
- data/lib/hubspot/version.rb +1 -1
- data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
- data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
- data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
- data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
- data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
- data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
- data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
- data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
- data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
- data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
- data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
- data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
- data/spec/{cms → codegen/cms}/audit-logs/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/audit-logs/models/public_audit_log_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_blog_author_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_json_node_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_string_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/blog_author_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/authors/models/standard_error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/angle_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/background_image_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_string_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/blog_post_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/color_stop_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/gradient_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/layout_section_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/previous_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/rgba_color_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/row_meta_data_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/side_or_corner_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/standard_error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/styles_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_blog_post_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_user_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_json_node_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_string_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_tag_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/standard_error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/blogs/tags/models/tag_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/api/domains_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/collection_response_with_total_domain_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/domain_cdn_config_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/domain_setup_info_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/domain_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/domains/models/paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/api/rows_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/api/rows_batch_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/api/tables_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/batch_input_json_node_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/batch_input_string_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/column_input_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/column_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/foreign_id_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/forward_paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_clone_request_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_input_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_input_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/import_result_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/option_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/simple_user_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/hubdb/models/standard_error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/performance/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/performance/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/performance/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/performance/models/performance_view_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/performance/models/public_performance_response_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/api/default_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/content_search_result_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/indexed_data_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/public_search_results_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/site-search/models/search_hit_field_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/api/redirects_api_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/error_detail_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/error_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/next_page_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/paging_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -0
- data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/api/types_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/batch_input_public_association_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/batch_input_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_multi_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/collection_response_public_association_definiton_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/public_association_definiton_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/public_association_multi_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/public_association_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/associations/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/companies/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/contacts/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/deals/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/api/cards_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/api/sample_response_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/action_confirmation_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/action_hook_action_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_actions_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_create_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_property_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_list_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_object_type_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_patch_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/card_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/display_option_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/i_frame_action_body_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_object_result_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/object_token_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/extensions/cards/models/top_level_actions_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/api/core_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/action_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/collection_response_public_import_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/public_import_metadata_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/public_import_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/imports/models/public_object_list_record_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/line_items/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/objects/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/api/default_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/collection_response_public_owner_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/public_owner_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/owners/models/public_team_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/api/pipeline_stages_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/api/pipelines_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_patch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/products/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/api/core_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/api/groups_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/batch_input_property_create_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/batch_input_property_name_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/batch_read_input_property_name_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/batch_response_property_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/collection_response_property_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/collection_response_property_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/option_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/option_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_create_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_group_create_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_group_update_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_modification_metadata_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_name_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/property_update_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/properties/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/quotes/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/api/core_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/api/default_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/association_definition_egg_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/association_definition_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/collection_response_object_schema_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_schema_egg_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_schema_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_labels_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_patch_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/object_type_property_create_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/option_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/option_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/property_modification_metadata_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/schemas/models/property_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/api/associations_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/api/basic_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/api/batch_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/api/search_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/collection_response_associated_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/collection_response_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/filter_group_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/filter_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/public_object_search_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_batch_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_id_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_input_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/tickets/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/api/events_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/api/templates_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/api/tokens_api_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/batch_input_timeline_event_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/collection_response_timeline_event_template_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/error_category_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/error_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/event_detail_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/next_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/paging_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/previous_page_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/standard_error_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_i_frame_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_response_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_create_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_option_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -0
- data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_update_request_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/api/default_api_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/models/access_token_info_response_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/models/error_detail_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/models/error_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/models/refresh_token_info_response_spec.rb +0 -0
- data/spec/{oauth → codegen/oauth}/models/token_response_if_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/api/settings_api_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/api/subscriptions_api_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/batch_input_subscription_batch_update_request_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_with_errors_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/error_category_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/error_detail_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/error_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/settings_change_request_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/settings_response_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/standard_error_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/subscription_batch_update_request_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/subscription_create_request_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/subscription_list_response_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/subscription_patch_request_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/subscription_response_spec.rb +0 -0
- data/spec/{webhooks → codegen/webhooks}/models/throttling_settings_spec.rb +0 -0
- data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/features/automation/actions/functions_api_spec.rb +13 -0
- data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
- data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
- data/spec/features/cms/domains/domains_api_spec.rb +8 -0
- data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
- data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
- data/spec/features/cms/site-search/default_api_spec.rb +8 -0
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/features/crm/associations/batch_api_spec.rb +9 -0
- data/spec/features/crm/associations/types_api_spec.rb +7 -0
- data/spec/features/crm/companies/associations_api_spec.rb +9 -0
- data/spec/features/crm/companies/basic_api_spec.rb +11 -0
- data/spec/features/crm/companies/batch_api_spec.rb +10 -0
- data/spec/features/crm/companies/search_api_spec.rb +7 -0
- data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
- data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/features/crm/contacts/search_api_spec.rb +7 -0
- data/spec/features/crm/deals/associations_api_spec.rb +9 -0
- data/spec/features/crm/deals/basic_api_spec.rb +11 -0
- data/spec/features/crm/deals/batch_api_spec.rb +10 -0
- data/spec/features/crm/deals/search_api_spec.rb +7 -0
- data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/features/crm/imports/core_api_spec.rb +10 -0
- data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
- data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
- data/spec/features/crm/line_items/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/associations_api_spec.rb +9 -0
- data/spec/features/crm/objects/basic_api_spec.rb +11 -0
- data/spec/features/crm/objects/batch_api_spec.rb +10 -0
- data/spec/features/crm/objects/search_api_spec.rb +7 -0
- data/spec/features/crm/owners/default_api_spec.rb +8 -0
- data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/features/crm/products/associations_api_spec.rb +9 -0
- data/spec/features/crm/products/basic_api_spec.rb +11 -0
- data/spec/features/crm/products/batch_api_spec.rb +10 -0
- data/spec/features/crm/products/search_api_spec.rb +7 -0
- data/spec/features/crm/properties/batch_api_spec.rb +9 -0
- data/spec/features/crm/properties/core_api_spec.rb +11 -0
- data/spec/features/crm/properties/groups_api_spec.rb +11 -0
- data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
- data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
- data/spec/features/crm/quotes/search_api_spec.rb +7 -0
- data/spec/features/crm/schemas/core_api_spec.rb +13 -0
- data/spec/features/crm/schemas/default_api_spec.rb +7 -0
- data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
- data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
- data/spec/features/crm/tickets/search_api_spec.rb +7 -0
- data/spec/features/crm/timeline/events_api_spec.rb +11 -0
- data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/features/oauth/default_api_spec.rb +10 -0
- data/spec/features/webhooks/settings_api_spec.rb +9 -0
- data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
- metadata +1224 -1008
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Custom Workflow Actions
|
|
3
|
+
|
|
4
|
+
#Create custom workflow actions
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v4
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'cgi'
|
|
14
|
+
|
|
15
|
+
module Hubspot
|
|
16
|
+
module Automation
|
|
17
|
+
module Actions
|
|
18
|
+
class FunctionsApi
|
|
19
|
+
attr_accessor :api_client
|
|
20
|
+
|
|
21
|
+
def initialize(api_client = ApiClient.default)
|
|
22
|
+
@api_client = api_client
|
|
23
|
+
end
|
|
24
|
+
# Delete a custom action function
|
|
25
|
+
# Delete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone.
|
|
26
|
+
# @param definition_id [String] The ID of the custom workflow action
|
|
27
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
28
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
29
|
+
# @param app_id [Integer]
|
|
30
|
+
# @param [Hash] opts the optional parameters
|
|
31
|
+
# @return [nil]
|
|
32
|
+
def archive(definition_id, function_type, function_id, app_id, opts = {})
|
|
33
|
+
archive_with_http_info(definition_id, function_type, function_id, app_id, opts)
|
|
34
|
+
nil
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Delete a custom action function
|
|
38
|
+
# Delete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone.
|
|
39
|
+
# @param definition_id [String] The ID of the custom workflow action
|
|
40
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
41
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
42
|
+
# @param app_id [Integer]
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
45
|
+
def archive_with_http_info(definition_id, function_type, function_id, app_id, opts = {})
|
|
46
|
+
if @api_client.config.debugging
|
|
47
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.archive ...'
|
|
48
|
+
end
|
|
49
|
+
# verify the required parameter 'definition_id' is set
|
|
50
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
51
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.archive"
|
|
52
|
+
end
|
|
53
|
+
# verify the required parameter 'function_type' is set
|
|
54
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
55
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.archive"
|
|
56
|
+
end
|
|
57
|
+
# verify enum value
|
|
58
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
59
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
60
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
61
|
+
end
|
|
62
|
+
# verify the required parameter 'function_id' is set
|
|
63
|
+
if @api_client.config.client_side_validation && function_id.nil?
|
|
64
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.archive"
|
|
65
|
+
end
|
|
66
|
+
# verify the required parameter 'app_id' is set
|
|
67
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
68
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.archive"
|
|
69
|
+
end
|
|
70
|
+
# resource path
|
|
71
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
72
|
+
|
|
73
|
+
# query parameters
|
|
74
|
+
query_params = opts[:query_params] || {}
|
|
75
|
+
|
|
76
|
+
# header parameters
|
|
77
|
+
header_params = opts[:header_params] || {}
|
|
78
|
+
# HTTP header 'Accept' (if needed)
|
|
79
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
80
|
+
|
|
81
|
+
# form parameters
|
|
82
|
+
form_params = opts[:form_params] || {}
|
|
83
|
+
|
|
84
|
+
# http body (model)
|
|
85
|
+
post_body = opts[:body]
|
|
86
|
+
|
|
87
|
+
# return_type
|
|
88
|
+
return_type = opts[:return_type]
|
|
89
|
+
|
|
90
|
+
# auth_names
|
|
91
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
92
|
+
|
|
93
|
+
new_options = opts.merge(
|
|
94
|
+
:header_params => header_params,
|
|
95
|
+
:query_params => query_params,
|
|
96
|
+
:form_params => form_params,
|
|
97
|
+
:body => post_body,
|
|
98
|
+
:auth_names => auth_names,
|
|
99
|
+
:return_type => return_type
|
|
100
|
+
)
|
|
101
|
+
|
|
102
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
103
|
+
if @api_client.config.debugging
|
|
104
|
+
@api_client.config.logger.debug "API called: FunctionsApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
105
|
+
end
|
|
106
|
+
return data, status_code, headers
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
# Delete a custom action function
|
|
110
|
+
# Delete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone.
|
|
111
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
112
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
113
|
+
# @param app_id [Integer]
|
|
114
|
+
# @param [Hash] opts the optional parameters
|
|
115
|
+
# @return [nil]
|
|
116
|
+
def archive_by_function_type(definition_id, function_type, app_id, opts = {})
|
|
117
|
+
archive_by_function_type_with_http_info(definition_id, function_type, app_id, opts)
|
|
118
|
+
nil
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# Delete a custom action function
|
|
122
|
+
# Delete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone.
|
|
123
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
124
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
125
|
+
# @param app_id [Integer]
|
|
126
|
+
# @param [Hash] opts the optional parameters
|
|
127
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
128
|
+
def archive_by_function_type_with_http_info(definition_id, function_type, app_id, opts = {})
|
|
129
|
+
if @api_client.config.debugging
|
|
130
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.archive_by_function_type ...'
|
|
131
|
+
end
|
|
132
|
+
# verify the required parameter 'definition_id' is set
|
|
133
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
134
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.archive_by_function_type"
|
|
135
|
+
end
|
|
136
|
+
# verify the required parameter 'function_type' is set
|
|
137
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
138
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.archive_by_function_type"
|
|
139
|
+
end
|
|
140
|
+
# verify enum value
|
|
141
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
142
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
143
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
144
|
+
end
|
|
145
|
+
# verify the required parameter 'app_id' is set
|
|
146
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
147
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.archive_by_function_type"
|
|
148
|
+
end
|
|
149
|
+
# resource path
|
|
150
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
151
|
+
|
|
152
|
+
# query parameters
|
|
153
|
+
query_params = opts[:query_params] || {}
|
|
154
|
+
|
|
155
|
+
# header parameters
|
|
156
|
+
header_params = opts[:header_params] || {}
|
|
157
|
+
# HTTP header 'Accept' (if needed)
|
|
158
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
159
|
+
|
|
160
|
+
# form parameters
|
|
161
|
+
form_params = opts[:form_params] || {}
|
|
162
|
+
|
|
163
|
+
# http body (model)
|
|
164
|
+
post_body = opts[:body]
|
|
165
|
+
|
|
166
|
+
# return_type
|
|
167
|
+
return_type = opts[:return_type]
|
|
168
|
+
|
|
169
|
+
# auth_names
|
|
170
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
171
|
+
|
|
172
|
+
new_options = opts.merge(
|
|
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 => return_type
|
|
179
|
+
)
|
|
180
|
+
|
|
181
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
182
|
+
if @api_client.config.debugging
|
|
183
|
+
@api_client.config.logger.debug "API called: FunctionsApi#archive_by_function_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
184
|
+
end
|
|
185
|
+
return data, status_code, headers
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
# Create or replace a custom action function
|
|
189
|
+
# Creates or replaces a function for a custom workflow action.
|
|
190
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
191
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
192
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
193
|
+
# @param app_id [Integer]
|
|
194
|
+
# @param body [String] The function source code. Must be valid JavaScript code.
|
|
195
|
+
# @param [Hash] opts the optional parameters
|
|
196
|
+
# @return [ActionFunctionIdentifier]
|
|
197
|
+
def create_or_replace(definition_id, function_type, function_id, app_id, body, opts = {})
|
|
198
|
+
data, _status_code, _headers = create_or_replace_with_http_info(definition_id, function_type, function_id, app_id, body, opts)
|
|
199
|
+
data
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
# Create or replace a custom action function
|
|
203
|
+
# Creates or replaces a function for a custom workflow action.
|
|
204
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
205
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
206
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
207
|
+
# @param app_id [Integer]
|
|
208
|
+
# @param body [String] The function source code. Must be valid JavaScript code.
|
|
209
|
+
# @param [Hash] opts the optional parameters
|
|
210
|
+
# @return [Array<(ActionFunctionIdentifier, Integer, Hash)>] ActionFunctionIdentifier data, response status code and response headers
|
|
211
|
+
def create_or_replace_with_http_info(definition_id, function_type, function_id, app_id, body, opts = {})
|
|
212
|
+
if @api_client.config.debugging
|
|
213
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.create_or_replace ...'
|
|
214
|
+
end
|
|
215
|
+
# verify the required parameter 'definition_id' is set
|
|
216
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
217
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.create_or_replace"
|
|
218
|
+
end
|
|
219
|
+
# verify the required parameter 'function_type' is set
|
|
220
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
221
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.create_or_replace"
|
|
222
|
+
end
|
|
223
|
+
# verify enum value
|
|
224
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
225
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
226
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
227
|
+
end
|
|
228
|
+
# verify the required parameter 'function_id' is set
|
|
229
|
+
if @api_client.config.client_side_validation && function_id.nil?
|
|
230
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.create_or_replace"
|
|
231
|
+
end
|
|
232
|
+
# verify the required parameter 'app_id' is set
|
|
233
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
234
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.create_or_replace"
|
|
235
|
+
end
|
|
236
|
+
# verify the required parameter 'body' is set
|
|
237
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
238
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FunctionsApi.create_or_replace"
|
|
239
|
+
end
|
|
240
|
+
# resource path
|
|
241
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
242
|
+
|
|
243
|
+
# query parameters
|
|
244
|
+
query_params = opts[:query_params] || {}
|
|
245
|
+
|
|
246
|
+
# header parameters
|
|
247
|
+
header_params = opts[:header_params] || {}
|
|
248
|
+
# HTTP header 'Accept' (if needed)
|
|
249
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
|
250
|
+
# HTTP header 'Content-Type'
|
|
251
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['text/plain'])
|
|
252
|
+
|
|
253
|
+
# form parameters
|
|
254
|
+
form_params = opts[:form_params] || {}
|
|
255
|
+
|
|
256
|
+
# http body (model)
|
|
257
|
+
post_body = opts[:body] || @api_client.object_to_http_body(body)
|
|
258
|
+
|
|
259
|
+
# return_type
|
|
260
|
+
return_type = opts[:return_type] || 'ActionFunctionIdentifier'
|
|
261
|
+
|
|
262
|
+
# auth_names
|
|
263
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
264
|
+
|
|
265
|
+
new_options = opts.merge(
|
|
266
|
+
:header_params => header_params,
|
|
267
|
+
:query_params => query_params,
|
|
268
|
+
:form_params => form_params,
|
|
269
|
+
:body => post_body,
|
|
270
|
+
:auth_names => auth_names,
|
|
271
|
+
:return_type => return_type
|
|
272
|
+
)
|
|
273
|
+
|
|
274
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
275
|
+
if @api_client.config.debugging
|
|
276
|
+
@api_client.config.logger.debug "API called: FunctionsApi#create_or_replace\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
277
|
+
end
|
|
278
|
+
return data, status_code, headers
|
|
279
|
+
end
|
|
280
|
+
|
|
281
|
+
# Create or replace a custom action function
|
|
282
|
+
# Creates or replaces a function for a custom workflow action.
|
|
283
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
284
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
285
|
+
# @param app_id [Integer]
|
|
286
|
+
# @param body [String] The function source code. Must be valid JavaScript code.
|
|
287
|
+
# @param [Hash] opts the optional parameters
|
|
288
|
+
# @return [ActionFunctionIdentifier]
|
|
289
|
+
def create_or_replace_by_function_type(definition_id, function_type, app_id, body, opts = {})
|
|
290
|
+
data, _status_code, _headers = create_or_replace_by_function_type_with_http_info(definition_id, function_type, app_id, body, opts)
|
|
291
|
+
data
|
|
292
|
+
end
|
|
293
|
+
|
|
294
|
+
# Create or replace a custom action function
|
|
295
|
+
# Creates or replaces a function for a custom workflow action.
|
|
296
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
297
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
298
|
+
# @param app_id [Integer]
|
|
299
|
+
# @param body [String] The function source code. Must be valid JavaScript code.
|
|
300
|
+
# @param [Hash] opts the optional parameters
|
|
301
|
+
# @return [Array<(ActionFunctionIdentifier, Integer, Hash)>] ActionFunctionIdentifier data, response status code and response headers
|
|
302
|
+
def create_or_replace_by_function_type_with_http_info(definition_id, function_type, app_id, body, opts = {})
|
|
303
|
+
if @api_client.config.debugging
|
|
304
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.create_or_replace_by_function_type ...'
|
|
305
|
+
end
|
|
306
|
+
# verify the required parameter 'definition_id' is set
|
|
307
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
308
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.create_or_replace_by_function_type"
|
|
309
|
+
end
|
|
310
|
+
# verify the required parameter 'function_type' is set
|
|
311
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
312
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.create_or_replace_by_function_type"
|
|
313
|
+
end
|
|
314
|
+
# verify enum value
|
|
315
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
316
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
317
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
318
|
+
end
|
|
319
|
+
# verify the required parameter 'app_id' is set
|
|
320
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
321
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.create_or_replace_by_function_type"
|
|
322
|
+
end
|
|
323
|
+
# verify the required parameter 'body' is set
|
|
324
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
325
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FunctionsApi.create_or_replace_by_function_type"
|
|
326
|
+
end
|
|
327
|
+
# resource path
|
|
328
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
329
|
+
|
|
330
|
+
# query parameters
|
|
331
|
+
query_params = opts[:query_params] || {}
|
|
332
|
+
|
|
333
|
+
# header parameters
|
|
334
|
+
header_params = opts[:header_params] || {}
|
|
335
|
+
# HTTP header 'Accept' (if needed)
|
|
336
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
|
337
|
+
# HTTP header 'Content-Type'
|
|
338
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['text/plain'])
|
|
339
|
+
|
|
340
|
+
# form parameters
|
|
341
|
+
form_params = opts[:form_params] || {}
|
|
342
|
+
|
|
343
|
+
# http body (model)
|
|
344
|
+
post_body = opts[:body] || @api_client.object_to_http_body(body)
|
|
345
|
+
|
|
346
|
+
# return_type
|
|
347
|
+
return_type = opts[:return_type] || 'ActionFunctionIdentifier'
|
|
348
|
+
|
|
349
|
+
# auth_names
|
|
350
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
351
|
+
|
|
352
|
+
new_options = opts.merge(
|
|
353
|
+
:header_params => header_params,
|
|
354
|
+
:query_params => query_params,
|
|
355
|
+
:form_params => form_params,
|
|
356
|
+
:body => post_body,
|
|
357
|
+
:auth_names => auth_names,
|
|
358
|
+
:return_type => return_type
|
|
359
|
+
)
|
|
360
|
+
|
|
361
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
362
|
+
if @api_client.config.debugging
|
|
363
|
+
@api_client.config.logger.debug "API called: FunctionsApi#create_or_replace_by_function_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
364
|
+
end
|
|
365
|
+
return data, status_code, headers
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
# Get a custom action function
|
|
369
|
+
# Returns the given function for a custom workflow action.
|
|
370
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
371
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
372
|
+
# @param app_id [Integer]
|
|
373
|
+
# @param [Hash] opts the optional parameters
|
|
374
|
+
# @return [ActionFunction]
|
|
375
|
+
def get_by_function_type(definition_id, function_type, app_id, opts = {})
|
|
376
|
+
data, _status_code, _headers = get_by_function_type_with_http_info(definition_id, function_type, app_id, opts)
|
|
377
|
+
data
|
|
378
|
+
end
|
|
379
|
+
|
|
380
|
+
# Get a custom action function
|
|
381
|
+
# Returns the given function for a custom workflow action.
|
|
382
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
383
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
384
|
+
# @param app_id [Integer]
|
|
385
|
+
# @param [Hash] opts the optional parameters
|
|
386
|
+
# @return [Array<(ActionFunction, Integer, Hash)>] ActionFunction data, response status code and response headers
|
|
387
|
+
def get_by_function_type_with_http_info(definition_id, function_type, app_id, opts = {})
|
|
388
|
+
if @api_client.config.debugging
|
|
389
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.get_by_function_type ...'
|
|
390
|
+
end
|
|
391
|
+
# verify the required parameter 'definition_id' is set
|
|
392
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
393
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.get_by_function_type"
|
|
394
|
+
end
|
|
395
|
+
# verify the required parameter 'function_type' is set
|
|
396
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
397
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.get_by_function_type"
|
|
398
|
+
end
|
|
399
|
+
# verify enum value
|
|
400
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
401
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
402
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
403
|
+
end
|
|
404
|
+
# verify the required parameter 'app_id' is set
|
|
405
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
406
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.get_by_function_type"
|
|
407
|
+
end
|
|
408
|
+
# resource path
|
|
409
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
410
|
+
|
|
411
|
+
# query parameters
|
|
412
|
+
query_params = opts[:query_params] || {}
|
|
413
|
+
|
|
414
|
+
# header parameters
|
|
415
|
+
header_params = opts[:header_params] || {}
|
|
416
|
+
# HTTP header 'Accept' (if needed)
|
|
417
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
|
418
|
+
|
|
419
|
+
# form parameters
|
|
420
|
+
form_params = opts[:form_params] || {}
|
|
421
|
+
|
|
422
|
+
# http body (model)
|
|
423
|
+
post_body = opts[:body]
|
|
424
|
+
|
|
425
|
+
# return_type
|
|
426
|
+
return_type = opts[:return_type] || 'ActionFunction'
|
|
427
|
+
|
|
428
|
+
# auth_names
|
|
429
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
430
|
+
|
|
431
|
+
new_options = opts.merge(
|
|
432
|
+
:header_params => header_params,
|
|
433
|
+
:query_params => query_params,
|
|
434
|
+
:form_params => form_params,
|
|
435
|
+
:body => post_body,
|
|
436
|
+
:auth_names => auth_names,
|
|
437
|
+
:return_type => return_type
|
|
438
|
+
)
|
|
439
|
+
|
|
440
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
441
|
+
if @api_client.config.debugging
|
|
442
|
+
@api_client.config.logger.debug "API called: FunctionsApi#get_by_function_type\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
443
|
+
end
|
|
444
|
+
return data, status_code, headers
|
|
445
|
+
end
|
|
446
|
+
|
|
447
|
+
# Get a custom action function
|
|
448
|
+
# Returns the given function for a custom workflow action.
|
|
449
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
450
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
451
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
452
|
+
# @param app_id [Integer]
|
|
453
|
+
# @param [Hash] opts the optional parameters
|
|
454
|
+
# @return [ActionFunction]
|
|
455
|
+
def get_by_id(definition_id, function_type, function_id, app_id, opts = {})
|
|
456
|
+
data, _status_code, _headers = get_by_id_with_http_info(definition_id, function_type, function_id, app_id, opts)
|
|
457
|
+
data
|
|
458
|
+
end
|
|
459
|
+
|
|
460
|
+
# Get a custom action function
|
|
461
|
+
# Returns the given function for a custom workflow action.
|
|
462
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
463
|
+
# @param function_type [String] The type of function. This determines when the function will be called.
|
|
464
|
+
# @param function_id [String] The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
|
|
465
|
+
# @param app_id [Integer]
|
|
466
|
+
# @param [Hash] opts the optional parameters
|
|
467
|
+
# @return [Array<(ActionFunction, Integer, Hash)>] ActionFunction data, response status code and response headers
|
|
468
|
+
def get_by_id_with_http_info(definition_id, function_type, function_id, app_id, opts = {})
|
|
469
|
+
if @api_client.config.debugging
|
|
470
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.get_by_id ...'
|
|
471
|
+
end
|
|
472
|
+
# verify the required parameter 'definition_id' is set
|
|
473
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
474
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.get_by_id"
|
|
475
|
+
end
|
|
476
|
+
# verify the required parameter 'function_type' is set
|
|
477
|
+
if @api_client.config.client_side_validation && function_type.nil?
|
|
478
|
+
fail ArgumentError, "Missing the required parameter 'function_type' when calling FunctionsApi.get_by_id"
|
|
479
|
+
end
|
|
480
|
+
# verify enum value
|
|
481
|
+
allowable_values = ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"]
|
|
482
|
+
if @api_client.config.client_side_validation && !allowable_values.include?(function_type)
|
|
483
|
+
fail ArgumentError, "invalid value for \"function_type\", must be one of #{allowable_values}"
|
|
484
|
+
end
|
|
485
|
+
# verify the required parameter 'function_id' is set
|
|
486
|
+
if @api_client.config.client_side_validation && function_id.nil?
|
|
487
|
+
fail ArgumentError, "Missing the required parameter 'function_id' when calling FunctionsApi.get_by_id"
|
|
488
|
+
end
|
|
489
|
+
# verify the required parameter 'app_id' is set
|
|
490
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
491
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.get_by_id"
|
|
492
|
+
end
|
|
493
|
+
# resource path
|
|
494
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions/{functionType}/{functionId}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'functionType' + '}', CGI.escape(function_type.to_s)).sub('{' + 'functionId' + '}', CGI.escape(function_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
495
|
+
|
|
496
|
+
# query parameters
|
|
497
|
+
query_params = opts[:query_params] || {}
|
|
498
|
+
|
|
499
|
+
# header parameters
|
|
500
|
+
header_params = opts[:header_params] || {}
|
|
501
|
+
# HTTP header 'Accept' (if needed)
|
|
502
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
|
503
|
+
|
|
504
|
+
# form parameters
|
|
505
|
+
form_params = opts[:form_params] || {}
|
|
506
|
+
|
|
507
|
+
# http body (model)
|
|
508
|
+
post_body = opts[:body]
|
|
509
|
+
|
|
510
|
+
# return_type
|
|
511
|
+
return_type = opts[:return_type] || 'ActionFunction'
|
|
512
|
+
|
|
513
|
+
# auth_names
|
|
514
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
515
|
+
|
|
516
|
+
new_options = opts.merge(
|
|
517
|
+
:header_params => header_params,
|
|
518
|
+
:query_params => query_params,
|
|
519
|
+
:form_params => form_params,
|
|
520
|
+
:body => post_body,
|
|
521
|
+
:auth_names => auth_names,
|
|
522
|
+
:return_type => return_type
|
|
523
|
+
)
|
|
524
|
+
|
|
525
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
526
|
+
if @api_client.config.debugging
|
|
527
|
+
@api_client.config.logger.debug "API called: FunctionsApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
528
|
+
end
|
|
529
|
+
return data, status_code, headers
|
|
530
|
+
end
|
|
531
|
+
|
|
532
|
+
# Get all custom action functions
|
|
533
|
+
# Returns a list of all functions that are associated with the given custom workflow action.
|
|
534
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
535
|
+
# @param app_id [Integer]
|
|
536
|
+
# @param [Hash] opts the optional parameters
|
|
537
|
+
# @return [CollectionResponseActionFunctionIdentifierNoPaging]
|
|
538
|
+
def get_page(definition_id, app_id, opts = {})
|
|
539
|
+
data, _status_code, _headers = get_page_with_http_info(definition_id, app_id, opts)
|
|
540
|
+
data
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
# Get all custom action functions
|
|
544
|
+
# Returns a list of all functions that are associated with the given custom workflow action.
|
|
545
|
+
# @param definition_id [String] The ID of the custom workflow action.
|
|
546
|
+
# @param app_id [Integer]
|
|
547
|
+
# @param [Hash] opts the optional parameters
|
|
548
|
+
# @return [Array<(CollectionResponseActionFunctionIdentifierNoPaging, Integer, Hash)>] CollectionResponseActionFunctionIdentifierNoPaging data, response status code and response headers
|
|
549
|
+
def get_page_with_http_info(definition_id, app_id, opts = {})
|
|
550
|
+
if @api_client.config.debugging
|
|
551
|
+
@api_client.config.logger.debug 'Calling API: FunctionsApi.get_page ...'
|
|
552
|
+
end
|
|
553
|
+
# verify the required parameter 'definition_id' is set
|
|
554
|
+
if @api_client.config.client_side_validation && definition_id.nil?
|
|
555
|
+
fail ArgumentError, "Missing the required parameter 'definition_id' when calling FunctionsApi.get_page"
|
|
556
|
+
end
|
|
557
|
+
# verify the required parameter 'app_id' is set
|
|
558
|
+
if @api_client.config.client_side_validation && app_id.nil?
|
|
559
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling FunctionsApi.get_page"
|
|
560
|
+
end
|
|
561
|
+
# resource path
|
|
562
|
+
local_var_path = '/automation/v4/actions/{appId}/{definitionId}/functions'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
|
563
|
+
|
|
564
|
+
# query parameters
|
|
565
|
+
query_params = opts[:query_params] || {}
|
|
566
|
+
|
|
567
|
+
# header parameters
|
|
568
|
+
header_params = opts[:header_params] || {}
|
|
569
|
+
# HTTP header 'Accept' (if needed)
|
|
570
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
|
571
|
+
|
|
572
|
+
# form parameters
|
|
573
|
+
form_params = opts[:form_params] || {}
|
|
574
|
+
|
|
575
|
+
# http body (model)
|
|
576
|
+
post_body = opts[:body]
|
|
577
|
+
|
|
578
|
+
# return_type
|
|
579
|
+
return_type = opts[:return_type] || 'CollectionResponseActionFunctionIdentifierNoPaging'
|
|
580
|
+
|
|
581
|
+
# auth_names
|
|
582
|
+
auth_names = opts[:auth_names] || ['developer_hapikey']
|
|
583
|
+
|
|
584
|
+
new_options = opts.merge(
|
|
585
|
+
:header_params => header_params,
|
|
586
|
+
:query_params => query_params,
|
|
587
|
+
:form_params => form_params,
|
|
588
|
+
:body => post_body,
|
|
589
|
+
:auth_names => auth_names,
|
|
590
|
+
:return_type => return_type
|
|
591
|
+
)
|
|
592
|
+
|
|
593
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
594
|
+
if @api_client.config.debugging
|
|
595
|
+
@api_client.config.logger.debug "API called: FunctionsApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
596
|
+
end
|
|
597
|
+
return data, status_code, headers
|
|
598
|
+
end
|
|
599
|
+
end
|
|
600
|
+
end
|
|
601
|
+
end
|
|
602
|
+
end
|