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
data/lib/hubspot/version.rb
CHANGED
|
@@ -0,0 +1,60 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for Hubspot::Automation::Actions::CallbacksApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CallbacksApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = Hubspot::Automation::Actions::CallbacksApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CallbacksApi' do
|
|
30
|
+
it 'should create an instance of CallbacksApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(Hubspot::Automation::Actions::CallbacksApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for complete
|
|
36
|
+
# Complete a callback
|
|
37
|
+
# Completes the given action callback.
|
|
38
|
+
# @param callback_id The ID of the target app.
|
|
39
|
+
# @param callback_completion_request The result of the completed action.
|
|
40
|
+
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @return [nil]
|
|
42
|
+
describe 'complete test' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# unit tests for complete_batch
|
|
49
|
+
# Complete a batch of callbacks
|
|
50
|
+
# Completes the given action callbacks.
|
|
51
|
+
# @param batch_input_callback_completion_batch_request The result of the completed action.
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @return [nil]
|
|
54
|
+
describe 'complete_batch test' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
end
|
|
@@ -0,0 +1,104 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for Hubspot::Automation::Actions::DefinitionsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'DefinitionsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = Hubspot::Automation::Actions::DefinitionsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of DefinitionsApi' do
|
|
30
|
+
it 'should create an instance of DefinitionsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(Hubspot::Automation::Actions::DefinitionsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for archive
|
|
36
|
+
# Archive a custom action
|
|
37
|
+
# Archives a single custom workflow action with the specified ID. Workflows that currently use this custom action will stop attempting to execute the action, and all future executions will be marked as a failure.
|
|
38
|
+
# @param definition_id The ID of the custom workflow action.
|
|
39
|
+
# @param app_id
|
|
40
|
+
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @return [nil]
|
|
42
|
+
describe 'archive test' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# unit tests for create
|
|
49
|
+
# Create new custom action
|
|
50
|
+
# Creates a new custom workflow action.
|
|
51
|
+
# @param app_id
|
|
52
|
+
# @param extension_action_definition_input The custom workflow action to create.
|
|
53
|
+
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @return [ExtensionActionDefinition]
|
|
55
|
+
describe 'create test' do
|
|
56
|
+
it 'should work' do
|
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# unit tests for get_by_id
|
|
62
|
+
# Get a custom action
|
|
63
|
+
# Returns a single custom workflow action with the specified ID.
|
|
64
|
+
# @param definition_id The ID of the custom workflow action.
|
|
65
|
+
# @param app_id
|
|
66
|
+
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Boolean] :archived Whether to include archived custom actions.
|
|
68
|
+
# @return [ExtensionActionDefinition]
|
|
69
|
+
describe 'get_by_id 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_page
|
|
76
|
+
# Get all custom actions
|
|
77
|
+
# Returns a list of all custom workflow actions.
|
|
78
|
+
# @param app_id
|
|
79
|
+
# @param [Hash] opts the optional parameters
|
|
80
|
+
# @option opts [Integer] :limit Maximum number of results per page.
|
|
81
|
+
# @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
|
|
82
|
+
# @option opts [Boolean] :archived Whether to include archived custom actions.
|
|
83
|
+
# @return [CollectionResponseExtensionActionDefinitionForwardPaging]
|
|
84
|
+
describe 'get_page test' do
|
|
85
|
+
it 'should work' do
|
|
86
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# unit tests for update
|
|
91
|
+
# Update a custom action
|
|
92
|
+
# Updates a custom workflow action with new values for the specified fields.
|
|
93
|
+
# @param definition_id The ID of the custom workflow action.
|
|
94
|
+
# @param app_id
|
|
95
|
+
# @param extension_action_definition_patch The custom workflow action fields to be updated.
|
|
96
|
+
# @param [Hash] opts the optional parameters
|
|
97
|
+
# @return [ExtensionActionDefinition]
|
|
98
|
+
describe 'update test' do
|
|
99
|
+
it 'should work' do
|
|
100
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
end
|
|
@@ -0,0 +1,137 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for Hubspot::Automation::Actions::FunctionsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'FunctionsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = Hubspot::Automation::Actions::FunctionsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of FunctionsApi' do
|
|
30
|
+
it 'should create an instance of FunctionsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(Hubspot::Automation::Actions::FunctionsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for archive
|
|
36
|
+
# Delete a custom action function
|
|
37
|
+
# 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.
|
|
38
|
+
# @param definition_id The ID of the custom workflow action
|
|
39
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
40
|
+
# @param function_id 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.
|
|
41
|
+
# @param app_id
|
|
42
|
+
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @return [nil]
|
|
44
|
+
describe 'archive test' do
|
|
45
|
+
it 'should work' do
|
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# unit tests for archive_by_function_type
|
|
51
|
+
# Delete a custom action function
|
|
52
|
+
# 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.
|
|
53
|
+
# @param definition_id The ID of the custom workflow action.
|
|
54
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
55
|
+
# @param app_id
|
|
56
|
+
# @param [Hash] opts the optional parameters
|
|
57
|
+
# @return [nil]
|
|
58
|
+
describe 'archive_by_function_type test' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# unit tests for create_or_replace
|
|
65
|
+
# Create or replace a custom action function
|
|
66
|
+
# Creates or replaces a function for a custom workflow action.
|
|
67
|
+
# @param definition_id The ID of the custom workflow action.
|
|
68
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
69
|
+
# @param function_id 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.
|
|
70
|
+
# @param app_id
|
|
71
|
+
# @param body The function source code. Must be valid JavaScript code.
|
|
72
|
+
# @param [Hash] opts the optional parameters
|
|
73
|
+
# @return [ActionFunctionIdentifier]
|
|
74
|
+
describe 'create_or_replace test' do
|
|
75
|
+
it 'should work' do
|
|
76
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
# unit tests for create_or_replace_by_function_type
|
|
81
|
+
# Create or replace a custom action function
|
|
82
|
+
# Creates or replaces a function for a custom workflow action.
|
|
83
|
+
# @param definition_id The ID of the custom workflow action.
|
|
84
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
85
|
+
# @param app_id
|
|
86
|
+
# @param body The function source code. Must be valid JavaScript code.
|
|
87
|
+
# @param [Hash] opts the optional parameters
|
|
88
|
+
# @return [ActionFunctionIdentifier]
|
|
89
|
+
describe 'create_or_replace_by_function_type 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 get_by_function_type
|
|
96
|
+
# Get a custom action function
|
|
97
|
+
# Returns the given function for a custom workflow action.
|
|
98
|
+
# @param definition_id The ID of the custom workflow action.
|
|
99
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
100
|
+
# @param app_id
|
|
101
|
+
# @param [Hash] opts the optional parameters
|
|
102
|
+
# @return [ActionFunction]
|
|
103
|
+
describe 'get_by_function_type test' do
|
|
104
|
+
it 'should work' do
|
|
105
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
# unit tests for get_by_id
|
|
110
|
+
# Get a custom action function
|
|
111
|
+
# Returns the given function for a custom workflow action.
|
|
112
|
+
# @param definition_id The ID of the custom workflow action.
|
|
113
|
+
# @param function_type The type of function. This determines when the function will be called.
|
|
114
|
+
# @param function_id 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.
|
|
115
|
+
# @param app_id
|
|
116
|
+
# @param [Hash] opts the optional parameters
|
|
117
|
+
# @return [ActionFunction]
|
|
118
|
+
describe 'get_by_id test' do
|
|
119
|
+
it 'should work' do
|
|
120
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
121
|
+
end
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
# unit tests for get_page
|
|
125
|
+
# Get all custom action functions
|
|
126
|
+
# Returns a list of all functions that are associated with the given custom workflow action.
|
|
127
|
+
# @param definition_id The ID of the custom workflow action.
|
|
128
|
+
# @param app_id
|
|
129
|
+
# @param [Hash] opts the optional parameters
|
|
130
|
+
# @return [CollectionResponseActionFunctionIdentifierNoPaging]
|
|
131
|
+
describe 'get_page test' do
|
|
132
|
+
it 'should work' do
|
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
end
|
|
@@ -0,0 +1,64 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for Hubspot::Automation::Actions::RevisionsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'RevisionsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = Hubspot::Automation::Actions::RevisionsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of RevisionsApi' do
|
|
30
|
+
it 'should create an instance of RevisionsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(Hubspot::Automation::Actions::RevisionsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for get_by_id
|
|
36
|
+
# Get a revision for a custom action
|
|
37
|
+
# Returns the given version of a custom workflow action.
|
|
38
|
+
# @param definition_id The ID of the custom workflow action.
|
|
39
|
+
# @param revision_id The version of the custom workflow action.
|
|
40
|
+
# @param app_id
|
|
41
|
+
# @param [Hash] opts the optional parameters
|
|
42
|
+
# @return [ActionRevision]
|
|
43
|
+
describe 'get_by_id test' do
|
|
44
|
+
it 'should work' do
|
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# unit tests for get_page
|
|
50
|
+
# Get all revisions for a custom action
|
|
51
|
+
# Returns a list of revisions for a custom workflow action.
|
|
52
|
+
# @param definition_id The ID of the custom workflow action
|
|
53
|
+
# @param app_id
|
|
54
|
+
# @param [Hash] opts the optional parameters
|
|
55
|
+
# @option opts [Integer] :limit Maximum number of results per page.
|
|
56
|
+
# @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
|
|
57
|
+
# @return [CollectionResponseActionRevisionForwardPaging]
|
|
58
|
+
describe 'get_page test' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
end
|
|
@@ -0,0 +1,51 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Hubspot::Automation::Actions::ActionFunctionIdentifier
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'ActionFunctionIdentifier' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Hubspot::Automation::Actions::ActionFunctionIdentifier.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of ActionFunctionIdentifier' do
|
|
31
|
+
it 'should create an instance of ActionFunctionIdentifier' do
|
|
32
|
+
expect(@instance).to be_instance_of(Hubspot::Automation::Actions::ActionFunctionIdentifier)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "function_type"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"])
|
|
39
|
+
# validator.allowable_values.each do |value|
|
|
40
|
+
# expect { @instance.function_type = value }.not_to raise_error
|
|
41
|
+
# end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
describe 'test attribute "id"' do
|
|
46
|
+
it 'should work' do
|
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
end
|
|
@@ -0,0 +1,57 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Hubspot::Automation::Actions::ActionFunction
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'ActionFunction' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Hubspot::Automation::Actions::ActionFunction.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of ActionFunction' do
|
|
31
|
+
it 'should create an instance of ActionFunction' do
|
|
32
|
+
expect(@instance).to be_instance_of(Hubspot::Automation::Actions::ActionFunction)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "function_source"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "function_type"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"])
|
|
45
|
+
# validator.allowable_values.each do |value|
|
|
46
|
+
# expect { @instance.function_type = value }.not_to raise_error
|
|
47
|
+
# end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
describe 'test attribute "id"' do
|
|
52
|
+
it 'should work' do
|
|
53
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
end
|