hubspot-api-client 11.1.0 → 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 +538 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +38 -30
- data/README.md +103 -58
- data/hubspot-api-client.gemspec +4 -4
- data/lib/hubspot/client.rb +32 -0
- 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 +4 -4
- 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 +1016 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +58 -54
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +4 -4
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +45 -21
- data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +84 -62
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +210 -92
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +266 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +38 -22
- data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +72 -59
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +23 -9
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +38 -22
- data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +78 -56
- data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +249 -0
- 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 +1016 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +58 -54
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +4 -4
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +45 -21
- data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +24 -9
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +84 -62
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +38 -22
- data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +72 -59
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +23 -9
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +38 -22
- data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +78 -56
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +126 -50
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +267 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +249 -0
- 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 +3 -3
- 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 +52 -34
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +137 -109
- 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 +3 -3
- 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 +306 -0
- 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 +70 -37
- 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 +133 -112
- 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 +3 -3
- 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 +2 -2
- data/lib/hubspot/codegen/communication_preferences/configuration.rb +48 -17
- 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 +33 -20
- 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 +3 -3
- 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 +48 -31
- 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 +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +52 -35
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -26
- data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +25 -81
- data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +237 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +48 -31
- 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 +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +283 -0
- 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 +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +48 -31
- 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 +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -48
- 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 -46
- 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 +283 -0
- 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 +48 -31
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +44 -28
- data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +26 -88
- data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +98 -0
- 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 +2 -2
- data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +295 -0
- 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 +94 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +244 -0
- 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 +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +232 -0
- 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 +273 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +239 -0
- 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 +244 -0
- 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 +301 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +232 -0
- 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 +314 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +285 -0
- 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 +391 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +295 -0
- 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 +94 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +244 -0
- 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 +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +232 -0
- 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 +273 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +239 -0
- 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 +244 -0
- 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 +301 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +232 -0
- 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 +314 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +228 -12
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +214 -12
- 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 +94 -0
- 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 +2 -2
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +48 -17
- 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 +50 -21
- 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 +47 -14
- 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 +244 -0
- 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 +67 -43
- 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 -46
- 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 +285 -0
- 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 +391 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +295 -0
- 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 +94 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +244 -0
- 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 +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +232 -0
- 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 +273 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +239 -0
- 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 +244 -0
- 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 +301 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +232 -0
- 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 +314 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +285 -0
- 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 +50 -21
- 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 +47 -14
- 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 +237 -0
- data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +295 -0
- 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 +94 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +244 -0
- 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 +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +232 -0
- 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 +273 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +239 -0
- 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 +244 -0
- 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 +301 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +232 -0
- 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 +314 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +285 -0
- 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 +391 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +295 -0
- 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 +94 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +244 -0
- 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 +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +232 -0
- 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 +273 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +239 -0
- 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 +244 -0
- 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 +301 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +232 -0
- 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 +314 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +285 -0
- 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 +15 -13
- data/lib/hubspot/codegen/crm/owners/api_client.rb +58 -54
- data/lib/hubspot/codegen/crm/owners/api_error.rb +4 -4
- data/lib/hubspot/codegen/crm/owners/configuration.rb +45 -21
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +35 -22
- data/lib/hubspot/codegen/crm/owners/models/error.rb +72 -59
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +22 -9
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +35 -22
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +73 -60
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +45 -61
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +95 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +95 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +71 -53
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +89 -53
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +230 -0
- 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 +74 -61
- 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 +107 -51
- 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 +292 -0
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +48 -31
- 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 +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -48
- 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 -46
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +283 -0
- 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 +2 -2
- 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 +228 -12
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +208 -6
- data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +92 -0
- 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 +2 -2
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +48 -17
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +283 -0
- 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 +2 -2
- 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 +48 -31
- 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 +92 -0
- 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 +2 -2
- 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 +50 -21
- 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 +47 -14
- 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 +242 -0
- 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 +67 -43
- 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 -46
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +67 -54
- data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +283 -0
- 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 +3 -3
- 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 -68
- 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 +3 -3
- 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 +460 -0
- data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +162 -0
- data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +103 -0
- data/lib/hubspot/codegen/marketing/events/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +163 -0
- data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +200 -0
- data/lib/hubspot/codegen/marketing/events/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/events/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/events/configuration.rb +294 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +231 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +232 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +232 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +354 -0
- 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 +230 -0
- data/lib/hubspot/codegen/marketing/events/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +244 -0
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +229 -0
- 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 +346 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +316 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +266 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +259 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +361 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +436 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +249 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +306 -0
- data/lib/hubspot/codegen/marketing/events/models/property_value.rb +451 -0
- data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +330 -0
- 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 +444 -0
- data/lib/hubspot/codegen/marketing/forms/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/forms/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/forms/configuration.rb +287 -0
- data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +239 -0
- 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 +388 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +243 -0
- 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 +321 -0
- data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +412 -0
- data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +247 -0
- data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +268 -0
- data/lib/hubspot/codegen/marketing/forms/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +318 -0
- data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +403 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +318 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +279 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +429 -0
- data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +425 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +405 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +397 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +391 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +383 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +273 -0
- 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 +258 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +330 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +312 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +320 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +264 -0
- data/lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb +244 -0
- data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +388 -0
- data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +397 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +391 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +417 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +412 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +378 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +388 -0
- data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +37 -25
- data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +19 -11
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +57 -53
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +3 -3
- 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 +239 -0
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +37 -23
- 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 +223 -0
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +36 -21
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +61 -57
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +52 -46
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +23 -9
- 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 +3 -3
- 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 +83 -0
- data/lib/hubspot/codegen/settings/users/api/teams_api.rb +83 -0
- data/lib/hubspot/codegen/settings/users/api/users_api.rb +366 -0
- data/lib/hubspot/codegen/settings/users/api_client.rb +410 -0
- data/lib/hubspot/codegen/settings/users/api_error.rb +61 -0
- data/lib/hubspot/codegen/settings/users/configuration.rb +287 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +230 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +230 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/settings/users/models/error.rb +305 -0
- data/lib/hubspot/codegen/settings/users/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/settings/users/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +260 -0
- data/lib/hubspot/codegen/settings/users/models/public_team.rb +279 -0
- data/lib/hubspot/codegen/settings/users/models/public_user.rb +306 -0
- data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +247 -0
- data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +272 -0
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +26 -32
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +70 -79
- data/lib/hubspot/codegen/webhooks/api_client.rb +57 -53
- data/lib/hubspot/codegen/webhooks/api_error.rb +3 -3
- data/lib/hubspot/codegen/webhooks/configuration.rb +46 -15
- 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 -26
- 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/configuration.rb +3 -1
- data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/client.rb +22 -0
- data/lib/hubspot/discovery/automation/client.rb +17 -0
- data/lib/hubspot/discovery/base_api_client.rb +173 -0
- data/lib/hubspot/discovery/base_module_client.rb +62 -0
- data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +13 -0
- data/lib/hubspot/discovery/cms/audit_logs/client.rb +19 -0
- data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/authors/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/tags/client.rb +21 -0
- data/lib/hubspot/discovery/cms/client.rb +25 -0
- data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +13 -0
- data/lib/hubspot/discovery/cms/domains/client.rb +19 -0
- data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/client.rb +21 -0
- 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 +13 -0
- data/lib/hubspot/discovery/cms/performance/client.rb +19 -0
- data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +13 -0
- data/lib/hubspot/discovery/cms/site_search/client.rb +19 -0
- data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/client.rb +23 -0
- data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +13 -0
- data/lib/hubspot/discovery/cms/url_redirects/client.rb +19 -0
- data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +11 -0
- data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +11 -0
- data/lib/hubspot/discovery/communication_preferences/client.rb +18 -0
- data/lib/hubspot/discovery/conversations/client.rb +17 -0
- data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +13 -0
- data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +19 -0
- data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/associations/client.rb +24 -0
- 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 +34 -0
- data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/client.rb +22 -0
- data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/client.rb +23 -0
- data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +26 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/extensions/calling/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/cards/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +21 -0
- data/lib/hubspot/discovery/crm/imports/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +13 -0
- data/lib/hubspot/discovery/crm/imports/client.rb +20 -0
- data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +13 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/line_items/client.rb +23 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/client.rb +39 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +25 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/client.rb +25 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +15 -0
- 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 +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/client.rb +25 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/owners/client.rb +19 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/client.rb +22 -0
- data/lib/hubspot/discovery/crm/products/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/batch_api.rb +13 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/products/client.rb +24 -0
- data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/client.rb +21 -0
- data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +13 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/quotes/client.rb +24 -0
- data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +13 -0
- data/lib/hubspot/discovery/crm/schemas/client.rb +20 -0
- data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +13 -0
- 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 +13 -0
- data/lib/hubspot/discovery/crm/tickets/client.rb +24 -0
- data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/client.rb +21 -0
- data/lib/hubspot/discovery/events/api/events_api.rb +11 -0
- data/lib/hubspot/discovery/events/client.rb +23 -0
- 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 +18 -0
- data/lib/hubspot/discovery/marketing/client.rb +19 -0
- 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 +13 -0
- data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/client.rb +25 -0
- data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/forms/client.rb +19 -0
- data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/transactional/client.rb +20 -0
- data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/api/tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/client.rb +19 -0
- 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 +18 -0
- data/lib/hubspot/discovery/settings/users/api/roles_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/api/teams_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/api/users_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/client.rb +21 -0
- data/lib/hubspot/discovery/webhooks/api/settings_api.rb +11 -0
- data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +11 -0
- data/lib/hubspot/discovery/webhooks/client.rb +18 -0
- data/lib/hubspot/exceptions.rb +9 -7
- data/lib/hubspot/helpers/association_type.rb +92 -0
- data/lib/hubspot/helpers/camel_case.rb +16 -0
- 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 +14 -0
- data/lib/hubspot/oauth_helper.rb +12 -8
- data/lib/hubspot/version.rb +3 -3
- data/lib/hubspot-api-client.rb +2 -59
- data/pkg/hubspot-api-client-17.0.0.gem +0 -0
- data/spec/discovery/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/discovery/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/discovery/automation/actions/functions_api_spec.rb +13 -0
- data/spec/discovery/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/discovery/base_api_client_spec.rb +172 -0
- data/spec/discovery/base_module_client_spec.rb +29 -0
- data/spec/discovery/client_spec.rb +17 -0
- data/spec/discovery/cms/audit-logs/audit_logs_api_spec.rb +7 -0
- data/spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb +15 -0
- data/spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb +25 -0
- data/spec/discovery/cms/blogs/client_spec.rb +9 -0
- data/spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb +15 -0
- data/spec/discovery/cms/client_spec.rb +14 -0
- data/spec/discovery/cms/domains/domains_api_spec.rb +8 -0
- data/spec/discovery/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/discovery/cms/hubdb/tables_api_spec.rb +20 -0
- 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/performance/public_performance_api_spec.rb +8 -0
- data/spec/discovery/cms/site-search/public_api_spec.rb +8 -0
- data/spec/discovery/cms/source-code/content_api_spec.rb +10 -0
- data/spec/discovery/cms/source-code/extract_api_spec.rb +7 -0
- data/spec/discovery/cms/source-code/metadata_api_spec.rb +7 -0
- data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +8 -0
- data/spec/discovery/cms/source-code/validation_api_spec.rb +7 -0
- data/spec/discovery/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/discovery/communication_preferences/definition_api_spec.rb +7 -0
- data/spec/discovery/communication_preferences/status_api_spec.rb +9 -0
- data/spec/discovery/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/discovery/crm/associations/batch_api_spec.rb +9 -0
- 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/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/companies/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/companies/search_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/contacts/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/search_api_spec.rb +7 -0
- data/spec/discovery/crm/deals/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/deals/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/deals/search_api_spec.rb +7 -0
- data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
- data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +9 -0
- data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
- data/spec/discovery/crm/extensions/calling/settings_api_spec.rb +10 -0
- data/spec/discovery/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/discovery/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/discovery/crm/extensions/client_spec.rb +11 -0
- data/spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
- data/spec/discovery/crm/imports/core_api_spec.rb +10 -0
- data/spec/discovery/crm/imports/public_imports_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/line_items/batch_api_spec.rb +10 -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/line_items/search_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/associations_api_spec.rb +9 -0
- data/spec/discovery/crm/objects/basic_api_spec.rb +12 -0
- data/spec/discovery/crm/objects/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/calls/search_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/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/emails/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/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/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/notes/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/search_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/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/search_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/owners/owners_api_spec.rb +8 -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/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/discovery/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/discovery/crm/products/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/products/batch_api_spec.rb +10 -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/products/search_api_spec.rb +7 -0
- data/spec/discovery/crm/properties/batch_api_spec.rb +9 -0
- data/spec/discovery/crm/properties/core_api_spec.rb +11 -0
- data/spec/discovery/crm/properties/groups_api_spec.rb +11 -0
- data/spec/discovery/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/discovery/crm/quotes/batch_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/quotes/search_api_spec.rb +7 -0
- data/spec/discovery/crm/schemas/core_api_spec.rb +13 -0
- data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/tickets/batch_api_spec.rb +10 -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/crm/tickets/search_api_spec.rb +7 -0
- data/spec/discovery/crm/timeline/events_api_spec.rb +11 -0
- data/spec/discovery/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/discovery/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/discovery/events/events_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/basic_api_spec.rb +12 -0
- data/spec/discovery/marketing/events/batch_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 +7 -0
- data/spec/discovery/marketing/events/settings_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
- data/spec/discovery/marketing/forms/forms_api_spec.rb +12 -0
- data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +11 -0
- data/spec/discovery/marketing/transactional/single_send_api_spec.rb +7 -0
- data/spec/discovery/oauth/access_tokens_api_spec.rb +7 -0
- data/spec/discovery/oauth/refresh_tokens_api_spec.rb +8 -0
- data/spec/discovery/oauth/tokens_api_spec.rb +7 -0
- data/spec/discovery/settings/businnes_units/business_unit_api_spec.rb +7 -0
- data/spec/discovery/settings/users/roles_api_spec.rb +7 -0
- data/spec/discovery/settings/users/teams_api_spec.rb +7 -0
- data/spec/discovery/settings/users/users_api_spec.rb +11 -0
- data/spec/discovery/webhooks/settings_api_spec.rb +9 -0
- data/spec/discovery/webhooks/subscriptions_api_spec.rb +12 -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 +1581 -1768
- 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/authors/api/author_api.rb +0 -643
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_post_api.rb +0 -1302
- 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/background_image.rb +0 -279
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +0 -219
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +0 -219
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +0 -219
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +0 -335
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +0 -1207
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +0 -242
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +0 -242
- 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_schedule_request_v_next.rb +0 -233
- 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 -393
- 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 -259
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +0 -231
- 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 -311
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +0 -347
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +0 -261
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +0 -248
- data/lib/hubspot/codegen/cms/blogs/tags/api/tag_api.rb +0 -643
- 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 -222
- 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/public_search_results.rb +0 -282
- data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -368
- 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.rb +0 -242
- 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/next_page.rb +0 -224
- data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -596
- 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/feedback_submissions/api/associations_api.rb +0 -100
- 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/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/pipelines/models/collection_response_pipeline.rb +0 -226
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +0 -226
- data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +0 -210
- 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 -98
- 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/transactional/models/collection_response_smtp_api_token_view.rb +0 -227
- data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +0 -210
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +0 -261
- data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
- data/pkg/hubspot-api-client-10.1.1.gem +0 -0
- 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/author_api_spec.rb +0 -158
- 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_with_errors_spec.rb +0 -87
- data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -107
- 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/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/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/blogs/blog-posts/api/blog_post_api_spec.rb +0 -285
- data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
- 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_with_errors_spec.rb +0 -87
- 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_schedule_request_v_next_spec.rb +0 -47
- 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/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/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/tag_api_spec.rb +0 -158
- 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_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/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/standard_error_spec.rb +0 -83
- data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -65
- 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_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 -69
- 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 -77
- 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/public_search_results_spec.rb +0 -71
- data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +0 -59
- data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -107
- data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_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/next_page_spec.rb +0 -47
- data/spec/codegen/cms/url-redirects/models/paging_spec.rb +0 -41
- 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 -189
- 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 -105
- data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -105
- data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
- data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -59
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -105
- data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
- 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 -105
- data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
- data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
- data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -110
- data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
- data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -61
- data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
- data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -49
- data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -67
- data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -47
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
- 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 -57
- data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -123
- data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +0 -47
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
- 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/next_page_spec.rb +0 -47
- data/spec/codegen/crm/pipelines/models/paging_spec.rb +0 -41
- 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/products/api/associations_api_spec.rb +0 -77
- data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -105
- data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
- 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 -49
- data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -67
- data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -47
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
- 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 -105
- data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
- 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 -53
- 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 -57
- 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_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 -71
- data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -77
- data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
- 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/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_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/next_page_spec.rb +0 -47
- data/spec/codegen/marketing/transactional/models/paging_spec.rb +0 -41
- 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/webhooks/api/settings_api_spec.rb +0 -72
- data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -113
- 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/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/author_api_spec.rb +0 -254
- data/spec/features/cms/blogs/blog-posts/blog_post_api_spec.rb +0 -25
- data/spec/features/cms/blogs/tags/tag_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/perfomance/public_perfomance_api_spec.rb +0 -8
- data/spec/features/cms/site-search/public_api_spec.rb +0 -8
- 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 -8
- 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/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/feedback_submissions/associations_api_spec.rb +0 -7
- data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -8
- data/spec/features/crm/objects/feedback_submissions/batch_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 -8
- data/spec/features/crm/objects/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/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/webhooks/settings_api_spec.rb +0 -9
- data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubspot-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 18.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HubSpot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -44,20 +44,6 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 2.1.0
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: require_all
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - "~>"
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: 3.0.0
|
54
|
-
type: :runtime
|
55
|
-
prerelease: false
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
requirements:
|
58
|
-
- - "~>"
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: 3.0.0
|
61
47
|
- !ruby/object:Gem::Dependency
|
62
48
|
name: rspec
|
63
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,20 +90,14 @@ dependencies:
|
|
104
90
|
requirements:
|
105
91
|
- - "~>"
|
106
92
|
- !ruby/object:Gem::Version
|
107
|
-
version: '
|
108
|
-
- - ">="
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: 1.24.3
|
93
|
+
version: '3.14'
|
111
94
|
type: :development
|
112
95
|
prerelease: false
|
113
96
|
version_requirements: !ruby/object:Gem::Requirement
|
114
97
|
requirements:
|
115
98
|
- - "~>"
|
116
99
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
118
|
-
- - ">="
|
119
|
-
- !ruby/object:Gem::Version
|
120
|
-
version: 1.24.3
|
100
|
+
version: '3.14'
|
121
101
|
- !ruby/object:Gem::Dependency
|
122
102
|
name: autotest
|
123
103
|
requirement: !ruby/object:Gem::Requirement
|
@@ -182,16 +162,30 @@ dependencies:
|
|
182
162
|
name: rake-release
|
183
163
|
requirement: !ruby/object:Gem::Requirement
|
184
164
|
requirements:
|
185
|
-
- - "
|
165
|
+
- - "~>"
|
186
166
|
- !ruby/object:Gem::Version
|
187
|
-
version: '
|
167
|
+
version: '1.3'
|
188
168
|
type: :development
|
189
169
|
prerelease: false
|
190
170
|
version_requirements: !ruby/object:Gem::Requirement
|
191
171
|
requirements:
|
192
|
-
- - "
|
172
|
+
- - "~>"
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: '1.3'
|
175
|
+
- !ruby/object:Gem::Dependency
|
176
|
+
name: pry
|
177
|
+
requirement: !ruby/object:Gem::Requirement
|
178
|
+
requirements:
|
179
|
+
- - "~>"
|
180
|
+
- !ruby/object:Gem::Version
|
181
|
+
version: '0.14'
|
182
|
+
type: :development
|
183
|
+
prerelease: false
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
185
|
+
requirements:
|
186
|
+
- - "~>"
|
193
187
|
- !ruby/object:Gem::Version
|
194
|
-
version: '0'
|
188
|
+
version: '0.14'
|
195
189
|
description: HubSpot Ruby API client
|
196
190
|
email:
|
197
191
|
- ''
|
@@ -209,6 +203,7 @@ files:
|
|
209
203
|
- git_push.sh
|
210
204
|
- hubspot-api-client.gemspec
|
211
205
|
- lib/hubspot-api-client.rb
|
206
|
+
- lib/hubspot/client.rb
|
212
207
|
- lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
|
213
208
|
- lib/hubspot/codegen/automation/actions/api/definitions_api.rb
|
214
209
|
- lib/hubspot/codegen/automation/actions/api/functions_api.rb
|
@@ -216,121 +211,143 @@ files:
|
|
216
211
|
- lib/hubspot/codegen/automation/actions/api_client.rb
|
217
212
|
- lib/hubspot/codegen/automation/actions/api_error.rb
|
218
213
|
- lib/hubspot/codegen/automation/actions/configuration.rb
|
219
|
-
- lib/hubspot/codegen/automation/actions/models/action_function.rb
|
220
|
-
- lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb
|
221
|
-
- lib/hubspot/codegen/automation/actions/models/action_labels.rb
|
222
|
-
- lib/hubspot/codegen/automation/actions/models/action_revision.rb
|
223
214
|
- lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb
|
224
215
|
- lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb
|
225
216
|
- lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb
|
226
|
-
- lib/hubspot/codegen/automation/actions/models/
|
227
|
-
- lib/hubspot/codegen/automation/actions/models/
|
228
|
-
- lib/hubspot/codegen/automation/actions/models/
|
229
|
-
- lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb
|
217
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_public_action_definition_forward_paging.rb
|
218
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_public_action_function_identifier_no_paging.rb
|
219
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_public_action_revision_forward_paging.rb
|
230
220
|
- lib/hubspot/codegen/automation/actions/models/error.rb
|
231
221
|
- lib/hubspot/codegen/automation/actions/models/error_detail.rb
|
232
|
-
- lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
|
233
|
-
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
|
234
|
-
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
|
235
222
|
- lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
|
236
223
|
- lib/hubspot/codegen/automation/actions/models/forward_paging.rb
|
237
224
|
- lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
|
238
225
|
- lib/hubspot/codegen/automation/actions/models/next_page.rb
|
239
|
-
- lib/hubspot/codegen/automation/actions/models/object_request_options.rb
|
240
226
|
- lib/hubspot/codegen/automation/actions/models/option.rb
|
241
|
-
- lib/hubspot/codegen/automation/actions/models/
|
242
|
-
- lib/hubspot/codegen/
|
243
|
-
- lib/hubspot/codegen/
|
244
|
-
- lib/hubspot/codegen/
|
245
|
-
- lib/hubspot/codegen/
|
246
|
-
- lib/hubspot/codegen/
|
247
|
-
- lib/hubspot/codegen/
|
248
|
-
- lib/hubspot/codegen/
|
249
|
-
- lib/hubspot/codegen/
|
250
|
-
- lib/hubspot/codegen/
|
251
|
-
- lib/hubspot/codegen/
|
252
|
-
- lib/hubspot/codegen/
|
227
|
+
- lib/hubspot/codegen/automation/actions/models/output_field_definition.rb
|
228
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_definition.rb
|
229
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_definition_egg.rb
|
230
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_definition_input_field_dependencies_inner.rb
|
231
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_definition_patch.rb
|
232
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_function.rb
|
233
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_function_identifier.rb
|
234
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_labels.rb
|
235
|
+
- lib/hubspot/codegen/automation/actions/models/public_action_revision.rb
|
236
|
+
- lib/hubspot/codegen/automation/actions/models/public_conditional_single_field_dependency.rb
|
237
|
+
- lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb
|
238
|
+
- lib/hubspot/codegen/automation/actions/models/public_object_request_options.rb
|
239
|
+
- lib/hubspot/codegen/automation/actions/models/public_single_field_dependency.rb
|
240
|
+
- lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb
|
241
|
+
- lib/hubspot/codegen/cms/audit_logs/api_client.rb
|
242
|
+
- lib/hubspot/codegen/cms/audit_logs/api_error.rb
|
243
|
+
- lib/hubspot/codegen/cms/audit_logs/configuration.rb
|
244
|
+
- lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb
|
245
|
+
- lib/hubspot/codegen/cms/audit_logs/models/error.rb
|
246
|
+
- lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb
|
247
|
+
- lib/hubspot/codegen/cms/audit_logs/models/next_page.rb
|
248
|
+
- lib/hubspot/codegen/cms/audit_logs/models/paging.rb
|
249
|
+
- lib/hubspot/codegen/cms/audit_logs/models/previous_page.rb
|
250
|
+
- lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb
|
251
|
+
- lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb
|
253
252
|
- lib/hubspot/codegen/cms/blogs/authors/api_client.rb
|
254
253
|
- lib/hubspot/codegen/cms/blogs/authors/api_error.rb
|
255
254
|
- lib/hubspot/codegen/cms/blogs/authors/configuration.rb
|
255
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb
|
256
256
|
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
|
257
257
|
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
|
258
258
|
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
|
259
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb
|
259
260
|
- lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
|
260
261
|
- lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
|
262
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb
|
261
263
|
- lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
|
264
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb
|
262
265
|
- lib/hubspot/codegen/cms/blogs/authors/models/error.rb
|
263
266
|
- lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
|
264
267
|
- lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
|
265
268
|
- lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
|
269
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb
|
266
270
|
- lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
|
267
|
-
- lib/hubspot/codegen/cms/blogs/
|
268
|
-
- lib/hubspot/codegen/cms/blogs/
|
269
|
-
- lib/hubspot/codegen/cms/blogs/
|
270
|
-
- lib/hubspot/codegen/cms/blogs/
|
271
|
-
- lib/hubspot/codegen/cms/blogs/
|
272
|
-
- lib/hubspot/codegen/cms/blogs/
|
273
|
-
- lib/hubspot/codegen/cms/blogs/
|
274
|
-
- lib/hubspot/codegen/cms/blogs/
|
275
|
-
- lib/hubspot/codegen/cms/blogs/
|
276
|
-
- lib/hubspot/codegen/cms/blogs/
|
277
|
-
- lib/hubspot/codegen/cms/blogs/
|
278
|
-
- lib/hubspot/codegen/cms/blogs/
|
279
|
-
- lib/hubspot/codegen/cms/blogs/
|
280
|
-
- lib/hubspot/codegen/cms/blogs/
|
281
|
-
- lib/hubspot/codegen/cms/blogs/
|
282
|
-
- lib/hubspot/codegen/cms/blogs/
|
283
|
-
- lib/hubspot/codegen/cms/blogs/
|
284
|
-
- lib/hubspot/codegen/cms/blogs/
|
285
|
-
- lib/hubspot/codegen/cms/blogs/
|
286
|
-
- lib/hubspot/codegen/cms/blogs/
|
287
|
-
- lib/hubspot/codegen/cms/blogs/
|
288
|
-
- lib/hubspot/codegen/cms/blogs/
|
289
|
-
- lib/hubspot/codegen/cms/blogs/
|
290
|
-
- lib/hubspot/codegen/cms/blogs/
|
291
|
-
- lib/hubspot/codegen/cms/blogs/
|
292
|
-
- lib/hubspot/codegen/cms/blogs/
|
293
|
-
- lib/hubspot/codegen/cms/blogs/
|
294
|
-
- lib/hubspot/codegen/cms/blogs/
|
295
|
-
- lib/hubspot/codegen/cms/blogs/
|
296
|
-
- lib/hubspot/codegen/cms/blogs/
|
297
|
-
- lib/hubspot/codegen/cms/blogs/
|
298
|
-
- lib/hubspot/codegen/cms/blogs/
|
271
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb
|
272
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb
|
273
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb
|
274
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb
|
275
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb
|
276
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb
|
277
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb
|
278
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb
|
279
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb
|
280
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb
|
281
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb
|
282
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb
|
283
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb
|
284
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb
|
285
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb
|
286
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb
|
287
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb
|
288
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb
|
289
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb
|
290
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb
|
291
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb
|
292
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb
|
293
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb
|
294
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb
|
295
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb
|
296
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb
|
297
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb
|
298
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb
|
299
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb
|
300
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb
|
301
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb
|
302
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb
|
303
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb
|
304
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb
|
305
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb
|
306
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb
|
307
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb
|
308
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb
|
309
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb
|
310
|
+
- lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb
|
299
311
|
- lib/hubspot/codegen/cms/blogs/tags/api_client.rb
|
300
312
|
- lib/hubspot/codegen/cms/blogs/tags/api_error.rb
|
301
313
|
- lib/hubspot/codegen/cms/blogs/tags/configuration.rb
|
314
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb
|
302
315
|
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
|
303
316
|
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
|
304
317
|
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
|
318
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb
|
305
319
|
- lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
|
306
320
|
- lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
|
321
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb
|
307
322
|
- lib/hubspot/codegen/cms/blogs/tags/models/error.rb
|
308
323
|
- lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
|
309
324
|
- lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
|
310
325
|
- lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
|
326
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb
|
311
327
|
- lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
|
312
328
|
- lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
|
329
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb
|
330
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb
|
313
331
|
- lib/hubspot/codegen/cms/domains/api/domains_api.rb
|
314
332
|
- lib/hubspot/codegen/cms/domains/api_client.rb
|
315
333
|
- lib/hubspot/codegen/cms/domains/api_error.rb
|
316
334
|
- lib/hubspot/codegen/cms/domains/configuration.rb
|
317
|
-
- lib/hubspot/codegen/cms/domains/models/
|
335
|
+
- lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb
|
318
336
|
- lib/hubspot/codegen/cms/domains/models/domain.rb
|
319
|
-
- lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb
|
320
|
-
- lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb
|
321
337
|
- lib/hubspot/codegen/cms/domains/models/error.rb
|
322
338
|
- lib/hubspot/codegen/cms/domains/models/error_detail.rb
|
339
|
+
- lib/hubspot/codegen/cms/domains/models/forward_paging.rb
|
323
340
|
- lib/hubspot/codegen/cms/domains/models/next_page.rb
|
324
|
-
- lib/hubspot/codegen/cms/domains/models/paging.rb
|
325
341
|
- lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
|
326
342
|
- lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
|
327
343
|
- lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
|
328
344
|
- lib/hubspot/codegen/cms/hubdb/api_client.rb
|
329
345
|
- lib/hubspot/codegen/cms/hubdb/api_error.rb
|
330
346
|
- lib/hubspot/codegen/cms/hubdb/configuration.rb
|
347
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb
|
331
348
|
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb
|
332
|
-
- lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
|
333
349
|
- lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
|
350
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb
|
334
351
|
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
|
335
352
|
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
|
336
353
|
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
|
@@ -342,6 +359,7 @@ files:
|
|
342
359
|
- lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
|
343
360
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
|
344
361
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
|
362
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb
|
345
363
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb
|
346
364
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
|
347
365
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb
|
@@ -350,6 +368,55 @@ files:
|
|
350
368
|
- lib/hubspot/codegen/cms/hubdb/models/option.rb
|
351
369
|
- lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
|
352
370
|
- lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
|
371
|
+
- lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb
|
372
|
+
- lib/hubspot/codegen/cms/pages/api/site_pages_api.rb
|
373
|
+
- lib/hubspot/codegen/cms/pages/api_client.rb
|
374
|
+
- lib/hubspot/codegen/cms/pages/api_error.rb
|
375
|
+
- lib/hubspot/codegen/cms/pages/configuration.rb
|
376
|
+
- lib/hubspot/codegen/cms/pages/models/ab_test_create_request_v_next.rb
|
377
|
+
- lib/hubspot/codegen/cms/pages/models/ab_test_end_request_v_next.rb
|
378
|
+
- lib/hubspot/codegen/cms/pages/models/ab_test_rerun_request_v_next.rb
|
379
|
+
- lib/hubspot/codegen/cms/pages/models/angle.rb
|
380
|
+
- lib/hubspot/codegen/cms/pages/models/attach_to_lang_primary_request_v_next.rb
|
381
|
+
- lib/hubspot/codegen/cms/pages/models/background_image.rb
|
382
|
+
- lib/hubspot/codegen/cms/pages/models/batch_input_content_folder.rb
|
383
|
+
- lib/hubspot/codegen/cms/pages/models/batch_input_json_node.rb
|
384
|
+
- lib/hubspot/codegen/cms/pages/models/batch_input_page.rb
|
385
|
+
- lib/hubspot/codegen/cms/pages/models/batch_input_string.rb
|
386
|
+
- lib/hubspot/codegen/cms/pages/models/batch_response_content_folder.rb
|
387
|
+
- lib/hubspot/codegen/cms/pages/models/batch_response_content_folder_with_errors.rb
|
388
|
+
- lib/hubspot/codegen/cms/pages/models/batch_response_page.rb
|
389
|
+
- lib/hubspot/codegen/cms/pages/models/batch_response_page_with_errors.rb
|
390
|
+
- lib/hubspot/codegen/cms/pages/models/collection_response_with_total_content_folder_forward_paging.rb
|
391
|
+
- lib/hubspot/codegen/cms/pages/models/collection_response_with_total_page_forward_paging.rb
|
392
|
+
- lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_content_folder.rb
|
393
|
+
- lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_page.rb
|
394
|
+
- lib/hubspot/codegen/cms/pages/models/color_stop.rb
|
395
|
+
- lib/hubspot/codegen/cms/pages/models/content_clone_request_v_next.rb
|
396
|
+
- lib/hubspot/codegen/cms/pages/models/content_folder.rb
|
397
|
+
- lib/hubspot/codegen/cms/pages/models/content_language_clone_request_v_next.rb
|
398
|
+
- lib/hubspot/codegen/cms/pages/models/content_language_variation.rb
|
399
|
+
- lib/hubspot/codegen/cms/pages/models/content_schedule_request_v_next.rb
|
400
|
+
- lib/hubspot/codegen/cms/pages/models/detach_from_lang_group_request_v_next.rb
|
401
|
+
- lib/hubspot/codegen/cms/pages/models/error.rb
|
402
|
+
- lib/hubspot/codegen/cms/pages/models/error_detail.rb
|
403
|
+
- lib/hubspot/codegen/cms/pages/models/forward_paging.rb
|
404
|
+
- lib/hubspot/codegen/cms/pages/models/gradient.rb
|
405
|
+
- lib/hubspot/codegen/cms/pages/models/layout_section.rb
|
406
|
+
- lib/hubspot/codegen/cms/pages/models/next_page.rb
|
407
|
+
- lib/hubspot/codegen/cms/pages/models/page.rb
|
408
|
+
- lib/hubspot/codegen/cms/pages/models/paging.rb
|
409
|
+
- lib/hubspot/codegen/cms/pages/models/previous_page.rb
|
410
|
+
- lib/hubspot/codegen/cms/pages/models/rgba_color.rb
|
411
|
+
- lib/hubspot/codegen/cms/pages/models/row_meta_data.rb
|
412
|
+
- lib/hubspot/codegen/cms/pages/models/set_new_language_primary_request_v_next.rb
|
413
|
+
- lib/hubspot/codegen/cms/pages/models/side_or_corner.rb
|
414
|
+
- lib/hubspot/codegen/cms/pages/models/standard_error.rb
|
415
|
+
- lib/hubspot/codegen/cms/pages/models/styles.rb
|
416
|
+
- lib/hubspot/codegen/cms/pages/models/update_languages_request_v_next.rb
|
417
|
+
- lib/hubspot/codegen/cms/pages/models/version_content_folder.rb
|
418
|
+
- lib/hubspot/codegen/cms/pages/models/version_page.rb
|
419
|
+
- lib/hubspot/codegen/cms/pages/models/version_user.rb
|
353
420
|
- lib/hubspot/codegen/cms/performance/api/public_performance_api.rb
|
354
421
|
- lib/hubspot/codegen/cms/performance/api_client.rb
|
355
422
|
- lib/hubspot/codegen/cms/performance/api_error.rb
|
@@ -358,27 +425,41 @@ files:
|
|
358
425
|
- lib/hubspot/codegen/cms/performance/models/error_detail.rb
|
359
426
|
- lib/hubspot/codegen/cms/performance/models/performance_view.rb
|
360
427
|
- lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
|
361
|
-
- lib/hubspot/codegen/cms/
|
362
|
-
- lib/hubspot/codegen/cms/
|
363
|
-
- lib/hubspot/codegen/cms/
|
364
|
-
- lib/hubspot/codegen/cms/
|
365
|
-
- lib/hubspot/codegen/cms/
|
366
|
-
- lib/hubspot/codegen/cms/
|
367
|
-
- lib/hubspot/codegen/cms/
|
368
|
-
- lib/hubspot/codegen/cms/
|
369
|
-
- lib/hubspot/codegen/cms/
|
370
|
-
- lib/hubspot/codegen/cms/
|
371
|
-
- lib/hubspot/codegen/cms/
|
372
|
-
- lib/hubspot/codegen/cms/
|
373
|
-
- lib/hubspot/codegen/cms/
|
374
|
-
- lib/hubspot/codegen/cms/
|
375
|
-
- lib/hubspot/codegen/cms/
|
376
|
-
- lib/hubspot/codegen/cms/
|
377
|
-
- lib/hubspot/codegen/cms/
|
378
|
-
- lib/hubspot/codegen/cms/
|
379
|
-
- lib/hubspot/codegen/cms/
|
380
|
-
- lib/hubspot/codegen/cms/
|
381
|
-
- lib/hubspot/codegen/cms/
|
428
|
+
- lib/hubspot/codegen/cms/site_search/api/public_api.rb
|
429
|
+
- lib/hubspot/codegen/cms/site_search/api_client.rb
|
430
|
+
- lib/hubspot/codegen/cms/site_search/api_error.rb
|
431
|
+
- lib/hubspot/codegen/cms/site_search/configuration.rb
|
432
|
+
- lib/hubspot/codegen/cms/site_search/models/content_search_result.rb
|
433
|
+
- lib/hubspot/codegen/cms/site_search/models/error.rb
|
434
|
+
- lib/hubspot/codegen/cms/site_search/models/error_detail.rb
|
435
|
+
- lib/hubspot/codegen/cms/site_search/models/indexed_data.rb
|
436
|
+
- lib/hubspot/codegen/cms/site_search/models/indexed_field.rb
|
437
|
+
- lib/hubspot/codegen/cms/site_search/models/public_search_results.rb
|
438
|
+
- lib/hubspot/codegen/cms/source_code/api/content_api.rb
|
439
|
+
- lib/hubspot/codegen/cms/source_code/api/extract_api.rb
|
440
|
+
- lib/hubspot/codegen/cms/source_code/api/metadata_api.rb
|
441
|
+
- lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb
|
442
|
+
- lib/hubspot/codegen/cms/source_code/api/validation_api.rb
|
443
|
+
- lib/hubspot/codegen/cms/source_code/api_client.rb
|
444
|
+
- lib/hubspot/codegen/cms/source_code/api_error.rb
|
445
|
+
- lib/hubspot/codegen/cms/source_code/configuration.rb
|
446
|
+
- lib/hubspot/codegen/cms/source_code/models/action_response.rb
|
447
|
+
- lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb
|
448
|
+
- lib/hubspot/codegen/cms/source_code/models/error.rb
|
449
|
+
- lib/hubspot/codegen/cms/source_code/models/error_detail.rb
|
450
|
+
- lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb
|
451
|
+
- lib/hubspot/codegen/cms/source_code/models/task_locator.rb
|
452
|
+
- lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb
|
453
|
+
- lib/hubspot/codegen/cms/url_redirects/api_client.rb
|
454
|
+
- lib/hubspot/codegen/cms/url_redirects/api_error.rb
|
455
|
+
- lib/hubspot/codegen/cms/url_redirects/configuration.rb
|
456
|
+
- lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb
|
457
|
+
- lib/hubspot/codegen/cms/url_redirects/models/error.rb
|
458
|
+
- lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb
|
459
|
+
- lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb
|
460
|
+
- lib/hubspot/codegen/cms/url_redirects/models/next_page.rb
|
461
|
+
- lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb
|
462
|
+
- lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb
|
382
463
|
- lib/hubspot/codegen/communication_preferences/api/definition_api.rb
|
383
464
|
- lib/hubspot/codegen/communication_preferences/api/status_api.rb
|
384
465
|
- lib/hubspot/codegen/communication_preferences/api_client.rb
|
@@ -391,16 +472,15 @@ files:
|
|
391
472
|
- lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb
|
392
473
|
- lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb
|
393
474
|
- lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb
|
394
|
-
- lib/hubspot/codegen/conversations/
|
395
|
-
- lib/hubspot/codegen/conversations/
|
396
|
-
- lib/hubspot/codegen/conversations/
|
397
|
-
- lib/hubspot/codegen/conversations/
|
398
|
-
- lib/hubspot/codegen/conversations/
|
399
|
-
- lib/hubspot/codegen/conversations/
|
400
|
-
- lib/hubspot/codegen/conversations/
|
401
|
-
- lib/hubspot/codegen/conversations/
|
475
|
+
- lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb
|
476
|
+
- lib/hubspot/codegen/conversations/visitor_identification/api_client.rb
|
477
|
+
- lib/hubspot/codegen/conversations/visitor_identification/api_error.rb
|
478
|
+
- lib/hubspot/codegen/conversations/visitor_identification/configuration.rb
|
479
|
+
- lib/hubspot/codegen/conversations/visitor_identification/models/error.rb
|
480
|
+
- lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb
|
481
|
+
- lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb
|
482
|
+
- lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb
|
402
483
|
- lib/hubspot/codegen/crm/associations/api/batch_api.rb
|
403
|
-
- lib/hubspot/codegen/crm/associations/api/types_api.rb
|
404
484
|
- lib/hubspot/codegen/crm/associations/api_client.rb
|
405
485
|
- lib/hubspot/codegen/crm/associations/api_error.rb
|
406
486
|
- lib/hubspot/codegen/crm/associations/configuration.rb
|
@@ -409,37 +489,88 @@ files:
|
|
409
489
|
- lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
|
410
490
|
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
|
411
491
|
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
|
412
|
-
- lib/hubspot/codegen/crm/associations/models/
|
492
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb
|
493
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb
|
413
494
|
- lib/hubspot/codegen/crm/associations/models/error.rb
|
414
|
-
- lib/hubspot/codegen/crm/associations/models/error_category.rb
|
415
495
|
- lib/hubspot/codegen/crm/associations/models/error_detail.rb
|
416
496
|
- lib/hubspot/codegen/crm/associations/models/next_page.rb
|
417
497
|
- lib/hubspot/codegen/crm/associations/models/paging.rb
|
498
|
+
- lib/hubspot/codegen/crm/associations/models/previous_page.rb
|
418
499
|
- lib/hubspot/codegen/crm/associations/models/public_association.rb
|
419
|
-
- lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
|
420
500
|
- lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
|
421
501
|
- lib/hubspot/codegen/crm/associations/models/public_object_id.rb
|
422
502
|
- lib/hubspot/codegen/crm/associations/models/standard_error.rb
|
423
|
-
- lib/hubspot/codegen/crm/
|
503
|
+
- lib/hubspot/codegen/crm/associations/schema/api/types_api.rb
|
504
|
+
- lib/hubspot/codegen/crm/associations/schema/api_client.rb
|
505
|
+
- lib/hubspot/codegen/crm/associations/schema/api_error.rb
|
506
|
+
- lib/hubspot/codegen/crm/associations/schema/configuration.rb
|
507
|
+
- lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb
|
508
|
+
- lib/hubspot/codegen/crm/associations/schema/models/error.rb
|
509
|
+
- lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb
|
510
|
+
- lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb
|
511
|
+
- lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb
|
512
|
+
- lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb
|
513
|
+
- lib/hubspot/codegen/crm/associations/v4/api_client.rb
|
514
|
+
- lib/hubspot/codegen/crm/associations/v4/api_error.rb
|
515
|
+
- lib/hubspot/codegen/crm/associations/v4/configuration.rb
|
516
|
+
- lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb
|
517
|
+
- lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb
|
518
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb
|
519
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb
|
520
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb
|
521
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb
|
522
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb
|
523
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb
|
524
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb
|
525
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb
|
526
|
+
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb
|
527
|
+
- lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb
|
528
|
+
- lib/hubspot/codegen/crm/associations/v4/models/error.rb
|
529
|
+
- lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb
|
530
|
+
- lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb
|
531
|
+
- lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb
|
532
|
+
- lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb
|
533
|
+
- lib/hubspot/codegen/crm/associations/v4/models/next_page.rb
|
534
|
+
- lib/hubspot/codegen/crm/associations/v4/models/paging.rb
|
535
|
+
- lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb
|
536
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb
|
537
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb
|
538
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb
|
539
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb
|
540
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb
|
541
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb
|
542
|
+
- lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb
|
543
|
+
- lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb
|
544
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb
|
545
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb
|
546
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb
|
547
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb
|
548
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb
|
549
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb
|
550
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb
|
551
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb
|
552
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb
|
553
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb
|
424
554
|
- lib/hubspot/codegen/crm/companies/api/basic_api.rb
|
425
555
|
- lib/hubspot/codegen/crm/companies/api/batch_api.rb
|
556
|
+
- lib/hubspot/codegen/crm/companies/api/gdpr_api.rb
|
557
|
+
- lib/hubspot/codegen/crm/companies/api/public_object_api.rb
|
426
558
|
- lib/hubspot/codegen/crm/companies/api/search_api.rb
|
427
559
|
- lib/hubspot/codegen/crm/companies/api_client.rb
|
428
560
|
- lib/hubspot/codegen/crm/companies/api_error.rb
|
429
561
|
- lib/hubspot/codegen/crm/companies/configuration.rb
|
430
562
|
- lib/hubspot/codegen/crm/companies/models/associated_id.rb
|
563
|
+
- lib/hubspot/codegen/crm/companies/models/association_spec.rb
|
431
564
|
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
|
432
565
|
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
|
433
|
-
- lib/hubspot/codegen/crm/companies/models/
|
566
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb
|
434
567
|
- lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
|
435
568
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
|
436
569
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
|
437
570
|
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
|
438
|
-
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb
|
439
571
|
- lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
440
572
|
- lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
441
573
|
- lib/hubspot/codegen/crm/companies/models/error.rb
|
442
|
-
- lib/hubspot/codegen/crm/companies/models/error_category.rb
|
443
574
|
- lib/hubspot/codegen/crm/companies/models/error_detail.rb
|
444
575
|
- lib/hubspot/codegen/crm/companies/models/filter.rb
|
445
576
|
- lib/hubspot/codegen/crm/companies/models/filter_group.rb
|
@@ -447,34 +578,39 @@ files:
|
|
447
578
|
- lib/hubspot/codegen/crm/companies/models/next_page.rb
|
448
579
|
- lib/hubspot/codegen/crm/companies/models/paging.rb
|
449
580
|
- lib/hubspot/codegen/crm/companies/models/previous_page.rb
|
581
|
+
- lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb
|
582
|
+
- lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb
|
583
|
+
- lib/hubspot/codegen/crm/companies/models/public_merge_input.rb
|
584
|
+
- lib/hubspot/codegen/crm/companies/models/public_object_id.rb
|
450
585
|
- lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
|
451
586
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
|
452
587
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
|
453
588
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
|
454
589
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
|
590
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb
|
455
591
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
|
456
592
|
- lib/hubspot/codegen/crm/companies/models/standard_error.rb
|
457
|
-
- lib/hubspot/codegen/crm/
|
593
|
+
- lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb
|
458
594
|
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
|
459
595
|
- lib/hubspot/codegen/crm/contacts/api/batch_api.rb
|
460
596
|
- lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb
|
597
|
+
- lib/hubspot/codegen/crm/contacts/api/public_object_api.rb
|
461
598
|
- lib/hubspot/codegen/crm/contacts/api/search_api.rb
|
462
599
|
- lib/hubspot/codegen/crm/contacts/api_client.rb
|
463
600
|
- lib/hubspot/codegen/crm/contacts/api_error.rb
|
464
601
|
- lib/hubspot/codegen/crm/contacts/configuration.rb
|
465
602
|
- lib/hubspot/codegen/crm/contacts/models/associated_id.rb
|
603
|
+
- lib/hubspot/codegen/crm/contacts/models/association_spec.rb
|
466
604
|
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
|
467
605
|
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
|
468
|
-
- lib/hubspot/codegen/crm/contacts/models/
|
606
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb
|
469
607
|
- lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
|
470
608
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
|
471
609
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
|
472
610
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
|
473
|
-
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb
|
474
611
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
475
612
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
476
613
|
- lib/hubspot/codegen/crm/contacts/models/error.rb
|
477
|
-
- lib/hubspot/codegen/crm/contacts/models/error_category.rb
|
478
614
|
- lib/hubspot/codegen/crm/contacts/models/error_detail.rb
|
479
615
|
- lib/hubspot/codegen/crm/contacts/models/filter.rb
|
480
616
|
- lib/hubspot/codegen/crm/contacts/models/filter_group.rb
|
@@ -482,33 +618,39 @@ files:
|
|
482
618
|
- lib/hubspot/codegen/crm/contacts/models/next_page.rb
|
483
619
|
- lib/hubspot/codegen/crm/contacts/models/paging.rb
|
484
620
|
- lib/hubspot/codegen/crm/contacts/models/previous_page.rb
|
621
|
+
- lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb
|
622
|
+
- lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb
|
623
|
+
- lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb
|
624
|
+
- lib/hubspot/codegen/crm/contacts/models/public_object_id.rb
|
485
625
|
- lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
|
486
626
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
|
487
627
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
|
488
628
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
|
489
629
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
|
630
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb
|
490
631
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
|
491
632
|
- lib/hubspot/codegen/crm/contacts/models/standard_error.rb
|
492
|
-
- lib/hubspot/codegen/crm/
|
633
|
+
- lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb
|
493
634
|
- lib/hubspot/codegen/crm/deals/api/basic_api.rb
|
494
635
|
- lib/hubspot/codegen/crm/deals/api/batch_api.rb
|
636
|
+
- lib/hubspot/codegen/crm/deals/api/gdpr_api.rb
|
637
|
+
- lib/hubspot/codegen/crm/deals/api/public_object_api.rb
|
495
638
|
- lib/hubspot/codegen/crm/deals/api/search_api.rb
|
496
639
|
- lib/hubspot/codegen/crm/deals/api_client.rb
|
497
640
|
- lib/hubspot/codegen/crm/deals/api_error.rb
|
498
641
|
- lib/hubspot/codegen/crm/deals/configuration.rb
|
499
642
|
- lib/hubspot/codegen/crm/deals/models/associated_id.rb
|
643
|
+
- lib/hubspot/codegen/crm/deals/models/association_spec.rb
|
500
644
|
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
|
501
645
|
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
|
502
|
-
- lib/hubspot/codegen/crm/deals/models/
|
646
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb
|
503
647
|
- lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
|
504
648
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
|
505
649
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
|
506
650
|
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
|
507
|
-
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb
|
508
651
|
- lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
509
652
|
- lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
510
653
|
- lib/hubspot/codegen/crm/deals/models/error.rb
|
511
|
-
- lib/hubspot/codegen/crm/deals/models/error_category.rb
|
512
654
|
- lib/hubspot/codegen/crm/deals/models/error_detail.rb
|
513
655
|
- lib/hubspot/codegen/crm/deals/models/filter.rb
|
514
656
|
- lib/hubspot/codegen/crm/deals/models/filter_group.rb
|
@@ -516,13 +658,19 @@ files:
|
|
516
658
|
- lib/hubspot/codegen/crm/deals/models/next_page.rb
|
517
659
|
- lib/hubspot/codegen/crm/deals/models/paging.rb
|
518
660
|
- lib/hubspot/codegen/crm/deals/models/previous_page.rb
|
661
|
+
- lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb
|
662
|
+
- lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb
|
663
|
+
- lib/hubspot/codegen/crm/deals/models/public_merge_input.rb
|
664
|
+
- lib/hubspot/codegen/crm/deals/models/public_object_id.rb
|
519
665
|
- lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
|
520
666
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
|
521
667
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
|
522
668
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
|
523
669
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
|
670
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb
|
524
671
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
|
525
672
|
- lib/hubspot/codegen/crm/deals/models/standard_error.rb
|
673
|
+
- lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb
|
526
674
|
- lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
|
527
675
|
- lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
|
528
676
|
- lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
|
@@ -567,12 +715,16 @@ files:
|
|
567
715
|
- lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
|
568
716
|
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
|
569
717
|
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
|
718
|
+
- lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb
|
570
719
|
- lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
|
571
720
|
- lib/hubspot/codegen/crm/extensions/calling/api_client.rb
|
572
721
|
- lib/hubspot/codegen/crm/extensions/calling/api_error.rb
|
573
722
|
- lib/hubspot/codegen/crm/extensions/calling/configuration.rb
|
574
723
|
- lib/hubspot/codegen/crm/extensions/calling/models/error.rb
|
575
724
|
- lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
|
725
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb
|
726
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb
|
727
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb
|
576
728
|
- lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb
|
577
729
|
- lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb
|
578
730
|
- lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb
|
@@ -584,22 +736,25 @@ files:
|
|
584
736
|
- lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb
|
585
737
|
- lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb
|
586
738
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb
|
739
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_audit_response.rb
|
587
740
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb
|
588
741
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb
|
589
742
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb
|
590
743
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb
|
591
744
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb
|
592
|
-
- lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb
|
593
745
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb
|
594
746
|
- lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb
|
595
|
-
- lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb
|
596
747
|
- lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb
|
597
748
|
- lib/hubspot/codegen/crm/extensions/cards/models/error.rb
|
598
749
|
- lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb
|
599
750
|
- lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb
|
600
751
|
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb
|
601
752
|
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
|
753
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb
|
602
754
|
- lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
|
755
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/public_card_fetch_body.rb
|
756
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/public_card_list_response.rb
|
757
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/public_card_response.rb
|
603
758
|
- lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
|
604
759
|
- lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb
|
605
760
|
- lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb
|
@@ -620,6 +775,7 @@ files:
|
|
620
775
|
- lib/hubspot/codegen/crm/imports/models/error_detail.rb
|
621
776
|
- lib/hubspot/codegen/crm/imports/models/forward_paging.rb
|
622
777
|
- lib/hubspot/codegen/crm/imports/models/import_row_core.rb
|
778
|
+
- lib/hubspot/codegen/crm/imports/models/import_template.rb
|
623
779
|
- lib/hubspot/codegen/crm/imports/models/next_page.rb
|
624
780
|
- lib/hubspot/codegen/crm/imports/models/paging.rb
|
625
781
|
- lib/hubspot/codegen/crm/imports/models/previous_page.rb
|
@@ -627,26 +783,26 @@ files:
|
|
627
783
|
- lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
|
628
784
|
- lib/hubspot/codegen/crm/imports/models/public_import_response.rb
|
629
785
|
- lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
|
630
|
-
- lib/hubspot/codegen/crm/line_items/api/associations_api.rb
|
631
786
|
- lib/hubspot/codegen/crm/line_items/api/basic_api.rb
|
632
787
|
- lib/hubspot/codegen/crm/line_items/api/batch_api.rb
|
788
|
+
- lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb
|
789
|
+
- lib/hubspot/codegen/crm/line_items/api/public_object_api.rb
|
633
790
|
- lib/hubspot/codegen/crm/line_items/api/search_api.rb
|
634
791
|
- lib/hubspot/codegen/crm/line_items/api_client.rb
|
635
792
|
- lib/hubspot/codegen/crm/line_items/api_error.rb
|
636
793
|
- lib/hubspot/codegen/crm/line_items/configuration.rb
|
637
794
|
- lib/hubspot/codegen/crm/line_items/models/associated_id.rb
|
795
|
+
- lib/hubspot/codegen/crm/line_items/models/association_spec.rb
|
638
796
|
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
|
639
797
|
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
|
640
|
-
- lib/hubspot/codegen/crm/line_items/models/
|
798
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb
|
641
799
|
- lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
|
642
800
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
|
643
801
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
|
644
802
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
|
645
|
-
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb
|
646
803
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
647
804
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
648
805
|
- lib/hubspot/codegen/crm/line_items/models/error.rb
|
649
|
-
- lib/hubspot/codegen/crm/line_items/models/error_category.rb
|
650
806
|
- lib/hubspot/codegen/crm/line_items/models/error_detail.rb
|
651
807
|
- lib/hubspot/codegen/crm/line_items/models/filter.rb
|
652
808
|
- lib/hubspot/codegen/crm/line_items/models/filter_group.rb
|
@@ -654,41 +810,267 @@ files:
|
|
654
810
|
- lib/hubspot/codegen/crm/line_items/models/next_page.rb
|
655
811
|
- lib/hubspot/codegen/crm/line_items/models/paging.rb
|
656
812
|
- lib/hubspot/codegen/crm/line_items/models/previous_page.rb
|
813
|
+
- lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb
|
814
|
+
- lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb
|
815
|
+
- lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb
|
816
|
+
- lib/hubspot/codegen/crm/line_items/models/public_object_id.rb
|
657
817
|
- lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
|
658
818
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
|
659
819
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
|
660
820
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
|
661
821
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
|
822
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb
|
662
823
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
|
663
824
|
- lib/hubspot/codegen/crm/line_items/models/standard_error.rb
|
664
|
-
- lib/hubspot/codegen/crm/
|
825
|
+
- lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb
|
826
|
+
- lib/hubspot/codegen/crm/lists/api/lists_api.rb
|
827
|
+
- lib/hubspot/codegen/crm/lists/api/memberships_api.rb
|
828
|
+
- lib/hubspot/codegen/crm/lists/api_client.rb
|
829
|
+
- lib/hubspot/codegen/crm/lists/api_error.rb
|
830
|
+
- lib/hubspot/codegen/crm/lists/configuration.rb
|
831
|
+
- lib/hubspot/codegen/crm/lists/models/collection_response_long.rb
|
832
|
+
- lib/hubspot/codegen/crm/lists/models/error.rb
|
833
|
+
- lib/hubspot/codegen/crm/lists/models/error_detail.rb
|
834
|
+
- lib/hubspot/codegen/crm/lists/models/list_create_request.rb
|
835
|
+
- lib/hubspot/codegen/crm/lists/models/list_create_response.rb
|
836
|
+
- lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb
|
837
|
+
- lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb
|
838
|
+
- lib/hubspot/codegen/crm/lists/models/list_search_request.rb
|
839
|
+
- lib/hubspot/codegen/crm/lists/models/list_search_response.rb
|
840
|
+
- lib/hubspot/codegen/crm/lists/models/list_update_response.rb
|
841
|
+
- lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb
|
842
|
+
- lib/hubspot/codegen/crm/lists/models/membership_change_request.rb
|
843
|
+
- lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb
|
844
|
+
- lib/hubspot/codegen/crm/lists/models/next_page.rb
|
845
|
+
- lib/hubspot/codegen/crm/lists/models/paging.rb
|
846
|
+
- lib/hubspot/codegen/crm/lists/models/previous_page.rb
|
847
|
+
- lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb
|
848
|
+
- lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb
|
849
|
+
- lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb
|
850
|
+
- lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb
|
851
|
+
- lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb
|
852
|
+
- lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb
|
853
|
+
- lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb
|
854
|
+
- lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb
|
855
|
+
- lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb
|
856
|
+
- lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb
|
857
|
+
- lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb
|
858
|
+
- lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb
|
859
|
+
- lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb
|
860
|
+
- lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb
|
861
|
+
- lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb
|
862
|
+
- lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb
|
863
|
+
- lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb
|
864
|
+
- lib/hubspot/codegen/crm/lists/models/public_date_point.rb
|
865
|
+
- lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb
|
866
|
+
- lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb
|
867
|
+
- lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb
|
868
|
+
- lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb
|
869
|
+
- lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb
|
870
|
+
- lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb
|
871
|
+
- lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb
|
872
|
+
- lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb
|
873
|
+
- lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb
|
874
|
+
- lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb
|
875
|
+
- lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb
|
876
|
+
- lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb
|
877
|
+
- lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb
|
878
|
+
- lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb
|
879
|
+
- lib/hubspot/codegen/crm/lists/models/public_index_offset.rb
|
880
|
+
- lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb
|
881
|
+
- lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb
|
882
|
+
- lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb
|
883
|
+
- lib/hubspot/codegen/crm/lists/models/public_month_reference.rb
|
884
|
+
- lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb
|
885
|
+
- lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb
|
886
|
+
- lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb
|
887
|
+
- lib/hubspot/codegen/crm/lists/models/public_now_reference.rb
|
888
|
+
- lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb
|
889
|
+
- lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb
|
890
|
+
- lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb
|
891
|
+
- lib/hubspot/codegen/crm/lists/models/public_object_list.rb
|
892
|
+
- lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb
|
893
|
+
- lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb
|
894
|
+
- lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb
|
895
|
+
- lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb
|
896
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb
|
897
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb
|
898
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb
|
899
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb
|
900
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_filter.rb
|
901
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb
|
902
|
+
- lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb
|
903
|
+
- lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb
|
904
|
+
- lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb
|
905
|
+
- lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb
|
906
|
+
- lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb
|
907
|
+
- lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb
|
908
|
+
- lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb
|
909
|
+
- lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb
|
910
|
+
- lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb
|
911
|
+
- lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb
|
912
|
+
- lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb
|
913
|
+
- lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb
|
914
|
+
- lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb
|
915
|
+
- lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb
|
916
|
+
- lib/hubspot/codegen/crm/lists/models/public_time_offset.rb
|
917
|
+
- lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb
|
918
|
+
- lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb
|
919
|
+
- lib/hubspot/codegen/crm/lists/models/public_today_reference.rb
|
920
|
+
- lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb
|
921
|
+
- lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb
|
922
|
+
- lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb
|
923
|
+
- lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb
|
924
|
+
- lib/hubspot/codegen/crm/lists/models/public_week_reference.rb
|
925
|
+
- lib/hubspot/codegen/crm/lists/models/public_year_reference.rb
|
665
926
|
- lib/hubspot/codegen/crm/objects/api/basic_api.rb
|
666
927
|
- lib/hubspot/codegen/crm/objects/api/batch_api.rb
|
667
928
|
- lib/hubspot/codegen/crm/objects/api/gdpr_api.rb
|
929
|
+
- lib/hubspot/codegen/crm/objects/api/public_object_api.rb
|
668
930
|
- lib/hubspot/codegen/crm/objects/api/search_api.rb
|
669
931
|
- lib/hubspot/codegen/crm/objects/api_client.rb
|
670
932
|
- lib/hubspot/codegen/crm/objects/api_error.rb
|
933
|
+
- lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb
|
934
|
+
- lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb
|
935
|
+
- lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb
|
936
|
+
- lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb
|
937
|
+
- lib/hubspot/codegen/crm/objects/calls/api/search_api.rb
|
938
|
+
- lib/hubspot/codegen/crm/objects/calls/api_client.rb
|
939
|
+
- lib/hubspot/codegen/crm/objects/calls/api_error.rb
|
940
|
+
- lib/hubspot/codegen/crm/objects/calls/configuration.rb
|
941
|
+
- lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb
|
942
|
+
- lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb
|
943
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb
|
944
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb
|
945
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb
|
946
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb
|
947
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb
|
948
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb
|
949
|
+
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb
|
950
|
+
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
951
|
+
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
952
|
+
- lib/hubspot/codegen/crm/objects/calls/models/error.rb
|
953
|
+
- lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb
|
954
|
+
- lib/hubspot/codegen/crm/objects/calls/models/filter.rb
|
955
|
+
- lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb
|
956
|
+
- lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb
|
957
|
+
- lib/hubspot/codegen/crm/objects/calls/models/next_page.rb
|
958
|
+
- lib/hubspot/codegen/crm/objects/calls/models/paging.rb
|
959
|
+
- lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb
|
960
|
+
- lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb
|
961
|
+
- lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb
|
962
|
+
- lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb
|
963
|
+
- lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb
|
964
|
+
- lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb
|
965
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb
|
966
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb
|
967
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb
|
968
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb
|
969
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb
|
970
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb
|
971
|
+
- lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb
|
972
|
+
- lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb
|
973
|
+
- lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb
|
974
|
+
- lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb
|
975
|
+
- lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb
|
976
|
+
- lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb
|
977
|
+
- lib/hubspot/codegen/crm/objects/communications/api/search_api.rb
|
978
|
+
- lib/hubspot/codegen/crm/objects/communications/api_client.rb
|
979
|
+
- lib/hubspot/codegen/crm/objects/communications/api_error.rb
|
980
|
+
- lib/hubspot/codegen/crm/objects/communications/configuration.rb
|
981
|
+
- lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb
|
982
|
+
- lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb
|
983
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb
|
984
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb
|
985
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb
|
986
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb
|
987
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb
|
988
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb
|
989
|
+
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb
|
990
|
+
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
991
|
+
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
992
|
+
- lib/hubspot/codegen/crm/objects/communications/models/error.rb
|
993
|
+
- lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb
|
994
|
+
- lib/hubspot/codegen/crm/objects/communications/models/filter.rb
|
995
|
+
- lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb
|
996
|
+
- lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb
|
997
|
+
- lib/hubspot/codegen/crm/objects/communications/models/next_page.rb
|
998
|
+
- lib/hubspot/codegen/crm/objects/communications/models/paging.rb
|
999
|
+
- lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb
|
1000
|
+
- lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb
|
1001
|
+
- lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb
|
1002
|
+
- lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb
|
1003
|
+
- lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb
|
1004
|
+
- lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb
|
1005
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb
|
1006
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb
|
1007
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb
|
1008
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb
|
1009
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb
|
1010
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb
|
1011
|
+
- lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb
|
1012
|
+
- lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb
|
671
1013
|
- lib/hubspot/codegen/crm/objects/configuration.rb
|
672
|
-
- lib/hubspot/codegen/crm/objects/
|
1014
|
+
- lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb
|
1015
|
+
- lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb
|
1016
|
+
- lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb
|
1017
|
+
- lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb
|
1018
|
+
- lib/hubspot/codegen/crm/objects/emails/api/search_api.rb
|
1019
|
+
- lib/hubspot/codegen/crm/objects/emails/api_client.rb
|
1020
|
+
- lib/hubspot/codegen/crm/objects/emails/api_error.rb
|
1021
|
+
- lib/hubspot/codegen/crm/objects/emails/configuration.rb
|
1022
|
+
- lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb
|
1023
|
+
- lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb
|
1024
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb
|
1025
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb
|
1026
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb
|
1027
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb
|
1028
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb
|
1029
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb
|
1030
|
+
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb
|
1031
|
+
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1032
|
+
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1033
|
+
- lib/hubspot/codegen/crm/objects/emails/models/error.rb
|
1034
|
+
- lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb
|
1035
|
+
- lib/hubspot/codegen/crm/objects/emails/models/filter.rb
|
1036
|
+
- lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb
|
1037
|
+
- lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb
|
1038
|
+
- lib/hubspot/codegen/crm/objects/emails/models/next_page.rb
|
1039
|
+
- lib/hubspot/codegen/crm/objects/emails/models/paging.rb
|
1040
|
+
- lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb
|
1041
|
+
- lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb
|
1042
|
+
- lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb
|
1043
|
+
- lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb
|
1044
|
+
- lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb
|
1045
|
+
- lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb
|
1046
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb
|
1047
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb
|
1048
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb
|
1049
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb
|
1050
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb
|
1051
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb
|
1052
|
+
- lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb
|
1053
|
+
- lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb
|
673
1054
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
|
674
1055
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
|
1056
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb
|
1057
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb
|
675
1058
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
|
676
1059
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
|
677
1060
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
|
678
1061
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
|
679
1062
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
|
1063
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb
|
680
1064
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
|
681
1065
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
|
682
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/
|
1066
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb
|
683
1067
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
|
684
1068
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
|
685
1069
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
|
686
1070
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
|
687
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb
|
688
1071
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
689
1072
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
690
1073
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
|
691
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb
|
692
1074
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb
|
693
1075
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb
|
694
1076
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb
|
@@ -696,26 +1078,111 @@ files:
|
|
696
1078
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
|
697
1079
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
|
698
1080
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
|
1081
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb
|
1082
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb
|
1083
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb
|
1084
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb
|
699
1085
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
|
700
1086
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
|
701
1087
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
|
702
1088
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
|
703
1089
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
|
1090
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb
|
704
1091
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb
|
705
1092
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
|
1093
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb
|
1094
|
+
- lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb
|
1095
|
+
- lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb
|
1096
|
+
- lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb
|
1097
|
+
- lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb
|
1098
|
+
- lib/hubspot/codegen/crm/objects/goals/api/search_api.rb
|
1099
|
+
- lib/hubspot/codegen/crm/objects/goals/api_client.rb
|
1100
|
+
- lib/hubspot/codegen/crm/objects/goals/api_error.rb
|
1101
|
+
- lib/hubspot/codegen/crm/objects/goals/configuration.rb
|
1102
|
+
- lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb
|
1103
|
+
- lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb
|
1104
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb
|
1105
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb
|
1106
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb
|
1107
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb
|
1108
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb
|
1109
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb
|
1110
|
+
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_associated_id.rb
|
1111
|
+
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1112
|
+
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1113
|
+
- lib/hubspot/codegen/crm/objects/goals/models/error.rb
|
1114
|
+
- lib/hubspot/codegen/crm/objects/goals/models/error_detail.rb
|
1115
|
+
- lib/hubspot/codegen/crm/objects/goals/models/filter.rb
|
1116
|
+
- lib/hubspot/codegen/crm/objects/goals/models/filter_group.rb
|
1117
|
+
- lib/hubspot/codegen/crm/objects/goals/models/forward_paging.rb
|
1118
|
+
- lib/hubspot/codegen/crm/objects/goals/models/next_page.rb
|
1119
|
+
- lib/hubspot/codegen/crm/objects/goals/models/paging.rb
|
1120
|
+
- lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb
|
1121
|
+
- lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb
|
1122
|
+
- lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb
|
1123
|
+
- lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb
|
1124
|
+
- lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb
|
1125
|
+
- lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb
|
1126
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb
|
1127
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb
|
1128
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb
|
1129
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb
|
1130
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb
|
1131
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb
|
1132
|
+
- lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb
|
1133
|
+
- lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb
|
1134
|
+
- lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb
|
1135
|
+
- lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb
|
1136
|
+
- lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb
|
1137
|
+
- lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb
|
1138
|
+
- lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb
|
1139
|
+
- lib/hubspot/codegen/crm/objects/meetings/api_client.rb
|
1140
|
+
- lib/hubspot/codegen/crm/objects/meetings/api_error.rb
|
1141
|
+
- lib/hubspot/codegen/crm/objects/meetings/configuration.rb
|
1142
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb
|
1143
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb
|
1144
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb
|
1145
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb
|
1146
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb
|
1147
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb
|
1148
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb
|
1149
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb
|
1150
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb
|
1151
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1152
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1153
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/error.rb
|
1154
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb
|
1155
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/filter.rb
|
1156
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb
|
1157
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb
|
1158
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb
|
1159
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/paging.rb
|
1160
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb
|
1161
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb
|
1162
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb
|
1163
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb
|
1164
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb
|
1165
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb
|
1166
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb
|
1167
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb
|
1168
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb
|
1169
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb
|
1170
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb
|
1171
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb
|
1172
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb
|
1173
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb
|
706
1174
|
- lib/hubspot/codegen/crm/objects/models/associated_id.rb
|
1175
|
+
- lib/hubspot/codegen/crm/objects/models/association_spec.rb
|
707
1176
|
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
|
708
1177
|
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
|
709
|
-
- lib/hubspot/codegen/crm/objects/models/
|
1178
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb
|
710
1179
|
- lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
|
711
1180
|
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
|
712
1181
|
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
|
713
1182
|
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
|
714
|
-
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb
|
715
1183
|
- lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
716
1184
|
- lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
717
1185
|
- lib/hubspot/codegen/crm/objects/models/error.rb
|
718
|
-
- lib/hubspot/codegen/crm/objects/models/error_category.rb
|
719
1186
|
- lib/hubspot/codegen/crm/objects/models/error_detail.rb
|
720
1187
|
- lib/hubspot/codegen/crm/objects/models/filter.rb
|
721
1188
|
- lib/hubspot/codegen/crm/objects/models/filter_group.rb
|
@@ -723,13 +1190,179 @@ files:
|
|
723
1190
|
- lib/hubspot/codegen/crm/objects/models/next_page.rb
|
724
1191
|
- lib/hubspot/codegen/crm/objects/models/paging.rb
|
725
1192
|
- lib/hubspot/codegen/crm/objects/models/previous_page.rb
|
1193
|
+
- lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb
|
1194
|
+
- lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb
|
1195
|
+
- lib/hubspot/codegen/crm/objects/models/public_merge_input.rb
|
1196
|
+
- lib/hubspot/codegen/crm/objects/models/public_object_id.rb
|
726
1197
|
- lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
|
727
1198
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
|
728
1199
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
|
729
1200
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
|
730
1201
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
|
1202
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb
|
731
1203
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
|
732
1204
|
- lib/hubspot/codegen/crm/objects/models/standard_error.rb
|
1205
|
+
- lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb
|
1206
|
+
- lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb
|
1207
|
+
- lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb
|
1208
|
+
- lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb
|
1209
|
+
- lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb
|
1210
|
+
- lib/hubspot/codegen/crm/objects/notes/api/search_api.rb
|
1211
|
+
- lib/hubspot/codegen/crm/objects/notes/api_client.rb
|
1212
|
+
- lib/hubspot/codegen/crm/objects/notes/api_error.rb
|
1213
|
+
- lib/hubspot/codegen/crm/objects/notes/configuration.rb
|
1214
|
+
- lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb
|
1215
|
+
- lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb
|
1216
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb
|
1217
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb
|
1218
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb
|
1219
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb
|
1220
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb
|
1221
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb
|
1222
|
+
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb
|
1223
|
+
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1224
|
+
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1225
|
+
- lib/hubspot/codegen/crm/objects/notes/models/error.rb
|
1226
|
+
- lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb
|
1227
|
+
- lib/hubspot/codegen/crm/objects/notes/models/filter.rb
|
1228
|
+
- lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb
|
1229
|
+
- lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb
|
1230
|
+
- lib/hubspot/codegen/crm/objects/notes/models/next_page.rb
|
1231
|
+
- lib/hubspot/codegen/crm/objects/notes/models/paging.rb
|
1232
|
+
- lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb
|
1233
|
+
- lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb
|
1234
|
+
- lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb
|
1235
|
+
- lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb
|
1236
|
+
- lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb
|
1237
|
+
- lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb
|
1238
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb
|
1239
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb
|
1240
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb
|
1241
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb
|
1242
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb
|
1243
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
|
1244
|
+
- lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
|
1245
|
+
- lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
|
1246
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
|
1247
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
|
1248
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb
|
1249
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
|
1250
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb
|
1251
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb
|
1252
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb
|
1253
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb
|
1254
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
|
1255
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
|
1256
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
|
1257
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
|
1258
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb
|
1259
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
|
1260
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
|
1261
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
|
1262
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
|
1263
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1264
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1265
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb
|
1266
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb
|
1267
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb
|
1268
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb
|
1269
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb
|
1270
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb
|
1271
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
|
1272
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
|
1273
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb
|
1274
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb
|
1275
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
|
1276
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb
|
1277
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
|
1278
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
|
1279
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
|
1280
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
|
1281
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
|
1282
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb
|
1283
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
|
1284
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
|
1285
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
|
1286
|
+
- lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
|
1287
|
+
- lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
|
1288
|
+
- lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb
|
1289
|
+
- lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb
|
1290
|
+
- lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb
|
1291
|
+
- lib/hubspot/codegen/crm/objects/tasks/api_client.rb
|
1292
|
+
- lib/hubspot/codegen/crm/objects/tasks/api_error.rb
|
1293
|
+
- lib/hubspot/codegen/crm/objects/tasks/configuration.rb
|
1294
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb
|
1295
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb
|
1296
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb
|
1297
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb
|
1298
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb
|
1299
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb
|
1300
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb
|
1301
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb
|
1302
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb
|
1303
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1304
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1305
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/error.rb
|
1306
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb
|
1307
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/filter.rb
|
1308
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb
|
1309
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb
|
1310
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb
|
1311
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/paging.rb
|
1312
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb
|
1313
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb
|
1314
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb
|
1315
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb
|
1316
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb
|
1317
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb
|
1318
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb
|
1319
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb
|
1320
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb
|
1321
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb
|
1322
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb
|
1323
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb
|
1324
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb
|
1325
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb
|
1326
|
+
- lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb
|
1327
|
+
- lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb
|
1328
|
+
- lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb
|
1329
|
+
- lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb
|
1330
|
+
- lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb
|
1331
|
+
- lib/hubspot/codegen/crm/objects/taxes/api_client.rb
|
1332
|
+
- lib/hubspot/codegen/crm/objects/taxes/api_error.rb
|
1333
|
+
- lib/hubspot/codegen/crm/objects/taxes/configuration.rb
|
1334
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb
|
1335
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb
|
1336
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb
|
1337
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb
|
1338
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb
|
1339
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb
|
1340
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb
|
1341
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb
|
1342
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb
|
1343
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1344
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1345
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/error.rb
|
1346
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/error_detail.rb
|
1347
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/filter.rb
|
1348
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/filter_group.rb
|
1349
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/forward_paging.rb
|
1350
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/next_page.rb
|
1351
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/paging.rb
|
1352
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb
|
1353
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb
|
1354
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb
|
1355
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb
|
1356
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb
|
1357
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb
|
1358
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb
|
1359
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb
|
1360
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb
|
1361
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb
|
1362
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb
|
1363
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb
|
1364
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb
|
1365
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb
|
733
1366
|
- lib/hubspot/codegen/crm/owners/api/owners_api.rb
|
734
1367
|
- lib/hubspot/codegen/crm/owners/api_client.rb
|
735
1368
|
- lib/hubspot/codegen/crm/owners/api_error.rb
|
@@ -741,43 +1374,45 @@ files:
|
|
741
1374
|
- lib/hubspot/codegen/crm/owners/models/next_page.rb
|
742
1375
|
- lib/hubspot/codegen/crm/owners/models/public_owner.rb
|
743
1376
|
- lib/hubspot/codegen/crm/owners/models/public_team.rb
|
1377
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb
|
1378
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb
|
744
1379
|
- lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
|
745
1380
|
- lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
|
746
1381
|
- lib/hubspot/codegen/crm/pipelines/api_client.rb
|
747
1382
|
- lib/hubspot/codegen/crm/pipelines/api_error.rb
|
748
1383
|
- lib/hubspot/codegen/crm/pipelines/configuration.rb
|
749
|
-
- lib/hubspot/codegen/crm/pipelines/models/
|
750
|
-
- lib/hubspot/codegen/crm/pipelines/models/
|
1384
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb
|
1385
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb
|
1386
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb
|
751
1387
|
- lib/hubspot/codegen/crm/pipelines/models/error.rb
|
752
1388
|
- lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
|
753
|
-
- lib/hubspot/codegen/crm/pipelines/models/next_page.rb
|
754
|
-
- lib/hubspot/codegen/crm/pipelines/models/paging.rb
|
755
1389
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
|
756
1390
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
|
757
1391
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
|
758
1392
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
|
759
1393
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
|
760
1394
|
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
|
761
|
-
- lib/hubspot/codegen/crm/
|
1395
|
+
- lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb
|
762
1396
|
- lib/hubspot/codegen/crm/products/api/basic_api.rb
|
763
1397
|
- lib/hubspot/codegen/crm/products/api/batch_api.rb
|
1398
|
+
- lib/hubspot/codegen/crm/products/api/gdpr_api.rb
|
1399
|
+
- lib/hubspot/codegen/crm/products/api/public_object_api.rb
|
764
1400
|
- lib/hubspot/codegen/crm/products/api/search_api.rb
|
765
1401
|
- lib/hubspot/codegen/crm/products/api_client.rb
|
766
1402
|
- lib/hubspot/codegen/crm/products/api_error.rb
|
767
1403
|
- lib/hubspot/codegen/crm/products/configuration.rb
|
768
1404
|
- lib/hubspot/codegen/crm/products/models/associated_id.rb
|
1405
|
+
- lib/hubspot/codegen/crm/products/models/association_spec.rb
|
769
1406
|
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
|
770
1407
|
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
|
771
|
-
- lib/hubspot/codegen/crm/products/models/
|
1408
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb
|
772
1409
|
- lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
|
773
1410
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
|
774
1411
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
|
775
1412
|
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
|
776
|
-
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb
|
777
1413
|
- lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
778
1414
|
- lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
779
1415
|
- lib/hubspot/codegen/crm/products/models/error.rb
|
780
|
-
- lib/hubspot/codegen/crm/products/models/error_category.rb
|
781
1416
|
- lib/hubspot/codegen/crm/products/models/error_detail.rb
|
782
1417
|
- lib/hubspot/codegen/crm/products/models/filter.rb
|
783
1418
|
- lib/hubspot/codegen/crm/products/models/filter_group.rb
|
@@ -785,13 +1420,19 @@ files:
|
|
785
1420
|
- lib/hubspot/codegen/crm/products/models/next_page.rb
|
786
1421
|
- lib/hubspot/codegen/crm/products/models/paging.rb
|
787
1422
|
- lib/hubspot/codegen/crm/products/models/previous_page.rb
|
1423
|
+
- lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb
|
1424
|
+
- lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb
|
1425
|
+
- lib/hubspot/codegen/crm/products/models/public_merge_input.rb
|
1426
|
+
- lib/hubspot/codegen/crm/products/models/public_object_id.rb
|
788
1427
|
- lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
|
789
1428
|
- lib/hubspot/codegen/crm/products/models/simple_public_object.rb
|
790
1429
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
|
791
1430
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
|
792
1431
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
|
1432
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb
|
793
1433
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
|
794
1434
|
- lib/hubspot/codegen/crm/products/models/standard_error.rb
|
1435
|
+
- lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb
|
795
1436
|
- lib/hubspot/codegen/crm/properties/api/batch_api.rb
|
796
1437
|
- lib/hubspot/codegen/crm/properties/api/core_api.rb
|
797
1438
|
- lib/hubspot/codegen/crm/properties/api/groups_api.rb
|
@@ -802,15 +1443,13 @@ files:
|
|
802
1443
|
- lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
|
803
1444
|
- lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
|
804
1445
|
- lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
|
805
|
-
- lib/hubspot/codegen/crm/properties/models/
|
806
|
-
- lib/hubspot/codegen/crm/properties/models/
|
1446
|
+
- lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb
|
1447
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb
|
1448
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb
|
807
1449
|
- lib/hubspot/codegen/crm/properties/models/error.rb
|
808
|
-
- lib/hubspot/codegen/crm/properties/models/error_category.rb
|
809
1450
|
- lib/hubspot/codegen/crm/properties/models/error_detail.rb
|
810
|
-
- lib/hubspot/codegen/crm/properties/models/next_page.rb
|
811
1451
|
- lib/hubspot/codegen/crm/properties/models/option.rb
|
812
1452
|
- lib/hubspot/codegen/crm/properties/models/option_input.rb
|
813
|
-
- lib/hubspot/codegen/crm/properties/models/paging.rb
|
814
1453
|
- lib/hubspot/codegen/crm/properties/models/property.rb
|
815
1454
|
- lib/hubspot/codegen/crm/properties/models/property_create.rb
|
816
1455
|
- lib/hubspot/codegen/crm/properties/models/property_group.rb
|
@@ -820,26 +1459,26 @@ files:
|
|
820
1459
|
- lib/hubspot/codegen/crm/properties/models/property_name.rb
|
821
1460
|
- lib/hubspot/codegen/crm/properties/models/property_update.rb
|
822
1461
|
- lib/hubspot/codegen/crm/properties/models/standard_error.rb
|
823
|
-
- lib/hubspot/codegen/crm/quotes/api/associations_api.rb
|
824
1462
|
- lib/hubspot/codegen/crm/quotes/api/basic_api.rb
|
825
1463
|
- lib/hubspot/codegen/crm/quotes/api/batch_api.rb
|
1464
|
+
- lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb
|
1465
|
+
- lib/hubspot/codegen/crm/quotes/api/public_object_api.rb
|
826
1466
|
- lib/hubspot/codegen/crm/quotes/api/search_api.rb
|
827
1467
|
- lib/hubspot/codegen/crm/quotes/api_client.rb
|
828
1468
|
- lib/hubspot/codegen/crm/quotes/api_error.rb
|
829
1469
|
- lib/hubspot/codegen/crm/quotes/configuration.rb
|
830
1470
|
- lib/hubspot/codegen/crm/quotes/models/associated_id.rb
|
1471
|
+
- lib/hubspot/codegen/crm/quotes/models/association_spec.rb
|
831
1472
|
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
|
832
1473
|
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
|
833
|
-
- lib/hubspot/codegen/crm/quotes/models/
|
1474
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb
|
834
1475
|
- lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
|
835
1476
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
|
836
1477
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
|
837
1478
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
|
838
|
-
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb
|
839
1479
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
840
1480
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
841
1481
|
- lib/hubspot/codegen/crm/quotes/models/error.rb
|
842
|
-
- lib/hubspot/codegen/crm/quotes/models/error_category.rb
|
843
1482
|
- lib/hubspot/codegen/crm/quotes/models/error_detail.rb
|
844
1483
|
- lib/hubspot/codegen/crm/quotes/models/filter.rb
|
845
1484
|
- lib/hubspot/codegen/crm/quotes/models/filter_group.rb
|
@@ -847,13 +1486,19 @@ files:
|
|
847
1486
|
- lib/hubspot/codegen/crm/quotes/models/next_page.rb
|
848
1487
|
- lib/hubspot/codegen/crm/quotes/models/paging.rb
|
849
1488
|
- lib/hubspot/codegen/crm/quotes/models/previous_page.rb
|
1489
|
+
- lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb
|
1490
|
+
- lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb
|
1491
|
+
- lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb
|
1492
|
+
- lib/hubspot/codegen/crm/quotes/models/public_object_id.rb
|
850
1493
|
- lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
|
851
1494
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
|
852
1495
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
|
853
1496
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
|
854
1497
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
|
1498
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb
|
855
1499
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
|
856
1500
|
- lib/hubspot/codegen/crm/quotes/models/standard_error.rb
|
1501
|
+
- lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb
|
857
1502
|
- lib/hubspot/codegen/crm/schemas/api/core_api.rb
|
858
1503
|
- lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb
|
859
1504
|
- lib/hubspot/codegen/crm/schemas/api_client.rb
|
@@ -874,26 +1519,26 @@ files:
|
|
874
1519
|
- lib/hubspot/codegen/crm/schemas/models/option_input.rb
|
875
1520
|
- lib/hubspot/codegen/crm/schemas/models/property.rb
|
876
1521
|
- lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
|
877
|
-
- lib/hubspot/codegen/crm/tickets/api/associations_api.rb
|
878
1522
|
- lib/hubspot/codegen/crm/tickets/api/basic_api.rb
|
879
1523
|
- lib/hubspot/codegen/crm/tickets/api/batch_api.rb
|
1524
|
+
- lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb
|
1525
|
+
- lib/hubspot/codegen/crm/tickets/api/public_object_api.rb
|
880
1526
|
- lib/hubspot/codegen/crm/tickets/api/search_api.rb
|
881
1527
|
- lib/hubspot/codegen/crm/tickets/api_client.rb
|
882
1528
|
- lib/hubspot/codegen/crm/tickets/api_error.rb
|
883
1529
|
- lib/hubspot/codegen/crm/tickets/configuration.rb
|
884
1530
|
- lib/hubspot/codegen/crm/tickets/models/associated_id.rb
|
1531
|
+
- lib/hubspot/codegen/crm/tickets/models/association_spec.rb
|
885
1532
|
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
|
886
1533
|
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
|
887
|
-
- lib/hubspot/codegen/crm/tickets/models/
|
1534
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb
|
888
1535
|
- lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
|
889
1536
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
|
890
1537
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
|
891
1538
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
|
892
|
-
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb
|
893
1539
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
894
1540
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
895
1541
|
- lib/hubspot/codegen/crm/tickets/models/error.rb
|
896
|
-
- lib/hubspot/codegen/crm/tickets/models/error_category.rb
|
897
1542
|
- lib/hubspot/codegen/crm/tickets/models/error_detail.rb
|
898
1543
|
- lib/hubspot/codegen/crm/tickets/models/filter.rb
|
899
1544
|
- lib/hubspot/codegen/crm/tickets/models/filter_group.rb
|
@@ -901,13 +1546,19 @@ files:
|
|
901
1546
|
- lib/hubspot/codegen/crm/tickets/models/next_page.rb
|
902
1547
|
- lib/hubspot/codegen/crm/tickets/models/paging.rb
|
903
1548
|
- lib/hubspot/codegen/crm/tickets/models/previous_page.rb
|
1549
|
+
- lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb
|
1550
|
+
- lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb
|
1551
|
+
- lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb
|
1552
|
+
- lib/hubspot/codegen/crm/tickets/models/public_object_id.rb
|
904
1553
|
- lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
|
905
1554
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
|
906
1555
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
|
907
1556
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
|
908
1557
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
|
1558
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb
|
909
1559
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
|
910
1560
|
- lib/hubspot/codegen/crm/tickets/models/standard_error.rb
|
1561
|
+
- lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb
|
911
1562
|
- lib/hubspot/codegen/crm/timeline/api/events_api.rb
|
912
1563
|
- lib/hubspot/codegen/crm/timeline/api/templates_api.rb
|
913
1564
|
- lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
|
@@ -919,7 +1570,6 @@ files:
|
|
919
1570
|
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
|
920
1571
|
- lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb
|
921
1572
|
- lib/hubspot/codegen/crm/timeline/models/error.rb
|
922
|
-
- lib/hubspot/codegen/crm/timeline/models/error_category.rb
|
923
1573
|
- lib/hubspot/codegen/crm/timeline/models/error_detail.rb
|
924
1574
|
- lib/hubspot/codegen/crm/timeline/models/event_detail.rb
|
925
1575
|
- lib/hubspot/codegen/crm/timeline/models/standard_error.rb
|
@@ -942,43 +1592,135 @@ files:
|
|
942
1592
|
- lib/hubspot/codegen/events/models/external_unified_event.rb
|
943
1593
|
- lib/hubspot/codegen/events/models/next_page.rb
|
944
1594
|
- lib/hubspot/codegen/events/models/paging.rb
|
945
|
-
- lib/hubspot/codegen/
|
946
|
-
- lib/hubspot/codegen/
|
947
|
-
- lib/hubspot/codegen/
|
948
|
-
- lib/hubspot/codegen/
|
949
|
-
- lib/hubspot/codegen/
|
950
|
-
- lib/hubspot/codegen/
|
951
|
-
- lib/hubspot/codegen/
|
952
|
-
- lib/hubspot/codegen/
|
953
|
-
- lib/hubspot/codegen/files/
|
954
|
-
- lib/hubspot/codegen/files/
|
955
|
-
- lib/hubspot/codegen/files/
|
956
|
-
- lib/hubspot/codegen/files/
|
957
|
-
- lib/hubspot/codegen/files/
|
958
|
-
- lib/hubspot/codegen/files/
|
959
|
-
- lib/hubspot/codegen/files/
|
960
|
-
- lib/hubspot/codegen/files/
|
961
|
-
- lib/hubspot/codegen/files/
|
962
|
-
- lib/hubspot/codegen/files/
|
963
|
-
- lib/hubspot/codegen/files/
|
964
|
-
- lib/hubspot/codegen/files/
|
965
|
-
- lib/hubspot/codegen/files/
|
966
|
-
- lib/hubspot/codegen/files/
|
967
|
-
- lib/hubspot/codegen/files/
|
968
|
-
- lib/hubspot/codegen/files/
|
969
|
-
- lib/hubspot/codegen/files/
|
1595
|
+
- lib/hubspot/codegen/events/models/previous_page.rb
|
1596
|
+
- lib/hubspot/codegen/events/send/api/custom_event_data_api.rb
|
1597
|
+
- lib/hubspot/codegen/events/send/api_client.rb
|
1598
|
+
- lib/hubspot/codegen/events/send/api_error.rb
|
1599
|
+
- lib/hubspot/codegen/events/send/configuration.rb
|
1600
|
+
- lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb
|
1601
|
+
- lib/hubspot/codegen/events/send/models/error.rb
|
1602
|
+
- lib/hubspot/codegen/events/send/models/error_detail.rb
|
1603
|
+
- lib/hubspot/codegen/files/api/files_api.rb
|
1604
|
+
- lib/hubspot/codegen/files/api/folders_api.rb
|
1605
|
+
- lib/hubspot/codegen/files/api_client.rb
|
1606
|
+
- lib/hubspot/codegen/files/api_error.rb
|
1607
|
+
- lib/hubspot/codegen/files/configuration.rb
|
1608
|
+
- lib/hubspot/codegen/files/models/collection_response_file.rb
|
1609
|
+
- lib/hubspot/codegen/files/models/collection_response_folder.rb
|
1610
|
+
- lib/hubspot/codegen/files/models/error.rb
|
1611
|
+
- lib/hubspot/codegen/files/models/error_detail.rb
|
1612
|
+
- lib/hubspot/codegen/files/models/file.rb
|
1613
|
+
- lib/hubspot/codegen/files/models/file_action_response.rb
|
1614
|
+
- lib/hubspot/codegen/files/models/file_stat.rb
|
1615
|
+
- lib/hubspot/codegen/files/models/file_update_input.rb
|
1616
|
+
- lib/hubspot/codegen/files/models/folder.rb
|
1617
|
+
- lib/hubspot/codegen/files/models/folder_action_response.rb
|
1618
|
+
- lib/hubspot/codegen/files/models/folder_input.rb
|
1619
|
+
- lib/hubspot/codegen/files/models/folder_update_input.rb
|
1620
|
+
- lib/hubspot/codegen/files/models/folder_update_task_locator.rb
|
1621
|
+
- lib/hubspot/codegen/files/models/import_from_url_input.rb
|
1622
|
+
- lib/hubspot/codegen/files/models/import_from_url_task_locator.rb
|
1623
|
+
- lib/hubspot/codegen/files/models/next_page.rb
|
1624
|
+
- lib/hubspot/codegen/files/models/paging.rb
|
1625
|
+
- lib/hubspot/codegen/files/models/previous_page.rb
|
1626
|
+
- lib/hubspot/codegen/files/models/signed_url.rb
|
1627
|
+
- lib/hubspot/codegen/files/models/standard_error.rb
|
1628
|
+
- lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb
|
1629
|
+
- lib/hubspot/codegen/marketing/events/api/basic_api.rb
|
1630
|
+
- lib/hubspot/codegen/marketing/events/api/batch_api.rb
|
1631
|
+
- lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb
|
1632
|
+
- lib/hubspot/codegen/marketing/events/api/search_api.rb
|
1633
|
+
- lib/hubspot/codegen/marketing/events/api/settings_api.rb
|
1634
|
+
- lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb
|
1635
|
+
- lib/hubspot/codegen/marketing/events/api_client.rb
|
1636
|
+
- lib/hubspot/codegen/marketing/events/api_error.rb
|
1637
|
+
- lib/hubspot/codegen/marketing/events/configuration.rb
|
1638
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb
|
1639
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb
|
1640
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb
|
1641
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb
|
1642
|
+
- lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb
|
1643
|
+
- lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb
|
1644
|
+
- lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb
|
1645
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb
|
1646
|
+
- lib/hubspot/codegen/marketing/events/models/error.rb
|
1647
|
+
- lib/hubspot/codegen/marketing/events/models/error_detail.rb
|
1648
|
+
- lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb
|
1649
|
+
- lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb
|
1650
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb
|
1651
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb
|
1652
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb
|
1653
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb
|
1654
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb
|
1655
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb
|
1656
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb
|
1657
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb
|
1658
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb
|
1659
|
+
- lib/hubspot/codegen/marketing/events/models/property_value.rb
|
1660
|
+
- lib/hubspot/codegen/marketing/events/models/standard_error.rb
|
1661
|
+
- lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb
|
1662
|
+
- lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb
|
1663
|
+
- lib/hubspot/codegen/marketing/forms/api/forms_api.rb
|
1664
|
+
- lib/hubspot/codegen/marketing/forms/api_client.rb
|
1665
|
+
- lib/hubspot/codegen/marketing/forms/api_error.rb
|
1666
|
+
- lib/hubspot/codegen/marketing/forms/configuration.rb
|
1667
|
+
- lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb
|
1668
|
+
- lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb
|
1669
|
+
- lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb
|
1670
|
+
- lib/hubspot/codegen/marketing/forms/models/dependent_field.rb
|
1671
|
+
- lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb
|
1672
|
+
- lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb
|
1673
|
+
- lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb
|
1674
|
+
- lib/hubspot/codegen/marketing/forms/models/email_field.rb
|
1675
|
+
- lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb
|
1676
|
+
- lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb
|
1677
|
+
- lib/hubspot/codegen/marketing/forms/models/error.rb
|
1678
|
+
- lib/hubspot/codegen/marketing/forms/models/error_detail.rb
|
1679
|
+
- lib/hubspot/codegen/marketing/forms/models/field_group.rb
|
1680
|
+
- lib/hubspot/codegen/marketing/forms/models/file_field.rb
|
1681
|
+
- lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb
|
1682
|
+
- lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb
|
1683
|
+
- lib/hubspot/codegen/marketing/forms/models/form_display_options.rb
|
1684
|
+
- lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb
|
1685
|
+
- lib/hubspot/codegen/marketing/forms/models/form_style.rb
|
1686
|
+
- lib/hubspot/codegen/marketing/forms/models/forward_paging.rb
|
1687
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb
|
1688
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb
|
1689
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb
|
1690
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb
|
1691
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb
|
1692
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb
|
1693
|
+
- lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb
|
1694
|
+
- lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb
|
1695
|
+
- lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb
|
1696
|
+
- lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb
|
1697
|
+
- lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb
|
1698
|
+
- lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb
|
1699
|
+
- lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb
|
1700
|
+
- lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb
|
1701
|
+
- lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb
|
1702
|
+
- lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb
|
1703
|
+
- lib/hubspot/codegen/marketing/forms/models/next_page.rb
|
1704
|
+
- lib/hubspot/codegen/marketing/forms/models/number_field.rb
|
1705
|
+
- lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb
|
1706
|
+
- lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb
|
1707
|
+
- lib/hubspot/codegen/marketing/forms/models/phone_field.rb
|
1708
|
+
- lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb
|
1709
|
+
- lib/hubspot/codegen/marketing/forms/models/radio_field.rb
|
1710
|
+
- lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb
|
1711
|
+
- lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb
|
970
1712
|
- lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb
|
971
1713
|
- lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb
|
972
1714
|
- lib/hubspot/codegen/marketing/transactional/api_client.rb
|
973
1715
|
- lib/hubspot/codegen/marketing/transactional/api_error.rb
|
974
1716
|
- lib/hubspot/codegen/marketing/transactional/configuration.rb
|
975
|
-
- lib/hubspot/codegen/marketing/transactional/models/
|
1717
|
+
- lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb
|
976
1718
|
- lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb
|
977
1719
|
- lib/hubspot/codegen/marketing/transactional/models/error.rb
|
978
1720
|
- lib/hubspot/codegen/marketing/transactional/models/error_detail.rb
|
979
1721
|
- lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb
|
1722
|
+
- lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb
|
980
1723
|
- lib/hubspot/codegen/marketing/transactional/models/next_page.rb
|
981
|
-
- lib/hubspot/codegen/marketing/transactional/models/paging.rb
|
982
1724
|
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb
|
983
1725
|
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb
|
984
1726
|
- lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb
|
@@ -994,6 +1736,33 @@ files:
|
|
994
1736
|
- lib/hubspot/codegen/oauth/models/error_detail.rb
|
995
1737
|
- lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
|
996
1738
|
- lib/hubspot/codegen/oauth/models/token_response_if.rb
|
1739
|
+
- lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb
|
1740
|
+
- lib/hubspot/codegen/settings/business_units/api_client.rb
|
1741
|
+
- lib/hubspot/codegen/settings/business_units/api_error.rb
|
1742
|
+
- lib/hubspot/codegen/settings/business_units/configuration.rb
|
1743
|
+
- lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb
|
1744
|
+
- lib/hubspot/codegen/settings/business_units/models/error.rb
|
1745
|
+
- lib/hubspot/codegen/settings/business_units/models/error_detail.rb
|
1746
|
+
- lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb
|
1747
|
+
- lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb
|
1748
|
+
- lib/hubspot/codegen/settings/users/api/roles_api.rb
|
1749
|
+
- lib/hubspot/codegen/settings/users/api/teams_api.rb
|
1750
|
+
- lib/hubspot/codegen/settings/users/api/users_api.rb
|
1751
|
+
- lib/hubspot/codegen/settings/users/api_client.rb
|
1752
|
+
- lib/hubspot/codegen/settings/users/api_error.rb
|
1753
|
+
- lib/hubspot/codegen/settings/users/configuration.rb
|
1754
|
+
- lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb
|
1755
|
+
- lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb
|
1756
|
+
- lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb
|
1757
|
+
- lib/hubspot/codegen/settings/users/models/error.rb
|
1758
|
+
- lib/hubspot/codegen/settings/users/models/error_detail.rb
|
1759
|
+
- lib/hubspot/codegen/settings/users/models/forward_paging.rb
|
1760
|
+
- lib/hubspot/codegen/settings/users/models/next_page.rb
|
1761
|
+
- lib/hubspot/codegen/settings/users/models/public_permission_set.rb
|
1762
|
+
- lib/hubspot/codegen/settings/users/models/public_team.rb
|
1763
|
+
- lib/hubspot/codegen/settings/users/models/public_user.rb
|
1764
|
+
- lib/hubspot/codegen/settings/users/models/public_user_update.rb
|
1765
|
+
- lib/hubspot/codegen/settings/users/models/user_provision_request.rb
|
997
1766
|
- lib/hubspot/codegen/webhooks/api/settings_api.rb
|
998
1767
|
- lib/hubspot/codegen/webhooks/api/subscriptions_api.rb
|
999
1768
|
- lib/hubspot/codegen/webhooks/api_client.rb
|
@@ -1003,7 +1772,6 @@ files:
|
|
1003
1772
|
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
|
1004
1773
|
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
|
1005
1774
|
- lib/hubspot/codegen/webhooks/models/error.rb
|
1006
|
-
- lib/hubspot/codegen/webhooks/models/error_category.rb
|
1007
1775
|
- lib/hubspot/codegen/webhooks/models/error_detail.rb
|
1008
1776
|
- lib/hubspot/codegen/webhooks/models/settings_change_request.rb
|
1009
1777
|
- lib/hubspot/codegen/webhooks/models/settings_response.rb
|
@@ -1015,795 +1783,439 @@ files:
|
|
1015
1783
|
- lib/hubspot/codegen/webhooks/models/subscription_response.rb
|
1016
1784
|
- lib/hubspot/codegen/webhooks/models/throttling_settings.rb
|
1017
1785
|
- lib/hubspot/configuration.rb
|
1786
|
+
- lib/hubspot/discovery/automation/actions/api/callbacks_api.rb
|
1787
|
+
- lib/hubspot/discovery/automation/actions/api/definitions_api.rb
|
1788
|
+
- lib/hubspot/discovery/automation/actions/api/functions_api.rb
|
1789
|
+
- lib/hubspot/discovery/automation/actions/api/revisions_api.rb
|
1790
|
+
- lib/hubspot/discovery/automation/actions/client.rb
|
1791
|
+
- lib/hubspot/discovery/automation/client.rb
|
1792
|
+
- lib/hubspot/discovery/base_api_client.rb
|
1793
|
+
- lib/hubspot/discovery/base_module_client.rb
|
1794
|
+
- lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb
|
1795
|
+
- lib/hubspot/discovery/cms/audit_logs/client.rb
|
1796
|
+
- lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb
|
1797
|
+
- lib/hubspot/discovery/cms/blogs/authors/client.rb
|
1798
|
+
- lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb
|
1799
|
+
- lib/hubspot/discovery/cms/blogs/blog_posts/client.rb
|
1800
|
+
- lib/hubspot/discovery/cms/blogs/client.rb
|
1801
|
+
- lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb
|
1802
|
+
- lib/hubspot/discovery/cms/blogs/tags/client.rb
|
1803
|
+
- lib/hubspot/discovery/cms/client.rb
|
1804
|
+
- lib/hubspot/discovery/cms/domains/api/domains_api.rb
|
1805
|
+
- lib/hubspot/discovery/cms/domains/client.rb
|
1806
|
+
- lib/hubspot/discovery/cms/hubdb/api/rows_api.rb
|
1807
|
+
- lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb
|
1808
|
+
- lib/hubspot/discovery/cms/hubdb/api/tables_api.rb
|
1809
|
+
- lib/hubspot/discovery/cms/hubdb/client.rb
|
1810
|
+
- lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb
|
1811
|
+
- lib/hubspot/discovery/cms/pages/api/site_pages_api.rb
|
1812
|
+
- lib/hubspot/discovery/cms/pages/client.rb
|
1813
|
+
- lib/hubspot/discovery/cms/performance/api/public_performance_api.rb
|
1814
|
+
- lib/hubspot/discovery/cms/performance/client.rb
|
1815
|
+
- lib/hubspot/discovery/cms/site_search/api/public_api.rb
|
1816
|
+
- lib/hubspot/discovery/cms/site_search/client.rb
|
1817
|
+
- lib/hubspot/discovery/cms/source_code/api/content_api.rb
|
1818
|
+
- lib/hubspot/discovery/cms/source_code/api/extract_api.rb
|
1819
|
+
- lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
|
1820
|
+
- lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb
|
1821
|
+
- lib/hubspot/discovery/cms/source_code/api/validation_api.rb
|
1822
|
+
- lib/hubspot/discovery/cms/source_code/client.rb
|
1823
|
+
- lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
|
1824
|
+
- lib/hubspot/discovery/cms/url_redirects/client.rb
|
1825
|
+
- lib/hubspot/discovery/communication_preferences/api/definition_api.rb
|
1826
|
+
- lib/hubspot/discovery/communication_preferences/api/status_api.rb
|
1827
|
+
- lib/hubspot/discovery/communication_preferences/client.rb
|
1828
|
+
- lib/hubspot/discovery/conversations/client.rb
|
1829
|
+
- lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb
|
1830
|
+
- lib/hubspot/discovery/conversations/visitor_identification/client.rb
|
1831
|
+
- lib/hubspot/discovery/crm/associations/api/batch_api.rb
|
1832
|
+
- lib/hubspot/discovery/crm/associations/client.rb
|
1833
|
+
- lib/hubspot/discovery/crm/associations/schema/api/types_api.rb
|
1834
|
+
- lib/hubspot/discovery/crm/associations/schema/client.rb
|
1835
|
+
- lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb
|
1836
|
+
- lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb
|
1837
|
+
- lib/hubspot/discovery/crm/associations/v4/client.rb
|
1838
|
+
- lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb
|
1839
|
+
- lib/hubspot/discovery/crm/associations/v4/schema/client.rb
|
1840
|
+
- lib/hubspot/discovery/crm/client.rb
|
1841
|
+
- lib/hubspot/discovery/crm/companies/api/basic_api.rb
|
1842
|
+
- lib/hubspot/discovery/crm/companies/api/batch_api.rb
|
1843
|
+
- lib/hubspot/discovery/crm/companies/api/public_object_api.rb
|
1844
|
+
- lib/hubspot/discovery/crm/companies/api/search_api.rb
|
1845
|
+
- lib/hubspot/discovery/crm/companies/client.rb
|
1846
|
+
- lib/hubspot/discovery/crm/contacts/api/basic_api.rb
|
1847
|
+
- lib/hubspot/discovery/crm/contacts/api/batch_api.rb
|
1848
|
+
- lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb
|
1849
|
+
- lib/hubspot/discovery/crm/contacts/api/public_object_api.rb
|
1850
|
+
- lib/hubspot/discovery/crm/contacts/api/search_api.rb
|
1851
|
+
- lib/hubspot/discovery/crm/contacts/client.rb
|
1852
|
+
- lib/hubspot/discovery/crm/deals/api/basic_api.rb
|
1853
|
+
- lib/hubspot/discovery/crm/deals/api/batch_api.rb
|
1854
|
+
- lib/hubspot/discovery/crm/deals/api/public_object_api.rb
|
1855
|
+
- lib/hubspot/discovery/crm/deals/api/search_api.rb
|
1856
|
+
- lib/hubspot/discovery/crm/deals/client.rb
|
1857
|
+
- lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb
|
1858
|
+
- lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb
|
1859
|
+
- lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb
|
1860
|
+
- lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb
|
1861
|
+
- lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb
|
1862
|
+
- lib/hubspot/discovery/crm/extensions/accounting/client.rb
|
1863
|
+
- lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb
|
1864
|
+
- lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb
|
1865
|
+
- lib/hubspot/discovery/crm/extensions/calling/client.rb
|
1866
|
+
- lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb
|
1867
|
+
- lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb
|
1868
|
+
- lib/hubspot/discovery/crm/extensions/cards/client.rb
|
1869
|
+
- lib/hubspot/discovery/crm/extensions/client.rb
|
1870
|
+
- lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb
|
1871
|
+
- lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb
|
1872
|
+
- lib/hubspot/discovery/crm/imports/api/core_api.rb
|
1873
|
+
- lib/hubspot/discovery/crm/imports/api/public_imports_api.rb
|
1874
|
+
- lib/hubspot/discovery/crm/imports/client.rb
|
1875
|
+
- lib/hubspot/discovery/crm/line_items/api/basic_api.rb
|
1876
|
+
- lib/hubspot/discovery/crm/line_items/api/batch_api.rb
|
1877
|
+
- lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb
|
1878
|
+
- lib/hubspot/discovery/crm/line_items/api/public_object_api.rb
|
1879
|
+
- lib/hubspot/discovery/crm/line_items/api/search_api.rb
|
1880
|
+
- lib/hubspot/discovery/crm/line_items/client.rb
|
1881
|
+
- lib/hubspot/discovery/crm/lists/api/lists_api.rb
|
1882
|
+
- lib/hubspot/discovery/crm/lists/api/memberships_api.rb
|
1883
|
+
- lib/hubspot/discovery/crm/lists/client.rb
|
1884
|
+
- lib/hubspot/discovery/crm/objects/api/associations_api.rb
|
1885
|
+
- lib/hubspot/discovery/crm/objects/api/basic_api.rb
|
1886
|
+
- lib/hubspot/discovery/crm/objects/api/batch_api.rb
|
1887
|
+
- lib/hubspot/discovery/crm/objects/api/gdpr_api.rb
|
1888
|
+
- lib/hubspot/discovery/crm/objects/api/public_object_api.rb
|
1889
|
+
- lib/hubspot/discovery/crm/objects/api/search_api.rb
|
1890
|
+
- lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb
|
1891
|
+
- lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb
|
1892
|
+
- lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb
|
1893
|
+
- lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb
|
1894
|
+
- lib/hubspot/discovery/crm/objects/calls/api/search_api.rb
|
1895
|
+
- lib/hubspot/discovery/crm/objects/calls/client.rb
|
1896
|
+
- lib/hubspot/discovery/crm/objects/client.rb
|
1897
|
+
- lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb
|
1898
|
+
- lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb
|
1899
|
+
- lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb
|
1900
|
+
- lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb
|
1901
|
+
- lib/hubspot/discovery/crm/objects/communications/api/search_api.rb
|
1902
|
+
- lib/hubspot/discovery/crm/objects/communications/client.rb
|
1903
|
+
- lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb
|
1904
|
+
- lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb
|
1905
|
+
- lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb
|
1906
|
+
- lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb
|
1907
|
+
- lib/hubspot/discovery/crm/objects/emails/api/search_api.rb
|
1908
|
+
- lib/hubspot/discovery/crm/objects/emails/client.rb
|
1909
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb
|
1910
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb
|
1911
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb
|
1912
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb
|
1913
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb
|
1914
|
+
- lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb
|
1915
|
+
- lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb
|
1916
|
+
- lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb
|
1917
|
+
- lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb
|
1918
|
+
- lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb
|
1919
|
+
- lib/hubspot/discovery/crm/objects/goals/api/search_api.rb
|
1920
|
+
- lib/hubspot/discovery/crm/objects/goals/client.rb
|
1921
|
+
- lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb
|
1922
|
+
- lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb
|
1923
|
+
- lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb
|
1924
|
+
- lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb
|
1925
|
+
- lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb
|
1926
|
+
- lib/hubspot/discovery/crm/objects/meetings/client.rb
|
1927
|
+
- lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb
|
1928
|
+
- lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb
|
1929
|
+
- lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb
|
1930
|
+
- lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
|
1931
|
+
- lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
|
1932
|
+
- lib/hubspot/discovery/crm/objects/notes/client.rb
|
1933
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
|
1934
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
|
1935
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb
|
1936
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
|
1937
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
|
1938
|
+
- lib/hubspot/discovery/crm/objects/postal_mail/client.rb
|
1939
|
+
- lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
|
1940
|
+
- lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
|
1941
|
+
- lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb
|
1942
|
+
- lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb
|
1943
|
+
- lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb
|
1944
|
+
- lib/hubspot/discovery/crm/objects/tasks/client.rb
|
1945
|
+
- lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb
|
1946
|
+
- lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb
|
1947
|
+
- lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb
|
1948
|
+
- lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb
|
1949
|
+
- lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb
|
1950
|
+
- lib/hubspot/discovery/crm/objects/taxes/client.rb
|
1951
|
+
- lib/hubspot/discovery/crm/owners/api/owners_api.rb
|
1952
|
+
- lib/hubspot/discovery/crm/owners/client.rb
|
1953
|
+
- lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb
|
1954
|
+
- lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb
|
1955
|
+
- lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb
|
1956
|
+
- lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb
|
1957
|
+
- lib/hubspot/discovery/crm/pipelines/client.rb
|
1958
|
+
- lib/hubspot/discovery/crm/products/api/associations_api.rb
|
1959
|
+
- lib/hubspot/discovery/crm/products/api/basic_api.rb
|
1960
|
+
- lib/hubspot/discovery/crm/products/api/batch_api.rb
|
1961
|
+
- lib/hubspot/discovery/crm/products/api/gdpr_api.rb
|
1962
|
+
- lib/hubspot/discovery/crm/products/api/public_object_api.rb
|
1963
|
+
- lib/hubspot/discovery/crm/products/api/search_api.rb
|
1964
|
+
- lib/hubspot/discovery/crm/products/client.rb
|
1965
|
+
- lib/hubspot/discovery/crm/properties/api/batch_api.rb
|
1966
|
+
- lib/hubspot/discovery/crm/properties/api/core_api.rb
|
1967
|
+
- lib/hubspot/discovery/crm/properties/api/groups_api.rb
|
1968
|
+
- lib/hubspot/discovery/crm/properties/client.rb
|
1969
|
+
- lib/hubspot/discovery/crm/quotes/api/associations_api.rb
|
1970
|
+
- lib/hubspot/discovery/crm/quotes/api/basic_api.rb
|
1971
|
+
- lib/hubspot/discovery/crm/quotes/api/batch_api.rb
|
1972
|
+
- lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb
|
1973
|
+
- lib/hubspot/discovery/crm/quotes/api/public_object_api.rb
|
1974
|
+
- lib/hubspot/discovery/crm/quotes/api/search_api.rb
|
1975
|
+
- lib/hubspot/discovery/crm/quotes/client.rb
|
1976
|
+
- lib/hubspot/discovery/crm/schemas/api/core_api.rb
|
1977
|
+
- lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb
|
1978
|
+
- lib/hubspot/discovery/crm/schemas/client.rb
|
1979
|
+
- lib/hubspot/discovery/crm/tickets/api/associations_api.rb
|
1980
|
+
- lib/hubspot/discovery/crm/tickets/api/basic_api.rb
|
1981
|
+
- lib/hubspot/discovery/crm/tickets/api/batch_api.rb
|
1982
|
+
- lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb
|
1983
|
+
- lib/hubspot/discovery/crm/tickets/api/public_object_api.rb
|
1984
|
+
- lib/hubspot/discovery/crm/tickets/api/search_api.rb
|
1985
|
+
- lib/hubspot/discovery/crm/tickets/client.rb
|
1986
|
+
- lib/hubspot/discovery/crm/timeline/api/events_api.rb
|
1987
|
+
- lib/hubspot/discovery/crm/timeline/api/templates_api.rb
|
1988
|
+
- lib/hubspot/discovery/crm/timeline/api/tokens_api.rb
|
1989
|
+
- lib/hubspot/discovery/crm/timeline/client.rb
|
1990
|
+
- lib/hubspot/discovery/events/api/events_api.rb
|
1991
|
+
- lib/hubspot/discovery/events/client.rb
|
1992
|
+
- lib/hubspot/discovery/events/send/api/custom_event_data_api.rb
|
1993
|
+
- lib/hubspot/discovery/events/send/client.rb
|
1994
|
+
- lib/hubspot/discovery/files/api/files_api.rb
|
1995
|
+
- lib/hubspot/discovery/files/api/folders_api.rb
|
1996
|
+
- lib/hubspot/discovery/files/client.rb
|
1997
|
+
- lib/hubspot/discovery/marketing/client.rb
|
1998
|
+
- lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb
|
1999
|
+
- lib/hubspot/discovery/marketing/events/api/basic_api.rb
|
2000
|
+
- lib/hubspot/discovery/marketing/events/api/batch_api.rb
|
2001
|
+
- lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb
|
2002
|
+
- lib/hubspot/discovery/marketing/events/api/search_api.rb
|
2003
|
+
- lib/hubspot/discovery/marketing/events/api/settings_api.rb
|
2004
|
+
- lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb
|
2005
|
+
- lib/hubspot/discovery/marketing/events/client.rb
|
2006
|
+
- lib/hubspot/discovery/marketing/forms/api/forms_api.rb
|
2007
|
+
- lib/hubspot/discovery/marketing/forms/client.rb
|
2008
|
+
- lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb
|
2009
|
+
- lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb
|
2010
|
+
- lib/hubspot/discovery/marketing/transactional/client.rb
|
2011
|
+
- lib/hubspot/discovery/oauth/api/access_tokens_api.rb
|
2012
|
+
- lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb
|
2013
|
+
- lib/hubspot/discovery/oauth/api/tokens_api.rb
|
2014
|
+
- lib/hubspot/discovery/oauth/client.rb
|
2015
|
+
- lib/hubspot/discovery/settings/business_units/api/business_unit_api.rb
|
2016
|
+
- lib/hubspot/discovery/settings/business_units/client.rb
|
2017
|
+
- lib/hubspot/discovery/settings/client.rb
|
2018
|
+
- lib/hubspot/discovery/settings/users/api/roles_api.rb
|
2019
|
+
- lib/hubspot/discovery/settings/users/api/teams_api.rb
|
2020
|
+
- lib/hubspot/discovery/settings/users/api/users_api.rb
|
2021
|
+
- lib/hubspot/discovery/settings/users/client.rb
|
2022
|
+
- lib/hubspot/discovery/webhooks/api/settings_api.rb
|
2023
|
+
- lib/hubspot/discovery/webhooks/api/subscriptions_api.rb
|
2024
|
+
- lib/hubspot/discovery/webhooks/client.rb
|
1018
2025
|
- lib/hubspot/exceptions.rb
|
2026
|
+
- lib/hubspot/helpers/association_type.rb
|
2027
|
+
- lib/hubspot/helpers/camel_case.rb
|
1019
2028
|
- lib/hubspot/helpers/get_all_helper.rb
|
1020
|
-
- lib/hubspot/helpers/
|
2029
|
+
- lib/hubspot/helpers/path.rb
|
2030
|
+
- lib/hubspot/helpers/signature.rb
|
2031
|
+
- lib/hubspot/helpers/snake_case.rb
|
1021
2032
|
- lib/hubspot/oauth_helper.rb
|
1022
2033
|
- lib/hubspot/version.rb
|
1023
|
-
- pkg/hubspot-api-client-
|
1024
|
-
- spec/
|
1025
|
-
- spec/
|
1026
|
-
- spec/
|
1027
|
-
- spec/
|
1028
|
-
- spec/
|
1029
|
-
- spec/
|
1030
|
-
- spec/
|
1031
|
-
- spec/
|
1032
|
-
- spec/
|
1033
|
-
- spec/
|
1034
|
-
- spec/
|
1035
|
-
- spec/
|
1036
|
-
- spec/
|
1037
|
-
- spec/
|
1038
|
-
- spec/
|
1039
|
-
- spec/
|
1040
|
-
- spec/
|
1041
|
-
- spec/
|
1042
|
-
- spec/
|
1043
|
-
- spec/
|
1044
|
-
- spec/
|
1045
|
-
- spec/
|
1046
|
-
- spec/
|
1047
|
-
- spec/
|
1048
|
-
- spec/
|
1049
|
-
- spec/
|
1050
|
-
- spec/
|
1051
|
-
- spec/
|
1052
|
-
- spec/
|
1053
|
-
- spec/
|
1054
|
-
- spec/
|
1055
|
-
- spec/
|
1056
|
-
- spec/
|
1057
|
-
- spec/
|
1058
|
-
- spec/
|
1059
|
-
- spec/
|
1060
|
-
- spec/
|
1061
|
-
- spec/
|
1062
|
-
- spec/
|
1063
|
-
- spec/
|
1064
|
-
- spec/
|
1065
|
-
- spec/
|
1066
|
-
- spec/
|
1067
|
-
- spec/
|
1068
|
-
- spec/
|
1069
|
-
- spec/
|
1070
|
-
- spec/
|
1071
|
-
- spec/
|
1072
|
-
- spec/
|
1073
|
-
- spec/
|
1074
|
-
- spec/
|
1075
|
-
- spec/
|
1076
|
-
- spec/
|
1077
|
-
- spec/
|
1078
|
-
- spec/
|
1079
|
-
- spec/
|
1080
|
-
- spec/
|
1081
|
-
- spec/
|
1082
|
-
- spec/
|
1083
|
-
- spec/
|
1084
|
-
- spec/
|
1085
|
-
- spec/
|
1086
|
-
- spec/
|
1087
|
-
- spec/
|
1088
|
-
- spec/
|
1089
|
-
- spec/
|
1090
|
-
- spec/
|
1091
|
-
- spec/
|
1092
|
-
- spec/
|
1093
|
-
- spec/
|
1094
|
-
- spec/
|
1095
|
-
- spec/
|
1096
|
-
- spec/
|
1097
|
-
- spec/
|
1098
|
-
- spec/
|
1099
|
-
- spec/
|
1100
|
-
- spec/
|
1101
|
-
- spec/
|
1102
|
-
- spec/
|
1103
|
-
- spec/
|
1104
|
-
- spec/
|
1105
|
-
- spec/
|
1106
|
-
- spec/
|
1107
|
-
- spec/
|
1108
|
-
- spec/
|
1109
|
-
- spec/
|
1110
|
-
- spec/
|
1111
|
-
- spec/
|
1112
|
-
- spec/
|
1113
|
-
- spec/
|
1114
|
-
- spec/
|
1115
|
-
- spec/
|
1116
|
-
- spec/
|
1117
|
-
- spec/
|
1118
|
-
- spec/
|
1119
|
-
- spec/
|
1120
|
-
- spec/
|
1121
|
-
- spec/
|
1122
|
-
- spec/
|
1123
|
-
- spec/
|
1124
|
-
- spec/
|
1125
|
-
- spec/
|
1126
|
-
- spec/
|
1127
|
-
- spec/
|
1128
|
-
- spec/
|
1129
|
-
- spec/
|
1130
|
-
- spec/
|
1131
|
-
- spec/
|
1132
|
-
- spec/
|
1133
|
-
- spec/
|
1134
|
-
- spec/
|
1135
|
-
- spec/
|
1136
|
-
- spec/
|
1137
|
-
- spec/
|
1138
|
-
- spec/
|
1139
|
-
- spec/
|
1140
|
-
- spec/
|
1141
|
-
- spec/
|
1142
|
-
- spec/
|
1143
|
-
- spec/
|
1144
|
-
- spec/
|
1145
|
-
- spec/
|
1146
|
-
- spec/
|
1147
|
-
- spec/
|
1148
|
-
- spec/
|
1149
|
-
- spec/
|
1150
|
-
- spec/
|
1151
|
-
- spec/
|
1152
|
-
- spec/
|
1153
|
-
- spec/
|
1154
|
-
- spec/
|
1155
|
-
- spec/
|
1156
|
-
- spec/
|
1157
|
-
- spec/
|
1158
|
-
- spec/
|
1159
|
-
- spec/
|
1160
|
-
- spec/
|
1161
|
-
- spec/
|
1162
|
-
- spec/
|
1163
|
-
- spec/
|
1164
|
-
- spec/
|
1165
|
-
- spec/
|
1166
|
-
- spec/
|
1167
|
-
- spec/
|
1168
|
-
- spec/
|
1169
|
-
- spec/
|
1170
|
-
- spec/
|
1171
|
-
- spec/
|
1172
|
-
- spec/
|
1173
|
-
- spec/
|
1174
|
-
- spec/
|
1175
|
-
- spec/
|
1176
|
-
- spec/
|
1177
|
-
- spec/
|
1178
|
-
- spec/
|
1179
|
-
- spec/
|
1180
|
-
- spec/
|
1181
|
-
- spec/
|
1182
|
-
- spec/
|
1183
|
-
- spec/
|
1184
|
-
- spec/
|
1185
|
-
- spec/
|
1186
|
-
- spec/
|
1187
|
-
- spec/
|
1188
|
-
- spec/
|
1189
|
-
- spec/
|
1190
|
-
- spec/
|
1191
|
-
- spec/
|
1192
|
-
- spec/
|
1193
|
-
- spec/
|
1194
|
-
- spec/
|
1195
|
-
- spec/
|
1196
|
-
- spec/
|
1197
|
-
- spec/
|
1198
|
-
- spec/
|
1199
|
-
- spec/
|
1200
|
-
- spec/
|
1201
|
-
- spec/
|
1202
|
-
- spec/
|
1203
|
-
- spec/
|
1204
|
-
- spec/
|
1205
|
-
- spec/
|
1206
|
-
- spec/
|
1207
|
-
- spec/
|
1208
|
-
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
1209
|
-
- spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1210
|
-
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1211
|
-
- spec/codegen/crm/companies/models/error_category_spec.rb
|
1212
|
-
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
1213
|
-
- spec/codegen/crm/companies/models/error_spec.rb
|
1214
|
-
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
1215
|
-
- spec/codegen/crm/companies/models/filter_spec.rb
|
1216
|
-
- spec/codegen/crm/companies/models/forward_paging_spec.rb
|
1217
|
-
- spec/codegen/crm/companies/models/next_page_spec.rb
|
1218
|
-
- spec/codegen/crm/companies/models/paging_spec.rb
|
1219
|
-
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
1220
|
-
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
1221
|
-
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
1222
|
-
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
1223
|
-
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
1224
|
-
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
1225
|
-
- spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
|
1226
|
-
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
1227
|
-
- spec/codegen/crm/contacts/api/associations_api_spec.rb
|
1228
|
-
- spec/codegen/crm/contacts/api/basic_api_spec.rb
|
1229
|
-
- spec/codegen/crm/contacts/api/batch_api_spec.rb
|
1230
|
-
- spec/codegen/crm/contacts/api/gdpr_api_spec.rb
|
1231
|
-
- spec/codegen/crm/contacts/api/search_api_spec.rb
|
1232
|
-
- spec/codegen/crm/contacts/models/associated_id_spec.rb
|
1233
|
-
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
|
1234
|
-
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
|
1235
|
-
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
|
1236
|
-
- spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
|
1237
|
-
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
|
1238
|
-
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
|
1239
|
-
- spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb
|
1240
|
-
- spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
|
1241
|
-
- spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1242
|
-
- spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1243
|
-
- spec/codegen/crm/contacts/models/error_category_spec.rb
|
1244
|
-
- spec/codegen/crm/contacts/models/error_detail_spec.rb
|
1245
|
-
- spec/codegen/crm/contacts/models/error_spec.rb
|
1246
|
-
- spec/codegen/crm/contacts/models/filter_group_spec.rb
|
1247
|
-
- spec/codegen/crm/contacts/models/filter_spec.rb
|
1248
|
-
- spec/codegen/crm/contacts/models/forward_paging_spec.rb
|
1249
|
-
- spec/codegen/crm/contacts/models/next_page_spec.rb
|
1250
|
-
- spec/codegen/crm/contacts/models/paging_spec.rb
|
1251
|
-
- spec/codegen/crm/contacts/models/previous_page_spec.rb
|
1252
|
-
- spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
|
1253
|
-
- spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
|
1254
|
-
- spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
|
1255
|
-
- spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
|
1256
|
-
- spec/codegen/crm/contacts/models/simple_public_object_spec.rb
|
1257
|
-
- spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb
|
1258
|
-
- spec/codegen/crm/contacts/models/standard_error_spec.rb
|
1259
|
-
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
1260
|
-
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
1261
|
-
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
1262
|
-
- spec/codegen/crm/deals/api/search_api_spec.rb
|
1263
|
-
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
1264
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
1265
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
1266
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
1267
|
-
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
1268
|
-
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
1269
|
-
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
1270
|
-
- spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
|
1271
|
-
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
1272
|
-
- spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1273
|
-
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1274
|
-
- spec/codegen/crm/deals/models/error_category_spec.rb
|
1275
|
-
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
1276
|
-
- spec/codegen/crm/deals/models/error_spec.rb
|
1277
|
-
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
1278
|
-
- spec/codegen/crm/deals/models/filter_spec.rb
|
1279
|
-
- spec/codegen/crm/deals/models/forward_paging_spec.rb
|
1280
|
-
- spec/codegen/crm/deals/models/next_page_spec.rb
|
1281
|
-
- spec/codegen/crm/deals/models/paging_spec.rb
|
1282
|
-
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
1283
|
-
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
1284
|
-
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
1285
|
-
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
1286
|
-
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
1287
|
-
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
1288
|
-
- spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
|
1289
|
-
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
1290
|
-
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
1291
|
-
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
1292
|
-
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
1293
|
-
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
1294
|
-
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
1295
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
1296
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
1297
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
1298
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
1299
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
1300
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
1301
|
-
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
1302
|
-
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
1303
|
-
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
1304
|
-
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
1305
|
-
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
1306
|
-
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
1307
|
-
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
1308
|
-
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
1309
|
-
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
1310
|
-
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
1311
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
1312
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
1313
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
1314
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
1315
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
1316
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
1317
|
-
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
1318
|
-
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
1319
|
-
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
1320
|
-
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
1321
|
-
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
1322
|
-
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
1323
|
-
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
1324
|
-
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
1325
|
-
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
1326
|
-
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
1327
|
-
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
1328
|
-
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
1329
|
-
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
1330
|
-
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
1331
|
-
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
1332
|
-
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
1333
|
-
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
1334
|
-
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
1335
|
-
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
1336
|
-
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
1337
|
-
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
1338
|
-
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
1339
|
-
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
1340
|
-
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
1341
|
-
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
1342
|
-
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
1343
|
-
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
1344
|
-
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
1345
|
-
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
1346
|
-
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
1347
|
-
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
1348
|
-
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
1349
|
-
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
1350
|
-
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
1351
|
-
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
1352
|
-
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
1353
|
-
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
1354
|
-
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
1355
|
-
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
1356
|
-
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
1357
|
-
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
1358
|
-
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
1359
|
-
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
1360
|
-
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
1361
|
-
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
1362
|
-
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
1363
|
-
- spec/codegen/crm/imports/api/core_api_spec.rb
|
1364
|
-
- spec/codegen/crm/imports/api/public_imports_api_spec.rb
|
1365
|
-
- spec/codegen/crm/imports/models/action_response_spec.rb
|
1366
|
-
- spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
|
1367
|
-
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
1368
|
-
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
1369
|
-
- spec/codegen/crm/imports/models/error_spec.rb
|
1370
|
-
- spec/codegen/crm/imports/models/forward_paging_spec.rb
|
1371
|
-
- spec/codegen/crm/imports/models/import_row_core_spec.rb
|
1372
|
-
- spec/codegen/crm/imports/models/next_page_spec.rb
|
1373
|
-
- spec/codegen/crm/imports/models/paging_spec.rb
|
1374
|
-
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
1375
|
-
- spec/codegen/crm/imports/models/public_import_error_spec.rb
|
1376
|
-
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
1377
|
-
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
1378
|
-
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
1379
|
-
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
1380
|
-
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
1381
|
-
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
1382
|
-
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
1383
|
-
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
1384
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
1385
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
1386
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
1387
|
-
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
1388
|
-
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
1389
|
-
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
1390
|
-
- spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
|
1391
|
-
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
1392
|
-
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1393
|
-
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1394
|
-
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
1395
|
-
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
1396
|
-
- spec/codegen/crm/line_items/models/error_spec.rb
|
1397
|
-
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
1398
|
-
- spec/codegen/crm/line_items/models/filter_spec.rb
|
1399
|
-
- spec/codegen/crm/line_items/models/forward_paging_spec.rb
|
1400
|
-
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
1401
|
-
- spec/codegen/crm/line_items/models/paging_spec.rb
|
1402
|
-
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
1403
|
-
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
1404
|
-
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
1405
|
-
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
1406
|
-
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
1407
|
-
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
1408
|
-
- spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
|
1409
|
-
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
1410
|
-
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
1411
|
-
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
1412
|
-
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
1413
|
-
- spec/codegen/crm/objects/api/gdpr_api_spec.rb
|
1414
|
-
- spec/codegen/crm/objects/api/search_api_spec.rb
|
1415
|
-
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
1416
|
-
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
1417
|
-
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
1418
|
-
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
1419
|
-
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
1420
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
1421
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
1422
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
1423
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
1424
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
1425
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
1426
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
|
1427
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
1428
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1429
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1430
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
1431
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
1432
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
1433
|
-
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
1434
|
-
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
1435
|
-
- spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
|
1436
|
-
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
1437
|
-
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
1438
|
-
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
1439
|
-
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
1440
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
1441
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
1442
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
1443
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
1444
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
|
1445
|
-
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
1446
|
-
- spec/codegen/crm/objects/models/associated_id_spec.rb
|
1447
|
-
- spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
|
1448
|
-
- spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
|
1449
|
-
- spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
|
1450
|
-
- spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
|
1451
|
-
- spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
|
1452
|
-
- spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
|
1453
|
-
- spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
|
1454
|
-
- spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
|
1455
|
-
- spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1456
|
-
- spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1457
|
-
- spec/codegen/crm/objects/models/error_category_spec.rb
|
1458
|
-
- spec/codegen/crm/objects/models/error_detail_spec.rb
|
1459
|
-
- spec/codegen/crm/objects/models/error_spec.rb
|
1460
|
-
- spec/codegen/crm/objects/models/filter_group_spec.rb
|
1461
|
-
- spec/codegen/crm/objects/models/filter_spec.rb
|
1462
|
-
- spec/codegen/crm/objects/models/forward_paging_spec.rb
|
1463
|
-
- spec/codegen/crm/objects/models/next_page_spec.rb
|
1464
|
-
- spec/codegen/crm/objects/models/paging_spec.rb
|
1465
|
-
- spec/codegen/crm/objects/models/previous_page_spec.rb
|
1466
|
-
- spec/codegen/crm/objects/models/public_object_search_request_spec.rb
|
1467
|
-
- spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
|
1468
|
-
- spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
|
1469
|
-
- spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
|
1470
|
-
- spec/codegen/crm/objects/models/simple_public_object_spec.rb
|
1471
|
-
- spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb
|
1472
|
-
- spec/codegen/crm/objects/models/standard_error_spec.rb
|
1473
|
-
- spec/codegen/crm/owners/api/owners_api_spec.rb
|
1474
|
-
- spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
|
1475
|
-
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
1476
|
-
- spec/codegen/crm/owners/models/error_spec.rb
|
1477
|
-
- spec/codegen/crm/owners/models/forward_paging_spec.rb
|
1478
|
-
- spec/codegen/crm/owners/models/next_page_spec.rb
|
1479
|
-
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
1480
|
-
- spec/codegen/crm/owners/models/public_team_spec.rb
|
1481
|
-
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
1482
|
-
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
1483
|
-
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
1484
|
-
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
1485
|
-
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
1486
|
-
- spec/codegen/crm/pipelines/models/error_spec.rb
|
1487
|
-
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
1488
|
-
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
1489
|
-
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
1490
|
-
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
1491
|
-
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
1492
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
1493
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
1494
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
1495
|
-
- spec/codegen/crm/products/api/associations_api_spec.rb
|
1496
|
-
- spec/codegen/crm/products/api/basic_api_spec.rb
|
1497
|
-
- spec/codegen/crm/products/api/batch_api_spec.rb
|
1498
|
-
- spec/codegen/crm/products/api/search_api_spec.rb
|
1499
|
-
- spec/codegen/crm/products/models/associated_id_spec.rb
|
1500
|
-
- spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
|
1501
|
-
- spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
|
1502
|
-
- spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
|
1503
|
-
- spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
|
1504
|
-
- spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
|
1505
|
-
- spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
|
1506
|
-
- spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb
|
1507
|
-
- spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
|
1508
|
-
- spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1509
|
-
- spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1510
|
-
- spec/codegen/crm/products/models/error_category_spec.rb
|
1511
|
-
- spec/codegen/crm/products/models/error_detail_spec.rb
|
1512
|
-
- spec/codegen/crm/products/models/error_spec.rb
|
1513
|
-
- spec/codegen/crm/products/models/filter_group_spec.rb
|
1514
|
-
- spec/codegen/crm/products/models/filter_spec.rb
|
1515
|
-
- spec/codegen/crm/products/models/forward_paging_spec.rb
|
1516
|
-
- spec/codegen/crm/products/models/next_page_spec.rb
|
1517
|
-
- spec/codegen/crm/products/models/paging_spec.rb
|
1518
|
-
- spec/codegen/crm/products/models/previous_page_spec.rb
|
1519
|
-
- spec/codegen/crm/products/models/public_object_search_request_spec.rb
|
1520
|
-
- spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
|
1521
|
-
- spec/codegen/crm/products/models/simple_public_object_id_spec.rb
|
1522
|
-
- spec/codegen/crm/products/models/simple_public_object_input_spec.rb
|
1523
|
-
- spec/codegen/crm/products/models/simple_public_object_spec.rb
|
1524
|
-
- spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb
|
1525
|
-
- spec/codegen/crm/products/models/standard_error_spec.rb
|
1526
|
-
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
1527
|
-
- spec/codegen/crm/properties/api/core_api_spec.rb
|
1528
|
-
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
1529
|
-
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
1530
|
-
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
1531
|
-
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
1532
|
-
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
1533
|
-
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
1534
|
-
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
1535
|
-
- spec/codegen/crm/properties/models/error_category_spec.rb
|
1536
|
-
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
1537
|
-
- spec/codegen/crm/properties/models/error_spec.rb
|
1538
|
-
- spec/codegen/crm/properties/models/next_page_spec.rb
|
1539
|
-
- spec/codegen/crm/properties/models/option_input_spec.rb
|
1540
|
-
- spec/codegen/crm/properties/models/option_spec.rb
|
1541
|
-
- spec/codegen/crm/properties/models/paging_spec.rb
|
1542
|
-
- spec/codegen/crm/properties/models/property_create_spec.rb
|
1543
|
-
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
1544
|
-
- spec/codegen/crm/properties/models/property_group_spec.rb
|
1545
|
-
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
1546
|
-
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
1547
|
-
- spec/codegen/crm/properties/models/property_name_spec.rb
|
1548
|
-
- spec/codegen/crm/properties/models/property_spec.rb
|
1549
|
-
- spec/codegen/crm/properties/models/property_update_spec.rb
|
1550
|
-
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
1551
|
-
- spec/codegen/crm/quotes/api/associations_api_spec.rb
|
1552
|
-
- spec/codegen/crm/quotes/api/basic_api_spec.rb
|
1553
|
-
- spec/codegen/crm/quotes/api/batch_api_spec.rb
|
1554
|
-
- spec/codegen/crm/quotes/api/search_api_spec.rb
|
1555
|
-
- spec/codegen/crm/quotes/models/associated_id_spec.rb
|
1556
|
-
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
|
1557
|
-
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
|
1558
|
-
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
|
1559
|
-
- spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
|
1560
|
-
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
|
1561
|
-
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
|
1562
|
-
- spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb
|
1563
|
-
- spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
|
1564
|
-
- spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1565
|
-
- spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1566
|
-
- spec/codegen/crm/quotes/models/error_category_spec.rb
|
1567
|
-
- spec/codegen/crm/quotes/models/error_detail_spec.rb
|
1568
|
-
- spec/codegen/crm/quotes/models/error_spec.rb
|
1569
|
-
- spec/codegen/crm/quotes/models/filter_group_spec.rb
|
1570
|
-
- spec/codegen/crm/quotes/models/filter_spec.rb
|
1571
|
-
- spec/codegen/crm/quotes/models/forward_paging_spec.rb
|
1572
|
-
- spec/codegen/crm/quotes/models/next_page_spec.rb
|
1573
|
-
- spec/codegen/crm/quotes/models/paging_spec.rb
|
1574
|
-
- spec/codegen/crm/quotes/models/previous_page_spec.rb
|
1575
|
-
- spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
|
1576
|
-
- spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
|
1577
|
-
- spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
|
1578
|
-
- spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
|
1579
|
-
- spec/codegen/crm/quotes/models/simple_public_object_spec.rb
|
1580
|
-
- spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb
|
1581
|
-
- spec/codegen/crm/quotes/models/standard_error_spec.rb
|
1582
|
-
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
1583
|
-
- spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb
|
1584
|
-
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
1585
|
-
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
1586
|
-
- spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
|
1587
|
-
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
1588
|
-
- spec/codegen/crm/schemas/models/error_spec.rb
|
1589
|
-
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
1590
|
-
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
1591
|
-
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
1592
|
-
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
1593
|
-
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
1594
|
-
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
1595
|
-
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
1596
|
-
- spec/codegen/crm/schemas/models/option_spec.rb
|
1597
|
-
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
1598
|
-
- spec/codegen/crm/schemas/models/property_spec.rb
|
1599
|
-
- spec/codegen/crm/tickets/api/associations_api_spec.rb
|
1600
|
-
- spec/codegen/crm/tickets/api/basic_api_spec.rb
|
1601
|
-
- spec/codegen/crm/tickets/api/batch_api_spec.rb
|
1602
|
-
- spec/codegen/crm/tickets/api/search_api_spec.rb
|
1603
|
-
- spec/codegen/crm/tickets/models/associated_id_spec.rb
|
1604
|
-
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
|
1605
|
-
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
|
1606
|
-
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
|
1607
|
-
- spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
|
1608
|
-
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
|
1609
|
-
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
|
1610
|
-
- spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb
|
1611
|
-
- spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
|
1612
|
-
- spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1613
|
-
- spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1614
|
-
- spec/codegen/crm/tickets/models/error_category_spec.rb
|
1615
|
-
- spec/codegen/crm/tickets/models/error_detail_spec.rb
|
1616
|
-
- spec/codegen/crm/tickets/models/error_spec.rb
|
1617
|
-
- spec/codegen/crm/tickets/models/filter_group_spec.rb
|
1618
|
-
- spec/codegen/crm/tickets/models/filter_spec.rb
|
1619
|
-
- spec/codegen/crm/tickets/models/forward_paging_spec.rb
|
1620
|
-
- spec/codegen/crm/tickets/models/next_page_spec.rb
|
1621
|
-
- spec/codegen/crm/tickets/models/paging_spec.rb
|
1622
|
-
- spec/codegen/crm/tickets/models/previous_page_spec.rb
|
1623
|
-
- spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
|
1624
|
-
- spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
|
1625
|
-
- spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
|
1626
|
-
- spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
|
1627
|
-
- spec/codegen/crm/tickets/models/simple_public_object_spec.rb
|
1628
|
-
- spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb
|
1629
|
-
- spec/codegen/crm/tickets/models/standard_error_spec.rb
|
1630
|
-
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
1631
|
-
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
1632
|
-
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
1633
|
-
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
1634
|
-
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
1635
|
-
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
1636
|
-
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb
|
1637
|
-
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
1638
|
-
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
1639
|
-
- spec/codegen/crm/timeline/models/error_spec.rb
|
1640
|
-
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
1641
|
-
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
1642
|
-
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
1643
|
-
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
1644
|
-
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
1645
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
1646
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
1647
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
1648
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
1649
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
1650
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
1651
|
-
- spec/codegen/events/api/events_api_spec.rb
|
1652
|
-
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
1653
|
-
- spec/codegen/events/models/error_detail_spec.rb
|
1654
|
-
- spec/codegen/events/models/error_spec.rb
|
1655
|
-
- spec/codegen/events/models/external_unified_event_spec.rb
|
1656
|
-
- spec/codegen/events/models/next_page_spec.rb
|
1657
|
-
- spec/codegen/events/models/paging_spec.rb
|
1658
|
-
- spec/codegen/files/files/api/files_api_spec.rb
|
1659
|
-
- spec/codegen/files/files/api/folders_api_spec.rb
|
1660
|
-
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
1661
|
-
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
1662
|
-
- spec/codegen/files/files/models/error_category_spec.rb
|
1663
|
-
- spec/codegen/files/files/models/error_detail_spec.rb
|
1664
|
-
- spec/codegen/files/files/models/error_spec.rb
|
1665
|
-
- spec/codegen/files/files/models/file_action_response_spec.rb
|
1666
|
-
- spec/codegen/files/files/models/file_update_input_spec.rb
|
1667
|
-
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
1668
|
-
- spec/codegen/files/files/models/folder_input_spec.rb
|
1669
|
-
- spec/codegen/files/files/models/folder_spec.rb
|
1670
|
-
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
1671
|
-
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
1672
|
-
- spec/codegen/files/files/models/hubspot_file_spec.rb
|
1673
|
-
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
1674
|
-
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
1675
|
-
- spec/codegen/files/files/models/next_page_spec.rb
|
1676
|
-
- spec/codegen/files/files/models/paging_spec.rb
|
1677
|
-
- spec/codegen/files/files/models/previous_page_spec.rb
|
1678
|
-
- spec/codegen/files/files/models/signed_url_spec.rb
|
1679
|
-
- spec/codegen/files/files/models/standard_error_spec.rb
|
1680
|
-
- spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb
|
1681
|
-
- spec/codegen/marketing/transactional/api/single_send_api_spec.rb
|
1682
|
-
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
1683
|
-
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
1684
|
-
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
1685
|
-
- spec/codegen/marketing/transactional/models/error_spec.rb
|
1686
|
-
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
1687
|
-
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
1688
|
-
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
1689
|
-
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
1690
|
-
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
1691
|
-
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
1692
|
-
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
1693
|
-
- spec/codegen/oauth/api/access_tokens_api_spec.rb
|
1694
|
-
- spec/codegen/oauth/api/refresh_tokens_api_spec.rb
|
1695
|
-
- spec/codegen/oauth/api/tokens_api_spec.rb
|
1696
|
-
- spec/codegen/oauth/models/access_token_info_response_spec.rb
|
1697
|
-
- spec/codegen/oauth/models/error_detail_spec.rb
|
1698
|
-
- spec/codegen/oauth/models/error_spec.rb
|
1699
|
-
- spec/codegen/oauth/models/refresh_token_info_response_spec.rb
|
1700
|
-
- spec/codegen/oauth/models/token_response_if_spec.rb
|
1701
|
-
- spec/codegen/webhooks/api/settings_api_spec.rb
|
1702
|
-
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
1703
|
-
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
1704
|
-
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
1705
|
-
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
1706
|
-
- spec/codegen/webhooks/models/error_category_spec.rb
|
1707
|
-
- spec/codegen/webhooks/models/error_detail_spec.rb
|
1708
|
-
- spec/codegen/webhooks/models/error_spec.rb
|
1709
|
-
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
1710
|
-
- spec/codegen/webhooks/models/settings_response_spec.rb
|
1711
|
-
- spec/codegen/webhooks/models/standard_error_spec.rb
|
1712
|
-
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
1713
|
-
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
1714
|
-
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
1715
|
-
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
1716
|
-
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
1717
|
-
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
1718
|
-
- spec/features/automation/actions/callbacks_api_spec.rb
|
1719
|
-
- spec/features/automation/actions/definitions_api_spec.rb
|
1720
|
-
- spec/features/automation/actions/functions_api_spec.rb
|
1721
|
-
- spec/features/automation/actions/revisions_api_spec.rb
|
1722
|
-
- spec/features/cms/audit-logs/audit_logs_api_spec.rb
|
1723
|
-
- spec/features/cms/blogs/authors/author_api_spec.rb
|
1724
|
-
- spec/features/cms/blogs/blog-posts/blog_post_api_spec.rb
|
1725
|
-
- spec/features/cms/blogs/tags/tag_api_spec.rb
|
1726
|
-
- spec/features/cms/domains/domains_api_spec.rb
|
1727
|
-
- spec/features/cms/hubdb/rows_api_spec.rb
|
1728
|
-
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
1729
|
-
- spec/features/cms/hubdb/tables_api_spec.rb
|
1730
|
-
- spec/features/cms/perfomance/public_perfomance_api_spec.rb
|
1731
|
-
- spec/features/cms/site-search/public_api_spec.rb
|
1732
|
-
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
1733
|
-
- spec/features/communication_preferences/definition_api_spec.rb
|
1734
|
-
- spec/features/communication_preferences/status_api_spec.rb
|
1735
|
-
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
1736
|
-
- spec/features/crm/associations/batch_api_spec.rb
|
1737
|
-
- spec/features/crm/associations/types_api_spec.rb
|
1738
|
-
- spec/features/crm/companies/associations_api_spec.rb
|
1739
|
-
- spec/features/crm/companies/basic_api_spec.rb
|
1740
|
-
- spec/features/crm/companies/batch_api_spec.rb
|
1741
|
-
- spec/features/crm/companies/search_api_spec.rb
|
1742
|
-
- spec/features/crm/contacts/associations_api_spec.rb
|
1743
|
-
- spec/features/crm/contacts/basic_api_spec.rb
|
1744
|
-
- spec/features/crm/contacts/batch_api_spec.rb
|
1745
|
-
- spec/features/crm/contacts/gdpr_api_spec.rb
|
1746
|
-
- spec/features/crm/contacts/search_api_spec.rb
|
1747
|
-
- spec/features/crm/deals/associations_api_spec.rb
|
1748
|
-
- spec/features/crm/deals/basic_api_spec.rb
|
1749
|
-
- spec/features/crm/deals/batch_api_spec.rb
|
1750
|
-
- spec/features/crm/deals/search_api_spec.rb
|
1751
|
-
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
1752
|
-
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
1753
|
-
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
1754
|
-
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
1755
|
-
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
1756
|
-
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
1757
|
-
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
1758
|
-
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
1759
|
-
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
1760
|
-
- spec/features/crm/imports/core_api_spec.rb
|
1761
|
-
- spec/features/crm/line_items/associations_api_spec.rb
|
1762
|
-
- spec/features/crm/line_items/basic_api_spec.rb
|
1763
|
-
- spec/features/crm/line_items/batch_api_spec.rb
|
1764
|
-
- spec/features/crm/line_items/search_api_spec.rb
|
1765
|
-
- spec/features/crm/objects/associations_api_spec.rb
|
1766
|
-
- spec/features/crm/objects/basic_api_spec.rb
|
1767
|
-
- spec/features/crm/objects/batch_api_spec.rb
|
1768
|
-
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
1769
|
-
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
1770
|
-
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
1771
|
-
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
1772
|
-
- spec/features/crm/objects/gdpr_api_spec.rb
|
1773
|
-
- spec/features/crm/objects/search_api_spec.rb
|
1774
|
-
- spec/features/crm/owners/owners_api_spec.rb
|
1775
|
-
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
1776
|
-
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
1777
|
-
- spec/features/crm/products/associations_api_spec.rb
|
1778
|
-
- spec/features/crm/products/basic_api_spec.rb
|
1779
|
-
- spec/features/crm/products/batch_api_spec.rb
|
1780
|
-
- spec/features/crm/products/search_api_spec.rb
|
1781
|
-
- spec/features/crm/properties/batch_api_spec.rb
|
1782
|
-
- spec/features/crm/properties/core_api_spec.rb
|
1783
|
-
- spec/features/crm/properties/groups_api_spec.rb
|
1784
|
-
- spec/features/crm/quotes/associations_api_spec.rb
|
1785
|
-
- spec/features/crm/quotes/basic_api_spec.rb
|
1786
|
-
- spec/features/crm/quotes/batch_api_spec.rb
|
1787
|
-
- spec/features/crm/quotes/search_api_spec.rb
|
1788
|
-
- spec/features/crm/schemas/core_api_spec.rb
|
1789
|
-
- spec/features/crm/schemas/public_object_schemas_api_spec.rb
|
1790
|
-
- spec/features/crm/tickets/associations_api_spec.rb
|
1791
|
-
- spec/features/crm/tickets/basic_api_spec.rb
|
1792
|
-
- spec/features/crm/tickets/batch_api_spec.rb
|
1793
|
-
- spec/features/crm/tickets/search_api_spec.rb
|
1794
|
-
- spec/features/crm/timeline/events_api_spec.rb
|
1795
|
-
- spec/features/crm/timeline/templates_api_spec.rb
|
1796
|
-
- spec/features/crm/timeline/tokens_api_spec.rb
|
1797
|
-
- spec/features/events/events_api_spec.rb
|
1798
|
-
- spec/features/files/files/files_api_spec.rb
|
1799
|
-
- spec/features/files/files/folders_api_spec.rb
|
1800
|
-
- spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb
|
1801
|
-
- spec/features/marketing/transactional/single_send_api_spec.rb
|
1802
|
-
- spec/features/oauth/access_tokens_api_spec.rb
|
1803
|
-
- spec/features/oauth/refresh_tokens_api_spec.rb
|
1804
|
-
- spec/features/oauth/tokens_api_spec.rb
|
1805
|
-
- spec/features/webhooks/settings_api_spec.rb
|
1806
|
-
- spec/features/webhooks/subscriptions_api_spec.rb
|
2034
|
+
- pkg/hubspot-api-client-17.0.0.gem
|
2035
|
+
- spec/discovery/automation/actions/callbacks_api_spec.rb
|
2036
|
+
- spec/discovery/automation/actions/definitions_api_spec.rb
|
2037
|
+
- spec/discovery/automation/actions/functions_api_spec.rb
|
2038
|
+
- spec/discovery/automation/actions/revisions_api_spec.rb
|
2039
|
+
- spec/discovery/base_api_client_spec.rb
|
2040
|
+
- spec/discovery/base_module_client_spec.rb
|
2041
|
+
- spec/discovery/client_spec.rb
|
2042
|
+
- spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
|
2043
|
+
- spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
|
2044
|
+
- spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb
|
2045
|
+
- spec/discovery/cms/blogs/client_spec.rb
|
2046
|
+
- spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
|
2047
|
+
- spec/discovery/cms/client_spec.rb
|
2048
|
+
- spec/discovery/cms/domains/domains_api_spec.rb
|
2049
|
+
- spec/discovery/cms/hubdb/rows_api_spec.rb
|
2050
|
+
- spec/discovery/cms/hubdb/rows_batch_api_spec.rb
|
2051
|
+
- spec/discovery/cms/hubdb/tables_api_spec.rb
|
2052
|
+
- spec/discovery/cms/pages/landing_pages_api_spec.rb
|
2053
|
+
- spec/discovery/cms/pages/site_pages_api_spec.rb
|
2054
|
+
- spec/discovery/cms/performance/public_performance_api_spec.rb
|
2055
|
+
- spec/discovery/cms/site-search/public_api_spec.rb
|
2056
|
+
- spec/discovery/cms/source-code/content_api_spec.rb
|
2057
|
+
- spec/discovery/cms/source-code/extract_api_spec.rb
|
2058
|
+
- spec/discovery/cms/source-code/metadata_api_spec.rb
|
2059
|
+
- spec/discovery/cms/source-code/source_code_extract_api_spec.rb
|
2060
|
+
- spec/discovery/cms/source-code/validation_api_spec.rb
|
2061
|
+
- spec/discovery/cms/url-redirects/redirects_api_spec.rb
|
2062
|
+
- spec/discovery/communication_preferences/definition_api_spec.rb
|
2063
|
+
- spec/discovery/communication_preferences/status_api_spec.rb
|
2064
|
+
- spec/discovery/conversations/visitor-identification/generate_api_spec.rb
|
2065
|
+
- spec/discovery/crm/associations/batch_api_spec.rb
|
2066
|
+
- spec/discovery/crm/associations/client_spec.rb
|
2067
|
+
- spec/discovery/crm/associations/schema/types_api_spec.rb
|
2068
|
+
- spec/discovery/crm/associations/v4/basic_api_spec.rb
|
2069
|
+
- spec/discovery/crm/associations/v4/batch_api_spec.rb
|
2070
|
+
- spec/discovery/crm/associations/v4/client_spec.rb
|
2071
|
+
- spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
|
2072
|
+
- spec/discovery/crm/client_spec.rb
|
2073
|
+
- spec/discovery/crm/companies/basic_api_spec.rb
|
2074
|
+
- spec/discovery/crm/companies/batch_api_spec.rb
|
2075
|
+
- spec/discovery/crm/companies/public_object_api_spec.rb
|
2076
|
+
- spec/discovery/crm/companies/search_api_spec.rb
|
2077
|
+
- spec/discovery/crm/contacts/basic_api_spec.rb
|
2078
|
+
- spec/discovery/crm/contacts/batch_api_spec.rb
|
2079
|
+
- spec/discovery/crm/contacts/gdpr_api_spec.rb
|
2080
|
+
- spec/discovery/crm/contacts/public_object_api_spec.rb
|
2081
|
+
- spec/discovery/crm/contacts/search_api_spec.rb
|
2082
|
+
- spec/discovery/crm/deals/basic_api_spec.rb
|
2083
|
+
- spec/discovery/crm/deals/batch_api_spec.rb
|
2084
|
+
- spec/discovery/crm/deals/public_object_api_spec.rb
|
2085
|
+
- spec/discovery/crm/deals/search_api_spec.rb
|
2086
|
+
- spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
|
2087
|
+
- spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
|
2088
|
+
- spec/discovery/crm/extensions/accounting/settings_api_spec.rb
|
2089
|
+
- spec/discovery/crm/extensions/accounting/sync_api_spec.rb
|
2090
|
+
- spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
|
2091
|
+
- spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
|
2092
|
+
- spec/discovery/crm/extensions/calling/settings_api_spec.rb
|
2093
|
+
- spec/discovery/crm/extensions/cards/cards_api_spec.rb
|
2094
|
+
- spec/discovery/crm/extensions/cards/sample_response_api_spec.rb
|
2095
|
+
- spec/discovery/crm/extensions/client_spec.rb
|
2096
|
+
- spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
|
2097
|
+
- spec/discovery/crm/imports/core_api_spec.rb
|
2098
|
+
- spec/discovery/crm/imports/public_imports_api_spec.rb
|
2099
|
+
- spec/discovery/crm/line_items/basic_api_spec.rb
|
2100
|
+
- spec/discovery/crm/line_items/batch_api_spec.rb
|
2101
|
+
- spec/discovery/crm/line_items/gdpr_api_spec.rb
|
2102
|
+
- spec/discovery/crm/line_items/public_object_api_spec.rb
|
2103
|
+
- spec/discovery/crm/line_items/search_api_spec.rb
|
2104
|
+
- spec/discovery/crm/lists/lists_api_spec.rb
|
2105
|
+
- spec/discovery/crm/lists/memberships_api_spec.rb
|
2106
|
+
- spec/discovery/crm/objects/associations_api_spec.rb
|
2107
|
+
- spec/discovery/crm/objects/basic_api_spec.rb
|
2108
|
+
- spec/discovery/crm/objects/batch_api_spec.rb
|
2109
|
+
- spec/discovery/crm/objects/calls/basic_api_spec.rb
|
2110
|
+
- spec/discovery/crm/objects/calls/batch_api_spec.rb
|
2111
|
+
- spec/discovery/crm/objects/calls/gdpr_api_spec.rb
|
2112
|
+
- spec/discovery/crm/objects/calls/public_object_api_spec.rb
|
2113
|
+
- spec/discovery/crm/objects/calls/search_api_spec.rb
|
2114
|
+
- spec/discovery/crm/objects/client_spec.rb
|
2115
|
+
- spec/discovery/crm/objects/communications/basic_api_spec.rb
|
2116
|
+
- spec/discovery/crm/objects/communications/batch_api_spec.rb
|
2117
|
+
- spec/discovery/crm/objects/communications/gdpr_api_spec.rb
|
2118
|
+
- spec/discovery/crm/objects/communications/public_object_api_spec.rb
|
2119
|
+
- spec/discovery/crm/objects/communications/search_api_spec.rb
|
2120
|
+
- spec/discovery/crm/objects/emails/basic_api_spec.rb
|
2121
|
+
- spec/discovery/crm/objects/emails/batch_api_spec.rb
|
2122
|
+
- spec/discovery/crm/objects/emails/gdpr_api_spec.rb
|
2123
|
+
- spec/discovery/crm/objects/emails/public_object_api_spec.rb
|
2124
|
+
- spec/discovery/crm/objects/emails/search_api_spec.rb
|
2125
|
+
- spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
|
2126
|
+
- spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
|
2127
|
+
- spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
|
2128
|
+
- spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
|
2129
|
+
- spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
|
2130
|
+
- spec/discovery/crm/objects/gdpr_api_spec.rb
|
2131
|
+
- spec/discovery/crm/objects/goals/basic_api_spec.rb
|
2132
|
+
- spec/discovery/crm/objects/goals/batch_api_spec.rb
|
2133
|
+
- spec/discovery/crm/objects/goals/gdpr_api_spec.rb
|
2134
|
+
- spec/discovery/crm/objects/goals/public_object_api_spec.rb
|
2135
|
+
- spec/discovery/crm/objects/goals/search_api_spec.rb
|
2136
|
+
- spec/discovery/crm/objects/meetings/basic_api_spec.rb
|
2137
|
+
- spec/discovery/crm/objects/meetings/batch_api_spec.rb
|
2138
|
+
- spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
|
2139
|
+
- spec/discovery/crm/objects/meetings/public_object_api_spec.rb
|
2140
|
+
- spec/discovery/crm/objects/meetings/search_api_spec.rb
|
2141
|
+
- spec/discovery/crm/objects/notes/basic_api_spec.rb
|
2142
|
+
- spec/discovery/crm/objects/notes/batch_api_spec.rb
|
2143
|
+
- spec/discovery/crm/objects/notes/gdpr_api_spec.rb
|
2144
|
+
- spec/discovery/crm/objects/notes/public_object_api_spec.rb
|
2145
|
+
- spec/discovery/crm/objects/notes/search_api_spec.rb
|
2146
|
+
- spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
|
2147
|
+
- spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
|
2148
|
+
- spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
|
2149
|
+
- spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
|
2150
|
+
- spec/discovery/crm/objects/postal_mail/search_api_spec.rb
|
2151
|
+
- spec/discovery/crm/objects/public_object_api_spec.rb
|
2152
|
+
- spec/discovery/crm/objects/search_api_spec.rb
|
2153
|
+
- spec/discovery/crm/objects/tasks/basic_api_spec.rb
|
2154
|
+
- spec/discovery/crm/objects/tasks/batch_api_spec.rb
|
2155
|
+
- spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
|
2156
|
+
- spec/discovery/crm/objects/tasks/public_object_api_spec.rb
|
2157
|
+
- spec/discovery/crm/objects/tasks/search_api_spec.rb
|
2158
|
+
- spec/discovery/crm/objects/taxes/basic_api_spec.rb
|
2159
|
+
- spec/discovery/crm/objects/taxes/batch_api_spec.rb
|
2160
|
+
- spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
|
2161
|
+
- spec/discovery/crm/objects/taxes/public_object_api_spec.rb
|
2162
|
+
- spec/discovery/crm/objects/taxes/search_api_spec.rb
|
2163
|
+
- spec/discovery/crm/owners/owners_api_spec.rb
|
2164
|
+
- spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
|
2165
|
+
- spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
|
2166
|
+
- spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
|
2167
|
+
- spec/discovery/crm/pipelines/pipelines_api_spec.rb
|
2168
|
+
- spec/discovery/crm/products/basic_api_spec.rb
|
2169
|
+
- spec/discovery/crm/products/batch_api_spec.rb
|
2170
|
+
- spec/discovery/crm/products/gdpr_api_spec.rb
|
2171
|
+
- spec/discovery/crm/products/public_object_api_spec.rb
|
2172
|
+
- spec/discovery/crm/products/search_api_spec.rb
|
2173
|
+
- spec/discovery/crm/properties/batch_api_spec.rb
|
2174
|
+
- spec/discovery/crm/properties/core_api_spec.rb
|
2175
|
+
- spec/discovery/crm/properties/groups_api_spec.rb
|
2176
|
+
- spec/discovery/crm/quotes/basic_api_spec.rb
|
2177
|
+
- spec/discovery/crm/quotes/batch_api_spec.rb
|
2178
|
+
- spec/discovery/crm/quotes/gdpr_api_spec.rb
|
2179
|
+
- spec/discovery/crm/quotes/public_object_api_spec.rb
|
2180
|
+
- spec/discovery/crm/quotes/search_api_spec.rb
|
2181
|
+
- spec/discovery/crm/schemas/core_api_spec.rb
|
2182
|
+
- spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
|
2183
|
+
- spec/discovery/crm/tickets/basic_api_spec.rb
|
2184
|
+
- spec/discovery/crm/tickets/batch_api_spec.rb
|
2185
|
+
- spec/discovery/crm/tickets/gdpr_api_spec.rb
|
2186
|
+
- spec/discovery/crm/tickets/public_object_api_spec.rb
|
2187
|
+
- spec/discovery/crm/tickets/search_api_spec.rb
|
2188
|
+
- spec/discovery/crm/timeline/events_api_spec.rb
|
2189
|
+
- spec/discovery/crm/timeline/templates_api_spec.rb
|
2190
|
+
- spec/discovery/crm/timeline/tokens_api_spec.rb
|
2191
|
+
- spec/discovery/events/events_api_spec.rb
|
2192
|
+
- spec/discovery/events/send/custom_event_data_api_spec.rb
|
2193
|
+
- spec/discovery/files/files_api_spec.rb
|
2194
|
+
- spec/discovery/files/folders_api_spec.rb
|
2195
|
+
- spec/discovery/marketing/client_spec.rb
|
2196
|
+
- spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
|
2197
|
+
- spec/discovery/marketing/events/basic_api_spec.rb
|
2198
|
+
- spec/discovery/marketing/events/batch_api_spec.rb
|
2199
|
+
- spec/discovery/marketing/events/marketing_events_external_api_spec.rb
|
2200
|
+
- spec/discovery/marketing/events/search_api_spec.rb
|
2201
|
+
- spec/discovery/marketing/events/settings_api_spec.rb
|
2202
|
+
- spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
|
2203
|
+
- spec/discovery/marketing/forms/forms_api_spec.rb
|
2204
|
+
- spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
|
2205
|
+
- spec/discovery/marketing/transactional/single_send_api_spec.rb
|
2206
|
+
- spec/discovery/oauth/access_tokens_api_spec.rb
|
2207
|
+
- spec/discovery/oauth/refresh_tokens_api_spec.rb
|
2208
|
+
- spec/discovery/oauth/tokens_api_spec.rb
|
2209
|
+
- spec/discovery/settings/businnes_units/business_unit_api_spec.rb
|
2210
|
+
- spec/discovery/settings/users/roles_api_spec.rb
|
2211
|
+
- spec/discovery/settings/users/teams_api_spec.rb
|
2212
|
+
- spec/discovery/settings/users/users_api_spec.rb
|
2213
|
+
- spec/discovery/webhooks/settings_api_spec.rb
|
2214
|
+
- spec/discovery/webhooks/subscriptions_api_spec.rb
|
2215
|
+
- spec/helpers/authorize_url_spec.rb
|
2216
|
+
- spec/helpers/camel_case_spec.rb
|
2217
|
+
- spec/helpers/signature_spec.rb
|
2218
|
+
- spec/integration/contacts_spec.rb
|
1807
2219
|
- spec/spec_helper.rb
|
1808
2220
|
homepage: https://github.com/HubSpot/hubspot-api-ruby
|
1809
2221
|
licenses:
|
@@ -1817,799 +2229,200 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1817
2229
|
requirements:
|
1818
2230
|
- - ">="
|
1819
2231
|
- !ruby/object:Gem::Version
|
1820
|
-
version: '
|
2232
|
+
version: '2.7'
|
1821
2233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1822
2234
|
requirements:
|
1823
2235
|
- - ">="
|
1824
2236
|
- !ruby/object:Gem::Version
|
1825
2237
|
version: '0'
|
1826
2238
|
requirements: []
|
1827
|
-
rubygems_version: 3.
|
2239
|
+
rubygems_version: 3.2.3
|
1828
2240
|
signing_key:
|
1829
2241
|
specification_version: 4
|
1830
2242
|
summary: HubSpot Ruby API Gem
|
1831
2243
|
test_files:
|
1832
|
-
- spec/
|
1833
|
-
- spec/
|
1834
|
-
- spec/
|
1835
|
-
- spec/
|
1836
|
-
- spec/
|
1837
|
-
- spec/
|
1838
|
-
- spec/
|
1839
|
-
- spec/
|
1840
|
-
- spec/
|
1841
|
-
- spec/
|
1842
|
-
- spec/
|
1843
|
-
- spec/
|
1844
|
-
- spec/
|
1845
|
-
- spec/
|
1846
|
-
- spec/
|
1847
|
-
- spec/
|
1848
|
-
- spec/
|
1849
|
-
- spec/
|
1850
|
-
- spec/
|
1851
|
-
- spec/
|
1852
|
-
- spec/
|
1853
|
-
- spec/
|
1854
|
-
- spec/
|
1855
|
-
- spec/
|
1856
|
-
- spec/
|
1857
|
-
- spec/
|
1858
|
-
- spec/
|
1859
|
-
- spec/
|
1860
|
-
- spec/
|
1861
|
-
- spec/
|
1862
|
-
- spec/
|
1863
|
-
- spec/
|
1864
|
-
- spec/
|
1865
|
-
- spec/
|
1866
|
-
- spec/
|
1867
|
-
- spec/
|
1868
|
-
- spec/
|
1869
|
-
- spec/
|
1870
|
-
- spec/
|
1871
|
-
- spec/
|
1872
|
-
- spec/
|
1873
|
-
- spec/
|
1874
|
-
- spec/
|
1875
|
-
- spec/
|
1876
|
-
- spec/
|
1877
|
-
- spec/
|
1878
|
-
- spec/
|
1879
|
-
- spec/
|
1880
|
-
- spec/
|
1881
|
-
- spec/
|
1882
|
-
- spec/
|
1883
|
-
- spec/
|
1884
|
-
- spec/
|
1885
|
-
- spec/
|
1886
|
-
- spec/
|
1887
|
-
- spec/
|
1888
|
-
- spec/
|
1889
|
-
- spec/
|
1890
|
-
- spec/
|
1891
|
-
- spec/
|
1892
|
-
- spec/
|
1893
|
-
- spec/
|
1894
|
-
- spec/
|
1895
|
-
- spec/
|
1896
|
-
- spec/
|
1897
|
-
- spec/
|
1898
|
-
- spec/
|
1899
|
-
- spec/
|
1900
|
-
- spec/
|
1901
|
-
- spec/
|
1902
|
-
- spec/
|
1903
|
-
- spec/
|
1904
|
-
- spec/
|
1905
|
-
- spec/
|
1906
|
-
- spec/
|
1907
|
-
- spec/
|
1908
|
-
- spec/
|
1909
|
-
- spec/
|
1910
|
-
- spec/
|
1911
|
-
- spec/
|
1912
|
-
- spec/
|
1913
|
-
- spec/
|
1914
|
-
- spec/
|
1915
|
-
- spec/
|
1916
|
-
- spec/
|
1917
|
-
- spec/
|
1918
|
-
- spec/
|
1919
|
-
- spec/
|
1920
|
-
- spec/
|
1921
|
-
- spec/
|
1922
|
-
- spec/
|
1923
|
-
- spec/
|
1924
|
-
- spec/
|
1925
|
-
- spec/
|
1926
|
-
- spec/
|
1927
|
-
- spec/
|
1928
|
-
- spec/
|
1929
|
-
- spec/
|
1930
|
-
- spec/
|
1931
|
-
- spec/
|
1932
|
-
- spec/
|
1933
|
-
- spec/
|
1934
|
-
- spec/
|
1935
|
-
- spec/
|
1936
|
-
- spec/
|
1937
|
-
- spec/
|
1938
|
-
- spec/
|
1939
|
-
- spec/
|
1940
|
-
- spec/
|
1941
|
-
- spec/
|
1942
|
-
- spec/
|
1943
|
-
- spec/
|
1944
|
-
- spec/
|
1945
|
-
- spec/
|
1946
|
-
- spec/
|
1947
|
-
- spec/
|
1948
|
-
- spec/
|
1949
|
-
- spec/
|
1950
|
-
- spec/
|
1951
|
-
- spec/
|
1952
|
-
- spec/
|
1953
|
-
- spec/
|
1954
|
-
- spec/
|
1955
|
-
- spec/
|
1956
|
-
- spec/
|
1957
|
-
- spec/
|
1958
|
-
- spec/
|
1959
|
-
- spec/
|
1960
|
-
- spec/
|
1961
|
-
- spec/
|
1962
|
-
- spec/
|
1963
|
-
- spec/
|
1964
|
-
- spec/
|
1965
|
-
- spec/
|
1966
|
-
- spec/
|
1967
|
-
- spec/
|
1968
|
-
- spec/
|
1969
|
-
- spec/
|
1970
|
-
- spec/
|
1971
|
-
- spec/
|
1972
|
-
- spec/
|
1973
|
-
- spec/
|
1974
|
-
- spec/
|
1975
|
-
- spec/
|
1976
|
-
- spec/
|
1977
|
-
- spec/
|
1978
|
-
- spec/
|
1979
|
-
- spec/
|
1980
|
-
- spec/
|
1981
|
-
- spec/
|
1982
|
-
- spec/
|
1983
|
-
- spec/
|
1984
|
-
- spec/
|
1985
|
-
- spec/
|
1986
|
-
- spec/
|
1987
|
-
- spec/
|
1988
|
-
- spec/
|
1989
|
-
- spec/
|
1990
|
-
- spec/
|
1991
|
-
- spec/
|
1992
|
-
- spec/
|
1993
|
-
- spec/
|
1994
|
-
- spec/
|
1995
|
-
- spec/
|
1996
|
-
- spec/
|
1997
|
-
- spec/
|
1998
|
-
- spec/
|
1999
|
-
- spec/
|
2000
|
-
- spec/
|
2001
|
-
- spec/
|
2002
|
-
- spec/
|
2003
|
-
- spec/
|
2004
|
-
- spec/
|
2005
|
-
- spec/
|
2006
|
-
- spec/
|
2007
|
-
- spec/
|
2008
|
-
- spec/
|
2009
|
-
- spec/
|
2010
|
-
- spec/
|
2011
|
-
- spec/
|
2012
|
-
- spec/
|
2013
|
-
- spec/
|
2014
|
-
- spec/
|
2015
|
-
- spec/
|
2016
|
-
- spec/codegen/crm/objects/models/filter_spec.rb
|
2017
|
-
- spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2018
|
-
- spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
|
2019
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
2020
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
2021
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
2022
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
2023
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
2024
|
-
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
2025
|
-
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
2026
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
2027
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
|
2028
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2029
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
2030
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
2031
|
-
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
2032
|
-
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
2033
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
2034
|
-
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
2035
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
2036
|
-
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
2037
|
-
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
2038
|
-
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
2039
|
-
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
2040
|
-
- spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
|
2041
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
2042
|
-
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
2043
|
-
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
2044
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2045
|
-
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
|
2046
|
-
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
2047
|
-
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
2048
|
-
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
2049
|
-
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
2050
|
-
- spec/codegen/crm/objects/api/search_api_spec.rb
|
2051
|
-
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
2052
|
-
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
2053
|
-
- spec/codegen/crm/objects/api/gdpr_api_spec.rb
|
2054
|
-
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
2055
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
2056
|
-
- spec/codegen/crm/deals/models/error_spec.rb
|
2057
|
-
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
2058
|
-
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
2059
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
2060
|
-
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
2061
|
-
- spec/codegen/crm/deals/models/next_page_spec.rb
|
2062
|
-
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
2063
|
-
- spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
|
2064
|
-
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2065
|
-
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
2066
|
-
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
2067
|
-
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
2068
|
-
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
2069
|
-
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
2070
|
-
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
2071
|
-
- spec/codegen/crm/deals/models/error_category_spec.rb
|
2072
|
-
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
2073
|
-
- spec/codegen/crm/deals/models/paging_spec.rb
|
2074
|
-
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
2075
|
-
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
2076
|
-
- spec/codegen/crm/deals/models/forward_paging_spec.rb
|
2077
|
-
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
2078
|
-
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
2079
|
-
- spec/codegen/crm/deals/models/filter_spec.rb
|
2080
|
-
- spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2081
|
-
- spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
|
2082
|
-
- spec/codegen/crm/deals/api/search_api_spec.rb
|
2083
|
-
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
2084
|
-
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
2085
|
-
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
2086
|
-
- spec/codegen/crm/pipelines/models/error_spec.rb
|
2087
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
2088
|
-
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
2089
|
-
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
2090
|
-
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
2091
|
-
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
2092
|
-
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
2093
|
-
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
2094
|
-
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
2095
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
2096
|
-
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
2097
|
-
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
2098
|
-
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
2099
|
-
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
2100
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
2101
|
-
- spec/codegen/crm/line_items/models/error_spec.rb
|
2102
|
-
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
2103
|
-
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
2104
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
2105
|
-
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
2106
|
-
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
2107
|
-
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
2108
|
-
- spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
|
2109
|
-
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2110
|
-
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
2111
|
-
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
2112
|
-
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
2113
|
-
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
2114
|
-
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
2115
|
-
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
2116
|
-
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
2117
|
-
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
2118
|
-
- spec/codegen/crm/line_items/models/paging_spec.rb
|
2119
|
-
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
2120
|
-
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
2121
|
-
- spec/codegen/crm/line_items/models/forward_paging_spec.rb
|
2122
|
-
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
2123
|
-
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
2124
|
-
- spec/codegen/crm/line_items/models/filter_spec.rb
|
2125
|
-
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2126
|
-
- spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
|
2127
|
-
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
2128
|
-
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
2129
|
-
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
2130
|
-
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
2131
|
-
- spec/codegen/crm/imports/models/error_spec.rb
|
2132
|
-
- spec/codegen/crm/imports/models/action_response_spec.rb
|
2133
|
-
- spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
|
2134
|
-
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
2135
|
-
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
2136
|
-
- spec/codegen/crm/imports/models/public_import_error_spec.rb
|
2137
|
-
- spec/codegen/crm/imports/models/next_page_spec.rb
|
2138
|
-
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
2139
|
-
- spec/codegen/crm/imports/models/import_row_core_spec.rb
|
2140
|
-
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
2141
|
-
- spec/codegen/crm/imports/models/paging_spec.rb
|
2142
|
-
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
2143
|
-
- spec/codegen/crm/imports/models/forward_paging_spec.rb
|
2144
|
-
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
2145
|
-
- spec/codegen/crm/imports/api/core_api_spec.rb
|
2146
|
-
- spec/codegen/crm/imports/api/public_imports_api_spec.rb
|
2147
|
-
- spec/codegen/crm/schemas/models/error_spec.rb
|
2148
|
-
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
2149
|
-
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
2150
|
-
- spec/codegen/crm/schemas/models/option_spec.rb
|
2151
|
-
- spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
|
2152
|
-
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
2153
|
-
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
2154
|
-
- spec/codegen/crm/schemas/models/property_spec.rb
|
2155
|
-
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
2156
|
-
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
2157
|
-
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
2158
|
-
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
2159
|
-
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
2160
|
-
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
2161
|
-
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
2162
|
-
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
2163
|
-
- spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb
|
2164
|
-
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
2165
|
-
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
2166
|
-
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
2167
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
2168
|
-
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
2169
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
2170
|
-
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
2171
|
-
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
2172
|
-
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
2173
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
2174
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
2175
|
-
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
2176
|
-
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
2177
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
2178
|
-
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
2179
|
-
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
2180
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
2181
|
-
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
2182
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
2183
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
2184
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
2185
|
-
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
2186
|
-
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
2187
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
2188
|
-
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
2189
|
-
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
2190
|
-
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
2191
|
-
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
2192
|
-
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
2193
|
-
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
2194
|
-
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
2195
|
-
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
2196
|
-
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
2197
|
-
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
2198
|
-
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
2199
|
-
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
2200
|
-
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
2201
|
-
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
2202
|
-
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
2203
|
-
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
2204
|
-
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
2205
|
-
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
2206
|
-
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
2207
|
-
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
2208
|
-
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
2209
|
-
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
2210
|
-
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
2211
|
-
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
2212
|
-
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
2213
|
-
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
2214
|
-
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
2215
|
-
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
2216
|
-
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
2217
|
-
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
2218
|
-
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
2219
|
-
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
2220
|
-
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
2221
|
-
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
2222
|
-
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
2223
|
-
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
2224
|
-
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
2225
|
-
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
2226
|
-
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
2227
|
-
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
2228
|
-
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
2229
|
-
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
2230
|
-
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
2231
|
-
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
2232
|
-
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
2233
|
-
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
2234
|
-
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
2235
|
-
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
2236
|
-
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
2237
|
-
- spec/codegen/crm/properties/models/error_spec.rb
|
2238
|
-
- spec/codegen/crm/properties/models/property_name_spec.rb
|
2239
|
-
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
2240
|
-
- spec/codegen/crm/properties/models/property_create_spec.rb
|
2241
|
-
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
2242
|
-
- spec/codegen/crm/properties/models/option_spec.rb
|
2243
|
-
- spec/codegen/crm/properties/models/property_group_spec.rb
|
2244
|
-
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
2245
|
-
- spec/codegen/crm/properties/models/next_page_spec.rb
|
2246
|
-
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
2247
|
-
- spec/codegen/crm/properties/models/property_spec.rb
|
2248
|
-
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
2249
|
-
- spec/codegen/crm/properties/models/option_input_spec.rb
|
2250
|
-
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
2251
|
-
- spec/codegen/crm/properties/models/error_category_spec.rb
|
2252
|
-
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
2253
|
-
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
2254
|
-
- spec/codegen/crm/properties/models/paging_spec.rb
|
2255
|
-
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
2256
|
-
- spec/codegen/crm/properties/models/property_update_spec.rb
|
2257
|
-
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
2258
|
-
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
2259
|
-
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
2260
|
-
- spec/codegen/crm/properties/api/core_api_spec.rb
|
2261
|
-
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
2262
|
-
- spec/codegen/crm/owners/models/error_spec.rb
|
2263
|
-
- spec/codegen/crm/owners/models/next_page_spec.rb
|
2264
|
-
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
2265
|
-
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
2266
|
-
- spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
|
2267
|
-
- spec/codegen/crm/owners/models/forward_paging_spec.rb
|
2268
|
-
- spec/codegen/crm/owners/models/public_team_spec.rb
|
2269
|
-
- spec/codegen/crm/owners/api/owners_api_spec.rb
|
2270
|
-
- spec/codegen/crm/timeline/models/error_spec.rb
|
2271
|
-
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
2272
|
-
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb
|
2273
|
-
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
2274
|
-
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
2275
|
-
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
2276
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
2277
|
-
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
2278
|
-
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
2279
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
2280
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
2281
|
-
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
2282
|
-
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
2283
|
-
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
2284
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
2285
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
2286
|
-
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
2287
|
-
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
2288
|
-
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
2289
|
-
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
2290
|
-
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
2291
|
-
- spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
|
2292
|
-
- spec/codegen/crm/companies/models/error_spec.rb
|
2293
|
-
- spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
|
2294
|
-
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
2295
|
-
- spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
|
2296
|
-
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
2297
|
-
- spec/codegen/crm/companies/models/next_page_spec.rb
|
2298
|
-
- spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
|
2299
|
-
- spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
|
2300
|
-
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2301
|
-
- spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
|
2302
|
-
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
2303
|
-
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
2304
|
-
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
2305
|
-
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
2306
|
-
- spec/codegen/crm/companies/models/associated_id_spec.rb
|
2307
|
-
- spec/codegen/crm/companies/models/error_category_spec.rb
|
2308
|
-
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
2309
|
-
- spec/codegen/crm/companies/models/paging_spec.rb
|
2310
|
-
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
2311
|
-
- spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
|
2312
|
-
- spec/codegen/crm/companies/models/forward_paging_spec.rb
|
2313
|
-
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
2314
|
-
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
2315
|
-
- spec/codegen/crm/companies/models/filter_spec.rb
|
2316
|
-
- spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2317
|
-
- spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb
|
2318
|
-
- spec/codegen/crm/companies/api/search_api_spec.rb
|
2319
|
-
- spec/codegen/crm/companies/api/associations_api_spec.rb
|
2320
|
-
- spec/codegen/crm/companies/api/basic_api_spec.rb
|
2321
|
-
- spec/codegen/crm/companies/api/batch_api_spec.rb
|
2322
|
-
- spec/codegen/cms/audit-logs/models/error_spec.rb
|
2323
|
-
- spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
|
2324
|
-
- spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
|
2325
|
-
- spec/codegen/cms/audit-logs/models/next_page_spec.rb
|
2326
|
-
- spec/codegen/cms/audit-logs/models/error_detail_spec.rb
|
2327
|
-
- spec/codegen/cms/audit-logs/models/paging_spec.rb
|
2328
|
-
- spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb
|
2329
|
-
- spec/codegen/cms/site-search/models/error_spec.rb
|
2330
|
-
- spec/codegen/cms/site-search/models/content_search_result_spec.rb
|
2331
|
-
- spec/codegen/cms/site-search/models/indexed_data_spec.rb
|
2332
|
-
- spec/codegen/cms/site-search/models/public_search_results_spec.rb
|
2333
|
-
- spec/codegen/cms/site-search/models/error_detail_spec.rb
|
2334
|
-
- spec/codegen/cms/site-search/models/search_hit_field_spec.rb
|
2335
|
-
- spec/codegen/cms/site-search/api/public_api_spec.rb
|
2336
|
-
- spec/codegen/cms/blogs/authors/models/error_spec.rb
|
2337
|
-
- spec/codegen/cms/blogs/authors/models/next_page_spec.rb
|
2338
|
-
- spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
|
2339
|
-
- spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
|
2340
|
-
- spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
|
2341
|
-
- spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
|
2342
|
-
- spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
|
2343
|
-
- spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
|
2344
|
-
- spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
|
2345
|
-
- spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
|
2346
|
-
- spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
|
2347
|
-
- spec/codegen/cms/blogs/authors/api/author_api_spec.rb
|
2348
|
-
- spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
|
2349
|
-
- spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
|
2350
|
-
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
|
2351
|
-
- spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
|
2352
|
-
- spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
|
2353
|
-
- spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
|
2354
|
-
- spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
|
2355
|
-
- spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
|
2356
|
-
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
|
2357
|
-
- spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
|
2358
|
-
- spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
|
2359
|
-
- spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
|
2360
|
-
- spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
|
2361
|
-
- spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
|
2362
|
-
- spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
|
2363
|
-
- spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
|
2364
|
-
- spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
|
2365
|
-
- spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
|
2366
|
-
- spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
|
2367
|
-
- spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
|
2368
|
-
- spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
|
2369
|
-
- spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
|
2370
|
-
- spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
|
2371
|
-
- spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
|
2372
|
-
- spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
|
2373
|
-
- spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
|
2374
|
-
- spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
|
2375
|
-
- spec/codegen/cms/blogs/blog-posts/api/blog_post_api_spec.rb
|
2376
|
-
- spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
|
2377
|
-
- spec/codegen/cms/blogs/tags/models/error_spec.rb
|
2378
|
-
- spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
|
2379
|
-
- spec/codegen/cms/blogs/tags/models/tag_spec.rb
|
2380
|
-
- spec/codegen/cms/blogs/tags/models/next_page_spec.rb
|
2381
|
-
- spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
|
2382
|
-
- spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
|
2383
|
-
- spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
|
2384
|
-
- spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
|
2385
|
-
- spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
|
2386
|
-
- spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
|
2387
|
-
- spec/codegen/cms/blogs/tags/api/tag_api_spec.rb
|
2388
|
-
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb
|
2389
|
-
- spec/codegen/cms/hubdb/models/error_spec.rb
|
2390
|
-
- spec/codegen/cms/hubdb/models/import_result_spec.rb
|
2391
|
-
- spec/codegen/cms/hubdb/models/option_spec.rb
|
2392
|
-
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
|
2393
|
-
- spec/codegen/cms/hubdb/models/next_page_spec.rb
|
2394
|
-
- spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb
|
2395
|
-
- spec/codegen/cms/hubdb/models/column_request_spec.rb
|
2396
|
-
- spec/codegen/cms/hubdb/models/simple_user_spec.rb
|
2397
|
-
- spec/codegen/cms/hubdb/models/standard_error_spec.rb
|
2398
|
-
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
|
2399
|
-
- spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
|
2400
|
-
- spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
|
2401
|
-
- spec/codegen/cms/hubdb/models/column_spec.rb
|
2402
|
-
- spec/codegen/cms/hubdb/models/error_detail_spec.rb
|
2403
|
-
- spec/codegen/cms/hubdb/models/foreign_id_spec.rb
|
2404
|
-
- spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
|
2405
|
-
- spec/codegen/cms/hubdb/models/forward_paging_spec.rb
|
2406
|
-
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
|
2407
|
-
- spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb
|
2408
|
-
- spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
|
2409
|
-
- spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
|
2410
|
-
- spec/codegen/cms/hubdb/api/rows_api_spec.rb
|
2411
|
-
- spec/codegen/cms/hubdb/api/tables_api_spec.rb
|
2412
|
-
- spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
|
2413
|
-
- spec/codegen/cms/domains/models/error_spec.rb
|
2414
|
-
- spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
|
2415
|
-
- spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
|
2416
|
-
- spec/codegen/cms/domains/models/next_page_spec.rb
|
2417
|
-
- spec/codegen/cms/domains/models/domain_spec.rb
|
2418
|
-
- spec/codegen/cms/domains/models/error_detail_spec.rb
|
2419
|
-
- spec/codegen/cms/domains/models/paging_spec.rb
|
2420
|
-
- spec/codegen/cms/domains/models/domain_setup_info_spec.rb
|
2421
|
-
- spec/codegen/cms/domains/api/domains_api_spec.rb
|
2422
|
-
- spec/codegen/cms/url-redirects/models/error_spec.rb
|
2423
|
-
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
2424
|
-
- spec/codegen/cms/url-redirects/models/next_page_spec.rb
|
2425
|
-
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
2426
|
-
- spec/codegen/cms/url-redirects/models/error_detail_spec.rb
|
2427
|
-
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
2428
|
-
- spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
|
2429
|
-
- spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
|
2430
|
-
- spec/codegen/cms/performance/models/error_spec.rb
|
2431
|
-
- spec/codegen/cms/performance/models/performance_view_spec.rb
|
2432
|
-
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
2433
|
-
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
2434
|
-
- spec/codegen/cms/performance/api/public_performance_api_spec.rb
|
2435
|
-
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
2436
|
-
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
2437
|
-
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
2438
|
-
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
2439
|
-
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
2440
|
-
- spec/codegen/files/files/models/error_spec.rb
|
2441
|
-
- spec/codegen/files/files/models/folder_input_spec.rb
|
2442
|
-
- spec/codegen/files/files/models/file_update_input_spec.rb
|
2443
|
-
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
2444
|
-
- spec/codegen/files/files/models/folder_spec.rb
|
2445
|
-
- spec/codegen/files/files/models/file_action_response_spec.rb
|
2446
|
-
- spec/codegen/files/files/models/next_page_spec.rb
|
2447
|
-
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
2448
|
-
- spec/codegen/files/files/models/hubspot_file_spec.rb
|
2449
|
-
- spec/codegen/files/files/models/standard_error_spec.rb
|
2450
|
-
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
2451
|
-
- spec/codegen/files/files/models/error_category_spec.rb
|
2452
|
-
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
2453
|
-
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
2454
|
-
- spec/codegen/files/files/models/error_detail_spec.rb
|
2455
|
-
- spec/codegen/files/files/models/signed_url_spec.rb
|
2456
|
-
- spec/codegen/files/files/models/paging_spec.rb
|
2457
|
-
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
2458
|
-
- spec/codegen/files/files/models/previous_page_spec.rb
|
2459
|
-
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
2460
|
-
- spec/codegen/files/files/api/files_api_spec.rb
|
2461
|
-
- spec/codegen/files/files/api/folders_api_spec.rb
|
2462
|
-
- spec/codegen/marketing/transactional/models/error_spec.rb
|
2463
|
-
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
2464
|
-
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
2465
|
-
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
2466
|
-
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
2467
|
-
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
2468
|
-
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
2469
|
-
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
2470
|
-
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
2471
|
-
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
2472
|
-
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
2473
|
-
- spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb
|
2474
|
-
- spec/codegen/marketing/transactional/api/single_send_api_spec.rb
|
2475
|
-
- spec/codegen/automation/actions/models/error_spec.rb
|
2476
|
-
- spec/codegen/automation/actions/models/callback_completion_request_spec.rb
|
2477
|
-
- spec/codegen/automation/actions/models/option_spec.rb
|
2478
|
-
- spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
|
2479
|
-
- spec/codegen/automation/actions/models/input_field_definition_spec.rb
|
2480
|
-
- spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
|
2481
|
-
- spec/codegen/automation/actions/models/object_request_options_spec.rb
|
2482
|
-
- spec/codegen/automation/actions/models/next_page_spec.rb
|
2483
|
-
- spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
|
2484
|
-
- spec/codegen/automation/actions/models/action_function_spec.rb
|
2485
|
-
- spec/codegen/automation/actions/models/action_revision_spec.rb
|
2486
|
-
- spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
|
2487
|
-
- spec/codegen/automation/actions/models/field_type_definition_spec.rb
|
2488
|
-
- spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
|
2489
|
-
- spec/codegen/automation/actions/models/extension_action_definition_spec.rb
|
2490
|
-
- spec/codegen/automation/actions/models/action_labels_spec.rb
|
2491
|
-
- spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
|
2492
|
-
- spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
|
2493
|
-
- spec/codegen/automation/actions/models/error_detail_spec.rb
|
2494
|
-
- spec/codegen/automation/actions/models/single_field_dependency_spec.rb
|
2495
|
-
- spec/codegen/automation/actions/models/forward_paging_spec.rb
|
2496
|
-
- spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
|
2497
|
-
- spec/codegen/automation/actions/models/action_function_identifier_spec.rb
|
2498
|
-
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
2499
|
-
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
2500
|
-
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
2501
|
-
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
2502
|
-
- spec/codegen/events/models/error_spec.rb
|
2503
|
-
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
2504
|
-
- spec/codegen/events/models/next_page_spec.rb
|
2505
|
-
- spec/codegen/events/models/error_detail_spec.rb
|
2506
|
-
- spec/codegen/events/models/paging_spec.rb
|
2507
|
-
- spec/codegen/events/models/external_unified_event_spec.rb
|
2508
|
-
- spec/codegen/events/api/events_api_spec.rb
|
2509
|
-
- spec/codegen/webhooks/models/error_spec.rb
|
2510
|
-
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
2511
|
-
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
2512
|
-
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
2513
|
-
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
2514
|
-
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
2515
|
-
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
2516
|
-
- spec/codegen/webhooks/models/standard_error_spec.rb
|
2517
|
-
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
2518
|
-
- spec/codegen/webhooks/models/error_category_spec.rb
|
2519
|
-
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
2520
|
-
- spec/codegen/webhooks/models/error_detail_spec.rb
|
2521
|
-
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
2522
|
-
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
2523
|
-
- spec/codegen/webhooks/models/settings_response_spec.rb
|
2524
|
-
- spec/codegen/webhooks/api/settings_api_spec.rb
|
2525
|
-
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
2526
|
-
- spec/features/oauth/tokens_api_spec.rb
|
2527
|
-
- spec/features/oauth/refresh_tokens_api_spec.rb
|
2528
|
-
- spec/features/oauth/access_tokens_api_spec.rb
|
2529
|
-
- spec/features/communication_preferences/status_api_spec.rb
|
2530
|
-
- spec/features/communication_preferences/definition_api_spec.rb
|
2531
|
-
- spec/features/crm/tickets/search_api_spec.rb
|
2532
|
-
- spec/features/crm/tickets/associations_api_spec.rb
|
2533
|
-
- spec/features/crm/tickets/basic_api_spec.rb
|
2534
|
-
- spec/features/crm/tickets/batch_api_spec.rb
|
2535
|
-
- spec/features/crm/associations/types_api_spec.rb
|
2536
|
-
- spec/features/crm/associations/batch_api_spec.rb
|
2537
|
-
- spec/features/crm/products/search_api_spec.rb
|
2538
|
-
- spec/features/crm/products/associations_api_spec.rb
|
2539
|
-
- spec/features/crm/products/basic_api_spec.rb
|
2540
|
-
- spec/features/crm/products/batch_api_spec.rb
|
2541
|
-
- spec/features/crm/quotes/search_api_spec.rb
|
2542
|
-
- spec/features/crm/quotes/associations_api_spec.rb
|
2543
|
-
- spec/features/crm/quotes/basic_api_spec.rb
|
2544
|
-
- spec/features/crm/quotes/batch_api_spec.rb
|
2545
|
-
- spec/features/crm/contacts/search_api_spec.rb
|
2546
|
-
- spec/features/crm/contacts/associations_api_spec.rb
|
2547
|
-
- spec/features/crm/contacts/basic_api_spec.rb
|
2548
|
-
- spec/features/crm/contacts/gdpr_api_spec.rb
|
2549
|
-
- spec/features/crm/contacts/batch_api_spec.rb
|
2550
|
-
- spec/features/crm/objects/search_api_spec.rb
|
2551
|
-
- spec/features/crm/objects/associations_api_spec.rb
|
2552
|
-
- spec/features/crm/objects/basic_api_spec.rb
|
2553
|
-
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
2554
|
-
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
2555
|
-
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
2556
|
-
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
2557
|
-
- spec/features/crm/objects/gdpr_api_spec.rb
|
2558
|
-
- spec/features/crm/objects/batch_api_spec.rb
|
2559
|
-
- spec/features/crm/deals/search_api_spec.rb
|
2560
|
-
- spec/features/crm/deals/associations_api_spec.rb
|
2561
|
-
- spec/features/crm/deals/basic_api_spec.rb
|
2562
|
-
- spec/features/crm/deals/batch_api_spec.rb
|
2563
|
-
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
2564
|
-
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
2565
|
-
- spec/features/crm/line_items/search_api_spec.rb
|
2566
|
-
- spec/features/crm/line_items/associations_api_spec.rb
|
2567
|
-
- spec/features/crm/line_items/basic_api_spec.rb
|
2568
|
-
- spec/features/crm/line_items/batch_api_spec.rb
|
2569
|
-
- spec/features/crm/imports/core_api_spec.rb
|
2570
|
-
- spec/features/crm/schemas/core_api_spec.rb
|
2571
|
-
- spec/features/crm/schemas/public_object_schemas_api_spec.rb
|
2572
|
-
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
2573
|
-
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
2574
|
-
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
2575
|
-
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
2576
|
-
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
2577
|
-
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
2578
|
-
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
2579
|
-
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
2580
|
-
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
2581
|
-
- spec/features/crm/properties/groups_api_spec.rb
|
2582
|
-
- spec/features/crm/properties/core_api_spec.rb
|
2583
|
-
- spec/features/crm/properties/batch_api_spec.rb
|
2584
|
-
- spec/features/crm/owners/owners_api_spec.rb
|
2585
|
-
- spec/features/crm/timeline/tokens_api_spec.rb
|
2586
|
-
- spec/features/crm/timeline/events_api_spec.rb
|
2587
|
-
- spec/features/crm/timeline/templates_api_spec.rb
|
2588
|
-
- spec/features/crm/companies/search_api_spec.rb
|
2589
|
-
- spec/features/crm/companies/associations_api_spec.rb
|
2590
|
-
- spec/features/crm/companies/basic_api_spec.rb
|
2591
|
-
- spec/features/crm/companies/batch_api_spec.rb
|
2592
|
-
- spec/features/cms/audit-logs/audit_logs_api_spec.rb
|
2593
|
-
- spec/features/cms/site-search/public_api_spec.rb
|
2594
|
-
- spec/features/cms/blogs/authors/author_api_spec.rb
|
2595
|
-
- spec/features/cms/blogs/blog-posts/blog_post_api_spec.rb
|
2596
|
-
- spec/features/cms/blogs/tags/tag_api_spec.rb
|
2597
|
-
- spec/features/cms/hubdb/rows_api_spec.rb
|
2598
|
-
- spec/features/cms/hubdb/tables_api_spec.rb
|
2599
|
-
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
2600
|
-
- spec/features/cms/domains/domains_api_spec.rb
|
2601
|
-
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
2602
|
-
- spec/features/cms/perfomance/public_perfomance_api_spec.rb
|
2603
|
-
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
2604
|
-
- spec/features/files/files/files_api_spec.rb
|
2605
|
-
- spec/features/files/files/folders_api_spec.rb
|
2606
|
-
- spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb
|
2607
|
-
- spec/features/marketing/transactional/single_send_api_spec.rb
|
2608
|
-
- spec/features/automation/actions/functions_api_spec.rb
|
2609
|
-
- spec/features/automation/actions/definitions_api_spec.rb
|
2610
|
-
- spec/features/automation/actions/callbacks_api_spec.rb
|
2611
|
-
- spec/features/automation/actions/revisions_api_spec.rb
|
2612
|
-
- spec/features/events/events_api_spec.rb
|
2613
|
-
- spec/features/webhooks/settings_api_spec.rb
|
2614
|
-
- spec/features/webhooks/subscriptions_api_spec.rb
|
2244
|
+
- spec/discovery/settings/businnes_units/business_unit_api_spec.rb
|
2245
|
+
- spec/discovery/settings/users/teams_api_spec.rb
|
2246
|
+
- spec/discovery/settings/users/roles_api_spec.rb
|
2247
|
+
- spec/discovery/settings/users/users_api_spec.rb
|
2248
|
+
- spec/discovery/client_spec.rb
|
2249
|
+
- spec/discovery/oauth/tokens_api_spec.rb
|
2250
|
+
- spec/discovery/oauth/refresh_tokens_api_spec.rb
|
2251
|
+
- spec/discovery/oauth/access_tokens_api_spec.rb
|
2252
|
+
- spec/discovery/base_api_client_spec.rb
|
2253
|
+
- spec/discovery/communication_preferences/status_api_spec.rb
|
2254
|
+
- spec/discovery/communication_preferences/definition_api_spec.rb
|
2255
|
+
- spec/discovery/crm/tickets/search_api_spec.rb
|
2256
|
+
- spec/discovery/crm/tickets/basic_api_spec.rb
|
2257
|
+
- spec/discovery/crm/tickets/public_object_api_spec.rb
|
2258
|
+
- spec/discovery/crm/tickets/gdpr_api_spec.rb
|
2259
|
+
- spec/discovery/crm/tickets/batch_api_spec.rb
|
2260
|
+
- spec/discovery/crm/associations/client_spec.rb
|
2261
|
+
- spec/discovery/crm/associations/schema/types_api_spec.rb
|
2262
|
+
- spec/discovery/crm/associations/v4/client_spec.rb
|
2263
|
+
- spec/discovery/crm/associations/v4/basic_api_spec.rb
|
2264
|
+
- spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
|
2265
|
+
- spec/discovery/crm/associations/v4/batch_api_spec.rb
|
2266
|
+
- spec/discovery/crm/associations/batch_api_spec.rb
|
2267
|
+
- spec/discovery/crm/client_spec.rb
|
2268
|
+
- spec/discovery/crm/products/search_api_spec.rb
|
2269
|
+
- spec/discovery/crm/products/basic_api_spec.rb
|
2270
|
+
- spec/discovery/crm/products/public_object_api_spec.rb
|
2271
|
+
- spec/discovery/crm/products/gdpr_api_spec.rb
|
2272
|
+
- spec/discovery/crm/products/batch_api_spec.rb
|
2273
|
+
- spec/discovery/crm/lists/memberships_api_spec.rb
|
2274
|
+
- spec/discovery/crm/lists/lists_api_spec.rb
|
2275
|
+
- spec/discovery/crm/quotes/search_api_spec.rb
|
2276
|
+
- spec/discovery/crm/quotes/basic_api_spec.rb
|
2277
|
+
- spec/discovery/crm/quotes/public_object_api_spec.rb
|
2278
|
+
- spec/discovery/crm/quotes/gdpr_api_spec.rb
|
2279
|
+
- spec/discovery/crm/quotes/batch_api_spec.rb
|
2280
|
+
- spec/discovery/crm/contacts/search_api_spec.rb
|
2281
|
+
- spec/discovery/crm/contacts/basic_api_spec.rb
|
2282
|
+
- spec/discovery/crm/contacts/public_object_api_spec.rb
|
2283
|
+
- spec/discovery/crm/contacts/gdpr_api_spec.rb
|
2284
|
+
- spec/discovery/crm/contacts/batch_api_spec.rb
|
2285
|
+
- spec/discovery/crm/objects/postal_mail/search_api_spec.rb
|
2286
|
+
- spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
|
2287
|
+
- spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
|
2288
|
+
- spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
|
2289
|
+
- spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
|
2290
|
+
- spec/discovery/crm/objects/calls/search_api_spec.rb
|
2291
|
+
- spec/discovery/crm/objects/calls/basic_api_spec.rb
|
2292
|
+
- spec/discovery/crm/objects/calls/public_object_api_spec.rb
|
2293
|
+
- spec/discovery/crm/objects/calls/gdpr_api_spec.rb
|
2294
|
+
- spec/discovery/crm/objects/calls/batch_api_spec.rb
|
2295
|
+
- spec/discovery/crm/objects/search_api_spec.rb
|
2296
|
+
- spec/discovery/crm/objects/associations_api_spec.rb
|
2297
|
+
- spec/discovery/crm/objects/tasks/search_api_spec.rb
|
2298
|
+
- spec/discovery/crm/objects/tasks/basic_api_spec.rb
|
2299
|
+
- spec/discovery/crm/objects/tasks/public_object_api_spec.rb
|
2300
|
+
- spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
|
2301
|
+
- spec/discovery/crm/objects/tasks/batch_api_spec.rb
|
2302
|
+
- spec/discovery/crm/objects/client_spec.rb
|
2303
|
+
- spec/discovery/crm/objects/goals/search_api_spec.rb
|
2304
|
+
- spec/discovery/crm/objects/goals/basic_api_spec.rb
|
2305
|
+
- spec/discovery/crm/objects/goals/public_object_api_spec.rb
|
2306
|
+
- spec/discovery/crm/objects/goals/gdpr_api_spec.rb
|
2307
|
+
- spec/discovery/crm/objects/goals/batch_api_spec.rb
|
2308
|
+
- spec/discovery/crm/objects/emails/search_api_spec.rb
|
2309
|
+
- spec/discovery/crm/objects/emails/basic_api_spec.rb
|
2310
|
+
- spec/discovery/crm/objects/emails/public_object_api_spec.rb
|
2311
|
+
- spec/discovery/crm/objects/emails/gdpr_api_spec.rb
|
2312
|
+
- spec/discovery/crm/objects/emails/batch_api_spec.rb
|
2313
|
+
- spec/discovery/crm/objects/basic_api_spec.rb
|
2314
|
+
- spec/discovery/crm/objects/notes/search_api_spec.rb
|
2315
|
+
- spec/discovery/crm/objects/notes/basic_api_spec.rb
|
2316
|
+
- spec/discovery/crm/objects/notes/public_object_api_spec.rb
|
2317
|
+
- spec/discovery/crm/objects/notes/gdpr_api_spec.rb
|
2318
|
+
- spec/discovery/crm/objects/notes/batch_api_spec.rb
|
2319
|
+
- spec/discovery/crm/objects/taxes/search_api_spec.rb
|
2320
|
+
- spec/discovery/crm/objects/taxes/basic_api_spec.rb
|
2321
|
+
- spec/discovery/crm/objects/taxes/public_object_api_spec.rb
|
2322
|
+
- spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
|
2323
|
+
- spec/discovery/crm/objects/taxes/batch_api_spec.rb
|
2324
|
+
- spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
|
2325
|
+
- spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
|
2326
|
+
- spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
|
2327
|
+
- spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
|
2328
|
+
- spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
|
2329
|
+
- spec/discovery/crm/objects/public_object_api_spec.rb
|
2330
|
+
- spec/discovery/crm/objects/meetings/search_api_spec.rb
|
2331
|
+
- spec/discovery/crm/objects/meetings/basic_api_spec.rb
|
2332
|
+
- spec/discovery/crm/objects/meetings/public_object_api_spec.rb
|
2333
|
+
- spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
|
2334
|
+
- spec/discovery/crm/objects/meetings/batch_api_spec.rb
|
2335
|
+
- spec/discovery/crm/objects/gdpr_api_spec.rb
|
2336
|
+
- spec/discovery/crm/objects/batch_api_spec.rb
|
2337
|
+
- spec/discovery/crm/objects/communications/search_api_spec.rb
|
2338
|
+
- spec/discovery/crm/objects/communications/basic_api_spec.rb
|
2339
|
+
- spec/discovery/crm/objects/communications/public_object_api_spec.rb
|
2340
|
+
- spec/discovery/crm/objects/communications/gdpr_api_spec.rb
|
2341
|
+
- spec/discovery/crm/objects/communications/batch_api_spec.rb
|
2342
|
+
- spec/discovery/crm/deals/search_api_spec.rb
|
2343
|
+
- spec/discovery/crm/deals/basic_api_spec.rb
|
2344
|
+
- spec/discovery/crm/deals/public_object_api_spec.rb
|
2345
|
+
- spec/discovery/crm/deals/batch_api_spec.rb
|
2346
|
+
- spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
|
2347
|
+
- spec/discovery/crm/pipelines/pipelines_api_spec.rb
|
2348
|
+
- spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
|
2349
|
+
- spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
|
2350
|
+
- spec/discovery/crm/line_items/search_api_spec.rb
|
2351
|
+
- spec/discovery/crm/line_items/basic_api_spec.rb
|
2352
|
+
- spec/discovery/crm/line_items/public_object_api_spec.rb
|
2353
|
+
- spec/discovery/crm/line_items/gdpr_api_spec.rb
|
2354
|
+
- spec/discovery/crm/line_items/batch_api_spec.rb
|
2355
|
+
- spec/discovery/crm/imports/core_api_spec.rb
|
2356
|
+
- spec/discovery/crm/imports/public_imports_api_spec.rb
|
2357
|
+
- spec/discovery/crm/schemas/core_api_spec.rb
|
2358
|
+
- spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
|
2359
|
+
- spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
|
2360
|
+
- spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
|
2361
|
+
- spec/discovery/crm/extensions/accounting/sync_api_spec.rb
|
2362
|
+
- spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
|
2363
|
+
- spec/discovery/crm/extensions/accounting/settings_api_spec.rb
|
2364
|
+
- spec/discovery/crm/extensions/client_spec.rb
|
2365
|
+
- spec/discovery/crm/extensions/calling/settings_api_spec.rb
|
2366
|
+
- spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
|
2367
|
+
- spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
|
2368
|
+
- spec/discovery/crm/extensions/cards/sample_response_api_spec.rb
|
2369
|
+
- spec/discovery/crm/extensions/cards/cards_api_spec.rb
|
2370
|
+
- spec/discovery/crm/properties/groups_api_spec.rb
|
2371
|
+
- spec/discovery/crm/properties/core_api_spec.rb
|
2372
|
+
- spec/discovery/crm/properties/batch_api_spec.rb
|
2373
|
+
- spec/discovery/crm/owners/owners_api_spec.rb
|
2374
|
+
- spec/discovery/crm/timeline/tokens_api_spec.rb
|
2375
|
+
- spec/discovery/crm/timeline/events_api_spec.rb
|
2376
|
+
- spec/discovery/crm/timeline/templates_api_spec.rb
|
2377
|
+
- spec/discovery/crm/companies/search_api_spec.rb
|
2378
|
+
- spec/discovery/crm/companies/basic_api_spec.rb
|
2379
|
+
- spec/discovery/crm/companies/public_object_api_spec.rb
|
2380
|
+
- spec/discovery/crm/companies/batch_api_spec.rb
|
2381
|
+
- spec/discovery/base_module_client_spec.rb
|
2382
|
+
- spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
|
2383
|
+
- spec/discovery/cms/site-search/public_api_spec.rb
|
2384
|
+
- spec/discovery/cms/blogs/client_spec.rb
|
2385
|
+
- spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
|
2386
|
+
- spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb
|
2387
|
+
- spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
|
2388
|
+
- spec/discovery/cms/client_spec.rb
|
2389
|
+
- spec/discovery/cms/hubdb/rows_api_spec.rb
|
2390
|
+
- spec/discovery/cms/hubdb/tables_api_spec.rb
|
2391
|
+
- spec/discovery/cms/hubdb/rows_batch_api_spec.rb
|
2392
|
+
- spec/discovery/cms/domains/domains_api_spec.rb
|
2393
|
+
- spec/discovery/cms/url-redirects/redirects_api_spec.rb
|
2394
|
+
- spec/discovery/cms/source-code/extract_api_spec.rb
|
2395
|
+
- spec/discovery/cms/source-code/metadata_api_spec.rb
|
2396
|
+
- spec/discovery/cms/source-code/source_code_extract_api_spec.rb
|
2397
|
+
- spec/discovery/cms/source-code/validation_api_spec.rb
|
2398
|
+
- spec/discovery/cms/source-code/content_api_spec.rb
|
2399
|
+
- spec/discovery/cms/performance/public_performance_api_spec.rb
|
2400
|
+
- spec/discovery/cms/pages/landing_pages_api_spec.rb
|
2401
|
+
- spec/discovery/cms/pages/site_pages_api_spec.rb
|
2402
|
+
- spec/discovery/conversations/visitor-identification/generate_api_spec.rb
|
2403
|
+
- spec/discovery/files/files_api_spec.rb
|
2404
|
+
- spec/discovery/files/folders_api_spec.rb
|
2405
|
+
- spec/discovery/marketing/client_spec.rb
|
2406
|
+
- spec/discovery/marketing/forms/forms_api_spec.rb
|
2407
|
+
- spec/discovery/marketing/events/search_api_spec.rb
|
2408
|
+
- spec/discovery/marketing/events/marketing_events_external_api_spec.rb
|
2409
|
+
- spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
|
2410
|
+
- spec/discovery/marketing/events/basic_api_spec.rb
|
2411
|
+
- spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
|
2412
|
+
- spec/discovery/marketing/events/settings_api_spec.rb
|
2413
|
+
- spec/discovery/marketing/events/batch_api_spec.rb
|
2414
|
+
- spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
|
2415
|
+
- spec/discovery/marketing/transactional/single_send_api_spec.rb
|
2416
|
+
- spec/discovery/automation/actions/functions_api_spec.rb
|
2417
|
+
- spec/discovery/automation/actions/definitions_api_spec.rb
|
2418
|
+
- spec/discovery/automation/actions/callbacks_api_spec.rb
|
2419
|
+
- spec/discovery/automation/actions/revisions_api_spec.rb
|
2420
|
+
- spec/discovery/events/events_api_spec.rb
|
2421
|
+
- spec/discovery/events/send/custom_event_data_api_spec.rb
|
2422
|
+
- spec/discovery/webhooks/settings_api_spec.rb
|
2423
|
+
- spec/discovery/webhooks/subscriptions_api_spec.rb
|
2424
|
+
- spec/helpers/authorize_url_spec.rb
|
2425
|
+
- spec/helpers/signature_spec.rb
|
2426
|
+
- spec/helpers/camel_case_spec.rb
|
2427
|
+
- spec/integration/contacts_spec.rb
|
2615
2428
|
- spec/spec_helper.rb
|