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
|
@@ -22,47 +22,48 @@ module Hubspot
|
|
|
22
22
|
def initialize(api_client = ApiClient.default)
|
|
23
23
|
@api_client = api_client
|
|
24
24
|
end
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
# @param
|
|
25
|
+
# Delete a Blog Post
|
|
26
|
+
# Delete the Blog Post object identified by the id in the path.
|
|
27
|
+
# @param object_id [String] The Blog Post id.
|
|
28
28
|
# @param [Hash] opts the optional parameters
|
|
29
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
29
30
|
# @return [nil]
|
|
30
|
-
def archive(
|
|
31
|
-
archive_with_http_info(
|
|
31
|
+
def archive(object_id, opts = {})
|
|
32
|
+
archive_with_http_info(object_id, opts)
|
|
32
33
|
nil
|
|
33
34
|
end
|
|
34
35
|
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
# @param
|
|
36
|
+
# Delete a Blog Post
|
|
37
|
+
# Delete the Blog Post object identified by the id in the path.
|
|
38
|
+
# @param object_id [String] The Blog Post id.
|
|
38
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
39
41
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
40
|
-
def archive_with_http_info(
|
|
42
|
+
def archive_with_http_info(object_id, opts = {})
|
|
41
43
|
if @api_client.config.debugging
|
|
42
44
|
@api_client.config.logger.debug 'Calling API: DefaultApi.archive ...'
|
|
43
45
|
end
|
|
44
|
-
# verify the required parameter '
|
|
45
|
-
if @api_client.config.client_side_validation &&
|
|
46
|
-
fail ArgumentError, "Missing the required parameter '
|
|
46
|
+
# verify the required parameter 'object_id' is set
|
|
47
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
48
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.archive"
|
|
47
49
|
end
|
|
48
50
|
# resource path
|
|
49
|
-
local_var_path = '/cms/v3/blogs/posts/
|
|
51
|
+
local_var_path = '/cms/v3/blogs/posts/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
|
50
52
|
|
|
51
53
|
# query parameters
|
|
52
54
|
query_params = opts[:query_params] || {}
|
|
55
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
|
53
56
|
|
|
54
57
|
# header parameters
|
|
55
58
|
header_params = opts[:header_params] || {}
|
|
56
59
|
# HTTP header 'Accept' (if needed)
|
|
57
60
|
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
58
|
-
# HTTP header 'Content-Type'
|
|
59
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
60
61
|
|
|
61
62
|
# form parameters
|
|
62
63
|
form_params = opts[:form_params] || {}
|
|
63
64
|
|
|
64
65
|
# http body (model)
|
|
65
|
-
post_body = opts[:body]
|
|
66
|
+
post_body = opts[:body]
|
|
66
67
|
|
|
67
68
|
# return_type
|
|
68
69
|
return_type = opts[:return_type]
|
|
@@ -79,55 +80,54 @@ module Hubspot
|
|
|
79
80
|
:return_type => return_type
|
|
80
81
|
)
|
|
81
82
|
|
|
82
|
-
data, status_code, headers = @api_client.call_api(:
|
|
83
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
83
84
|
if @api_client.config.debugging
|
|
84
85
|
@api_client.config.logger.debug "API called: DefaultApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
85
86
|
end
|
|
86
87
|
return data, status_code, headers
|
|
87
88
|
end
|
|
88
89
|
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
# @param
|
|
90
|
+
# Archive a batch of Blog Posts
|
|
91
|
+
# Archive the Blog Post objects identified in the request body.
|
|
92
|
+
# @param batch_input_string [BatchInputString] The JSON array of Blog Post ids.
|
|
92
93
|
# @param [Hash] opts the optional parameters
|
|
93
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
94
94
|
# @return [nil]
|
|
95
|
-
def
|
|
96
|
-
|
|
95
|
+
def archive_batch(batch_input_string, opts = {})
|
|
96
|
+
archive_batch_with_http_info(batch_input_string, opts)
|
|
97
97
|
nil
|
|
98
98
|
end
|
|
99
99
|
|
|
100
|
-
#
|
|
101
|
-
#
|
|
102
|
-
# @param
|
|
100
|
+
# Archive a batch of Blog Posts
|
|
101
|
+
# Archive the Blog Post objects identified in the request body.
|
|
102
|
+
# @param batch_input_string [BatchInputString] The JSON array of Blog Post ids.
|
|
103
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
105
104
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
106
|
-
def
|
|
105
|
+
def archive_batch_with_http_info(batch_input_string, opts = {})
|
|
107
106
|
if @api_client.config.debugging
|
|
108
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
107
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.archive_batch ...'
|
|
109
108
|
end
|
|
110
|
-
# verify the required parameter '
|
|
111
|
-
if @api_client.config.client_side_validation &&
|
|
112
|
-
fail ArgumentError, "Missing the required parameter '
|
|
109
|
+
# verify the required parameter 'batch_input_string' is set
|
|
110
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
|
111
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.archive_batch"
|
|
113
112
|
end
|
|
114
113
|
# resource path
|
|
115
|
-
local_var_path = '/cms/v3/blogs/posts/
|
|
114
|
+
local_var_path = '/cms/v3/blogs/posts/batch/archive'
|
|
116
115
|
|
|
117
116
|
# query parameters
|
|
118
117
|
query_params = opts[:query_params] || {}
|
|
119
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
|
120
118
|
|
|
121
119
|
# header parameters
|
|
122
120
|
header_params = opts[:header_params] || {}
|
|
123
121
|
# HTTP header 'Accept' (if needed)
|
|
124
122
|
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
123
|
+
# HTTP header 'Content-Type'
|
|
124
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
125
125
|
|
|
126
126
|
# form parameters
|
|
127
127
|
form_params = opts[:form_params] || {}
|
|
128
128
|
|
|
129
129
|
# http body (model)
|
|
130
|
-
post_body = opts[:body]
|
|
130
|
+
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
|
131
131
|
|
|
132
132
|
# return_type
|
|
133
133
|
return_type = opts[:return_type]
|
|
@@ -144,9 +144,9 @@ module Hubspot
|
|
|
144
144
|
:return_type => return_type
|
|
145
145
|
)
|
|
146
146
|
|
|
147
|
-
data, status_code, headers = @api_client.call_api(:
|
|
147
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
148
148
|
if @api_client.config.debugging
|
|
149
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
149
|
+
@api_client.config.logger.debug "API called: DefaultApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
150
150
|
end
|
|
151
151
|
return data, status_code, headers
|
|
152
152
|
end
|
|
@@ -284,8 +284,8 @@ module Hubspot
|
|
|
284
284
|
# @param batch_input_blog_post [BatchInputBlogPost] The JSON array of new Blog Posts to create.
|
|
285
285
|
# @param [Hash] opts the optional parameters
|
|
286
286
|
# @return [Object]
|
|
287
|
-
def
|
|
288
|
-
data, _status_code, _headers =
|
|
287
|
+
def create_batch(batch_input_blog_post, opts = {})
|
|
288
|
+
data, _status_code, _headers = create_batch_with_http_info(batch_input_blog_post, opts)
|
|
289
289
|
data
|
|
290
290
|
end
|
|
291
291
|
|
|
@@ -294,13 +294,13 @@ module Hubspot
|
|
|
294
294
|
# @param batch_input_blog_post [BatchInputBlogPost] The JSON array of new Blog Posts to create.
|
|
295
295
|
# @param [Hash] opts the optional parameters
|
|
296
296
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
297
|
-
def
|
|
297
|
+
def create_batch_with_http_info(batch_input_blog_post, opts = {})
|
|
298
298
|
if @api_client.config.debugging
|
|
299
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
299
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.create_batch ...'
|
|
300
300
|
end
|
|
301
301
|
# verify the required parameter 'batch_input_blog_post' is set
|
|
302
302
|
if @api_client.config.client_side_validation && batch_input_blog_post.nil?
|
|
303
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_blog_post' when calling DefaultApi.
|
|
303
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_blog_post' when calling DefaultApi.create_batch"
|
|
304
304
|
end
|
|
305
305
|
# resource path
|
|
306
306
|
local_var_path = '/cms/v3/blogs/posts/batch/create'
|
|
@@ -338,7 +338,7 @@ module Hubspot
|
|
|
338
338
|
|
|
339
339
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
340
340
|
if @api_client.config.debugging
|
|
341
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
341
|
+
@api_client.config.logger.debug "API called: DefaultApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
342
342
|
end
|
|
343
343
|
return data, status_code, headers
|
|
344
344
|
end
|
|
@@ -763,8 +763,8 @@ module Hubspot
|
|
|
763
763
|
# @param [Hash] opts the optional parameters
|
|
764
764
|
# @option opts [Boolean] :archived Specifies whether to return archived Blog Posts. Defaults to `false`.
|
|
765
765
|
# @return [Object]
|
|
766
|
-
def
|
|
767
|
-
data, _status_code, _headers =
|
|
766
|
+
def read_batch(batch_input_string, opts = {})
|
|
767
|
+
data, _status_code, _headers = read_batch_with_http_info(batch_input_string, opts)
|
|
768
768
|
data
|
|
769
769
|
end
|
|
770
770
|
|
|
@@ -774,13 +774,13 @@ module Hubspot
|
|
|
774
774
|
# @param [Hash] opts the optional parameters
|
|
775
775
|
# @option opts [Boolean] :archived Specifies whether to return archived Blog Posts. Defaults to `false`.
|
|
776
776
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
777
|
-
def
|
|
777
|
+
def read_batch_with_http_info(batch_input_string, opts = {})
|
|
778
778
|
if @api_client.config.debugging
|
|
779
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
779
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.read_batch ...'
|
|
780
780
|
end
|
|
781
781
|
# verify the required parameter 'batch_input_string' is set
|
|
782
782
|
if @api_client.config.client_side_validation && batch_input_string.nil?
|
|
783
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.
|
|
783
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.read_batch"
|
|
784
784
|
end
|
|
785
785
|
# resource path
|
|
786
786
|
local_var_path = '/cms/v3/blogs/posts/batch/read'
|
|
@@ -819,7 +819,7 @@ module Hubspot
|
|
|
819
819
|
|
|
820
820
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
821
821
|
if @api_client.config.debugging
|
|
822
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
822
|
+
@api_client.config.logger.debug "API called: DefaultApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
823
823
|
end
|
|
824
824
|
return data, status_code, headers
|
|
825
825
|
end
|
|
@@ -1086,33 +1086,39 @@ module Hubspot
|
|
|
1086
1086
|
return data, status_code, headers
|
|
1087
1087
|
end
|
|
1088
1088
|
|
|
1089
|
-
# Update a
|
|
1090
|
-
#
|
|
1091
|
-
# @param
|
|
1089
|
+
# Update a Blog Post
|
|
1090
|
+
# Sparse updates a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
|
|
1091
|
+
# @param object_id [String] The Blog Post id.
|
|
1092
|
+
# @param blog_post [BlogPost] The JSON representation of the updated Blog Post.
|
|
1092
1093
|
# @param [Hash] opts the optional parameters
|
|
1093
|
-
# @option opts [Boolean] :archived
|
|
1094
|
-
# @return [
|
|
1095
|
-
def update(
|
|
1096
|
-
data, _status_code, _headers = update_with_http_info(
|
|
1094
|
+
# @option opts [Boolean] :archived Specifies whether to update archived Blog Posts. Defaults to `false`.
|
|
1095
|
+
# @return [BlogPost]
|
|
1096
|
+
def update(object_id, blog_post, opts = {})
|
|
1097
|
+
data, _status_code, _headers = update_with_http_info(object_id, blog_post, opts)
|
|
1097
1098
|
data
|
|
1098
1099
|
end
|
|
1099
1100
|
|
|
1100
|
-
# Update a
|
|
1101
|
-
#
|
|
1102
|
-
# @param
|
|
1101
|
+
# Update a Blog Post
|
|
1102
|
+
# Sparse updates a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
|
|
1103
|
+
# @param object_id [String] The Blog Post id.
|
|
1104
|
+
# @param blog_post [BlogPost] The JSON representation of the updated Blog Post.
|
|
1103
1105
|
# @param [Hash] opts the optional parameters
|
|
1104
|
-
# @option opts [Boolean] :archived
|
|
1105
|
-
# @return [Array<(
|
|
1106
|
-
def update_with_http_info(
|
|
1106
|
+
# @option opts [Boolean] :archived Specifies whether to update archived Blog Posts. Defaults to `false`.
|
|
1107
|
+
# @return [Array<(BlogPost, Integer, Hash)>] BlogPost data, response status code and response headers
|
|
1108
|
+
def update_with_http_info(object_id, blog_post, opts = {})
|
|
1107
1109
|
if @api_client.config.debugging
|
|
1108
1110
|
@api_client.config.logger.debug 'Calling API: DefaultApi.update ...'
|
|
1109
1111
|
end
|
|
1110
|
-
# verify the required parameter '
|
|
1111
|
-
if @api_client.config.client_side_validation &&
|
|
1112
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1112
|
+
# verify the required parameter 'object_id' is set
|
|
1113
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
1114
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.update"
|
|
1115
|
+
end
|
|
1116
|
+
# verify the required parameter 'blog_post' is set
|
|
1117
|
+
if @api_client.config.client_side_validation && blog_post.nil?
|
|
1118
|
+
fail ArgumentError, "Missing the required parameter 'blog_post' when calling DefaultApi.update"
|
|
1113
1119
|
end
|
|
1114
1120
|
# resource path
|
|
1115
|
-
local_var_path = '/cms/v3/blogs/posts/
|
|
1121
|
+
local_var_path = '/cms/v3/blogs/posts/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
|
1116
1122
|
|
|
1117
1123
|
# query parameters
|
|
1118
1124
|
query_params = opts[:query_params] || {}
|
|
@@ -1129,10 +1135,10 @@ module Hubspot
|
|
|
1129
1135
|
form_params = opts[:form_params] || {}
|
|
1130
1136
|
|
|
1131
1137
|
# http body (model)
|
|
1132
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
|
1138
|
+
post_body = opts[:body] || @api_client.object_to_http_body(blog_post)
|
|
1133
1139
|
|
|
1134
1140
|
# return_type
|
|
1135
|
-
return_type = opts[:return_type] || '
|
|
1141
|
+
return_type = opts[:return_type] || 'BlogPost'
|
|
1136
1142
|
|
|
1137
1143
|
# auth_names
|
|
1138
1144
|
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
|
@@ -1146,46 +1152,40 @@ module Hubspot
|
|
|
1146
1152
|
:return_type => return_type
|
|
1147
1153
|
)
|
|
1148
1154
|
|
|
1149
|
-
data, status_code, headers = @api_client.call_api(:
|
|
1155
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
|
1150
1156
|
if @api_client.config.debugging
|
|
1151
1157
|
@api_client.config.logger.debug "API called: DefaultApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1152
1158
|
end
|
|
1153
1159
|
return data, status_code, headers
|
|
1154
1160
|
end
|
|
1155
1161
|
|
|
1156
|
-
# Update a Blog
|
|
1157
|
-
#
|
|
1158
|
-
# @param
|
|
1159
|
-
# @param blog_post [BlogPost] The JSON representation of the updated Blog Post.
|
|
1162
|
+
# Update a batch of Blog Posts
|
|
1163
|
+
# Update the Blog Post objects identified in the request body.
|
|
1164
|
+
# @param batch_input_json_node [BatchInputJsonNode]
|
|
1160
1165
|
# @param [Hash] opts the optional parameters
|
|
1161
|
-
# @option opts [Boolean] :archived
|
|
1162
|
-
# @return [
|
|
1163
|
-
def
|
|
1164
|
-
data, _status_code, _headers =
|
|
1166
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
1167
|
+
# @return [Object]
|
|
1168
|
+
def update_batch(batch_input_json_node, opts = {})
|
|
1169
|
+
data, _status_code, _headers = update_batch_with_http_info(batch_input_json_node, opts)
|
|
1165
1170
|
data
|
|
1166
1171
|
end
|
|
1167
1172
|
|
|
1168
|
-
# Update a Blog
|
|
1169
|
-
#
|
|
1170
|
-
# @param
|
|
1171
|
-
# @param blog_post [BlogPost] The JSON representation of the updated Blog Post.
|
|
1173
|
+
# Update a batch of Blog Posts
|
|
1174
|
+
# Update the Blog Post objects identified in the request body.
|
|
1175
|
+
# @param batch_input_json_node [BatchInputJsonNode]
|
|
1172
1176
|
# @param [Hash] opts the optional parameters
|
|
1173
|
-
# @option opts [Boolean] :archived
|
|
1174
|
-
# @return [Array<(
|
|
1175
|
-
def
|
|
1177
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
1178
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
1179
|
+
def update_batch_with_http_info(batch_input_json_node, opts = {})
|
|
1176
1180
|
if @api_client.config.debugging
|
|
1177
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
1178
|
-
end
|
|
1179
|
-
# verify the required parameter 'object_id' is set
|
|
1180
|
-
if @api_client.config.client_side_validation && object_id.nil?
|
|
1181
|
-
fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.update_0"
|
|
1181
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.update_batch ...'
|
|
1182
1182
|
end
|
|
1183
|
-
# verify the required parameter '
|
|
1184
|
-
if @api_client.config.client_side_validation &&
|
|
1185
|
-
fail ArgumentError, "Missing the required parameter '
|
|
1183
|
+
# verify the required parameter 'batch_input_json_node' is set
|
|
1184
|
+
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
|
1185
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling DefaultApi.update_batch"
|
|
1186
1186
|
end
|
|
1187
1187
|
# resource path
|
|
1188
|
-
local_var_path = '/cms/v3/blogs/posts/
|
|
1188
|
+
local_var_path = '/cms/v3/blogs/posts/batch/update'
|
|
1189
1189
|
|
|
1190
1190
|
# query parameters
|
|
1191
1191
|
query_params = opts[:query_params] || {}
|
|
@@ -1202,10 +1202,10 @@ module Hubspot
|
|
|
1202
1202
|
form_params = opts[:form_params] || {}
|
|
1203
1203
|
|
|
1204
1204
|
# http body (model)
|
|
1205
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
|
1205
|
+
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_json_node)
|
|
1206
1206
|
|
|
1207
1207
|
# return_type
|
|
1208
|
-
return_type = opts[:return_type] || '
|
|
1208
|
+
return_type = opts[:return_type] || 'Object'
|
|
1209
1209
|
|
|
1210
1210
|
# auth_names
|
|
1211
1211
|
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
|
@@ -1219,9 +1219,9 @@ module Hubspot
|
|
|
1219
1219
|
:return_type => return_type
|
|
1220
1220
|
)
|
|
1221
1221
|
|
|
1222
|
-
data, status_code, headers = @api_client.call_api(:
|
|
1222
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
1223
1223
|
if @api_client.config.debugging
|
|
1224
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
1224
|
+
@api_client.config.logger.debug "API called: DefaultApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1225
1225
|
end
|
|
1226
1226
|
return data, status_code, headers
|
|
1227
1227
|
end
|
|
@@ -22,47 +22,48 @@ module Hubspot
|
|
|
22
22
|
def initialize(api_client = ApiClient.default)
|
|
23
23
|
@api_client = api_client
|
|
24
24
|
end
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
# @param
|
|
25
|
+
# Delete a Blog Tag
|
|
26
|
+
# Delete the Blog Tag object identified by the id in the path.
|
|
27
|
+
# @param object_id [String] The Blog Tag id.
|
|
28
28
|
# @param [Hash] opts the optional parameters
|
|
29
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
29
30
|
# @return [nil]
|
|
30
|
-
def archive(
|
|
31
|
-
archive_with_http_info(
|
|
31
|
+
def archive(object_id, opts = {})
|
|
32
|
+
archive_with_http_info(object_id, opts)
|
|
32
33
|
nil
|
|
33
34
|
end
|
|
34
35
|
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
# @param
|
|
36
|
+
# Delete a Blog Tag
|
|
37
|
+
# Delete the Blog Tag object identified by the id in the path.
|
|
38
|
+
# @param object_id [String] The Blog Tag id.
|
|
38
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
39
41
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
40
|
-
def archive_with_http_info(
|
|
42
|
+
def archive_with_http_info(object_id, opts = {})
|
|
41
43
|
if @api_client.config.debugging
|
|
42
44
|
@api_client.config.logger.debug 'Calling API: DefaultApi.archive ...'
|
|
43
45
|
end
|
|
44
|
-
# verify the required parameter '
|
|
45
|
-
if @api_client.config.client_side_validation &&
|
|
46
|
-
fail ArgumentError, "Missing the required parameter '
|
|
46
|
+
# verify the required parameter 'object_id' is set
|
|
47
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
48
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.archive"
|
|
47
49
|
end
|
|
48
50
|
# resource path
|
|
49
|
-
local_var_path = '/cms/v3/blogs/tags/
|
|
51
|
+
local_var_path = '/cms/v3/blogs/tags/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
|
50
52
|
|
|
51
53
|
# query parameters
|
|
52
54
|
query_params = opts[:query_params] || {}
|
|
55
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
|
53
56
|
|
|
54
57
|
# header parameters
|
|
55
58
|
header_params = opts[:header_params] || {}
|
|
56
59
|
# HTTP header 'Accept' (if needed)
|
|
57
60
|
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
58
|
-
# HTTP header 'Content-Type'
|
|
59
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
60
61
|
|
|
61
62
|
# form parameters
|
|
62
63
|
form_params = opts[:form_params] || {}
|
|
63
64
|
|
|
64
65
|
# http body (model)
|
|
65
|
-
post_body = opts[:body]
|
|
66
|
+
post_body = opts[:body]
|
|
66
67
|
|
|
67
68
|
# return_type
|
|
68
69
|
return_type = opts[:return_type]
|
|
@@ -79,55 +80,54 @@ module Hubspot
|
|
|
79
80
|
:return_type => return_type
|
|
80
81
|
)
|
|
81
82
|
|
|
82
|
-
data, status_code, headers = @api_client.call_api(:
|
|
83
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
83
84
|
if @api_client.config.debugging
|
|
84
85
|
@api_client.config.logger.debug "API called: DefaultApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
85
86
|
end
|
|
86
87
|
return data, status_code, headers
|
|
87
88
|
end
|
|
88
89
|
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
# @param
|
|
90
|
+
# Archive a batch of Blog Tags
|
|
91
|
+
# Archive the Blog Tag objects identified in the request body.
|
|
92
|
+
# @param batch_input_string [BatchInputString] The JSON array of Blog Tag ids.
|
|
92
93
|
# @param [Hash] opts the optional parameters
|
|
93
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
94
94
|
# @return [nil]
|
|
95
|
-
def
|
|
96
|
-
|
|
95
|
+
def archive_batch(batch_input_string, opts = {})
|
|
96
|
+
archive_batch_with_http_info(batch_input_string, opts)
|
|
97
97
|
nil
|
|
98
98
|
end
|
|
99
99
|
|
|
100
|
-
#
|
|
101
|
-
#
|
|
102
|
-
# @param
|
|
100
|
+
# Archive a batch of Blog Tags
|
|
101
|
+
# Archive the Blog Tag objects identified in the request body.
|
|
102
|
+
# @param batch_input_string [BatchInputString] The JSON array of Blog Tag ids.
|
|
103
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
|
105
104
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
106
|
-
def
|
|
105
|
+
def archive_batch_with_http_info(batch_input_string, opts = {})
|
|
107
106
|
if @api_client.config.debugging
|
|
108
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
107
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.archive_batch ...'
|
|
109
108
|
end
|
|
110
|
-
# verify the required parameter '
|
|
111
|
-
if @api_client.config.client_side_validation &&
|
|
112
|
-
fail ArgumentError, "Missing the required parameter '
|
|
109
|
+
# verify the required parameter 'batch_input_string' is set
|
|
110
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
|
111
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.archive_batch"
|
|
113
112
|
end
|
|
114
113
|
# resource path
|
|
115
|
-
local_var_path = '/cms/v3/blogs/tags/
|
|
114
|
+
local_var_path = '/cms/v3/blogs/tags/batch/archive'
|
|
116
115
|
|
|
117
116
|
# query parameters
|
|
118
117
|
query_params = opts[:query_params] || {}
|
|
119
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
|
120
118
|
|
|
121
119
|
# header parameters
|
|
122
120
|
header_params = opts[:header_params] || {}
|
|
123
121
|
# HTTP header 'Accept' (if needed)
|
|
124
122
|
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
123
|
+
# HTTP header 'Content-Type'
|
|
124
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
125
125
|
|
|
126
126
|
# form parameters
|
|
127
127
|
form_params = opts[:form_params] || {}
|
|
128
128
|
|
|
129
129
|
# http body (model)
|
|
130
|
-
post_body = opts[:body]
|
|
130
|
+
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
|
131
131
|
|
|
132
132
|
# return_type
|
|
133
133
|
return_type = opts[:return_type]
|
|
@@ -144,9 +144,9 @@ module Hubspot
|
|
|
144
144
|
:return_type => return_type
|
|
145
145
|
)
|
|
146
146
|
|
|
147
|
-
data, status_code, headers = @api_client.call_api(:
|
|
147
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
148
148
|
if @api_client.config.debugging
|
|
149
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
149
|
+
@api_client.config.logger.debug "API called: DefaultApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
150
150
|
end
|
|
151
151
|
return data, status_code, headers
|
|
152
152
|
end
|
|
@@ -220,8 +220,8 @@ module Hubspot
|
|
|
220
220
|
# @param batch_input_tag [BatchInputTag] The JSON array of new Blog Tags to create.
|
|
221
221
|
# @param [Hash] opts the optional parameters
|
|
222
222
|
# @return [Object]
|
|
223
|
-
def
|
|
224
|
-
data, _status_code, _headers =
|
|
223
|
+
def create_batch(batch_input_tag, opts = {})
|
|
224
|
+
data, _status_code, _headers = create_batch_with_http_info(batch_input_tag, opts)
|
|
225
225
|
data
|
|
226
226
|
end
|
|
227
227
|
|
|
@@ -230,13 +230,13 @@ module Hubspot
|
|
|
230
230
|
# @param batch_input_tag [BatchInputTag] The JSON array of new Blog Tags to create.
|
|
231
231
|
# @param [Hash] opts the optional parameters
|
|
232
232
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
233
|
-
def
|
|
233
|
+
def create_batch_with_http_info(batch_input_tag, opts = {})
|
|
234
234
|
if @api_client.config.debugging
|
|
235
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
235
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.create_batch ...'
|
|
236
236
|
end
|
|
237
237
|
# verify the required parameter 'batch_input_tag' is set
|
|
238
238
|
if @api_client.config.client_side_validation && batch_input_tag.nil?
|
|
239
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_tag' when calling DefaultApi.
|
|
239
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_tag' when calling DefaultApi.create_batch"
|
|
240
240
|
end
|
|
241
241
|
# resource path
|
|
242
242
|
local_var_path = '/cms/v3/blogs/tags/batch/create'
|
|
@@ -274,7 +274,7 @@ module Hubspot
|
|
|
274
274
|
|
|
275
275
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
276
276
|
if @api_client.config.debugging
|
|
277
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
277
|
+
@api_client.config.logger.debug "API called: DefaultApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
278
278
|
end
|
|
279
279
|
return data, status_code, headers
|
|
280
280
|
end
|
|
@@ -436,8 +436,8 @@ module Hubspot
|
|
|
436
436
|
# @param [Hash] opts the optional parameters
|
|
437
437
|
# @option opts [Boolean] :archived Specifies whether to return archived Blog Tags. Defaults to `false`.
|
|
438
438
|
# @return [Object]
|
|
439
|
-
def
|
|
440
|
-
data, _status_code, _headers =
|
|
439
|
+
def read_batch(batch_input_string, opts = {})
|
|
440
|
+
data, _status_code, _headers = read_batch_with_http_info(batch_input_string, opts)
|
|
441
441
|
data
|
|
442
442
|
end
|
|
443
443
|
|
|
@@ -447,13 +447,13 @@ module Hubspot
|
|
|
447
447
|
# @param [Hash] opts the optional parameters
|
|
448
448
|
# @option opts [Boolean] :archived Specifies whether to return archived Blog Tags. Defaults to `false`.
|
|
449
449
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
450
|
-
def
|
|
450
|
+
def read_batch_with_http_info(batch_input_string, opts = {})
|
|
451
451
|
if @api_client.config.debugging
|
|
452
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
452
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.read_batch ...'
|
|
453
453
|
end
|
|
454
454
|
# verify the required parameter 'batch_input_string' is set
|
|
455
455
|
if @api_client.config.client_side_validation && batch_input_string.nil?
|
|
456
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.
|
|
456
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.read_batch"
|
|
457
457
|
end
|
|
458
458
|
# resource path
|
|
459
459
|
local_var_path = '/cms/v3/blogs/tags/batch/read'
|
|
@@ -492,38 +492,44 @@ module Hubspot
|
|
|
492
492
|
|
|
493
493
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
494
494
|
if @api_client.config.debugging
|
|
495
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
495
|
+
@api_client.config.logger.debug "API called: DefaultApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
496
496
|
end
|
|
497
497
|
return data, status_code, headers
|
|
498
498
|
end
|
|
499
499
|
|
|
500
|
-
# Update a
|
|
501
|
-
#
|
|
502
|
-
# @param
|
|
500
|
+
# Update a Blog Tag
|
|
501
|
+
# Sparse updates a single Blog Tag object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
|
|
502
|
+
# @param object_id [String] The Blog Tag id.
|
|
503
|
+
# @param tag [Tag] The JSON representation of the updated Blog Tag.
|
|
503
504
|
# @param [Hash] opts the optional parameters
|
|
504
505
|
# @option opts [Boolean] :archived Specifies whether to update archived Blog Tags. Defaults to `false`.
|
|
505
|
-
# @return [
|
|
506
|
-
def update(
|
|
507
|
-
data, _status_code, _headers = update_with_http_info(
|
|
506
|
+
# @return [Tag]
|
|
507
|
+
def update(object_id, tag, opts = {})
|
|
508
|
+
data, _status_code, _headers = update_with_http_info(object_id, tag, opts)
|
|
508
509
|
data
|
|
509
510
|
end
|
|
510
511
|
|
|
511
|
-
# Update a
|
|
512
|
-
#
|
|
513
|
-
# @param
|
|
512
|
+
# Update a Blog Tag
|
|
513
|
+
# Sparse updates a single Blog Tag object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
|
|
514
|
+
# @param object_id [String] The Blog Tag id.
|
|
515
|
+
# @param tag [Tag] The JSON representation of the updated Blog Tag.
|
|
514
516
|
# @param [Hash] opts the optional parameters
|
|
515
517
|
# @option opts [Boolean] :archived Specifies whether to update archived Blog Tags. Defaults to `false`.
|
|
516
|
-
# @return [Array<(
|
|
517
|
-
def update_with_http_info(
|
|
518
|
+
# @return [Array<(Tag, Integer, Hash)>] Tag data, response status code and response headers
|
|
519
|
+
def update_with_http_info(object_id, tag, opts = {})
|
|
518
520
|
if @api_client.config.debugging
|
|
519
521
|
@api_client.config.logger.debug 'Calling API: DefaultApi.update ...'
|
|
520
522
|
end
|
|
521
|
-
# verify the required parameter '
|
|
522
|
-
if @api_client.config.client_side_validation &&
|
|
523
|
-
fail ArgumentError, "Missing the required parameter '
|
|
523
|
+
# verify the required parameter 'object_id' is set
|
|
524
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
|
525
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.update"
|
|
526
|
+
end
|
|
527
|
+
# verify the required parameter 'tag' is set
|
|
528
|
+
if @api_client.config.client_side_validation && tag.nil?
|
|
529
|
+
fail ArgumentError, "Missing the required parameter 'tag' when calling DefaultApi.update"
|
|
524
530
|
end
|
|
525
531
|
# resource path
|
|
526
|
-
local_var_path = '/cms/v3/blogs/tags/
|
|
532
|
+
local_var_path = '/cms/v3/blogs/tags/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
|
527
533
|
|
|
528
534
|
# query parameters
|
|
529
535
|
query_params = opts[:query_params] || {}
|
|
@@ -540,10 +546,10 @@ module Hubspot
|
|
|
540
546
|
form_params = opts[:form_params] || {}
|
|
541
547
|
|
|
542
548
|
# http body (model)
|
|
543
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
|
549
|
+
post_body = opts[:body] || @api_client.object_to_http_body(tag)
|
|
544
550
|
|
|
545
551
|
# return_type
|
|
546
|
-
return_type = opts[:return_type] || '
|
|
552
|
+
return_type = opts[:return_type] || 'Tag'
|
|
547
553
|
|
|
548
554
|
# auth_names
|
|
549
555
|
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
|
@@ -557,46 +563,40 @@ module Hubspot
|
|
|
557
563
|
:return_type => return_type
|
|
558
564
|
)
|
|
559
565
|
|
|
560
|
-
data, status_code, headers = @api_client.call_api(:
|
|
566
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
|
561
567
|
if @api_client.config.debugging
|
|
562
568
|
@api_client.config.logger.debug "API called: DefaultApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
563
569
|
end
|
|
564
570
|
return data, status_code, headers
|
|
565
571
|
end
|
|
566
572
|
|
|
567
|
-
# Update a Blog
|
|
568
|
-
#
|
|
569
|
-
# @param
|
|
570
|
-
# @param tag [Tag] The JSON representation of the updated Blog Tag.
|
|
573
|
+
# Update a batch of Blog Tags
|
|
574
|
+
# Update the Blog Tag objects identified in the request body.
|
|
575
|
+
# @param batch_input_json_node [BatchInputJsonNode] A JSON array of the JSON representations of the updated Blog Tags.
|
|
571
576
|
# @param [Hash] opts the optional parameters
|
|
572
577
|
# @option opts [Boolean] :archived Specifies whether to update archived Blog Tags. Defaults to `false`.
|
|
573
|
-
# @return [
|
|
574
|
-
def
|
|
575
|
-
data, _status_code, _headers =
|
|
578
|
+
# @return [Object]
|
|
579
|
+
def update_batch(batch_input_json_node, opts = {})
|
|
580
|
+
data, _status_code, _headers = update_batch_with_http_info(batch_input_json_node, opts)
|
|
576
581
|
data
|
|
577
582
|
end
|
|
578
583
|
|
|
579
|
-
# Update a Blog
|
|
580
|
-
#
|
|
581
|
-
# @param
|
|
582
|
-
# @param tag [Tag] The JSON representation of the updated Blog Tag.
|
|
584
|
+
# Update a batch of Blog Tags
|
|
585
|
+
# Update the Blog Tag objects identified in the request body.
|
|
586
|
+
# @param batch_input_json_node [BatchInputJsonNode] A JSON array of the JSON representations of the updated Blog Tags.
|
|
583
587
|
# @param [Hash] opts the optional parameters
|
|
584
588
|
# @option opts [Boolean] :archived Specifies whether to update archived Blog Tags. Defaults to `false`.
|
|
585
|
-
# @return [Array<(
|
|
586
|
-
def
|
|
589
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
590
|
+
def update_batch_with_http_info(batch_input_json_node, opts = {})
|
|
587
591
|
if @api_client.config.debugging
|
|
588
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.
|
|
592
|
+
@api_client.config.logger.debug 'Calling API: DefaultApi.update_batch ...'
|
|
589
593
|
end
|
|
590
|
-
# verify the required parameter '
|
|
591
|
-
if @api_client.config.client_side_validation &&
|
|
592
|
-
fail ArgumentError, "Missing the required parameter '
|
|
593
|
-
end
|
|
594
|
-
# verify the required parameter 'tag' is set
|
|
595
|
-
if @api_client.config.client_side_validation && tag.nil?
|
|
596
|
-
fail ArgumentError, "Missing the required parameter 'tag' when calling DefaultApi.update_0"
|
|
594
|
+
# verify the required parameter 'batch_input_json_node' is set
|
|
595
|
+
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
|
596
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling DefaultApi.update_batch"
|
|
597
597
|
end
|
|
598
598
|
# resource path
|
|
599
|
-
local_var_path = '/cms/v3/blogs/tags/
|
|
599
|
+
local_var_path = '/cms/v3/blogs/tags/batch/update'
|
|
600
600
|
|
|
601
601
|
# query parameters
|
|
602
602
|
query_params = opts[:query_params] || {}
|
|
@@ -613,10 +613,10 @@ module Hubspot
|
|
|
613
613
|
form_params = opts[:form_params] || {}
|
|
614
614
|
|
|
615
615
|
# http body (model)
|
|
616
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
|
616
|
+
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_json_node)
|
|
617
617
|
|
|
618
618
|
# return_type
|
|
619
|
-
return_type = opts[:return_type] || '
|
|
619
|
+
return_type = opts[:return_type] || 'Object'
|
|
620
620
|
|
|
621
621
|
# auth_names
|
|
622
622
|
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
|
@@ -630,9 +630,9 @@ module Hubspot
|
|
|
630
630
|
:return_type => return_type
|
|
631
631
|
)
|
|
632
632
|
|
|
633
|
-
data, status_code, headers = @api_client.call_api(:
|
|
633
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
634
634
|
if @api_client.config.debugging
|
|
635
|
-
@api_client.config.logger.debug "API called: DefaultApi#
|
|
635
|
+
@api_client.config.logger.debug "API called: DefaultApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
636
636
|
end
|
|
637
637
|
return data, status_code, headers
|
|
638
638
|
end
|