hubspot-api-client 14.5.2 → 18.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +453 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +17 -17
- data/README.md +31 -87
- data/hubspot-api-client.gemspec +2 -3
- data/lib/hubspot/client.rb +11 -13
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +29 -25
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +77 -76
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +105 -106
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +27 -29
- data/lib/hubspot/codegen/automation/actions/api_client.rb +58 -54
- data/lib/hubspot/codegen/automation/actions/api_error.rb +3 -3
- data/lib/hubspot/codegen/automation/actions/configuration.rb +46 -22
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +22 -9
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +40 -29
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +22 -10
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_definition_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_function_identifier_no_paging.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_revision_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/automation/actions/models/error.rb +72 -59
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +107 -50
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +22 -9
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +49 -29
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +35 -22
- data/lib/hubspot/codegen/automation/actions/models/option.rb +63 -52
- data/lib/hubspot/codegen/automation/actions/models/output_field_definition.rb +228 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition.rb +385 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_egg.rb +357 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_input_field_dependencies_inner.rb +109 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_patch.rb +307 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_function.rb +285 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_function_identifier.rb +271 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_labels.rb +310 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_revision.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/public_conditional_single_field_dependency.rb +308 -0
- data/lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb +244 -0
- data/lib/hubspot/codegen/automation/actions/models/public_object_request_options.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/public_single_field_dependency.rb +294 -0
- data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +107 -0
- data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +240 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +232 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +374 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +132 -79
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +44 -20
- data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +38 -70
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +67 -53
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +79 -65
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +164 -150
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +33 -19
- data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +35 -21
- data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +37 -21
- data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +74 -60
- data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +40 -48
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1694 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +412 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +289 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +357 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +1231 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +230 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +411 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +247 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +307 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +407 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +235 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +277 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +333 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +314 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +274 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +262 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +132 -79
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +44 -20
- data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +38 -70
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +67 -53
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +79 -65
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +35 -21
- data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +37 -21
- data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +74 -60
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +67 -53
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +48 -34
- data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +40 -48
- data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +24 -31
- data/lib/hubspot/codegen/cms/domains/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/domains/configuration.rb +49 -18
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/cms/domains/models/domain.rb +120 -769
- data/lib/hubspot/codegen/cms/domains/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +50 -32
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +125 -97
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +107 -81
- data/lib/hubspot/codegen/cms/hubdb/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +44 -20
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +230 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +22 -8
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +22 -8
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +52 -39
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +82 -61
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +36 -21
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +36 -21
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +121 -100
- data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +63 -50
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +39 -23
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +65 -43
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +44 -22
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +132 -111
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +68 -55
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +59 -46
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +36 -21
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +46 -20
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +57 -40
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +76 -55
- data/lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb +2754 -0
- data/lib/hubspot/codegen/cms/pages/api/site_pages_api.rb +1896 -0
- data/lib/hubspot/codegen/cms/pages/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/pages/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/pages/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_create_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_end_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_rerun_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/angle.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/attach_to_lang_primary_request_v_next.rb +269 -0
- data/lib/hubspot/codegen/cms/pages/models/background_image.rb +259 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_content_folder.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_json_node.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_page.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_string.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder.rb +326 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder_with_errors.rb +354 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_page.rb +326 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_page_with_errors.rb +354 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_content_folder_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_page_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_content_folder.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_page.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/color_stop.rb +228 -0
- data/lib/hubspot/codegen/cms/pages/models/content_clone_request_v_next.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/content_folder.rb +317 -0
- data/lib/hubspot/codegen/cms/pages/models/content_language_clone_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/pages/models/content_language_variation.rb +409 -0
- data/lib/hubspot/codegen/cms/pages/models/content_schedule_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/detach_from_lang_group_request_v_next.rb +229 -0
- data/lib/hubspot/codegen/cms/pages/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/pages/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/pages/models/gradient.rb +259 -0
- data/lib/hubspot/codegen/cms/pages/models/layout_section.rb +416 -0
- data/lib/hubspot/codegen/cms/pages/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/page.rb +1165 -0
- data/lib/hubspot/codegen/cms/pages/models/paging.rb +232 -0
- data/lib/hubspot/codegen/cms/pages/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/rgba_color.rb +274 -0
- data/lib/hubspot/codegen/cms/pages/models/row_meta_data.rb +243 -0
- data/lib/hubspot/codegen/cms/pages/models/set_new_language_primary_request_v_next.rb +229 -0
- data/lib/hubspot/codegen/cms/pages/models/side_or_corner.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/standard_error.rb +330 -0
- data/lib/hubspot/codegen/cms/pages/models/styles.rb +316 -0
- data/lib/hubspot/codegen/cms/pages/models/update_languages_request_v_next.rb +246 -0
- data/lib/hubspot/codegen/cms/pages/models/version_content_folder.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/version_page.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/version_user.rb +259 -0
- data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +10 -8
- data/lib/hubspot/codegen/cms/performance/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/performance/configuration.rb +49 -18
- data/lib/hubspot/codegen/cms/performance/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +125 -127
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +74 -61
- data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +221 -0
- data/lib/hubspot/codegen/cms/site_search/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/site_search/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/site_search/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +457 -0
- data/lib/hubspot/codegen/cms/site_search/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/site_search/models/indexed_data.rb +295 -0
- data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +272 -0
- data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +295 -0
- data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +338 -0
- data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +94 -0
- data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +103 -0
- data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +149 -0
- data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +102 -0
- data/lib/hubspot/codegen/cms/source_code/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/source_code/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/source_code/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +310 -0
- data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +320 -0
- data/lib/hubspot/codegen/cms/source_code/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +228 -0
- data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +239 -0
- data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +381 -0
- data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +397 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +319 -0
- data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +5 -4
- data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +21 -12
- data/lib/hubspot/codegen/communication_preferences/api_client.rb +56 -52
- data/lib/hubspot/codegen/communication_preferences/api_error.rb +1 -1
- data/lib/hubspot/codegen/communication_preferences/configuration.rb +43 -19
- data/lib/hubspot/codegen/communication_preferences/models/error.rb +70 -57
- data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +82 -69
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +20 -7
- data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +32 -19
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +92 -79
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +20 -7
- data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +94 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/api_client.rb +410 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +287 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +305 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +250 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +53 -29
- data/lib/hubspot/codegen/crm/associations/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +67 -63
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +67 -63
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/associations/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +34 -12
- data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +31 -9
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +68 -55
- data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +97 -0
- data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +365 -0
- data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
- data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +334 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +414 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +65 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +291 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +309 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +255 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +255 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/companies/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +17 -13
- data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/deals/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +81 -41
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +21 -12
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +13 -8
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +17 -9
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +13 -8
- data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +23 -10
- data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +21 -8
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +24 -10
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +23 -10
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +227 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +26 -16
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +45 -14
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +225 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +54 -40
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +54 -40
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +80 -66
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +70 -59
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +7 -6
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +45 -14
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +21 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +21 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_audit_response.rb +346 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +38 -24
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +56 -42
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +90 -24
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +85 -19
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +23 -10
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +33 -19
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +62 -49
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +50 -36
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +46 -33
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +31 -18
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_fetch_body.rb +246 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_list_response.rb +232 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_response.rb +320 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +36 -23
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +18 -12
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +46 -15
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +45 -22
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +22 -15
- data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +6 -5
- data/lib/hubspot/codegen/crm/imports/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/imports/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +48 -35
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +34 -21
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +34 -21
- data/lib/hubspot/codegen/crm/imports/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +53 -24
- data/lib/hubspot/codegen/crm/imports/models/import_template.rb +276 -0
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +21 -8
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +21 -8
- data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +71 -63
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +42 -29
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +95 -52
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +21 -8
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +64 -56
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +41 -24
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -12
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +241 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +635 -0
- data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +452 -0
- data/lib/hubspot/codegen/crm/lists/api_client.rb +410 -0
- data/lib/hubspot/codegen/crm/lists/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/lists/configuration.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/collection_response_long.rb +240 -0
- data/lib/hubspot/codegen/crm/lists/models/error.rb +305 -0
- data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +266 -0
- data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +276 -0
- data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +223 -0
- data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +231 -0
- data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +248 -0
- data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +264 -0
- data/lib/hubspot/codegen/crm/lists/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/lists/models/paging.rb +232 -0
- data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +336 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +264 -0
- data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +366 -0
- data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +352 -0
- data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +345 -0
- data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +333 -0
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +365 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +334 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +350 -0
- data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +305 -0
- data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +308 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb +115 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +242 -0
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +317 -0
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +331 -0
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +301 -0
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +242 -0
- data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +295 -0
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +114 -0
- data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +294 -0
- data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +314 -0
- data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +308 -0
- data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +300 -0
- data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +282 -0
- data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +373 -0
- data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +381 -0
- data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +319 -0
- data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +352 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +114 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +130 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +329 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb +123 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +334 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +361 -0
- data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +338 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +256 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +338 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +109 -0
- data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +300 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +307 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +350 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +326 -0
- data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +44 -28
- data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +18 -14
- data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/communications/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/communications/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/communications/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/goals/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/goals/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/goals/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +48 -24
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/taxes/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +14 -12
- data/lib/hubspot/codegen/crm/owners/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +34 -21
- data/lib/hubspot/codegen/crm/owners/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +72 -59
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +36 -23
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +6 -5
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +6 -5
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +38 -23
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +50 -26
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +82 -69
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +40 -27
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +36 -23
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +125 -69
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +44 -31
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +41 -28
- data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +60 -47
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/products/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/products/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +64 -56
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +41 -29
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +21 -12
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +237 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +39 -22
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +31 -20
- data/lib/hubspot/codegen/crm/properties/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +38 -25
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +62 -69
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/properties/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/properties/models/option.rb +54 -41
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +54 -41
- data/lib/hubspot/codegen/crm/properties/models/property.rb +172 -147
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +107 -64
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +45 -32
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +34 -21
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +34 -21
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +48 -35
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +79 -56
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +43 -27
- data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +5 -4
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/schemas/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +44 -31
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +34 -21
- data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +114 -117
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +70 -58
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +102 -105
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +34 -21
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +48 -26
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +172 -53
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +54 -41
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +59 -46
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +170 -147
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +52 -35
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +40 -29
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +9 -5
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +9 -5
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +40 -27
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +73 -60
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +42 -20
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +38 -25
- data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +64 -51
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +70 -57
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +53 -40
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +34 -23
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +30 -19
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +22 -13
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +45 -14
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +21 -8
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +66 -53
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +21 -8
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +68 -55
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +76 -63
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +37 -24
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +91 -78
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +50 -37
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +42 -29
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +55 -47
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +39 -26
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +37 -29
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +45 -32
- data/lib/hubspot/codegen/events/api/events_api.rb +40 -26
- data/lib/hubspot/codegen/events/api_client.rb +57 -53
- data/lib/hubspot/codegen/events/api_error.rb +2 -2
- data/lib/hubspot/codegen/events/configuration.rb +44 -20
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +35 -21
- data/lib/hubspot/codegen/events/models/error.rb +71 -58
- data/lib/hubspot/codegen/events/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +63 -55
- data/lib/hubspot/codegen/events/models/next_page.rb +36 -21
- data/lib/hubspot/codegen/events/models/paging.rb +34 -12
- data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
- data/lib/hubspot/codegen/events/send/api/custom_event_data_api.rb +94 -0
- data/lib/hubspot/codegen/events/send/api_client.rb +410 -0
- data/lib/hubspot/codegen/events/send/api_error.rb +61 -0
- data/lib/hubspot/codegen/events/send/configuration.rb +287 -0
- data/lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb +290 -0
- data/lib/hubspot/codegen/events/send/models/error.rb +305 -0
- data/lib/hubspot/codegen/events/send/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
- data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
- data/lib/hubspot/codegen/files/api_client.rb +408 -0
- data/lib/hubspot/codegen/files/api_error.rb +59 -0
- data/lib/hubspot/codegen/files/configuration.rb +285 -0
- data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
- data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
- data/lib/hubspot/codegen/files/models/error.rb +303 -0
- data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
- data/lib/hubspot/codegen/files/models/file.rb +460 -0
- data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
- data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
- data/lib/hubspot/codegen/files/models/file_update_input.rb +305 -0
- data/lib/hubspot/codegen/files/models/folder.rb +312 -0
- data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
- data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
- data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
- data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
- data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
- data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
- data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
- data/lib/hubspot/codegen/files/models/paging.rb +230 -0
- data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
- data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
- data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
- data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
- data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +38 -24
- data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +18 -10
- data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +103 -0
- data/lib/hubspot/codegen/marketing/events/api/search_api.rb +8 -7
- data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +14 -9
- data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +22 -14
- data/lib/hubspot/codegen/marketing/events/api_client.rb +57 -53
- data/lib/hubspot/codegen/marketing/events/api_error.rb +2 -2
- data/lib/hubspot/codegen/marketing/events/configuration.rb +45 -21
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +22 -8
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +22 -8
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +21 -8
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +22 -8
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +82 -61
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +21 -8
- data/lib/hubspot/codegen/marketing/events/models/error.rb +71 -58
- data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +21 -8
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +21 -8
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +96 -83
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +78 -65
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +60 -25
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +40 -27
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +91 -75
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +141 -125
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +45 -21
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +73 -60
- data/lib/hubspot/codegen/marketing/events/models/property_value.rb +142 -92
- data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +76 -55
- data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
- data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +38 -23
- data/lib/hubspot/codegen/marketing/forms/api_client.rb +57 -53
- data/lib/hubspot/codegen/marketing/forms/api_error.rb +2 -2
- data/lib/hubspot/codegen/marketing/forms/configuration.rb +44 -20
- data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +34 -21
- data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +52 -8
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +28 -9
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +120 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +22 -8
- data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +62 -8
- data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +57 -8
- data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +22 -8
- data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/error.rb +71 -58
- data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +34 -9
- data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +57 -8
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +76 -214
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +76 -214
- data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +38 -23
- data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +22 -8
- data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +121 -95
- data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +126 -102
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +187 -17
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +26 -17
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +173 -17
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +26 -17
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +46 -33
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +23 -10
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +21 -8
- data/lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb +244 -0
- data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +57 -8
- data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +52 -8
- data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +62 -8
- data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +36 -21
- data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +52 -8
- data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +22 -8
- data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +391 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +62 -8
- data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +22 -8
- data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +62 -8
- data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +52 -8
- data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +52 -8
- data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +26 -18
- data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +10 -6
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +57 -53
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +2 -2
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +44 -20
- data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +34 -21
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +49 -35
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +71 -58
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +23 -9
- data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +36 -21
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +58 -44
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +38 -24
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +22 -8
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +68 -54
- data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +12 -11
- data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +25 -23
- data/lib/hubspot/codegen/oauth/api/tokens_api.rb +15 -11
- data/lib/hubspot/codegen/oauth/api_client.rb +57 -53
- data/lib/hubspot/codegen/oauth/api_error.rb +2 -2
- data/lib/hubspot/codegen/oauth/configuration.rb +44 -13
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +78 -104
- data/lib/hubspot/codegen/oauth/models/error.rb +71 -58
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +82 -61
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +58 -40
- data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +95 -0
- data/lib/hubspot/codegen/settings/business_units/api_client.rb +410 -0
- data/lib/hubspot/codegen/settings/business_units/api_error.rb +61 -0
- data/lib/hubspot/codegen/settings/business_units/configuration.rb +287 -0
- data/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb +232 -0
- data/lib/hubspot/codegen/settings/business_units/models/error.rb +305 -0
- data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb +254 -0
- data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +245 -0
- data/lib/hubspot/codegen/settings/users/api/roles_api.rb +6 -5
- data/lib/hubspot/codegen/settings/users/api/teams_api.rb +6 -5
- data/lib/hubspot/codegen/settings/users/api/users_api.rb +30 -19
- data/lib/hubspot/codegen/settings/users/api_client.rb +57 -53
- data/lib/hubspot/codegen/settings/users/api_error.rb +2 -2
- data/lib/hubspot/codegen/settings/users/configuration.rb +44 -13
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +21 -8
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +21 -8
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +34 -21
- data/lib/hubspot/codegen/settings/users/models/error.rb +71 -58
- data/lib/hubspot/codegen/settings/users/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/settings/users/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +43 -29
- data/lib/hubspot/codegen/settings/users/models/public_team.rb +45 -31
- data/lib/hubspot/codegen/settings/users/models/public_user.rb +79 -36
- data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +33 -19
- data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +47 -38
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +18 -12
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +38 -23
- data/lib/hubspot/codegen/webhooks/api_client.rb +57 -53
- data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
- data/lib/hubspot/codegen/webhooks/configuration.rb +45 -14
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +63 -50
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +74 -61
- data/lib/hubspot/codegen/webhooks/models/error.rb +71 -58
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +40 -27
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +43 -30
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +68 -55
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +39 -26
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +37 -24
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +50 -37
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +40 -27
- data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +1 -1
- data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +1 -1
- data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +1 -1
- data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +1 -1
- data/lib/hubspot/discovery/automation/actions/client.rb +4 -4
- data/lib/hubspot/discovery/automation/client.rb +4 -4
- data/lib/hubspot/discovery/base_api_client.rb +43 -6
- data/lib/hubspot/discovery/base_module_client.rb +41 -34
- data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +1 -1
- data/lib/hubspot/discovery/cms/audit_logs/client.rb +4 -4
- data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +1 -1
- data/lib/hubspot/discovery/cms/blogs/authors/client.rb +4 -4
- data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +1 -1
- data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +4 -4
- data/lib/hubspot/discovery/cms/blogs/client.rb +4 -4
- data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +1 -1
- data/lib/hubspot/discovery/cms/blogs/tags/client.rb +4 -4
- data/lib/hubspot/discovery/cms/client.rb +5 -4
- data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +1 -1
- data/lib/hubspot/discovery/cms/domains/client.rb +4 -4
- data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +1 -1
- data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +1 -1
- data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +1 -1
- data/lib/hubspot/discovery/cms/hubdb/client.rb +4 -4
- data/lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb +13 -0
- data/lib/hubspot/discovery/cms/pages/api/site_pages_api.rb +13 -0
- data/lib/hubspot/discovery/cms/pages/client.rb +20 -0
- data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +1 -1
- data/lib/hubspot/discovery/cms/performance/client.rb +4 -4
- data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +1 -1
- data/lib/hubspot/discovery/cms/site_search/client.rb +4 -4
- data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +1 -1
- data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +1 -1
- data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +1 -1
- data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +1 -1
- data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +1 -1
- data/lib/hubspot/discovery/cms/source_code/client.rb +4 -4
- data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +1 -1
- data/lib/hubspot/discovery/cms/url_redirects/client.rb +4 -4
- data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +1 -1
- data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +1 -1
- data/lib/hubspot/discovery/communication_preferences/client.rb +4 -4
- data/lib/hubspot/discovery/conversations/client.rb +4 -4
- data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +1 -1
- data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +4 -4
- data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/associations/client.rb +9 -5
- data/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/schema/client.rb +20 -0
- data/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/v4/client.rb +26 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb +17 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +22 -0
- data/lib/hubspot/discovery/crm/client.rb +6 -4
- data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/companies/client.rb +5 -5
- data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +2 -2
- data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/contacts/client.rb +5 -5
- data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/deals/client.rb +5 -5
- data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +5 -4
- data/lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/calling/client.rb +5 -4
- data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/cards/client.rb +4 -4
- data/lib/hubspot/discovery/crm/extensions/client.rb +4 -4
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +1 -1
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +4 -4
- data/lib/hubspot/discovery/crm/imports/api/core_api.rb +1 -1
- data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +1 -1
- data/lib/hubspot/discovery/crm/imports/client.rb +4 -4
- data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/line_items/client.rb +6 -5
- data/lib/hubspot/discovery/crm/lists/api/lists_api.rb +13 -0
- data/lib/hubspot/discovery/crm/lists/api/memberships_api.rb +13 -0
- data/lib/hubspot/discovery/crm/lists/client.rb +20 -0
- data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +2 -2
- data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/calls/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/client.rb +18 -13
- data/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/emails/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/meetings/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/notes/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/objects/tasks/client.rb +5 -5
- data/lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/client.rb +25 -0
- data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +1 -1
- data/lib/hubspot/discovery/crm/owners/client.rb +4 -4
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +1 -1
- data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +1 -1
- data/lib/hubspot/discovery/crm/pipelines/client.rb +6 -4
- data/lib/hubspot/discovery/crm/products/api/associations_api.rb +1 -1
- data/lib/hubspot/discovery/crm/products/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/products/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/products/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/products/client.rb +6 -4
- data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/properties/api/core_api.rb +1 -1
- data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +1 -1
- data/lib/hubspot/discovery/crm/properties/client.rb +4 -4
- data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +1 -1
- data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/quotes/client.rb +6 -4
- data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +1 -1
- data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +1 -1
- data/lib/hubspot/discovery/crm/schemas/client.rb +4 -4
- data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +1 -1
- data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/crm/tickets/client.rb +6 -4
- data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +1 -1
- data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +1 -1
- data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +1 -1
- data/lib/hubspot/discovery/crm/timeline/client.rb +4 -4
- data/lib/hubspot/discovery/events/api/events_api.rb +1 -1
- data/lib/hubspot/discovery/events/client.rb +10 -4
- data/lib/hubspot/discovery/events/send/api/custom_event_data_api.rb +13 -0
- data/lib/hubspot/discovery/events/send/client.rb +19 -0
- data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
- data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
- data/lib/hubspot/discovery/files/client.rb +5 -4
- data/lib/hubspot/discovery/marketing/client.rb +4 -4
- data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/search_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/events/client.rb +7 -5
- data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/forms/client.rb +4 -4
- data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +1 -1
- data/lib/hubspot/discovery/marketing/transactional/client.rb +4 -4
- data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +1 -1
- data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +1 -1
- data/lib/hubspot/discovery/oauth/api/tokens_api.rb +1 -1
- data/lib/hubspot/discovery/oauth/client.rb +4 -4
- data/lib/hubspot/discovery/settings/business_units/api/business_unit_api.rb +13 -0
- data/lib/hubspot/discovery/settings/business_units/client.rb +19 -0
- data/lib/hubspot/discovery/settings/client.rb +5 -4
- data/lib/hubspot/discovery/settings/users/api/roles_api.rb +1 -1
- data/lib/hubspot/discovery/settings/users/api/teams_api.rb +1 -1
- data/lib/hubspot/discovery/settings/users/api/users_api.rb +1 -1
- data/lib/hubspot/discovery/settings/users/client.rb +4 -4
- data/lib/hubspot/discovery/webhooks/api/settings_api.rb +1 -1
- data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +1 -1
- data/lib/hubspot/discovery/webhooks/client.rb +4 -4
- data/lib/hubspot/exceptions.rb +9 -7
- data/lib/hubspot/helpers/association_type.rb +92 -0
- data/lib/hubspot/helpers/camel_case.rb +8 -1
- data/lib/hubspot/helpers/get_all_helper.rb +2 -1
- data/lib/hubspot/helpers/path.rb +19 -0
- data/lib/hubspot/helpers/signature.rb +62 -0
- data/lib/hubspot/helpers/snake_case.rb +2 -1
- data/lib/hubspot/oauth_helper.rb +12 -8
- data/lib/hubspot/version.rb +3 -3
- data/lib/hubspot-api-client.rb +2 -69
- data/pkg/hubspot-api-client-17.0.0.gem +0 -0
- data/spec/discovery/base_api_client_spec.rb +14 -8
- data/spec/discovery/base_module_client_spec.rb +3 -2
- data/spec/discovery/client_spec.rb +2 -1
- data/spec/discovery/cms/blogs/client_spec.rb +9 -0
- data/spec/discovery/cms/client_spec.rb +14 -0
- data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +7 -7
- data/spec/discovery/cms/pages/landing_pages_api_spec.rb +45 -0
- data/spec/discovery/cms/pages/site_pages_api_spec.rb +33 -0
- data/spec/discovery/cms/source-code/content_api_spec.rb +2 -2
- data/spec/discovery/crm/associations/client_spec.rb +8 -0
- data/spec/discovery/crm/associations/schema/types_api_spec.rb +7 -0
- data/spec/discovery/crm/associations/v4/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
- data/spec/discovery/crm/associations/v4/client_spec.rb +7 -0
- data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +10 -0
- data/spec/discovery/crm/client_spec.rb +21 -0
- data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/gdpr_api_spec.rb +1 -1
- data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
- data/spec/discovery/crm/extensions/client_spec.rb +11 -0
- data/spec/discovery/crm/line_items/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/lists/lists_api_spec.rb +15 -0
- data/spec/discovery/crm/lists/memberships_api_spec.rb +12 -0
- data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/client_spec.rb +14 -0
- data/spec/discovery/crm/objects/communications/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/communications/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/communications/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/goals/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/search_api_spec.rb +7 -0
- data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
- data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
- data/spec/discovery/crm/products/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/quotes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
- data/spec/discovery/events/send/custom_event_data_api_spec.rb +7 -0
- data/spec/discovery/files/files_api_spec.rb +16 -0
- data/spec/discovery/files/folders_api_spec.rb +14 -0
- data/spec/discovery/marketing/client_spec.rb +9 -0
- data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +7 -0
- data/spec/discovery/marketing/events/search_api_spec.rb +2 -2
- data/spec/discovery/marketing/events/settings_api_spec.rb +1 -1
- data/spec/discovery/oauth/access_tokens_api_spec.rb +2 -2
- data/spec/discovery/oauth/refresh_tokens_api_spec.rb +3 -3
- data/spec/discovery/oauth/tokens_api_spec.rb +2 -2
- data/spec/discovery/settings/businnes_units/business_unit_api_spec.rb +7 -0
- data/spec/helpers/authorize_url_spec.rb +75 -0
- data/spec/helpers/camel_case_spec.rb +11 -0
- data/spec/helpers/signature_spec.rb +118 -0
- data/spec/integration/contacts_spec.rb +85 -0
- metadata +851 -2552
- data/lib/hubspot/codegen/automation/actions/models/action_function.rb +0 -275
- data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +0 -260
- data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +0 -270
- data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +0 -259
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +0 -217
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +0 -295
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +0 -359
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +0 -330
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +0 -278
- data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +0 -218
- data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +0 -281
- data/lib/hubspot/codegen/cms/audit-logs/api/audit_logs_api.rb +0 -106
- data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +0 -406
- data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -263
- data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +0 -226
- data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +0 -352
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_posts_api.rb +0 -1622
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +0 -408
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +0 -63
- data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +0 -265
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +0 -265
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next.rb +0 -304
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +0 -279
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +0 -220
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +0 -220
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +0 -220
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post.rb +0 -321
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +0 -343
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +0 -1206
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next.rb +0 -228
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +0 -244
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +0 -244
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +0 -217
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +0 -228
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_language_variation.rb +0 -398
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +0 -233
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next.rb +0 -218
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +0 -294
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +0 -260
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +0 -212
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +0 -247
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +0 -394
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +0 -226
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +0 -221
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +0 -226
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +0 -263
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +0 -231
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next.rb +0 -218
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +0 -277
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +0 -319
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +0 -347
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next.rb +0 -257
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +0 -260
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +0 -248
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
- data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
- data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
- data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +0 -217
- data/lib/hubspot/codegen/cms/site-search/api/public_api.rb +0 -219
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +0 -406
- data/lib/hubspot/codegen/cms/site-search/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -263
- data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +0 -444
- data/lib/hubspot/codegen/cms/site-search/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +0 -282
- data/lib/hubspot/codegen/cms/site-search/models/indexed_field.rb +0 -259
- data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +0 -282
- data/lib/hubspot/codegen/cms/source-code/api/content_api.rb +0 -328
- data/lib/hubspot/codegen/cms/source-code/api/extract_api.rb +0 -93
- data/lib/hubspot/codegen/cms/source-code/api/metadata_api.rb +0 -99
- data/lib/hubspot/codegen/cms/source-code/api/source_code_extract_api.rb +0 -142
- data/lib/hubspot/codegen/cms/source-code/api/validation_api.rb +0 -98
- data/lib/hubspot/codegen/cms/source-code/api_client.rb +0 -406
- data/lib/hubspot/codegen/cms/source-code/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/source-code/configuration.rb +0 -263
- data/lib/hubspot/codegen/cms/source-code/models/action_response.rb +0 -297
- data/lib/hubspot/codegen/cms/source-code/models/asset_file_metadata.rb +0 -298
- data/lib/hubspot/codegen/cms/source-code/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/source-code/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/source-code/models/file_extract_request.rb +0 -215
- data/lib/hubspot/codegen/cms/source-code/models/task_locator.rb +0 -226
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -370
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +0 -406
- data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -263
- data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +0 -240
- data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/url-redirects/models/forward_paging.rb +0 -210
- data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -384
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +0 -306
- data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +0 -90
- data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +0 -406
- data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +0 -61
- data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +0 -263
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +0 -292
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +0 -236
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +0 -215
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +0 -94
- data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -226
- data/lib/hubspot/codegen/crm/associations/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +0 -229
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/companies/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/deals/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +0 -220
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +0 -295
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +0 -272
- data/lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb +0 -256
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input.rb +0 -219
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging.rb +0 -228
- data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +0 -265
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/products/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +0 -226
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +0 -226
- data/lib/hubspot/codegen/crm/properties/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +0 -210
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +0 -254
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +0 -226
- data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/files/files/api/files_api.rb +0 -793
- data/lib/hubspot/codegen/files/files/api/folders_api.rb +0 -591
- data/lib/hubspot/codegen/files/files/api_client.rb +0 -406
- data/lib/hubspot/codegen/files/files/api_error.rb +0 -61
- data/lib/hubspot/codegen/files/files/configuration.rb +0 -263
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +0 -226
- data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +0 -226
- data/lib/hubspot/codegen/files/files/models/error.rb +0 -292
- data/lib/hubspot/codegen/files/files/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/files/files/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/files/files/models/file_action_response.rb +0 -348
- data/lib/hubspot/codegen/files/files/models/file_update_input.rb +0 -285
- data/lib/hubspot/codegen/files/files/models/folder.rb +0 -301
- data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +0 -348
- data/lib/hubspot/codegen/files/files/models/folder_input.rb +0 -236
- data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +0 -236
- data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +0 -228
- data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +0 -440
- data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +0 -374
- data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +0 -228
- data/lib/hubspot/codegen/files/files/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/files/files/models/paging.rb +0 -219
- data/lib/hubspot/codegen/files/files/models/previous_page.rb +0 -224
- data/lib/hubspot/codegen/files/files/models/signed_url.rb +0 -311
- data/lib/hubspot/codegen/files/files/models/standard_error.rb +0 -309
- data/lib/hubspot/codegen/marketing/events/models/error_category.rb +0 -263
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +0 -261
- data/lib/hubspot/discovery/crm/associations/api/types_api.rb +0 -13
- data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +0 -15
- data/lib/hubspot/discovery/files/files/api/files_api.rb +0 -13
- data/lib/hubspot/discovery/files/files/api/folders_api.rb +0 -13
- data/lib/hubspot/discovery/files/files/client.rb +0 -20
- data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
- data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
- data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
- data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
- data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
- data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
- data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
- data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
- data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
- data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
- data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
- data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
- data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
- data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
- data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
- data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
- data/spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb +0 -54
- data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
- data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
- data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
- data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
- data/spec/codegen/cms/blogs/authors/api/blog_authors_api_spec.rb +0 -218
- data/spec/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
- data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_spec.rb +0 -75
- data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
- data/spec/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next_spec.rb +0 -59
- data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -141
- data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
- data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/blogs/authors/models/update_languages_request_v_next_spec.rb +0 -51
- data/spec/codegen/cms/blogs/blog-posts/api/blog_posts_api_spec.rb +0 -345
- data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
- data/spec/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
- data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_spec.rb +0 -75
- data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
- data/spec/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
- data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/content_language_variation_spec.rb +0 -119
- data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
- data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
- data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
- data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
- data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
- data/spec/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
- data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
- data/spec/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next_spec.rb +0 -51
- data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
- data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
- data/spec/codegen/cms/blogs/tags/api/blog_tags_api_spec.rb +0 -218
- data/spec/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
- data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/batch_response_tag_spec.rb +0 -75
- data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
- data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
- data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next_spec.rb +0 -41
- data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/blogs/tags/models/tag_clone_request_v_next_spec.rb +0 -59
- data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -81
- data/spec/codegen/cms/blogs/tags/models/update_languages_request_v_next_spec.rb +0 -51
- data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
- data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
- data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
- data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
- data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
- data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
- data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
- data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
- data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
- data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -236
- data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb +0 -41
- data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
- data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
- data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_spec.rb +0 -75
- data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/hubdb/models/column_request_spec.rb +0 -81
- data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
- data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
- data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
- data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb +0 -59
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -77
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb +0 -83
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
- data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
- data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
- data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
- data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/performance/api/public_performance_api_spec.rb +0 -73
- data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
- data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
- data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
- data/spec/codegen/cms/site-search/api/public_api_spec.rb +0 -76
- data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
- data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
- data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
- data/spec/codegen/cms/site-search/models/indexed_field_spec.rb +0 -59
- data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
- data/spec/codegen/cms/source-code/api/content_api_spec.rb +0 -89
- data/spec/codegen/cms/source-code/api/extract_api_spec.rb +0 -47
- data/spec/codegen/cms/source-code/api/metadata_api_spec.rb +0 -48
- data/spec/codegen/cms/source-code/api/source_code_extract_api_spec.rb +0 -55
- data/spec/codegen/cms/source-code/api/validation_api_spec.rb +0 -48
- data/spec/codegen/cms/source-code/models/action_response_spec.rb +0 -69
- data/spec/codegen/cms/source-code/models/asset_file_metadata_spec.rb +0 -77
- data/spec/codegen/cms/source-code/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/source-code/models/error_spec.rb +0 -77
- data/spec/codegen/cms/source-code/models/file_extract_request_spec.rb +0 -41
- data/spec/codegen/cms/source-code/models/task_locator_spec.rb +0 -47
- data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -105
- data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging_spec.rb +0 -53
- data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
- data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
- data/spec/codegen/cms/url-redirects/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
- data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
- data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -113
- data/spec/codegen/communication_preferences/api/definition_api_spec.rb +0 -46
- data/spec/codegen/communication_preferences/api/status_api_spec.rb +0 -71
- data/spec/codegen/communication_preferences/models/error_detail_spec.rb +0 -65
- data/spec/codegen/communication_preferences/models/error_spec.rb +0 -77
- data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +0 -101
- data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +0 -47
- data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +0 -63
- data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +0 -95
- data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +0 -41
- data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
- data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
- data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
- data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
- data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
- data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
- data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
- data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
- data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
- data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
- data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
- data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
- data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
- data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
- data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
- data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
- data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/companies/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
- data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/companies/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -47
- data/spec/codegen/crm/contacts/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
- data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/public_gdpr_delete_input_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/contacts/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/deals/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
- data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/deals/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
- data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
- data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
- data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
- data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
- data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
- data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
- data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
- data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
- data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
- data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
- data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
- data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
- data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
- data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
- data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
- data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
- data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
- data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
- data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
- data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
- data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
- data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
- data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
- data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
- data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
- data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
- data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -71
- data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -71
- data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -83
- data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
- data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
- data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
- data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
- data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
- data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
- data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
- data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
- data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
- data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
- data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
- data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
- data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
- data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
- data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
- data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
- data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
- data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
- data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
- data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
- data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
- data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
- data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
- data/spec/codegen/crm/imports/api/public_imports_api_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
- data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
- data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
- data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
- data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
- data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
- data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
- data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/line_items/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
- data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/line_items/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -112
- data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
- data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -48
- data/spec/codegen/crm/objects/api/public_object_api_spec.rb +0 -47
- data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/calls/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/calls/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/calls/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/calls/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/calls/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/calls/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/calls/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/calls/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/calls/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/calls/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/calls/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/calls/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/calls/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/calls/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/calls/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/calls/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/calls/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/emails/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/emails/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/emails/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/emails/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/emails/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/emails/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/emails/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/emails/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/emails/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/emails/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/emails/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/emails/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/emails/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/emails/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/emails/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/emails/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/emails/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/feedback_submissions/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/feedback_submissions/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/meetings/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/meetings/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/meetings/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/meetings/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/meetings/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/meetings/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/meetings/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/meetings/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/meetings/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/meetings/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/meetings/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/meetings/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/meetings/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/meetings/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/meetings/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/meetings/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/meetings/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/public_gdpr_delete_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/notes/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/notes/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/notes/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/notes/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/notes/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/notes/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/notes/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/notes/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/notes/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/notes/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/notes/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/notes/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/notes/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/notes/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/notes/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/notes/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/notes/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/objects/tasks/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/objects/tasks/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/objects/tasks/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/tasks/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/tasks/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/objects/tasks/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/objects/tasks/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/objects/tasks/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/objects/tasks/models/error_spec.rb +0 -77
- data/spec/codegen/crm/objects/tasks/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/objects/tasks/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/objects/tasks/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/objects/tasks/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/objects/tasks/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/objects/tasks/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/objects/tasks/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/tasks/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/owners/api/owners_api_spec.rb +0 -62
- data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
- data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
- data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -53
- data/spec/codegen/crm/pipelines/api/pipeline_audits_api_spec.rb +0 -48
- data/spec/codegen/crm/pipelines/api/pipeline_stage_audits_api_spec.rb +0 -48
- data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -120
- data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_no_paging_spec.rb +0 -41
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging_spec.rb +0 -41
- data/spec/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging_spec.rb +0 -41
- data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
- data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
- data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
- data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
- data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
- data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
- data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
- data/spec/codegen/crm/pipelines/models/public_audit_info_spec.rb +0 -77
- data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/products/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/products/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/products/models/error_spec.rb +0 -77
- data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/products/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/products/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/products/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
- data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
- data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
- data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
- data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
- data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
- data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
- data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
- data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
- data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
- data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
- data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
- data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
- data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
- data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
- data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
- data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
- data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
- data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
- data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
- data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
- data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/quotes/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
- data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/quotes/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
- data/spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb +0 -45
- data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
- data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
- data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
- data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
- data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
- data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
- data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
- data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
- data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
- data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
- data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
- data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
- data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
- data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
- data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -107
- data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/tickets/api/public_object_api_spec.rb +0 -46
- data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -45
- data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
- data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
- data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -63
- data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/public_merge_input_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
- data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
- data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
- data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -77
- data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -83
- data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/tickets/models/value_with_timestamp_spec.rb +0 -71
- data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
- data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
- data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
- data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
- data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb +0 -41
- data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
- data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
- data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
- data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
- data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
- data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
- data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
- data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
- data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
- data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
- data/spec/codegen/events/api/events_api_spec.rb +0 -54
- data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
- data/spec/codegen/events/models/error_detail_spec.rb +0 -65
- data/spec/codegen/events/models/error_spec.rb +0 -77
- data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
- data/spec/codegen/events/models/next_page_spec.rb +0 -47
- data/spec/codegen/events/models/paging_spec.rb +0 -41
- data/spec/codegen/files/files/api/files_api_spec.rb +0 -191
- data/spec/codegen/files/files/api/folders_api_spec.rb +0 -147
- data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
- data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
- data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
- data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
- data/spec/codegen/files/files/models/error_spec.rb +0 -77
- data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
- data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
- data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
- data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
- data/spec/codegen/files/files/models/folder_spec.rb +0 -83
- data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
- data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
- data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
- data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
- data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
- data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
- data/spec/codegen/files/files/models/paging_spec.rb +0 -47
- data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
- data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
- data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
- data/spec/codegen/marketing/events/api/basic_api_spec.rb +0 -113
- data/spec/codegen/marketing/events/api/batch_api_spec.rb +0 -59
- data/spec/codegen/marketing/events/api/search_api_spec.rb +0 -47
- data/spec/codegen/marketing/events/api/settings_api_spec.rb +0 -60
- data/spec/codegen/marketing/events/api/subscriber_state_changes_api_spec.rb +0 -65
- data/spec/codegen/marketing/events/models/batch_input_marketing_event_create_request_params_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/batch_input_marketing_event_subscriber_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_spec.rb +0 -87
- data/spec/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/error_category_spec.rb +0 -51
- data/spec/codegen/marketing/events/models/error_detail_spec.rb +0 -65
- data/spec/codegen/marketing/events/models/error_spec.rb +0 -77
- data/spec/codegen/marketing/events/models/event_detail_settings_spec.rb +0 -47
- data/spec/codegen/marketing/events/models/event_detail_settings_url_spec.rb +0 -41
- data/spec/codegen/marketing/events/models/marketing_event_create_request_params_spec.rb +0 -101
- data/spec/codegen/marketing/events/models/marketing_event_default_response_spec.rb +0 -89
- data/spec/codegen/marketing/events/models/marketing_event_email_subscriber_spec.rb +0 -47
- data/spec/codegen/marketing/events/models/marketing_event_external_unique_identifier_spec.rb +0 -53
- data/spec/codegen/marketing/events/models/marketing_event_public_default_response_spec.rb +0 -107
- data/spec/codegen/marketing/events/models/marketing_event_public_read_response_spec.rb +0 -137
- data/spec/codegen/marketing/events/models/marketing_event_subscriber_spec.rb +0 -47
- data/spec/codegen/marketing/events/models/marketing_event_update_request_params_spec.rb +0 -89
- data/spec/codegen/marketing/events/models/property_value_spec.rb +0 -111
- data/spec/codegen/marketing/events/models/standard_error_spec.rb +0 -83
- data/spec/codegen/marketing/forms/api/forms_api_spec.rb +0 -113
- data/spec/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/datepicker_field_spec.rb +0 -99
- data/spec/codegen/marketing/forms/models/dependent_field_filter_spec.rb +0 -69
- data/spec/codegen/marketing/forms/models/dependent_field_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/dropdown_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/email_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/email_field_validation_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/enumerated_field_option_spec.rb +0 -59
- data/spec/codegen/marketing/forms/models/error_detail_spec.rb +0 -65
- data/spec/codegen/marketing/forms/models/error_spec.rb +0 -77
- data/spec/codegen/marketing/forms/models/field_group_spec.rb +0 -67
- data/spec/codegen/marketing/forms/models/file_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/form_definition_base_spec.rb +0 -35
- data/spec/codegen/marketing/forms/models/form_definition_create_request_base_spec.rb +0 -35
- data/spec/codegen/marketing/forms/models/form_display_options_spec.rb +0 -69
- data/spec/codegen/marketing/forms/models/form_post_submit_action_spec.rb +0 -51
- data/spec/codegen/marketing/forms/models/form_style_spec.rb +0 -111
- data/spec/codegen/marketing/forms/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/marketing/forms/models/hub_spot_form_configuration_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/hub_spot_form_definition_all_of_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of_spec.rb +0 -99
- data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_spec.rb +0 -35
- data/spec/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_spec.rb +0 -71
- data/spec/codegen/marketing/forms/models/hub_spot_form_definition_spec.rb +0 -35
- data/spec/codegen/marketing/forms/models/legal_consent_checkbox_spec.rb +0 -53
- data/spec/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process_spec.rb +0 -81
- data/spec/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process_spec.rb +0 -69
- data/spec/codegen/marketing/forms/models/legal_consent_options_legitimate_interest_spec.rb +0 -67
- data/spec/codegen/marketing/forms/models/legal_consent_options_none_spec.rb +0 -45
- data/spec/codegen/marketing/forms/models/mobile_phone_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/multi_line_text_field_spec.rb +0 -99
- data/spec/codegen/marketing/forms/models/multiple_checkboxes_field_spec.rb +0 -99
- data/spec/codegen/marketing/forms/models/next_page_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/number_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/number_field_validation_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/phone_field_spec.rb +0 -111
- data/spec/codegen/marketing/forms/models/phone_field_validation_spec.rb +0 -47
- data/spec/codegen/marketing/forms/models/radio_field_spec.rb +0 -105
- data/spec/codegen/marketing/forms/models/single_checkbox_field_spec.rb +0 -93
- data/spec/codegen/marketing/forms/models/single_line_text_field_spec.rb +0 -99
- data/spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb +0 -98
- data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
- data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
- data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
- data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
- data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
- data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
- data/spec/codegen/oauth/api/access_tokens_api_spec.rb +0 -45
- data/spec/codegen/oauth/api/refresh_tokens_api_spec.rb +0 -55
- data/spec/codegen/oauth/api/tokens_api_spec.rb +0 -50
- data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -107
- data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
- data/spec/codegen/oauth/models/error_spec.rb +0 -77
- data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
- data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -65
- data/spec/codegen/settings/users/api/roles_api_spec.rb +0 -46
- data/spec/codegen/settings/users/api/teams_api_spec.rb +0 -46
- data/spec/codegen/settings/users/api/users_api_spec.rb +0 -100
- data/spec/codegen/settings/users/models/collection_response_public_permission_set_no_paging_spec.rb +0 -41
- data/spec/codegen/settings/users/models/collection_response_public_team_no_paging_spec.rb +0 -41
- data/spec/codegen/settings/users/models/collection_response_public_user_forward_paging_spec.rb +0 -47
- data/spec/codegen/settings/users/models/error_detail_spec.rb +0 -65
- data/spec/codegen/settings/users/models/error_spec.rb +0 -77
- data/spec/codegen/settings/users/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/settings/users/models/next_page_spec.rb +0 -47
- data/spec/codegen/settings/users/models/public_permission_set_spec.rb +0 -53
- data/spec/codegen/settings/users/models/public_team_spec.rb +0 -59
- data/spec/codegen/settings/users/models/public_user_spec.rb +0 -65
- data/spec/codegen/settings/users/models/public_user_update_spec.rb +0 -53
- data/spec/codegen/settings/users/models/user_provision_request_spec.rb +0 -65
- data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -66
- data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -101
- data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
- data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
- data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
- data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
- data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
- data/spec/codegen/webhooks/models/error_spec.rb +0 -77
- data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
- data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
- data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
- data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
- data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
- data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
- data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
- data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
- data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
- data/spec/discovery/crm/associations/types_api_spec.rb +0 -7
- data/spec/discovery/crm/companies/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/contacts/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/deals/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/line_items/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/calls/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/emails/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/meetings/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/notes/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/tasks/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/products/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/quotes/associations_api_spec.rb +0 -7
- data/spec/discovery/crm/tickets/associations_api_spec.rb +0 -9
- data/spec/discovery/files/files/files_api_spec.rb +0 -16
- data/spec/discovery/files/files/folders_api_spec.rb +0 -14
- data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
- data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
- data/spec/features/automation/actions/functions_api_spec.rb +0 -13
- data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
- data/spec/features/cms/audit-logs/audit_logs_api_spec.rb +0 -25
- data/spec/features/cms/blogs/authors/blog_authors_api_spec.rb +0 -254
- data/spec/features/cms/blogs/blog-posts/blog_posts_api_spec.rb +0 -25
- data/spec/features/cms/blogs/tags/blog_tags_api_spec.rb +0 -15
- data/spec/features/cms/domains/domains_api_spec.rb +0 -8
- data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
- data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
- data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
- data/spec/features/cms/performance/public_performance_api_spec.rb +0 -8
- data/spec/features/cms/site-search/public_api_spec.rb +0 -8
- data/spec/features/cms/source-code/content_api_spec.rb +0 -10
- data/spec/features/cms/source-code/extract_api_spec.rb +0 -7
- data/spec/features/cms/source-code/metadata_api_spec.rb +0 -7
- data/spec/features/cms/source-code/source_code_extract_api_spec.rb +0 -8
- data/spec/features/cms/source-code/validation_api_spec.rb +0 -7
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
- data/spec/features/communication_preferences/definition_api_spec.rb +0 -7
- data/spec/features/communication_preferences/status_api_spec.rb +0 -9
- data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
- data/spec/features/crm/associations/batch_api_spec.rb +0 -9
- data/spec/features/crm/associations/types_api_spec.rb +0 -7
- data/spec/features/crm/companies/associations_api_spec.rb +0 -9
- data/spec/features/crm/companies/basic_api_spec.rb +0 -11
- data/spec/features/crm/companies/batch_api_spec.rb +0 -10
- data/spec/features/crm/companies/search_api_spec.rb +0 -7
- data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
- data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
- data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
- data/spec/features/crm/contacts/gdpr_api_spec.rb +0 -7
- data/spec/features/crm/contacts/search_api_spec.rb +0 -7
- data/spec/features/crm/deals/associations_api_spec.rb +0 -9
- data/spec/features/crm/deals/basic_api_spec.rb +0 -11
- data/spec/features/crm/deals/batch_api_spec.rb +0 -10
- data/spec/features/crm/deals/search_api_spec.rb +0 -7
- data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
- data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
- data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
- data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
- data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
- data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
- data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
- data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
- data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
- data/spec/features/crm/imports/core_api_spec.rb +0 -10
- data/spec/features/crm/imports/public_imports_api_spec.rb +0 -7
- data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
- data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
- data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
- data/spec/features/crm/line_items/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/basic_api_spec.rb +0 -11
- data/spec/features/crm/objects/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/calls/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/calls/basic_api_spec.rb +0 -10
- data/spec/features/crm/objects/calls/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/calls/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/calls/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/emails/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/emails/basic_api_spec.rb +0 -10
- data/spec/features/crm/objects/emails/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/emails/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/emails/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -11
- data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/feedback_submissions/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/gdpr_api_spec.rb +0 -7
- data/spec/features/crm/objects/meetings/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/meetings/basic_api_spec.rb +0 -10
- data/spec/features/crm/objects/meetings/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/meetings/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/meetings/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/notes/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/notes/basic_api_spec.rb +0 -10
- data/spec/features/crm/objects/notes/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/notes/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/notes/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/search_api_spec.rb +0 -7
- data/spec/features/crm/objects/tasks/associations_api_spec.rb +0 -9
- data/spec/features/crm/objects/tasks/basic_api_spec.rb +0 -10
- data/spec/features/crm/objects/tasks/batch_api_spec.rb +0 -10
- data/spec/features/crm/objects/tasks/public_object_api_spec.rb +0 -7
- data/spec/features/crm/objects/tasks/search_api_spec.rb +0 -7
- data/spec/features/crm/owners/owners_api_spec.rb +0 -8
- data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
- data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
- data/spec/features/crm/products/associations_api_spec.rb +0 -9
- data/spec/features/crm/products/basic_api_spec.rb +0 -11
- data/spec/features/crm/products/batch_api_spec.rb +0 -10
- data/spec/features/crm/products/search_api_spec.rb +0 -7
- data/spec/features/crm/properties/batch_api_spec.rb +0 -9
- data/spec/features/crm/properties/core_api_spec.rb +0 -11
- data/spec/features/crm/properties/groups_api_spec.rb +0 -11
- data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
- data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
- data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
- data/spec/features/crm/quotes/search_api_spec.rb +0 -7
- data/spec/features/crm/schemas/core_api_spec.rb +0 -13
- data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +0 -7
- data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
- data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
- data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
- data/spec/features/crm/tickets/search_api_spec.rb +0 -7
- data/spec/features/crm/timeline/events_api_spec.rb +0 -11
- data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
- data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
- data/spec/features/events/events_api_spec.rb +0 -7
- data/spec/features/files/files/files_api_spec.rb +0 -16
- data/spec/features/files/files/folders_api_spec.rb +0 -14
- data/spec/features/marketing/events/basic_api_spec.rb +0 -12
- data/spec/features/marketing/events/batch_api_spec.rb +0 -8
- data/spec/features/marketing/events/search_api_spec.rb +0 -7
- data/spec/features/marketing/events/settings_api_spec.rb +0 -8
- data/spec/features/marketing/events/subscriber_state_changes_api_spec.rb +0 -8
- data/spec/features/marketing/forms/forms_api_spec.rb +0 -12
- data/spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb +0 -11
- data/spec/features/marketing/transactional/single_send_api_spec.rb +0 -7
- data/spec/features/oauth/access_tokens_api_spec.rb +0 -7
- data/spec/features/oauth/refresh_tokens_api_spec.rb +0 -8
- data/spec/features/oauth/tokens_api_spec.rb +0 -7
- data/spec/features/settings/users/roles_api_spec.rb +0 -7
- data/spec/features/settings/users/teams_api_spec.rb +0 -7
- data/spec/features/settings/users/users_api_spec.rb +0 -11
- data/spec/features/webhooks/settings_api_spec.rb +0 -9
- data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
@@ -0,0 +1,1896 @@
|
|
1
|
+
=begin
|
2
|
+
#Pages
|
3
|
+
|
4
|
+
#Use these endpoints for interacting with Landing Pages and Site Pages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module Hubspot
|
16
|
+
module Cms
|
17
|
+
module Pages
|
18
|
+
class SitePagesApi
|
19
|
+
attr_accessor :api_client
|
20
|
+
|
21
|
+
def initialize(api_client = ApiClient.default)
|
22
|
+
@api_client = api_client
|
23
|
+
end
|
24
|
+
# Delete a Site Page
|
25
|
+
# Delete the Site Page object identified by the id in the path.
|
26
|
+
# @param object_id [String] The Site Page id.
|
27
|
+
# @param [Hash] opts the optional parameters
|
28
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
29
|
+
# @return [nil]
|
30
|
+
def archive(object_id, opts = {})
|
31
|
+
archive_with_http_info(object_id, opts)
|
32
|
+
nil
|
33
|
+
end
|
34
|
+
|
35
|
+
# Delete a Site Page
|
36
|
+
# Delete the Site Page object identified by the id in the path.
|
37
|
+
# @param object_id [String] The Site Page id.
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
40
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
41
|
+
def archive_with_http_info(object_id, opts = {})
|
42
|
+
if @api_client.config.debugging
|
43
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.archive ...'
|
44
|
+
end
|
45
|
+
# verify the required parameter 'object_id' is set
|
46
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
47
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.archive"
|
48
|
+
end
|
49
|
+
# resource path
|
50
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
51
|
+
|
52
|
+
# query parameters
|
53
|
+
query_params = opts[:query_params] || {}
|
54
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
55
|
+
|
56
|
+
# header parameters
|
57
|
+
header_params = opts[:header_params] || {}
|
58
|
+
# HTTP header 'Accept' (if needed)
|
59
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
60
|
+
|
61
|
+
# form parameters
|
62
|
+
form_params = opts[:form_params] || {}
|
63
|
+
|
64
|
+
# http body (model)
|
65
|
+
post_body = opts[:debug_body]
|
66
|
+
|
67
|
+
# return_type
|
68
|
+
return_type = opts[:debug_return_type]
|
69
|
+
|
70
|
+
# auth_names
|
71
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
72
|
+
|
73
|
+
new_options = opts.merge(
|
74
|
+
:operation => :"SitePagesApi.archive",
|
75
|
+
:header_params => header_params,
|
76
|
+
:query_params => query_params,
|
77
|
+
:form_params => form_params,
|
78
|
+
:body => post_body,
|
79
|
+
:auth_names => auth_names,
|
80
|
+
:return_type => return_type
|
81
|
+
)
|
82
|
+
|
83
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
84
|
+
if @api_client.config.debugging
|
85
|
+
@api_client.config.logger.debug "API called: SitePagesApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
86
|
+
end
|
87
|
+
return data, status_code, headers
|
88
|
+
end
|
89
|
+
|
90
|
+
# Delete a batch of Site Pages
|
91
|
+
# Delete the Site Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.
|
92
|
+
# @param batch_input_string [BatchInputString] The JSON array of Site Page ids.
|
93
|
+
# @param [Hash] opts the optional parameters
|
94
|
+
# @return [nil]
|
95
|
+
def archive_batch(batch_input_string, opts = {})
|
96
|
+
archive_batch_with_http_info(batch_input_string, opts)
|
97
|
+
nil
|
98
|
+
end
|
99
|
+
|
100
|
+
# Delete a batch of Site Pages
|
101
|
+
# Delete the Site Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.
|
102
|
+
# @param batch_input_string [BatchInputString] The JSON array of Site Page ids.
|
103
|
+
# @param [Hash] opts the optional parameters
|
104
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
105
|
+
def archive_batch_with_http_info(batch_input_string, opts = {})
|
106
|
+
if @api_client.config.debugging
|
107
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.archive_batch ...'
|
108
|
+
end
|
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 SitePagesApi.archive_batch"
|
112
|
+
end
|
113
|
+
# resource path
|
114
|
+
local_var_path = '/cms/v3/pages/site-pages/batch/archive'
|
115
|
+
|
116
|
+
# query parameters
|
117
|
+
query_params = opts[:query_params] || {}
|
118
|
+
|
119
|
+
# header parameters
|
120
|
+
header_params = opts[:header_params] || {}
|
121
|
+
# HTTP header 'Accept' (if needed)
|
122
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
123
|
+
# HTTP header 'Content-Type'
|
124
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
125
|
+
if !content_type.nil?
|
126
|
+
header_params['Content-Type'] = content_type
|
127
|
+
end
|
128
|
+
|
129
|
+
# form parameters
|
130
|
+
form_params = opts[:form_params] || {}
|
131
|
+
|
132
|
+
# http body (model)
|
133
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
134
|
+
|
135
|
+
# return_type
|
136
|
+
return_type = opts[:debug_return_type]
|
137
|
+
|
138
|
+
# auth_names
|
139
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
140
|
+
|
141
|
+
new_options = opts.merge(
|
142
|
+
:operation => :"SitePagesApi.archive_batch",
|
143
|
+
:header_params => header_params,
|
144
|
+
:query_params => query_params,
|
145
|
+
:form_params => form_params,
|
146
|
+
:body => post_body,
|
147
|
+
:auth_names => auth_names,
|
148
|
+
:return_type => return_type
|
149
|
+
)
|
150
|
+
|
151
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
152
|
+
if @api_client.config.debugging
|
153
|
+
@api_client.config.logger.debug "API called: SitePagesApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
154
|
+
end
|
155
|
+
return data, status_code, headers
|
156
|
+
end
|
157
|
+
|
158
|
+
# Attach a site page to a multi-language group
|
159
|
+
# Attach a site page to a multi-language group.
|
160
|
+
# @param attach_to_lang_primary_request_v_next [AttachToLangPrimaryRequestVNext] The JSON representation of the AttachToLangPrimaryRequest object.
|
161
|
+
# @param [Hash] opts the optional parameters
|
162
|
+
# @return [nil]
|
163
|
+
def attach_to_lang_group(attach_to_lang_primary_request_v_next, opts = {})
|
164
|
+
attach_to_lang_group_with_http_info(attach_to_lang_primary_request_v_next, opts)
|
165
|
+
nil
|
166
|
+
end
|
167
|
+
|
168
|
+
# Attach a site page to a multi-language group
|
169
|
+
# Attach a site page to a multi-language group.
|
170
|
+
# @param attach_to_lang_primary_request_v_next [AttachToLangPrimaryRequestVNext] The JSON representation of the AttachToLangPrimaryRequest object.
|
171
|
+
# @param [Hash] opts the optional parameters
|
172
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
173
|
+
def attach_to_lang_group_with_http_info(attach_to_lang_primary_request_v_next, opts = {})
|
174
|
+
if @api_client.config.debugging
|
175
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.attach_to_lang_group ...'
|
176
|
+
end
|
177
|
+
# verify the required parameter 'attach_to_lang_primary_request_v_next' is set
|
178
|
+
if @api_client.config.client_side_validation && attach_to_lang_primary_request_v_next.nil?
|
179
|
+
fail ArgumentError, "Missing the required parameter 'attach_to_lang_primary_request_v_next' when calling SitePagesApi.attach_to_lang_group"
|
180
|
+
end
|
181
|
+
# resource path
|
182
|
+
local_var_path = '/cms/v3/pages/site-pages/multi-language/attach-to-lang-group'
|
183
|
+
|
184
|
+
# query parameters
|
185
|
+
query_params = opts[:query_params] || {}
|
186
|
+
|
187
|
+
# header parameters
|
188
|
+
header_params = opts[:header_params] || {}
|
189
|
+
# HTTP header 'Accept' (if needed)
|
190
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
191
|
+
# HTTP header 'Content-Type'
|
192
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
193
|
+
if !content_type.nil?
|
194
|
+
header_params['Content-Type'] = content_type
|
195
|
+
end
|
196
|
+
|
197
|
+
# form parameters
|
198
|
+
form_params = opts[:form_params] || {}
|
199
|
+
|
200
|
+
# http body (model)
|
201
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(attach_to_lang_primary_request_v_next)
|
202
|
+
|
203
|
+
# return_type
|
204
|
+
return_type = opts[:debug_return_type]
|
205
|
+
|
206
|
+
# auth_names
|
207
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
208
|
+
|
209
|
+
new_options = opts.merge(
|
210
|
+
:operation => :"SitePagesApi.attach_to_lang_group",
|
211
|
+
:header_params => header_params,
|
212
|
+
:query_params => query_params,
|
213
|
+
:form_params => form_params,
|
214
|
+
:body => post_body,
|
215
|
+
:auth_names => auth_names,
|
216
|
+
:return_type => return_type
|
217
|
+
)
|
218
|
+
|
219
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
220
|
+
if @api_client.config.debugging
|
221
|
+
@api_client.config.logger.debug "API called: SitePagesApi#attach_to_lang_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
222
|
+
end
|
223
|
+
return data, status_code, headers
|
224
|
+
end
|
225
|
+
|
226
|
+
# Clone a Site Page
|
227
|
+
# Clone a Site Page
|
228
|
+
# @param content_clone_request_v_next [ContentCloneRequestVNext] The JSON representation of the ContentCloneRequest object.
|
229
|
+
# @param [Hash] opts the optional parameters
|
230
|
+
# @return [Page]
|
231
|
+
def clone(content_clone_request_v_next, opts = {})
|
232
|
+
data, _status_code, _headers = clone_with_http_info(content_clone_request_v_next, opts)
|
233
|
+
data
|
234
|
+
end
|
235
|
+
|
236
|
+
# Clone a Site Page
|
237
|
+
# Clone a Site Page
|
238
|
+
# @param content_clone_request_v_next [ContentCloneRequestVNext] The JSON representation of the ContentCloneRequest object.
|
239
|
+
# @param [Hash] opts the optional parameters
|
240
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
241
|
+
def clone_with_http_info(content_clone_request_v_next, opts = {})
|
242
|
+
if @api_client.config.debugging
|
243
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.clone ...'
|
244
|
+
end
|
245
|
+
# verify the required parameter 'content_clone_request_v_next' is set
|
246
|
+
if @api_client.config.client_side_validation && content_clone_request_v_next.nil?
|
247
|
+
fail ArgumentError, "Missing the required parameter 'content_clone_request_v_next' when calling SitePagesApi.clone"
|
248
|
+
end
|
249
|
+
# resource path
|
250
|
+
local_var_path = '/cms/v3/pages/site-pages/clone'
|
251
|
+
|
252
|
+
# query parameters
|
253
|
+
query_params = opts[:query_params] || {}
|
254
|
+
|
255
|
+
# header parameters
|
256
|
+
header_params = opts[:header_params] || {}
|
257
|
+
# HTTP header 'Accept' (if needed)
|
258
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
259
|
+
# HTTP header 'Content-Type'
|
260
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
261
|
+
if !content_type.nil?
|
262
|
+
header_params['Content-Type'] = content_type
|
263
|
+
end
|
264
|
+
|
265
|
+
# form parameters
|
266
|
+
form_params = opts[:form_params] || {}
|
267
|
+
|
268
|
+
# http body (model)
|
269
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_clone_request_v_next)
|
270
|
+
|
271
|
+
# return_type
|
272
|
+
return_type = opts[:debug_return_type] || 'Page'
|
273
|
+
|
274
|
+
# auth_names
|
275
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
276
|
+
|
277
|
+
new_options = opts.merge(
|
278
|
+
:operation => :"SitePagesApi.clone",
|
279
|
+
:header_params => header_params,
|
280
|
+
:query_params => query_params,
|
281
|
+
:form_params => form_params,
|
282
|
+
:body => post_body,
|
283
|
+
:auth_names => auth_names,
|
284
|
+
:return_type => return_type
|
285
|
+
)
|
286
|
+
|
287
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
288
|
+
if @api_client.config.debugging
|
289
|
+
@api_client.config.logger.debug "API called: SitePagesApi#clone\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
290
|
+
end
|
291
|
+
return data, status_code, headers
|
292
|
+
end
|
293
|
+
|
294
|
+
# Create a new Site Page
|
295
|
+
# Create a new Site Page
|
296
|
+
# @param page [Page] The JSON representation of a new Site Page.
|
297
|
+
# @param [Hash] opts the optional parameters
|
298
|
+
# @return [nil]
|
299
|
+
def create(page, opts = {})
|
300
|
+
create_with_http_info(page, opts)
|
301
|
+
nil
|
302
|
+
end
|
303
|
+
|
304
|
+
# Create a new Site Page
|
305
|
+
# Create a new Site Page
|
306
|
+
# @param page [Page] The JSON representation of a new Site Page.
|
307
|
+
# @param [Hash] opts the optional parameters
|
308
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
309
|
+
def create_with_http_info(page, opts = {})
|
310
|
+
if @api_client.config.debugging
|
311
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.create ...'
|
312
|
+
end
|
313
|
+
# verify the required parameter 'page' is set
|
314
|
+
if @api_client.config.client_side_validation && page.nil?
|
315
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling SitePagesApi.create"
|
316
|
+
end
|
317
|
+
# resource path
|
318
|
+
local_var_path = '/cms/v3/pages/site-pages'
|
319
|
+
|
320
|
+
# query parameters
|
321
|
+
query_params = opts[:query_params] || {}
|
322
|
+
|
323
|
+
# header parameters
|
324
|
+
header_params = opts[:header_params] || {}
|
325
|
+
# HTTP header 'Accept' (if needed)
|
326
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
327
|
+
# HTTP header 'Content-Type'
|
328
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
329
|
+
if !content_type.nil?
|
330
|
+
header_params['Content-Type'] = content_type
|
331
|
+
end
|
332
|
+
|
333
|
+
# form parameters
|
334
|
+
form_params = opts[:form_params] || {}
|
335
|
+
|
336
|
+
# http body (model)
|
337
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
338
|
+
|
339
|
+
# return_type
|
340
|
+
return_type = opts[:debug_return_type]
|
341
|
+
|
342
|
+
# auth_names
|
343
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
344
|
+
|
345
|
+
new_options = opts.merge(
|
346
|
+
:operation => :"SitePagesApi.create",
|
347
|
+
:header_params => header_params,
|
348
|
+
:query_params => query_params,
|
349
|
+
:form_params => form_params,
|
350
|
+
:body => post_body,
|
351
|
+
:auth_names => auth_names,
|
352
|
+
:return_type => return_type
|
353
|
+
)
|
354
|
+
|
355
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
356
|
+
if @api_client.config.debugging
|
357
|
+
@api_client.config.logger.debug "API called: SitePagesApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
358
|
+
end
|
359
|
+
return data, status_code, headers
|
360
|
+
end
|
361
|
+
|
362
|
+
# Create a new A/B test variation
|
363
|
+
# Create a new A/B test variation based on the information provided in the request body.
|
364
|
+
# @param ab_test_create_request_v_next [AbTestCreateRequestVNext] The JSON representation of the AbTestCreateRequest object.
|
365
|
+
# @param [Hash] opts the optional parameters
|
366
|
+
# @return [Page]
|
367
|
+
def create_ab_test_variation(ab_test_create_request_v_next, opts = {})
|
368
|
+
data, _status_code, _headers = create_ab_test_variation_with_http_info(ab_test_create_request_v_next, opts)
|
369
|
+
data
|
370
|
+
end
|
371
|
+
|
372
|
+
# Create a new A/B test variation
|
373
|
+
# Create a new A/B test variation based on the information provided in the request body.
|
374
|
+
# @param ab_test_create_request_v_next [AbTestCreateRequestVNext] The JSON representation of the AbTestCreateRequest object.
|
375
|
+
# @param [Hash] opts the optional parameters
|
376
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
377
|
+
def create_ab_test_variation_with_http_info(ab_test_create_request_v_next, opts = {})
|
378
|
+
if @api_client.config.debugging
|
379
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.create_ab_test_variation ...'
|
380
|
+
end
|
381
|
+
# verify the required parameter 'ab_test_create_request_v_next' is set
|
382
|
+
if @api_client.config.client_side_validation && ab_test_create_request_v_next.nil?
|
383
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_create_request_v_next' when calling SitePagesApi.create_ab_test_variation"
|
384
|
+
end
|
385
|
+
# resource path
|
386
|
+
local_var_path = '/cms/v3/pages/site-pages/ab-test/create-variation'
|
387
|
+
|
388
|
+
# query parameters
|
389
|
+
query_params = opts[:query_params] || {}
|
390
|
+
|
391
|
+
# header parameters
|
392
|
+
header_params = opts[:header_params] || {}
|
393
|
+
# HTTP header 'Accept' (if needed)
|
394
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
395
|
+
# HTTP header 'Content-Type'
|
396
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
397
|
+
if !content_type.nil?
|
398
|
+
header_params['Content-Type'] = content_type
|
399
|
+
end
|
400
|
+
|
401
|
+
# form parameters
|
402
|
+
form_params = opts[:form_params] || {}
|
403
|
+
|
404
|
+
# http body (model)
|
405
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_create_request_v_next)
|
406
|
+
|
407
|
+
# return_type
|
408
|
+
return_type = opts[:debug_return_type] || 'Page'
|
409
|
+
|
410
|
+
# auth_names
|
411
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
412
|
+
|
413
|
+
new_options = opts.merge(
|
414
|
+
:operation => :"SitePagesApi.create_ab_test_variation",
|
415
|
+
:header_params => header_params,
|
416
|
+
:query_params => query_params,
|
417
|
+
:form_params => form_params,
|
418
|
+
:body => post_body,
|
419
|
+
:auth_names => auth_names,
|
420
|
+
:return_type => return_type
|
421
|
+
)
|
422
|
+
|
423
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
424
|
+
if @api_client.config.debugging
|
425
|
+
@api_client.config.logger.debug "API called: SitePagesApi#create_ab_test_variation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
426
|
+
end
|
427
|
+
return data, status_code, headers
|
428
|
+
end
|
429
|
+
|
430
|
+
# Create a batch of Site Pages
|
431
|
+
# Create the Site Page objects detailed in the request body.
|
432
|
+
# @param batch_input_page [BatchInputPage] The JSON array of new Site Pages to create.
|
433
|
+
# @param [Hash] opts the optional parameters
|
434
|
+
# @return [BatchResponsePage]
|
435
|
+
def create_batch(batch_input_page, opts = {})
|
436
|
+
data, _status_code, _headers = create_batch_with_http_info(batch_input_page, opts)
|
437
|
+
data
|
438
|
+
end
|
439
|
+
|
440
|
+
# Create a batch of Site Pages
|
441
|
+
# Create the Site Page objects detailed in the request body.
|
442
|
+
# @param batch_input_page [BatchInputPage] The JSON array of new Site Pages to create.
|
443
|
+
# @param [Hash] opts the optional parameters
|
444
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
445
|
+
def create_batch_with_http_info(batch_input_page, opts = {})
|
446
|
+
if @api_client.config.debugging
|
447
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.create_batch ...'
|
448
|
+
end
|
449
|
+
# verify the required parameter 'batch_input_page' is set
|
450
|
+
if @api_client.config.client_side_validation && batch_input_page.nil?
|
451
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_page' when calling SitePagesApi.create_batch"
|
452
|
+
end
|
453
|
+
# resource path
|
454
|
+
local_var_path = '/cms/v3/pages/site-pages/batch/create'
|
455
|
+
|
456
|
+
# query parameters
|
457
|
+
query_params = opts[:query_params] || {}
|
458
|
+
|
459
|
+
# header parameters
|
460
|
+
header_params = opts[:header_params] || {}
|
461
|
+
# HTTP header 'Accept' (if needed)
|
462
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
463
|
+
# HTTP header 'Content-Type'
|
464
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
465
|
+
if !content_type.nil?
|
466
|
+
header_params['Content-Type'] = content_type
|
467
|
+
end
|
468
|
+
|
469
|
+
# form parameters
|
470
|
+
form_params = opts[:form_params] || {}
|
471
|
+
|
472
|
+
# http body (model)
|
473
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_page)
|
474
|
+
|
475
|
+
# return_type
|
476
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
477
|
+
|
478
|
+
# auth_names
|
479
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
480
|
+
|
481
|
+
new_options = opts.merge(
|
482
|
+
:operation => :"SitePagesApi.create_batch",
|
483
|
+
:header_params => header_params,
|
484
|
+
:query_params => query_params,
|
485
|
+
:form_params => form_params,
|
486
|
+
:body => post_body,
|
487
|
+
:auth_names => auth_names,
|
488
|
+
:return_type => return_type
|
489
|
+
)
|
490
|
+
|
491
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
492
|
+
if @api_client.config.debugging
|
493
|
+
@api_client.config.logger.debug "API called: SitePagesApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
494
|
+
end
|
495
|
+
return data, status_code, headers
|
496
|
+
end
|
497
|
+
|
498
|
+
# Create a new language variation
|
499
|
+
# Create a new language variation from an existing site page
|
500
|
+
# @param content_language_clone_request_v_next [ContentLanguageCloneRequestVNext] The JSON representation of the ContentLanguageCloneRequest object.
|
501
|
+
# @param [Hash] opts the optional parameters
|
502
|
+
# @return [Page]
|
503
|
+
def create_lang_variation(content_language_clone_request_v_next, opts = {})
|
504
|
+
data, _status_code, _headers = create_lang_variation_with_http_info(content_language_clone_request_v_next, opts)
|
505
|
+
data
|
506
|
+
end
|
507
|
+
|
508
|
+
# Create a new language variation
|
509
|
+
# Create a new language variation from an existing site page
|
510
|
+
# @param content_language_clone_request_v_next [ContentLanguageCloneRequestVNext] The JSON representation of the ContentLanguageCloneRequest object.
|
511
|
+
# @param [Hash] opts the optional parameters
|
512
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
513
|
+
def create_lang_variation_with_http_info(content_language_clone_request_v_next, opts = {})
|
514
|
+
if @api_client.config.debugging
|
515
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.create_lang_variation ...'
|
516
|
+
end
|
517
|
+
# verify the required parameter 'content_language_clone_request_v_next' is set
|
518
|
+
if @api_client.config.client_side_validation && content_language_clone_request_v_next.nil?
|
519
|
+
fail ArgumentError, "Missing the required parameter 'content_language_clone_request_v_next' when calling SitePagesApi.create_lang_variation"
|
520
|
+
end
|
521
|
+
# resource path
|
522
|
+
local_var_path = '/cms/v3/pages/site-pages/multi-language/create-language-variation'
|
523
|
+
|
524
|
+
# query parameters
|
525
|
+
query_params = opts[:query_params] || {}
|
526
|
+
|
527
|
+
# header parameters
|
528
|
+
header_params = opts[:header_params] || {}
|
529
|
+
# HTTP header 'Accept' (if needed)
|
530
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
531
|
+
# HTTP header 'Content-Type'
|
532
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
533
|
+
if !content_type.nil?
|
534
|
+
header_params['Content-Type'] = content_type
|
535
|
+
end
|
536
|
+
|
537
|
+
# form parameters
|
538
|
+
form_params = opts[:form_params] || {}
|
539
|
+
|
540
|
+
# http body (model)
|
541
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_language_clone_request_v_next)
|
542
|
+
|
543
|
+
# return_type
|
544
|
+
return_type = opts[:debug_return_type] || 'Page'
|
545
|
+
|
546
|
+
# auth_names
|
547
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
548
|
+
|
549
|
+
new_options = opts.merge(
|
550
|
+
:operation => :"SitePagesApi.create_lang_variation",
|
551
|
+
:header_params => header_params,
|
552
|
+
:query_params => query_params,
|
553
|
+
:form_params => form_params,
|
554
|
+
:body => post_body,
|
555
|
+
:auth_names => auth_names,
|
556
|
+
:return_type => return_type
|
557
|
+
)
|
558
|
+
|
559
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
560
|
+
if @api_client.config.debugging
|
561
|
+
@api_client.config.logger.debug "API called: SitePagesApi#create_lang_variation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
562
|
+
end
|
563
|
+
return data, status_code, headers
|
564
|
+
end
|
565
|
+
|
566
|
+
# Detach a site page from a multi-language group
|
567
|
+
# Detach a site page from a multi-language group.
|
568
|
+
# @param detach_from_lang_group_request_v_next [DetachFromLangGroupRequestVNext] The JSON representation of the DetachFromLangGroupRequest object.
|
569
|
+
# @param [Hash] opts the optional parameters
|
570
|
+
# @return [nil]
|
571
|
+
def detach_from_lang_group(detach_from_lang_group_request_v_next, opts = {})
|
572
|
+
detach_from_lang_group_with_http_info(detach_from_lang_group_request_v_next, opts)
|
573
|
+
nil
|
574
|
+
end
|
575
|
+
|
576
|
+
# Detach a site page from a multi-language group
|
577
|
+
# Detach a site page from a multi-language group.
|
578
|
+
# @param detach_from_lang_group_request_v_next [DetachFromLangGroupRequestVNext] The JSON representation of the DetachFromLangGroupRequest object.
|
579
|
+
# @param [Hash] opts the optional parameters
|
580
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
581
|
+
def detach_from_lang_group_with_http_info(detach_from_lang_group_request_v_next, opts = {})
|
582
|
+
if @api_client.config.debugging
|
583
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.detach_from_lang_group ...'
|
584
|
+
end
|
585
|
+
# verify the required parameter 'detach_from_lang_group_request_v_next' is set
|
586
|
+
if @api_client.config.client_side_validation && detach_from_lang_group_request_v_next.nil?
|
587
|
+
fail ArgumentError, "Missing the required parameter 'detach_from_lang_group_request_v_next' when calling SitePagesApi.detach_from_lang_group"
|
588
|
+
end
|
589
|
+
# resource path
|
590
|
+
local_var_path = '/cms/v3/pages/site-pages/multi-language/detach-from-lang-group'
|
591
|
+
|
592
|
+
# query parameters
|
593
|
+
query_params = opts[:query_params] || {}
|
594
|
+
|
595
|
+
# header parameters
|
596
|
+
header_params = opts[:header_params] || {}
|
597
|
+
# HTTP header 'Accept' (if needed)
|
598
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
599
|
+
# HTTP header 'Content-Type'
|
600
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
601
|
+
if !content_type.nil?
|
602
|
+
header_params['Content-Type'] = content_type
|
603
|
+
end
|
604
|
+
|
605
|
+
# form parameters
|
606
|
+
form_params = opts[:form_params] || {}
|
607
|
+
|
608
|
+
# http body (model)
|
609
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(detach_from_lang_group_request_v_next)
|
610
|
+
|
611
|
+
# return_type
|
612
|
+
return_type = opts[:debug_return_type]
|
613
|
+
|
614
|
+
# auth_names
|
615
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
616
|
+
|
617
|
+
new_options = opts.merge(
|
618
|
+
:operation => :"SitePagesApi.detach_from_lang_group",
|
619
|
+
:header_params => header_params,
|
620
|
+
:query_params => query_params,
|
621
|
+
:form_params => form_params,
|
622
|
+
:body => post_body,
|
623
|
+
:auth_names => auth_names,
|
624
|
+
:return_type => return_type
|
625
|
+
)
|
626
|
+
|
627
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
628
|
+
if @api_client.config.debugging
|
629
|
+
@api_client.config.logger.debug "API called: SitePagesApi#detach_from_lang_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
630
|
+
end
|
631
|
+
return data, status_code, headers
|
632
|
+
end
|
633
|
+
|
634
|
+
# End an active A/B test
|
635
|
+
# End an active A/B test and designate a winner.
|
636
|
+
# @param ab_test_end_request_v_next [AbTestEndRequestVNext] The JSON representation of the AbTestEndRequest object.
|
637
|
+
# @param [Hash] opts the optional parameters
|
638
|
+
# @return [nil]
|
639
|
+
def end_active_ab_test(ab_test_end_request_v_next, opts = {})
|
640
|
+
end_active_ab_test_with_http_info(ab_test_end_request_v_next, opts)
|
641
|
+
nil
|
642
|
+
end
|
643
|
+
|
644
|
+
# End an active A/B test
|
645
|
+
# End an active A/B test and designate a winner.
|
646
|
+
# @param ab_test_end_request_v_next [AbTestEndRequestVNext] The JSON representation of the AbTestEndRequest object.
|
647
|
+
# @param [Hash] opts the optional parameters
|
648
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
649
|
+
def end_active_ab_test_with_http_info(ab_test_end_request_v_next, opts = {})
|
650
|
+
if @api_client.config.debugging
|
651
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.end_active_ab_test ...'
|
652
|
+
end
|
653
|
+
# verify the required parameter 'ab_test_end_request_v_next' is set
|
654
|
+
if @api_client.config.client_side_validation && ab_test_end_request_v_next.nil?
|
655
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_end_request_v_next' when calling SitePagesApi.end_active_ab_test"
|
656
|
+
end
|
657
|
+
# resource path
|
658
|
+
local_var_path = '/cms/v3/pages/site-pages/ab-test/end'
|
659
|
+
|
660
|
+
# query parameters
|
661
|
+
query_params = opts[:query_params] || {}
|
662
|
+
|
663
|
+
# header parameters
|
664
|
+
header_params = opts[:header_params] || {}
|
665
|
+
# HTTP header 'Accept' (if needed)
|
666
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
667
|
+
# HTTP header 'Content-Type'
|
668
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
669
|
+
if !content_type.nil?
|
670
|
+
header_params['Content-Type'] = content_type
|
671
|
+
end
|
672
|
+
|
673
|
+
# form parameters
|
674
|
+
form_params = opts[:form_params] || {}
|
675
|
+
|
676
|
+
# http body (model)
|
677
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_end_request_v_next)
|
678
|
+
|
679
|
+
# return_type
|
680
|
+
return_type = opts[:debug_return_type]
|
681
|
+
|
682
|
+
# auth_names
|
683
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
684
|
+
|
685
|
+
new_options = opts.merge(
|
686
|
+
:operation => :"SitePagesApi.end_active_ab_test",
|
687
|
+
:header_params => header_params,
|
688
|
+
:query_params => query_params,
|
689
|
+
:form_params => form_params,
|
690
|
+
:body => post_body,
|
691
|
+
:auth_names => auth_names,
|
692
|
+
:return_type => return_type
|
693
|
+
)
|
694
|
+
|
695
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
696
|
+
if @api_client.config.debugging
|
697
|
+
@api_client.config.logger.debug "API called: SitePagesApi#end_active_ab_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
698
|
+
end
|
699
|
+
return data, status_code, headers
|
700
|
+
end
|
701
|
+
|
702
|
+
# Retrieve a Site Page
|
703
|
+
# Retrieve the Site Page object identified by the id in the path.
|
704
|
+
# @param object_id [String] The Site Page id.
|
705
|
+
# @param [Hash] opts the optional parameters
|
706
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
707
|
+
# @option opts [String] :property
|
708
|
+
# @return [Page]
|
709
|
+
def get_by_id(object_id, opts = {})
|
710
|
+
data, _status_code, _headers = get_by_id_with_http_info(object_id, opts)
|
711
|
+
data
|
712
|
+
end
|
713
|
+
|
714
|
+
# Retrieve a Site Page
|
715
|
+
# Retrieve the Site Page object identified by the id in the path.
|
716
|
+
# @param object_id [String] The Site Page id.
|
717
|
+
# @param [Hash] opts the optional parameters
|
718
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
719
|
+
# @option opts [String] :property
|
720
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
721
|
+
def get_by_id_with_http_info(object_id, opts = {})
|
722
|
+
if @api_client.config.debugging
|
723
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.get_by_id ...'
|
724
|
+
end
|
725
|
+
# verify the required parameter 'object_id' is set
|
726
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
727
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.get_by_id"
|
728
|
+
end
|
729
|
+
# resource path
|
730
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
731
|
+
|
732
|
+
# query parameters
|
733
|
+
query_params = opts[:query_params] || {}
|
734
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
735
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
736
|
+
|
737
|
+
# header parameters
|
738
|
+
header_params = opts[:header_params] || {}
|
739
|
+
# HTTP header 'Accept' (if needed)
|
740
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
741
|
+
|
742
|
+
# form parameters
|
743
|
+
form_params = opts[:form_params] || {}
|
744
|
+
|
745
|
+
# http body (model)
|
746
|
+
post_body = opts[:debug_body]
|
747
|
+
|
748
|
+
# return_type
|
749
|
+
return_type = opts[:debug_return_type] || 'Page'
|
750
|
+
|
751
|
+
# auth_names
|
752
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
753
|
+
|
754
|
+
new_options = opts.merge(
|
755
|
+
:operation => :"SitePagesApi.get_by_id",
|
756
|
+
:header_params => header_params,
|
757
|
+
:query_params => query_params,
|
758
|
+
:form_params => form_params,
|
759
|
+
:body => post_body,
|
760
|
+
:auth_names => auth_names,
|
761
|
+
:return_type => return_type
|
762
|
+
)
|
763
|
+
|
764
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
765
|
+
if @api_client.config.debugging
|
766
|
+
@api_client.config.logger.debug "API called: SitePagesApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
767
|
+
end
|
768
|
+
return data, status_code, headers
|
769
|
+
end
|
770
|
+
|
771
|
+
# Retrieve the full draft version of the Site Page
|
772
|
+
# Retrieve the full draft version of the Site Page.
|
773
|
+
# @param object_id [String] The Site Page id.
|
774
|
+
# @param [Hash] opts the optional parameters
|
775
|
+
# @return [Page]
|
776
|
+
def get_draft_by_id(object_id, opts = {})
|
777
|
+
data, _status_code, _headers = get_draft_by_id_with_http_info(object_id, opts)
|
778
|
+
data
|
779
|
+
end
|
780
|
+
|
781
|
+
# Retrieve the full draft version of the Site Page
|
782
|
+
# Retrieve the full draft version of the Site Page.
|
783
|
+
# @param object_id [String] The Site Page id.
|
784
|
+
# @param [Hash] opts the optional parameters
|
785
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
786
|
+
def get_draft_by_id_with_http_info(object_id, opts = {})
|
787
|
+
if @api_client.config.debugging
|
788
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.get_draft_by_id ...'
|
789
|
+
end
|
790
|
+
# verify the required parameter 'object_id' is set
|
791
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
792
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.get_draft_by_id"
|
793
|
+
end
|
794
|
+
# resource path
|
795
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
796
|
+
|
797
|
+
# query parameters
|
798
|
+
query_params = opts[:query_params] || {}
|
799
|
+
|
800
|
+
# header parameters
|
801
|
+
header_params = opts[:header_params] || {}
|
802
|
+
# HTTP header 'Accept' (if needed)
|
803
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
804
|
+
|
805
|
+
# form parameters
|
806
|
+
form_params = opts[:form_params] || {}
|
807
|
+
|
808
|
+
# http body (model)
|
809
|
+
post_body = opts[:debug_body]
|
810
|
+
|
811
|
+
# return_type
|
812
|
+
return_type = opts[:debug_return_type] || 'Page'
|
813
|
+
|
814
|
+
# auth_names
|
815
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
816
|
+
|
817
|
+
new_options = opts.merge(
|
818
|
+
:operation => :"SitePagesApi.get_draft_by_id",
|
819
|
+
:header_params => header_params,
|
820
|
+
:query_params => query_params,
|
821
|
+
:form_params => form_params,
|
822
|
+
:body => post_body,
|
823
|
+
:auth_names => auth_names,
|
824
|
+
:return_type => return_type
|
825
|
+
)
|
826
|
+
|
827
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
828
|
+
if @api_client.config.debugging
|
829
|
+
@api_client.config.logger.debug "API called: SitePagesApi#get_draft_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
830
|
+
end
|
831
|
+
return data, status_code, headers
|
832
|
+
end
|
833
|
+
|
834
|
+
# Get all Site Pages
|
835
|
+
# Get the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
836
|
+
# @param [Hash] opts the optional parameters
|
837
|
+
# @option opts [Time] :created_at Only return Site Pages created at exactly the specified time.
|
838
|
+
# @option opts [Time] :created_after Only return Site Pages created after the specified time.
|
839
|
+
# @option opts [Time] :created_before Only return Site Pages created before the specified time.
|
840
|
+
# @option opts [Time] :updated_at Only return Site Pages last updated at exactly the specified time.
|
841
|
+
# @option opts [Time] :updated_after Only return Site Pages last updated after the specified time.
|
842
|
+
# @option opts [Time] :updated_before Only return Site Pages last updated before the specified time.
|
843
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
844
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
845
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
846
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
847
|
+
# @option opts [String] :property
|
848
|
+
# @return [CollectionResponseWithTotalPageForwardPaging]
|
849
|
+
def get_page(opts = {})
|
850
|
+
data, _status_code, _headers = get_page_with_http_info(opts)
|
851
|
+
data
|
852
|
+
end
|
853
|
+
|
854
|
+
# Get all Site Pages
|
855
|
+
# Get the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
856
|
+
# @param [Hash] opts the optional parameters
|
857
|
+
# @option opts [Time] :created_at Only return Site Pages created at exactly the specified time.
|
858
|
+
# @option opts [Time] :created_after Only return Site Pages created after the specified time.
|
859
|
+
# @option opts [Time] :created_before Only return Site Pages created before the specified time.
|
860
|
+
# @option opts [Time] :updated_at Only return Site Pages last updated at exactly the specified time.
|
861
|
+
# @option opts [Time] :updated_after Only return Site Pages last updated after the specified time.
|
862
|
+
# @option opts [Time] :updated_before Only return Site Pages last updated before the specified time.
|
863
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
864
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
865
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
866
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
867
|
+
# @option opts [String] :property
|
868
|
+
# @return [Array<(CollectionResponseWithTotalPageForwardPaging, Integer, Hash)>] CollectionResponseWithTotalPageForwardPaging data, response status code and response headers
|
869
|
+
def get_page_with_http_info(opts = {})
|
870
|
+
if @api_client.config.debugging
|
871
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.get_page ...'
|
872
|
+
end
|
873
|
+
# resource path
|
874
|
+
local_var_path = '/cms/v3/pages/site-pages'
|
875
|
+
|
876
|
+
# query parameters
|
877
|
+
query_params = opts[:query_params] || {}
|
878
|
+
query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
|
879
|
+
query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
880
|
+
query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
881
|
+
query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
|
882
|
+
query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
883
|
+
query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
|
884
|
+
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
885
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
886
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
887
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
888
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
889
|
+
|
890
|
+
# header parameters
|
891
|
+
header_params = opts[:header_params] || {}
|
892
|
+
# HTTP header 'Accept' (if needed)
|
893
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
894
|
+
|
895
|
+
# form parameters
|
896
|
+
form_params = opts[:form_params] || {}
|
897
|
+
|
898
|
+
# http body (model)
|
899
|
+
post_body = opts[:debug_body]
|
900
|
+
|
901
|
+
# return_type
|
902
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalPageForwardPaging'
|
903
|
+
|
904
|
+
# auth_names
|
905
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
906
|
+
|
907
|
+
new_options = opts.merge(
|
908
|
+
:operation => :"SitePagesApi.get_page",
|
909
|
+
:header_params => header_params,
|
910
|
+
:query_params => query_params,
|
911
|
+
:form_params => form_params,
|
912
|
+
:body => post_body,
|
913
|
+
:auth_names => auth_names,
|
914
|
+
:return_type => return_type
|
915
|
+
)
|
916
|
+
|
917
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
918
|
+
if @api_client.config.debugging
|
919
|
+
@api_client.config.logger.debug "API called: SitePagesApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
920
|
+
end
|
921
|
+
return data, status_code, headers
|
922
|
+
end
|
923
|
+
|
924
|
+
# Retrieves a previous version of a Site Page
|
925
|
+
# Retrieves a previous version of a Site Page
|
926
|
+
# @param object_id [String] The Site Page id.
|
927
|
+
# @param revision_id [String] The Site Page version id.
|
928
|
+
# @param [Hash] opts the optional parameters
|
929
|
+
# @return [VersionPage]
|
930
|
+
def get_previous_version(object_id, revision_id, opts = {})
|
931
|
+
data, _status_code, _headers = get_previous_version_with_http_info(object_id, revision_id, opts)
|
932
|
+
data
|
933
|
+
end
|
934
|
+
|
935
|
+
# Retrieves a previous version of a Site Page
|
936
|
+
# Retrieves a previous version of a Site Page
|
937
|
+
# @param object_id [String] The Site Page id.
|
938
|
+
# @param revision_id [String] The Site Page version id.
|
939
|
+
# @param [Hash] opts the optional parameters
|
940
|
+
# @return [Array<(VersionPage, Integer, Hash)>] VersionPage data, response status code and response headers
|
941
|
+
def get_previous_version_with_http_info(object_id, revision_id, opts = {})
|
942
|
+
if @api_client.config.debugging
|
943
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.get_previous_version ...'
|
944
|
+
end
|
945
|
+
# verify the required parameter 'object_id' is set
|
946
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
947
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.get_previous_version"
|
948
|
+
end
|
949
|
+
# verify the required parameter 'revision_id' is set
|
950
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
951
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling SitePagesApi.get_previous_version"
|
952
|
+
end
|
953
|
+
# resource path
|
954
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/revisions/{revisionId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
955
|
+
|
956
|
+
# query parameters
|
957
|
+
query_params = opts[:query_params] || {}
|
958
|
+
|
959
|
+
# header parameters
|
960
|
+
header_params = opts[:header_params] || {}
|
961
|
+
# HTTP header 'Accept' (if needed)
|
962
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
963
|
+
|
964
|
+
# form parameters
|
965
|
+
form_params = opts[:form_params] || {}
|
966
|
+
|
967
|
+
# http body (model)
|
968
|
+
post_body = opts[:debug_body]
|
969
|
+
|
970
|
+
# return_type
|
971
|
+
return_type = opts[:debug_return_type] || 'VersionPage'
|
972
|
+
|
973
|
+
# auth_names
|
974
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
975
|
+
|
976
|
+
new_options = opts.merge(
|
977
|
+
:operation => :"SitePagesApi.get_previous_version",
|
978
|
+
:header_params => header_params,
|
979
|
+
:query_params => query_params,
|
980
|
+
:form_params => form_params,
|
981
|
+
:body => post_body,
|
982
|
+
:auth_names => auth_names,
|
983
|
+
:return_type => return_type
|
984
|
+
)
|
985
|
+
|
986
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
987
|
+
if @api_client.config.debugging
|
988
|
+
@api_client.config.logger.debug "API called: SitePagesApi#get_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
989
|
+
end
|
990
|
+
return data, status_code, headers
|
991
|
+
end
|
992
|
+
|
993
|
+
# Retrieves all the previous versions of a Site Page
|
994
|
+
# Retrieves all the previous versions of a Site Page.
|
995
|
+
# @param object_id [String] The Site Page id.
|
996
|
+
# @param [Hash] opts the optional parameters
|
997
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
998
|
+
# @option opts [String] :before
|
999
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1000
|
+
# @return [CollectionResponseWithTotalVersionPage]
|
1001
|
+
def get_previous_versions(object_id, opts = {})
|
1002
|
+
data, _status_code, _headers = get_previous_versions_with_http_info(object_id, opts)
|
1003
|
+
data
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
# Retrieves all the previous versions of a Site Page
|
1007
|
+
# Retrieves all the previous versions of a Site Page.
|
1008
|
+
# @param object_id [String] The Site Page id.
|
1009
|
+
# @param [Hash] opts the optional parameters
|
1010
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1011
|
+
# @option opts [String] :before
|
1012
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1013
|
+
# @return [Array<(CollectionResponseWithTotalVersionPage, Integer, Hash)>] CollectionResponseWithTotalVersionPage data, response status code and response headers
|
1014
|
+
def get_previous_versions_with_http_info(object_id, opts = {})
|
1015
|
+
if @api_client.config.debugging
|
1016
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.get_previous_versions ...'
|
1017
|
+
end
|
1018
|
+
# verify the required parameter 'object_id' is set
|
1019
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1020
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.get_previous_versions"
|
1021
|
+
end
|
1022
|
+
# resource path
|
1023
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/revisions'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1024
|
+
|
1025
|
+
# query parameters
|
1026
|
+
query_params = opts[:query_params] || {}
|
1027
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1028
|
+
query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
|
1029
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1030
|
+
|
1031
|
+
# header parameters
|
1032
|
+
header_params = opts[:header_params] || {}
|
1033
|
+
# HTTP header 'Accept' (if needed)
|
1034
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1035
|
+
|
1036
|
+
# form parameters
|
1037
|
+
form_params = opts[:form_params] || {}
|
1038
|
+
|
1039
|
+
# http body (model)
|
1040
|
+
post_body = opts[:debug_body]
|
1041
|
+
|
1042
|
+
# return_type
|
1043
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalVersionPage'
|
1044
|
+
|
1045
|
+
# auth_names
|
1046
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1047
|
+
|
1048
|
+
new_options = opts.merge(
|
1049
|
+
:operation => :"SitePagesApi.get_previous_versions",
|
1050
|
+
:header_params => header_params,
|
1051
|
+
:query_params => query_params,
|
1052
|
+
:form_params => form_params,
|
1053
|
+
:body => post_body,
|
1054
|
+
:auth_names => auth_names,
|
1055
|
+
:return_type => return_type
|
1056
|
+
)
|
1057
|
+
|
1058
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1059
|
+
if @api_client.config.debugging
|
1060
|
+
@api_client.config.logger.debug "API called: SitePagesApi#get_previous_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1061
|
+
end
|
1062
|
+
return data, status_code, headers
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
# Push Site Page draft edits live
|
1066
|
+
# Take any changes from the draft version of the Site Page and apply them to the live version.
|
1067
|
+
# @param object_id [String] The id of the Site Page for which it's draft will be pushed live.
|
1068
|
+
# @param [Hash] opts the optional parameters
|
1069
|
+
# @return [nil]
|
1070
|
+
def push_live(object_id, opts = {})
|
1071
|
+
push_live_with_http_info(object_id, opts)
|
1072
|
+
nil
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
# Push Site Page draft edits live
|
1076
|
+
# Take any changes from the draft version of the Site Page and apply them to the live version.
|
1077
|
+
# @param object_id [String] The id of the Site Page for which it's draft will be pushed live.
|
1078
|
+
# @param [Hash] opts the optional parameters
|
1079
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1080
|
+
def push_live_with_http_info(object_id, opts = {})
|
1081
|
+
if @api_client.config.debugging
|
1082
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.push_live ...'
|
1083
|
+
end
|
1084
|
+
# verify the required parameter 'object_id' is set
|
1085
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1086
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.push_live"
|
1087
|
+
end
|
1088
|
+
# resource path
|
1089
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/draft/push-live'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1090
|
+
|
1091
|
+
# query parameters
|
1092
|
+
query_params = opts[:query_params] || {}
|
1093
|
+
|
1094
|
+
# header parameters
|
1095
|
+
header_params = opts[:header_params] || {}
|
1096
|
+
# HTTP header 'Accept' (if needed)
|
1097
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1098
|
+
|
1099
|
+
# form parameters
|
1100
|
+
form_params = opts[:form_params] || {}
|
1101
|
+
|
1102
|
+
# http body (model)
|
1103
|
+
post_body = opts[:debug_body]
|
1104
|
+
|
1105
|
+
# return_type
|
1106
|
+
return_type = opts[:debug_return_type]
|
1107
|
+
|
1108
|
+
# auth_names
|
1109
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1110
|
+
|
1111
|
+
new_options = opts.merge(
|
1112
|
+
:operation => :"SitePagesApi.push_live",
|
1113
|
+
:header_params => header_params,
|
1114
|
+
:query_params => query_params,
|
1115
|
+
:form_params => form_params,
|
1116
|
+
:body => post_body,
|
1117
|
+
:auth_names => auth_names,
|
1118
|
+
:return_type => return_type
|
1119
|
+
)
|
1120
|
+
|
1121
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1122
|
+
if @api_client.config.debugging
|
1123
|
+
@api_client.config.logger.debug "API called: SitePagesApi#push_live\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1124
|
+
end
|
1125
|
+
return data, status_code, headers
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
# Retrieve a batch of Site Pages
|
1129
|
+
# Retrieve the Site Page objects identified in the request body.
|
1130
|
+
# @param batch_input_string [BatchInputString] The JSON array of Site Page ids.
|
1131
|
+
# @param [Hash] opts the optional parameters
|
1132
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
1133
|
+
# @return [BatchResponsePage]
|
1134
|
+
def read_batch(batch_input_string, opts = {})
|
1135
|
+
data, _status_code, _headers = read_batch_with_http_info(batch_input_string, opts)
|
1136
|
+
data
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
# Retrieve a batch of Site Pages
|
1140
|
+
# Retrieve the Site Page objects identified in the request body.
|
1141
|
+
# @param batch_input_string [BatchInputString] The JSON array of Site Page ids.
|
1142
|
+
# @param [Hash] opts the optional parameters
|
1143
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Site Pages. Defaults to `false`.
|
1144
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
1145
|
+
def read_batch_with_http_info(batch_input_string, opts = {})
|
1146
|
+
if @api_client.config.debugging
|
1147
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.read_batch ...'
|
1148
|
+
end
|
1149
|
+
# verify the required parameter 'batch_input_string' is set
|
1150
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
1151
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling SitePagesApi.read_batch"
|
1152
|
+
end
|
1153
|
+
# resource path
|
1154
|
+
local_var_path = '/cms/v3/pages/site-pages/batch/read'
|
1155
|
+
|
1156
|
+
# query parameters
|
1157
|
+
query_params = opts[:query_params] || {}
|
1158
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1159
|
+
|
1160
|
+
# header parameters
|
1161
|
+
header_params = opts[:header_params] || {}
|
1162
|
+
# HTTP header 'Accept' (if needed)
|
1163
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1164
|
+
# HTTP header 'Content-Type'
|
1165
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1166
|
+
if !content_type.nil?
|
1167
|
+
header_params['Content-Type'] = content_type
|
1168
|
+
end
|
1169
|
+
|
1170
|
+
# form parameters
|
1171
|
+
form_params = opts[:form_params] || {}
|
1172
|
+
|
1173
|
+
# http body (model)
|
1174
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
1175
|
+
|
1176
|
+
# return_type
|
1177
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
1178
|
+
|
1179
|
+
# auth_names
|
1180
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1181
|
+
|
1182
|
+
new_options = opts.merge(
|
1183
|
+
:operation => :"SitePagesApi.read_batch",
|
1184
|
+
:header_params => header_params,
|
1185
|
+
:query_params => query_params,
|
1186
|
+
:form_params => form_params,
|
1187
|
+
:body => post_body,
|
1188
|
+
:auth_names => auth_names,
|
1189
|
+
:return_type => return_type
|
1190
|
+
)
|
1191
|
+
|
1192
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1193
|
+
if @api_client.config.debugging
|
1194
|
+
@api_client.config.logger.debug "API called: SitePagesApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1195
|
+
end
|
1196
|
+
return data, status_code, headers
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
# Rerun a previous A/B test
|
1200
|
+
# Rerun a previous A/B test.
|
1201
|
+
# @param ab_test_rerun_request_v_next [AbTestRerunRequestVNext] The JSON representation of the AbTestRerunRequest object.
|
1202
|
+
# @param [Hash] opts the optional parameters
|
1203
|
+
# @return [nil]
|
1204
|
+
def rerun_previous_ab_test(ab_test_rerun_request_v_next, opts = {})
|
1205
|
+
rerun_previous_ab_test_with_http_info(ab_test_rerun_request_v_next, opts)
|
1206
|
+
nil
|
1207
|
+
end
|
1208
|
+
|
1209
|
+
# Rerun a previous A/B test
|
1210
|
+
# Rerun a previous A/B test.
|
1211
|
+
# @param ab_test_rerun_request_v_next [AbTestRerunRequestVNext] The JSON representation of the AbTestRerunRequest object.
|
1212
|
+
# @param [Hash] opts the optional parameters
|
1213
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1214
|
+
def rerun_previous_ab_test_with_http_info(ab_test_rerun_request_v_next, opts = {})
|
1215
|
+
if @api_client.config.debugging
|
1216
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.rerun_previous_ab_test ...'
|
1217
|
+
end
|
1218
|
+
# verify the required parameter 'ab_test_rerun_request_v_next' is set
|
1219
|
+
if @api_client.config.client_side_validation && ab_test_rerun_request_v_next.nil?
|
1220
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_rerun_request_v_next' when calling SitePagesApi.rerun_previous_ab_test"
|
1221
|
+
end
|
1222
|
+
# resource path
|
1223
|
+
local_var_path = '/cms/v3/pages/site-pages/ab-test/rerun'
|
1224
|
+
|
1225
|
+
# query parameters
|
1226
|
+
query_params = opts[:query_params] || {}
|
1227
|
+
|
1228
|
+
# header parameters
|
1229
|
+
header_params = opts[:header_params] || {}
|
1230
|
+
# HTTP header 'Accept' (if needed)
|
1231
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1232
|
+
# HTTP header 'Content-Type'
|
1233
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1234
|
+
if !content_type.nil?
|
1235
|
+
header_params['Content-Type'] = content_type
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
# form parameters
|
1239
|
+
form_params = opts[:form_params] || {}
|
1240
|
+
|
1241
|
+
# http body (model)
|
1242
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_rerun_request_v_next)
|
1243
|
+
|
1244
|
+
# return_type
|
1245
|
+
return_type = opts[:debug_return_type]
|
1246
|
+
|
1247
|
+
# auth_names
|
1248
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1249
|
+
|
1250
|
+
new_options = opts.merge(
|
1251
|
+
:operation => :"SitePagesApi.rerun_previous_ab_test",
|
1252
|
+
:header_params => header_params,
|
1253
|
+
:query_params => query_params,
|
1254
|
+
:form_params => form_params,
|
1255
|
+
:body => post_body,
|
1256
|
+
:auth_names => auth_names,
|
1257
|
+
:return_type => return_type
|
1258
|
+
)
|
1259
|
+
|
1260
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1261
|
+
if @api_client.config.debugging
|
1262
|
+
@api_client.config.logger.debug "API called: SitePagesApi#rerun_previous_ab_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1263
|
+
end
|
1264
|
+
return data, status_code, headers
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
# Reset the Site Page draft to the live version
|
1268
|
+
# Discards any edits and resets the draft to the live version.
|
1269
|
+
# @param object_id [String] The id of the Site Page for which it's draft will be reset.
|
1270
|
+
# @param [Hash] opts the optional parameters
|
1271
|
+
# @return [nil]
|
1272
|
+
def reset_draft(object_id, opts = {})
|
1273
|
+
reset_draft_with_http_info(object_id, opts)
|
1274
|
+
nil
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
# Reset the Site Page draft to the live version
|
1278
|
+
# Discards any edits and resets the draft to the live version.
|
1279
|
+
# @param object_id [String] The id of the Site Page for which it's draft will be reset.
|
1280
|
+
# @param [Hash] opts the optional parameters
|
1281
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1282
|
+
def reset_draft_with_http_info(object_id, opts = {})
|
1283
|
+
if @api_client.config.debugging
|
1284
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.reset_draft ...'
|
1285
|
+
end
|
1286
|
+
# verify the required parameter 'object_id' is set
|
1287
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1288
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.reset_draft"
|
1289
|
+
end
|
1290
|
+
# resource path
|
1291
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/draft/reset'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1292
|
+
|
1293
|
+
# query parameters
|
1294
|
+
query_params = opts[:query_params] || {}
|
1295
|
+
|
1296
|
+
# header parameters
|
1297
|
+
header_params = opts[:header_params] || {}
|
1298
|
+
# HTTP header 'Accept' (if needed)
|
1299
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1300
|
+
|
1301
|
+
# form parameters
|
1302
|
+
form_params = opts[:form_params] || {}
|
1303
|
+
|
1304
|
+
# http body (model)
|
1305
|
+
post_body = opts[:debug_body]
|
1306
|
+
|
1307
|
+
# return_type
|
1308
|
+
return_type = opts[:debug_return_type]
|
1309
|
+
|
1310
|
+
# auth_names
|
1311
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1312
|
+
|
1313
|
+
new_options = opts.merge(
|
1314
|
+
:operation => :"SitePagesApi.reset_draft",
|
1315
|
+
:header_params => header_params,
|
1316
|
+
:query_params => query_params,
|
1317
|
+
:form_params => form_params,
|
1318
|
+
:body => post_body,
|
1319
|
+
:auth_names => auth_names,
|
1320
|
+
:return_type => return_type
|
1321
|
+
)
|
1322
|
+
|
1323
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1324
|
+
if @api_client.config.debugging
|
1325
|
+
@api_client.config.logger.debug "API called: SitePagesApi#reset_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1326
|
+
end
|
1327
|
+
return data, status_code, headers
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
# Restore a previous version of a Site Page
|
1331
|
+
# Takes a specified version of a Site Page and restores it.
|
1332
|
+
# @param object_id [String] The Site Page id.
|
1333
|
+
# @param revision_id [String] The Site Page version id to restore.
|
1334
|
+
# @param [Hash] opts the optional parameters
|
1335
|
+
# @return [Page]
|
1336
|
+
def restore_previous_version(object_id, revision_id, opts = {})
|
1337
|
+
data, _status_code, _headers = restore_previous_version_with_http_info(object_id, revision_id, opts)
|
1338
|
+
data
|
1339
|
+
end
|
1340
|
+
|
1341
|
+
# Restore a previous version of a Site Page
|
1342
|
+
# Takes a specified version of a Site Page and restores it.
|
1343
|
+
# @param object_id [String] The Site Page id.
|
1344
|
+
# @param revision_id [String] The Site Page version id to restore.
|
1345
|
+
# @param [Hash] opts the optional parameters
|
1346
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
1347
|
+
def restore_previous_version_with_http_info(object_id, revision_id, opts = {})
|
1348
|
+
if @api_client.config.debugging
|
1349
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.restore_previous_version ...'
|
1350
|
+
end
|
1351
|
+
# verify the required parameter 'object_id' is set
|
1352
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1353
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.restore_previous_version"
|
1354
|
+
end
|
1355
|
+
# verify the required parameter 'revision_id' is set
|
1356
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
1357
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling SitePagesApi.restore_previous_version"
|
1358
|
+
end
|
1359
|
+
# resource path
|
1360
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/revisions/{revisionId}/restore'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
1361
|
+
|
1362
|
+
# query parameters
|
1363
|
+
query_params = opts[:query_params] || {}
|
1364
|
+
|
1365
|
+
# header parameters
|
1366
|
+
header_params = opts[:header_params] || {}
|
1367
|
+
# HTTP header 'Accept' (if needed)
|
1368
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1369
|
+
|
1370
|
+
# form parameters
|
1371
|
+
form_params = opts[:form_params] || {}
|
1372
|
+
|
1373
|
+
# http body (model)
|
1374
|
+
post_body = opts[:debug_body]
|
1375
|
+
|
1376
|
+
# return_type
|
1377
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1378
|
+
|
1379
|
+
# auth_names
|
1380
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1381
|
+
|
1382
|
+
new_options = opts.merge(
|
1383
|
+
:operation => :"SitePagesApi.restore_previous_version",
|
1384
|
+
:header_params => header_params,
|
1385
|
+
:query_params => query_params,
|
1386
|
+
:form_params => form_params,
|
1387
|
+
:body => post_body,
|
1388
|
+
:auth_names => auth_names,
|
1389
|
+
:return_type => return_type
|
1390
|
+
)
|
1391
|
+
|
1392
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1393
|
+
if @api_client.config.debugging
|
1394
|
+
@api_client.config.logger.debug "API called: SitePagesApi#restore_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1395
|
+
end
|
1396
|
+
return data, status_code, headers
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
# Restore a previous version of a Site Page, to the draft version of the Site Page
|
1400
|
+
# Takes a specified version of a Site Page, sets it as the new draft version of the Site Page.
|
1401
|
+
# @param object_id [String] The Site Page id.
|
1402
|
+
# @param revision_id [Integer] The Site Page version id to restore.
|
1403
|
+
# @param [Hash] opts the optional parameters
|
1404
|
+
# @return [Page]
|
1405
|
+
def restore_previous_version_to_draft(object_id, revision_id, opts = {})
|
1406
|
+
data, _status_code, _headers = restore_previous_version_to_draft_with_http_info(object_id, revision_id, opts)
|
1407
|
+
data
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
# Restore a previous version of a Site Page, to the draft version of the Site Page
|
1411
|
+
# Takes a specified version of a Site Page, sets it as the new draft version of the Site Page.
|
1412
|
+
# @param object_id [String] The Site Page id.
|
1413
|
+
# @param revision_id [Integer] The Site Page version id to restore.
|
1414
|
+
# @param [Hash] opts the optional parameters
|
1415
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
1416
|
+
def restore_previous_version_to_draft_with_http_info(object_id, revision_id, opts = {})
|
1417
|
+
if @api_client.config.debugging
|
1418
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.restore_previous_version_to_draft ...'
|
1419
|
+
end
|
1420
|
+
# verify the required parameter 'object_id' is set
|
1421
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1422
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.restore_previous_version_to_draft"
|
1423
|
+
end
|
1424
|
+
# verify the required parameter 'revision_id' is set
|
1425
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
1426
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling SitePagesApi.restore_previous_version_to_draft"
|
1427
|
+
end
|
1428
|
+
# resource path
|
1429
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/revisions/{revisionId}/restore-to-draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
1430
|
+
|
1431
|
+
# query parameters
|
1432
|
+
query_params = opts[:query_params] || {}
|
1433
|
+
|
1434
|
+
# header parameters
|
1435
|
+
header_params = opts[:header_params] || {}
|
1436
|
+
# HTTP header 'Accept' (if needed)
|
1437
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1438
|
+
|
1439
|
+
# form parameters
|
1440
|
+
form_params = opts[:form_params] || {}
|
1441
|
+
|
1442
|
+
# http body (model)
|
1443
|
+
post_body = opts[:debug_body]
|
1444
|
+
|
1445
|
+
# return_type
|
1446
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1447
|
+
|
1448
|
+
# auth_names
|
1449
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1450
|
+
|
1451
|
+
new_options = opts.merge(
|
1452
|
+
:operation => :"SitePagesApi.restore_previous_version_to_draft",
|
1453
|
+
:header_params => header_params,
|
1454
|
+
:query_params => query_params,
|
1455
|
+
:form_params => form_params,
|
1456
|
+
:body => post_body,
|
1457
|
+
:auth_names => auth_names,
|
1458
|
+
:return_type => return_type
|
1459
|
+
)
|
1460
|
+
|
1461
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1462
|
+
if @api_client.config.debugging
|
1463
|
+
@api_client.config.logger.debug "API called: SitePagesApi#restore_previous_version_to_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1464
|
+
end
|
1465
|
+
return data, status_code, headers
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
# Schedule a Site Page to be Published
|
1469
|
+
# Schedule a Site Page to be Published
|
1470
|
+
# @param content_schedule_request_v_next [ContentScheduleRequestVNext] The JSON representation of the ContentScheduleRequestVNext object.
|
1471
|
+
# @param [Hash] opts the optional parameters
|
1472
|
+
# @return [nil]
|
1473
|
+
def schedule(content_schedule_request_v_next, opts = {})
|
1474
|
+
schedule_with_http_info(content_schedule_request_v_next, opts)
|
1475
|
+
nil
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
# Schedule a Site Page to be Published
|
1479
|
+
# Schedule a Site Page to be Published
|
1480
|
+
# @param content_schedule_request_v_next [ContentScheduleRequestVNext] The JSON representation of the ContentScheduleRequestVNext object.
|
1481
|
+
# @param [Hash] opts the optional parameters
|
1482
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1483
|
+
def schedule_with_http_info(content_schedule_request_v_next, opts = {})
|
1484
|
+
if @api_client.config.debugging
|
1485
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.schedule ...'
|
1486
|
+
end
|
1487
|
+
# verify the required parameter 'content_schedule_request_v_next' is set
|
1488
|
+
if @api_client.config.client_side_validation && content_schedule_request_v_next.nil?
|
1489
|
+
fail ArgumentError, "Missing the required parameter 'content_schedule_request_v_next' when calling SitePagesApi.schedule"
|
1490
|
+
end
|
1491
|
+
# resource path
|
1492
|
+
local_var_path = '/cms/v3/pages/site-pages/schedule'
|
1493
|
+
|
1494
|
+
# query parameters
|
1495
|
+
query_params = opts[:query_params] || {}
|
1496
|
+
|
1497
|
+
# header parameters
|
1498
|
+
header_params = opts[:header_params] || {}
|
1499
|
+
# HTTP header 'Accept' (if needed)
|
1500
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1501
|
+
# HTTP header 'Content-Type'
|
1502
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1503
|
+
if !content_type.nil?
|
1504
|
+
header_params['Content-Type'] = content_type
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
# form parameters
|
1508
|
+
form_params = opts[:form_params] || {}
|
1509
|
+
|
1510
|
+
# http body (model)
|
1511
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_schedule_request_v_next)
|
1512
|
+
|
1513
|
+
# return_type
|
1514
|
+
return_type = opts[:debug_return_type]
|
1515
|
+
|
1516
|
+
# auth_names
|
1517
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1518
|
+
|
1519
|
+
new_options = opts.merge(
|
1520
|
+
:operation => :"SitePagesApi.schedule",
|
1521
|
+
:header_params => header_params,
|
1522
|
+
:query_params => query_params,
|
1523
|
+
:form_params => form_params,
|
1524
|
+
:body => post_body,
|
1525
|
+
:auth_names => auth_names,
|
1526
|
+
:return_type => return_type
|
1527
|
+
)
|
1528
|
+
|
1529
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1530
|
+
if @api_client.config.debugging
|
1531
|
+
@api_client.config.logger.debug "API called: SitePagesApi#schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1532
|
+
end
|
1533
|
+
return data, status_code, headers
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
# Set a new primary language
|
1537
|
+
# Set a site page as the primary language of a multi-language group.
|
1538
|
+
# @param set_new_language_primary_request_v_next [SetNewLanguagePrimaryRequestVNext] The JSON representation of the SetNewLanguagePrimaryRequest object.
|
1539
|
+
# @param [Hash] opts the optional parameters
|
1540
|
+
# @return [nil]
|
1541
|
+
def set_lang_primary(set_new_language_primary_request_v_next, opts = {})
|
1542
|
+
set_lang_primary_with_http_info(set_new_language_primary_request_v_next, opts)
|
1543
|
+
nil
|
1544
|
+
end
|
1545
|
+
|
1546
|
+
# Set a new primary language
|
1547
|
+
# Set a site page as the primary language of a multi-language group.
|
1548
|
+
# @param set_new_language_primary_request_v_next [SetNewLanguagePrimaryRequestVNext] The JSON representation of the SetNewLanguagePrimaryRequest object.
|
1549
|
+
# @param [Hash] opts the optional parameters
|
1550
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1551
|
+
def set_lang_primary_with_http_info(set_new_language_primary_request_v_next, opts = {})
|
1552
|
+
if @api_client.config.debugging
|
1553
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.set_lang_primary ...'
|
1554
|
+
end
|
1555
|
+
# verify the required parameter 'set_new_language_primary_request_v_next' is set
|
1556
|
+
if @api_client.config.client_side_validation && set_new_language_primary_request_v_next.nil?
|
1557
|
+
fail ArgumentError, "Missing the required parameter 'set_new_language_primary_request_v_next' when calling SitePagesApi.set_lang_primary"
|
1558
|
+
end
|
1559
|
+
# resource path
|
1560
|
+
local_var_path = '/cms/v3/pages/site-pages/multi-language/set-new-lang-primary'
|
1561
|
+
|
1562
|
+
# query parameters
|
1563
|
+
query_params = opts[:query_params] || {}
|
1564
|
+
|
1565
|
+
# header parameters
|
1566
|
+
header_params = opts[:header_params] || {}
|
1567
|
+
# HTTP header 'Accept' (if needed)
|
1568
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1569
|
+
# HTTP header 'Content-Type'
|
1570
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1571
|
+
if !content_type.nil?
|
1572
|
+
header_params['Content-Type'] = content_type
|
1573
|
+
end
|
1574
|
+
|
1575
|
+
# form parameters
|
1576
|
+
form_params = opts[:form_params] || {}
|
1577
|
+
|
1578
|
+
# http body (model)
|
1579
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(set_new_language_primary_request_v_next)
|
1580
|
+
|
1581
|
+
# return_type
|
1582
|
+
return_type = opts[:debug_return_type]
|
1583
|
+
|
1584
|
+
# auth_names
|
1585
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1586
|
+
|
1587
|
+
new_options = opts.merge(
|
1588
|
+
:operation => :"SitePagesApi.set_lang_primary",
|
1589
|
+
:header_params => header_params,
|
1590
|
+
:query_params => query_params,
|
1591
|
+
:form_params => form_params,
|
1592
|
+
:body => post_body,
|
1593
|
+
:auth_names => auth_names,
|
1594
|
+
:return_type => return_type
|
1595
|
+
)
|
1596
|
+
|
1597
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1598
|
+
if @api_client.config.debugging
|
1599
|
+
@api_client.config.logger.debug "API called: SitePagesApi#set_lang_primary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1600
|
+
end
|
1601
|
+
return data, status_code, headers
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
# Update a Site Page
|
1605
|
+
# Sparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
1606
|
+
# @param object_id [String] The Site Page id.
|
1607
|
+
# @param page [Page] The JSON representation of the updated Site Page.
|
1608
|
+
# @param [Hash] opts the optional parameters
|
1609
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Site Pages. Defaults to `false`.
|
1610
|
+
# @return [Page]
|
1611
|
+
def update(object_id, page, opts = {})
|
1612
|
+
data, _status_code, _headers = update_with_http_info(object_id, page, opts)
|
1613
|
+
data
|
1614
|
+
end
|
1615
|
+
|
1616
|
+
# Update a Site Page
|
1617
|
+
# Sparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
1618
|
+
# @param object_id [String] The Site Page id.
|
1619
|
+
# @param page [Page] The JSON representation of the updated Site Page.
|
1620
|
+
# @param [Hash] opts the optional parameters
|
1621
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Site Pages. Defaults to `false`.
|
1622
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
1623
|
+
def update_with_http_info(object_id, page, opts = {})
|
1624
|
+
if @api_client.config.debugging
|
1625
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.update ...'
|
1626
|
+
end
|
1627
|
+
# verify the required parameter 'object_id' is set
|
1628
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1629
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.update"
|
1630
|
+
end
|
1631
|
+
# verify the required parameter 'page' is set
|
1632
|
+
if @api_client.config.client_side_validation && page.nil?
|
1633
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling SitePagesApi.update"
|
1634
|
+
end
|
1635
|
+
# resource path
|
1636
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1637
|
+
|
1638
|
+
# query parameters
|
1639
|
+
query_params = opts[:query_params] || {}
|
1640
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1641
|
+
|
1642
|
+
# header parameters
|
1643
|
+
header_params = opts[:header_params] || {}
|
1644
|
+
# HTTP header 'Accept' (if needed)
|
1645
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1646
|
+
# HTTP header 'Content-Type'
|
1647
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1648
|
+
if !content_type.nil?
|
1649
|
+
header_params['Content-Type'] = content_type
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
# form parameters
|
1653
|
+
form_params = opts[:form_params] || {}
|
1654
|
+
|
1655
|
+
# http body (model)
|
1656
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
1657
|
+
|
1658
|
+
# return_type
|
1659
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1660
|
+
|
1661
|
+
# auth_names
|
1662
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1663
|
+
|
1664
|
+
new_options = opts.merge(
|
1665
|
+
:operation => :"SitePagesApi.update",
|
1666
|
+
:header_params => header_params,
|
1667
|
+
:query_params => query_params,
|
1668
|
+
:form_params => form_params,
|
1669
|
+
:body => post_body,
|
1670
|
+
:auth_names => auth_names,
|
1671
|
+
:return_type => return_type
|
1672
|
+
)
|
1673
|
+
|
1674
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1675
|
+
if @api_client.config.debugging
|
1676
|
+
@api_client.config.logger.debug "API called: SitePagesApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1677
|
+
end
|
1678
|
+
return data, status_code, headers
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
# Update a batch of Site Pages
|
1682
|
+
# Update the Site Page objects identified in the request body.
|
1683
|
+
# @param batch_input_json_node [BatchInputJsonNode] The JSON representation of the updated Site Pages.
|
1684
|
+
# @param [Hash] opts the optional parameters
|
1685
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Site Pages. Defaults to `false`.
|
1686
|
+
# @return [BatchResponsePage]
|
1687
|
+
def update_batch(batch_input_json_node, opts = {})
|
1688
|
+
data, _status_code, _headers = update_batch_with_http_info(batch_input_json_node, opts)
|
1689
|
+
data
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
# Update a batch of Site Pages
|
1693
|
+
# Update the Site Page objects identified in the request body.
|
1694
|
+
# @param batch_input_json_node [BatchInputJsonNode] The JSON representation of the updated Site Pages.
|
1695
|
+
# @param [Hash] opts the optional parameters
|
1696
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Site Pages. Defaults to `false`.
|
1697
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
1698
|
+
def update_batch_with_http_info(batch_input_json_node, opts = {})
|
1699
|
+
if @api_client.config.debugging
|
1700
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.update_batch ...'
|
1701
|
+
end
|
1702
|
+
# verify the required parameter 'batch_input_json_node' is set
|
1703
|
+
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
1704
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling SitePagesApi.update_batch"
|
1705
|
+
end
|
1706
|
+
# resource path
|
1707
|
+
local_var_path = '/cms/v3/pages/site-pages/batch/update'
|
1708
|
+
|
1709
|
+
# query parameters
|
1710
|
+
query_params = opts[:query_params] || {}
|
1711
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1712
|
+
|
1713
|
+
# header parameters
|
1714
|
+
header_params = opts[:header_params] || {}
|
1715
|
+
# HTTP header 'Accept' (if needed)
|
1716
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1717
|
+
# HTTP header 'Content-Type'
|
1718
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1719
|
+
if !content_type.nil?
|
1720
|
+
header_params['Content-Type'] = content_type
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
# form parameters
|
1724
|
+
form_params = opts[:form_params] || {}
|
1725
|
+
|
1726
|
+
# http body (model)
|
1727
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_json_node)
|
1728
|
+
|
1729
|
+
# return_type
|
1730
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
1731
|
+
|
1732
|
+
# auth_names
|
1733
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1734
|
+
|
1735
|
+
new_options = opts.merge(
|
1736
|
+
:operation => :"SitePagesApi.update_batch",
|
1737
|
+
:header_params => header_params,
|
1738
|
+
:query_params => query_params,
|
1739
|
+
:form_params => form_params,
|
1740
|
+
:body => post_body,
|
1741
|
+
:auth_names => auth_names,
|
1742
|
+
:return_type => return_type
|
1743
|
+
)
|
1744
|
+
|
1745
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1746
|
+
if @api_client.config.debugging
|
1747
|
+
@api_client.config.logger.debug "API called: SitePagesApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1748
|
+
end
|
1749
|
+
return data, status_code, headers
|
1750
|
+
end
|
1751
|
+
|
1752
|
+
# Update a Site Page draft
|
1753
|
+
# Sparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
1754
|
+
# @param object_id [String] The Site Page id.
|
1755
|
+
# @param page [Page] The JSON representation of the updated Site Page to be applied to the draft.
|
1756
|
+
# @param [Hash] opts the optional parameters
|
1757
|
+
# @return [Page]
|
1758
|
+
def update_draft(object_id, page, opts = {})
|
1759
|
+
data, _status_code, _headers = update_draft_with_http_info(object_id, page, opts)
|
1760
|
+
data
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
# Update a Site Page draft
|
1764
|
+
# Sparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
1765
|
+
# @param object_id [String] The Site Page id.
|
1766
|
+
# @param page [Page] The JSON representation of the updated Site Page to be applied to the draft.
|
1767
|
+
# @param [Hash] opts the optional parameters
|
1768
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
1769
|
+
def update_draft_with_http_info(object_id, page, opts = {})
|
1770
|
+
if @api_client.config.debugging
|
1771
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.update_draft ...'
|
1772
|
+
end
|
1773
|
+
# verify the required parameter 'object_id' is set
|
1774
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1775
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling SitePagesApi.update_draft"
|
1776
|
+
end
|
1777
|
+
# verify the required parameter 'page' is set
|
1778
|
+
if @api_client.config.client_side_validation && page.nil?
|
1779
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling SitePagesApi.update_draft"
|
1780
|
+
end
|
1781
|
+
# resource path
|
1782
|
+
local_var_path = '/cms/v3/pages/site-pages/{objectId}/draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1783
|
+
|
1784
|
+
# query parameters
|
1785
|
+
query_params = opts[:query_params] || {}
|
1786
|
+
|
1787
|
+
# header parameters
|
1788
|
+
header_params = opts[:header_params] || {}
|
1789
|
+
# HTTP header 'Accept' (if needed)
|
1790
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1791
|
+
# HTTP header 'Content-Type'
|
1792
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1793
|
+
if !content_type.nil?
|
1794
|
+
header_params['Content-Type'] = content_type
|
1795
|
+
end
|
1796
|
+
|
1797
|
+
# form parameters
|
1798
|
+
form_params = opts[:form_params] || {}
|
1799
|
+
|
1800
|
+
# http body (model)
|
1801
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
1802
|
+
|
1803
|
+
# return_type
|
1804
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1805
|
+
|
1806
|
+
# auth_names
|
1807
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1808
|
+
|
1809
|
+
new_options = opts.merge(
|
1810
|
+
:operation => :"SitePagesApi.update_draft",
|
1811
|
+
:header_params => header_params,
|
1812
|
+
:query_params => query_params,
|
1813
|
+
:form_params => form_params,
|
1814
|
+
:body => post_body,
|
1815
|
+
:auth_names => auth_names,
|
1816
|
+
:return_type => return_type
|
1817
|
+
)
|
1818
|
+
|
1819
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1820
|
+
if @api_client.config.debugging
|
1821
|
+
@api_client.config.logger.debug "API called: SitePagesApi#update_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1822
|
+
end
|
1823
|
+
return data, status_code, headers
|
1824
|
+
end
|
1825
|
+
|
1826
|
+
# Update languages of multi-language group
|
1827
|
+
# Explicitly set new languages for each site page in a multi-language group.
|
1828
|
+
# @param update_languages_request_v_next [UpdateLanguagesRequestVNext] The JSON representation of the UpdateLanguagesRequest object.
|
1829
|
+
# @param [Hash] opts the optional parameters
|
1830
|
+
# @return [nil]
|
1831
|
+
def update_langs(update_languages_request_v_next, opts = {})
|
1832
|
+
update_langs_with_http_info(update_languages_request_v_next, opts)
|
1833
|
+
nil
|
1834
|
+
end
|
1835
|
+
|
1836
|
+
# Update languages of multi-language group
|
1837
|
+
# Explicitly set new languages for each site page in a multi-language group.
|
1838
|
+
# @param update_languages_request_v_next [UpdateLanguagesRequestVNext] The JSON representation of the UpdateLanguagesRequest object.
|
1839
|
+
# @param [Hash] opts the optional parameters
|
1840
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1841
|
+
def update_langs_with_http_info(update_languages_request_v_next, opts = {})
|
1842
|
+
if @api_client.config.debugging
|
1843
|
+
@api_client.config.logger.debug 'Calling API: SitePagesApi.update_langs ...'
|
1844
|
+
end
|
1845
|
+
# verify the required parameter 'update_languages_request_v_next' is set
|
1846
|
+
if @api_client.config.client_side_validation && update_languages_request_v_next.nil?
|
1847
|
+
fail ArgumentError, "Missing the required parameter 'update_languages_request_v_next' when calling SitePagesApi.update_langs"
|
1848
|
+
end
|
1849
|
+
# resource path
|
1850
|
+
local_var_path = '/cms/v3/pages/site-pages/multi-language/update-languages'
|
1851
|
+
|
1852
|
+
# query parameters
|
1853
|
+
query_params = opts[:query_params] || {}
|
1854
|
+
|
1855
|
+
# header parameters
|
1856
|
+
header_params = opts[:header_params] || {}
|
1857
|
+
# HTTP header 'Accept' (if needed)
|
1858
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1859
|
+
# HTTP header 'Content-Type'
|
1860
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1861
|
+
if !content_type.nil?
|
1862
|
+
header_params['Content-Type'] = content_type
|
1863
|
+
end
|
1864
|
+
|
1865
|
+
# form parameters
|
1866
|
+
form_params = opts[:form_params] || {}
|
1867
|
+
|
1868
|
+
# http body (model)
|
1869
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(update_languages_request_v_next)
|
1870
|
+
|
1871
|
+
# return_type
|
1872
|
+
return_type = opts[:debug_return_type]
|
1873
|
+
|
1874
|
+
# auth_names
|
1875
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1876
|
+
|
1877
|
+
new_options = opts.merge(
|
1878
|
+
:operation => :"SitePagesApi.update_langs",
|
1879
|
+
:header_params => header_params,
|
1880
|
+
:query_params => query_params,
|
1881
|
+
:form_params => form_params,
|
1882
|
+
:body => post_body,
|
1883
|
+
:auth_names => auth_names,
|
1884
|
+
:return_type => return_type
|
1885
|
+
)
|
1886
|
+
|
1887
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1888
|
+
if @api_client.config.debugging
|
1889
|
+
@api_client.config.logger.debug "API called: SitePagesApi#update_langs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1890
|
+
end
|
1891
|
+
return data, status_code, headers
|
1892
|
+
end
|
1893
|
+
end
|
1894
|
+
end
|
1895
|
+
end
|
1896
|
+
end
|