hubspot-api-client 10.0.1 → 17.1.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 +340 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +38 -30
- data/README.md +106 -57
- data/hubspot-api-client.gemspec +4 -4
- data/lib/hubspot/client.rb +32 -0
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +17 -9
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +31 -20
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +37 -24
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +9 -7
- data/lib/hubspot/codegen/automation/actions/api_client.rb +56 -52
- data/lib/hubspot/codegen/automation/actions/api_error.rb +2 -2
- data/lib/hubspot/codegen/automation/actions/configuration.rb +44 -20
- data/lib/hubspot/codegen/automation/actions/models/action_function.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +22 -8
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/error.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +22 -8
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +22 -8
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +22 -8
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch_input_field_dependencies_inner.rb +109 -0
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/option.rb +21 -7
- data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +20 -7
- 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 +294 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +239 -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 +223 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +365 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +1010 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +3 -3
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +44 -20
- data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +318 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +23 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +23 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +23 -8
- 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 +33 -11
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +168 -50
- 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 +24 -8
- 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 +21 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +21 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +22 -8
- 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 +30 -8
- data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +271 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1688 -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 +296 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +278 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +318 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +292 -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 +1220 -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 +240 -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 +240 -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 +290 -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 +360 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +271 -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 +1010 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +57 -53
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +3 -3
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +44 -20
- data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +318 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +23 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +23 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +23 -8
- 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 +33 -11
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +24 -8
- 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 +21 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +21 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +22 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +22 -8
- 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 +30 -8
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +112 -36
- 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 +271 -0
- data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +23 -30
- data/lib/hubspot/codegen/cms/domains/api_client.rb +56 -52
- data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/domains/configuration.rb +43 -19
- 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 +42 -691
- data/lib/hubspot/codegen/cms/domains/models/error.rb +20 -7
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +148 -130
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +143 -115
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +185 -167
- 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 +230 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +21 -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 +24 -11
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +67 -46
- data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +345 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +21 -8
- 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 +24 -16
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +57 -50
- 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 +270 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +92 -71
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +308 -0
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +40 -27
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +31 -9
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +21 -8
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +22 -9
- data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +188 -0
- data/lib/hubspot/codegen/cms/performance/api_client.rb +56 -52
- data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
- data/lib/hubspot/codegen/cms/performance/configuration.rb +48 -17
- data/lib/hubspot/codegen/cms/performance/models/error.rb +20 -7
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +20 -7
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +20 -7
- 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 +294 -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 +100 -0
- data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +144 -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 +294 -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 +311 -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 +294 -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 +81 -0
- data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +223 -0
- data/lib/hubspot/codegen/communication_preferences/api_client.rb +408 -0
- data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
- data/lib/hubspot/codegen/communication_preferences/configuration.rb +292 -0
- data/lib/hubspot/codegen/communication_preferences/models/error.rb +303 -0
- data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +269 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +385 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +244 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +296 -0
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +352 -0
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +229 -0
- 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 +294 -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 +229 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +52 -28
- data/lib/hubspot/codegen/crm/associations/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +51 -47
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +51 -47
- 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/collection_response_public_association_definition_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/public_association_definition.rb +242 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +33 -11
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +20 -7
- 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/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_association.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_with_errors.rb +348 -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_category.rb +278 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +256 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb +231 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb +324 -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/associated_id.rb +244 -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_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_read_input_simple_public_object_id.rb +273 -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/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_association_spec_with_label_no_paging.rb +232 -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/collection_response_simple_public_object_with_associations_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_category.rb +278 -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_definition_create_request.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +244 -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_associations_for_object.rb +246 -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_gdpr_delete_input.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/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_batch_input.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/standard_error1.rb +324 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/value_with_timestamp.rb +285 -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.rb +280 -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/batch_input_public_association_multi_archive.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +330 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +350 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +330 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +350 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +350 -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_category.rb +280 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +290 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +248 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +236 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +248 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +262 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +257 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +260 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +326 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +48 -31
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +21 -8
- 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 -34
- data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +44 -10
- 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 +20 -7
- 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 +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +21 -8
- 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 -34
- data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +21 -8
- 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/settings_api.rb +25 -15
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +44 -13
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +23 -9
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +29 -18
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +5 -4
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +44 -13
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +23 -9
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +21 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +21 -8
- 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 +20 -7
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +22 -9
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +17 -11
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +56 -53
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +21 -7
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +21 -14
- data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +91 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/imports/configuration.rb +43 -19
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +23 -10
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +54 -25
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +39 -26
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +20 -7
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +24 -11
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +20 -7
- 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 -34
- 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 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +20 -7
- 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 -7
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +35 -11
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +21 -8
- data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +14 -11
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +48 -31
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +100 -0
- data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +98 -0
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +9 -9
- 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/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_category.rb +278 -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_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 +246 -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/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_category.rb +278 -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_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 +246 -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/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_category.rb +278 -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_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 +246 -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 -14
- 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 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +21 -8
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/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/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_category.rb +278 -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_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 +246 -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 +37 -8
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +44 -10
- 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 +20 -7
- 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 +20 -7
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +21 -8
- 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/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_category.rb +278 -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_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 +246 -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/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_category.rb +278 -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_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 +246 -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/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_category.rb +278 -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_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 +246 -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/owners/api/owners_api.rb +164 -0
- data/lib/hubspot/codegen/crm/owners/api_client.rb +57 -53
- data/lib/hubspot/codegen/crm/owners/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/owners/configuration.rb +44 -20
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/error.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +21 -8
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +23 -10
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +33 -49
- 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 +70 -52
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +79 -52
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +43 -19
- 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 +20 -7
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +70 -57
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +41 -28
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +78 -65
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +20 -7
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +20 -7
- 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 -34
- data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +20 -7
- 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 +20 -7
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +35 -11
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +21 -8
- 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 +24 -31
- 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 +20 -7
- data/lib/hubspot/codegen/crm/properties/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/option.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property.rb +37 -14
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +58 -15
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +38 -15
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +21 -8
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +228 -12
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +208 -8
- data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +21 -8
- 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 +85 -0
- 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 +22 -9
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +20 -7
- 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 +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +22 -9
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +22 -9
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +20 -7
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +23 -10
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +48 -31
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +9 -9
- 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 +37 -8
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +23 -10
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +44 -10
- 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 +20 -7
- 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_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 +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +35 -11
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +20 -7
- 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 +35 -11
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +21 -8
- data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +29 -18
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -20
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +21 -12
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +56 -52
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +44 -13
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +23 -10
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +23 -10
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -13
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +20 -7
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +20 -7
- data/lib/hubspot/codegen/events/api/events_api.rb +9 -8
- data/lib/hubspot/codegen/events/api_client.rb +56 -52
- data/lib/hubspot/codegen/events/api_error.rb +2 -2
- data/lib/hubspot/codegen/events/configuration.rb +43 -19
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +20 -7
- data/lib/hubspot/codegen/events/models/error.rb +20 -7
- data/lib/hubspot/codegen/events/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +21 -8
- data/lib/hubspot/codegen/events/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/events/models/paging.rb +20 -7
- data/lib/hubspot/codegen/files/files/api/files_api.rb +75 -47
- data/lib/hubspot/codegen/files/files/api/folders_api.rb +60 -34
- data/lib/hubspot/codegen/files/files/api_client.rb +56 -52
- data/lib/hubspot/codegen/files/files/api_error.rb +2 -2
- data/lib/hubspot/codegen/files/files/configuration.rb +43 -19
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +22 -8
- data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/error.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/error_category.rb +38 -25
- data/lib/hubspot/codegen/files/files/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/file_action_response.rb +23 -10
- data/lib/hubspot/codegen/files/files/models/file_update_input.rb +21 -7
- data/lib/hubspot/codegen/files/files/models/folder.rb +23 -10
- data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +23 -10
- data/lib/hubspot/codegen/files/files/models/folder_input.rb +21 -7
- data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +21 -7
- data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +21 -7
- data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +24 -10
- data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +21 -7
- data/lib/hubspot/codegen/files/files/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/paging.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/previous_page.rb +20 -7
- data/lib/hubspot/codegen/files/files/models/signed_url.rb +21 -8
- data/lib/hubspot/codegen/files/files/models/standard_error.rb +20 -7
- data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
- data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +806 -0
- data/lib/hubspot/codegen/marketing/events/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/marketing/events/api/settings_external_api.rb +155 -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 +301 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +230 -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 +346 -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_category.rb +276 -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 +358 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +433 -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 +432 -0
- data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +322 -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 +358 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +238 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +119 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +321 -0
- data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +372 -0
- data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +367 -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 +307 -0
- data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +368 -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 +317 -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 +417 -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 +414 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +409 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +401 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +395 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +387 -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/mobile_phone_field.rb +367 -0
- data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +358 -0
- data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +362 -0
- data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +367 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +377 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +372 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +348 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +358 -0
- data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +352 -0
- data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +94 -0
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +56 -52
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +2 -2
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +43 -19
- 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 +39 -25
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +20 -7
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +22 -8
- data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +20 -7
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +24 -20
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +43 -37
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +22 -8
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +23 -9
- data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +81 -0
- data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +140 -0
- data/lib/hubspot/codegen/oauth/api/tokens_api.rb +102 -0
- data/lib/hubspot/codegen/oauth/api_client.rb +56 -54
- data/lib/hubspot/codegen/oauth/api_error.rb +2 -4
- data/lib/hubspot/codegen/oauth/configuration.rb +43 -14
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +53 -10
- data/lib/hubspot/codegen/oauth/models/error.rb +20 -9
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +20 -9
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +20 -9
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +62 -28
- 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 +277 -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 +277 -0
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +25 -31
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +69 -78
- data/lib/hubspot/codegen/webhooks/api_client.rb +56 -52
- data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
- data/lib/hubspot/codegen/webhooks/configuration.rb +45 -14
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +23 -10
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +23 -10
- data/lib/hubspot/codegen/webhooks/models/error.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +40 -27
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -9
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +22 -11
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +20 -7
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +24 -11
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -7
- 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 +24 -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/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 +33 -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 +25 -0
- data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/calling/client.rb +21 -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/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 +22 -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/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 +24 -0
- data/lib/hubspot/discovery/crm/objects/client.rb +37 -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/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 +24 -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/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 +24 -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/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 +24 -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/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 +24 -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/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 +24 -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/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 +24 -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/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 +24 -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/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 +23 -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/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 +23 -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/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 +23 -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 +17 -0
- data/lib/hubspot/discovery/files/client.rb +17 -0
- data/lib/hubspot/discovery/files/files/api/files_api.rb +13 -0
- data/lib/hubspot/discovery/files/files/api/folders_api.rb +13 -0
- data/lib/hubspot/discovery/files/files/client.rb +20 -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/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_external_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/client.rb +22 -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/client.rb +17 -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 +13 -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 -46
- 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 +16 -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 +13 -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/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/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/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/search_api_spec.rb +7 -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/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/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/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/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/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/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/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/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/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/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/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/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/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/files/files/files_api_spec.rb +16 -0
- data/spec/discovery/files/files/folders_api_spec.rb +14 -0
- data/spec/discovery/marketing/client_spec.rb +9 -0
- data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +18 -0
- data/spec/discovery/marketing/events/search_api_spec.rb +7 -0
- data/spec/discovery/marketing/events/settings_external_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/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
- metadata +1249 -1693
- data/lib/hubspot/codegen/cms/audit-logs/api/default_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/default_api.rb +0 -643
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_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/default_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_hub_db_table_row_v3.rb +0 -217
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +0 -217
- data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +0 -288
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +0 -243
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +0 -295
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +0 -241
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +0 -186
- data/lib/hubspot/codegen/cms/site-search/api/default_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/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/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/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/imports/api/default_api.rb +0 -90
- 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/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/models/batch_input_simple_public_object_input.rb +0 -217
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +0 -162
- 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/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/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/schemas/api/default_api.rb +0 -84
- 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/timeline/models/collection_response_timeline_event_template.rb +0 -227
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -219
- data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +0 -224
- data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +0 -400
- 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/oauth/api/default_api.rb +0 -270
- data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
- data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
- data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
- data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
- data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
- data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
- data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
- data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
- data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
- data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
- data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
- data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
- data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
- data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
- data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
- data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
- data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
- data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
- data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
- data/spec/codegen/cms/audit-logs/api/default_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/default_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/default_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/default_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 -237
- data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_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_input_spec.rb +0 -77
- 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_input_spec.rb +0 -59
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -71
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +0 -83
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -59
- 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/default_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/default_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/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 -84
- data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -47
- 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 -84
- data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -47
- 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 -84
- data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -47
- 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 -65
- data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -65
- data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -77
- 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/default_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 -84
- data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -47
- 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 -88
- data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -48
- 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 -48
- data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -47
- 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/default_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 -84
- data/spec/codegen/crm/products/api/search_api_spec.rb +0 -47
- 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 -48
- data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -47
- 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/default_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 -84
- data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -47
- 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_spec.rb +0 -47
- 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/next_page_spec.rb +0 -47
- data/spec/codegen/crm/timeline/models/paging_spec.rb +0 -47
- data/spec/codegen/crm/timeline/models/previous_page_spec.rb +0 -47
- 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 -189
- data/spec/codegen/files/files/api/folders_api_spec.rb +0 -143
- 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/default_api_spec.rb +0 -110
- 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/default_api_spec.rb +0 -80
- data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -95
- 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 -53
- 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/default_api_spec.rb +0 -25
- data/spec/features/cms/blogs/authors/default_api_spec.rb +0 -254
- data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +0 -25
- data/spec/features/cms/blogs/tags/default_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/default_api_spec.rb +0 -8
- data/spec/features/cms/site-search/default_api_spec.rb +0 -8
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
- 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/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/search_api_spec.rb +0 -7
- data/spec/features/crm/owners/default_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/default_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/default_api_spec.rb +0 -12
- data/spec/features/oauth/default_api_spec.rb +0 -10
- data/spec/features/webhooks/settings_api_spec.rb +0 -9
- data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
@@ -1,1207 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Blog Post endpoints
|
3
|
-
|
4
|
-
#\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v3
|
7
|
-
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.3.1
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module Hubspot
|
16
|
-
module Cms
|
17
|
-
module Blogs
|
18
|
-
module BlogPosts
|
19
|
-
class BlogPost
|
20
|
-
# The unique ID of the Blog Post.
|
21
|
-
attr_accessor :id
|
22
|
-
|
23
|
-
# The path of the this blog post. This field is appended to the domain to construct the url of this post.
|
24
|
-
attr_accessor :slug
|
25
|
-
|
26
|
-
# The ID of the parent Blog this Blog Post is associated with.
|
27
|
-
attr_accessor :content_group_id
|
28
|
-
|
29
|
-
# The GUID of the marketing campaign this Blog Post is a part of.
|
30
|
-
attr_accessor :campaign
|
31
|
-
|
32
|
-
# ID of the type of object this is. Should always .
|
33
|
-
attr_accessor :category_id
|
34
|
-
|
35
|
-
# An ENUM descibing the current state of this Blog Post.
|
36
|
-
attr_accessor :state
|
37
|
-
|
38
|
-
attr_accessor :template_path
|
39
|
-
|
40
|
-
# The internal name of the blog post.
|
41
|
-
attr_accessor :name
|
42
|
-
|
43
|
-
attr_accessor :mab_experiment_id
|
44
|
-
|
45
|
-
# If True, the post will not show up in your dashboard, although the post could still be live.
|
46
|
-
attr_accessor :archived
|
47
|
-
|
48
|
-
# The name of the user that updated this blog post.
|
49
|
-
attr_accessor :author_name
|
50
|
-
|
51
|
-
attr_accessor :ab_test_id
|
52
|
-
|
53
|
-
# The ID of the user that created this blog post.
|
54
|
-
attr_accessor :created_by_id
|
55
|
-
|
56
|
-
# The ID of the user that updated this blog post.
|
57
|
-
attr_accessor :updated_by_id
|
58
|
-
|
59
|
-
# The domain this Blog Post will resolve to. If null, the Blog Post will default to the domain of the ParentBlog.
|
60
|
-
attr_accessor :domain
|
61
|
-
|
62
|
-
attr_accessor :subcategory
|
63
|
-
|
64
|
-
attr_accessor :ab_status
|
65
|
-
|
66
|
-
attr_accessor :folder_id
|
67
|
-
|
68
|
-
# A data structure containing the data for all the modules inside the containers for this post. This will only be populated if the page has widget containers.
|
69
|
-
attr_accessor :widget_containers
|
70
|
-
|
71
|
-
# A data structure containing the data for all the modules for this page.
|
72
|
-
attr_accessor :widgets
|
73
|
-
|
74
|
-
# The explicitly defined language of the Blog Post. If null, the Blog Post will default to the language of the ParentBlog.
|
75
|
-
attr_accessor :language
|
76
|
-
|
77
|
-
# ID of the primary blog post this object was translated from.
|
78
|
-
attr_accessor :translated_from_id
|
79
|
-
|
80
|
-
attr_accessor :dynamic_page_hub_db_table_id
|
81
|
-
|
82
|
-
# The ID of the Blog Author associated with this Blog Post.
|
83
|
-
attr_accessor :blog_author_id
|
84
|
-
|
85
|
-
# List of IDs for the tags associated with this Blog Post.
|
86
|
-
attr_accessor :tag_ids
|
87
|
-
|
88
|
-
# The HTML of the main post body.
|
89
|
-
attr_accessor :_post_body
|
90
|
-
|
91
|
-
# The summary of the blog post that will appear on the main listing page.
|
92
|
-
attr_accessor :post_summary
|
93
|
-
|
94
|
-
# The contents of the RSS body for this Blog Post.
|
95
|
-
attr_accessor :rss_body
|
96
|
-
|
97
|
-
# The contents of the RSS summary for this Blog Post.
|
98
|
-
attr_accessor :rss_summary
|
99
|
-
|
100
|
-
# Boolean to allow overriding the AMP settings for the blog.
|
101
|
-
attr_accessor :enable_google_amp_output_override
|
102
|
-
|
103
|
-
# The html title of this Blog Post.
|
104
|
-
attr_accessor :html_title
|
105
|
-
|
106
|
-
attr_accessor :page_redirected
|
107
|
-
|
108
|
-
attr_accessor :page_expiry_enabled
|
109
|
-
|
110
|
-
attr_accessor :page_expiry_date
|
111
|
-
|
112
|
-
attr_accessor :page_expiry_redirect_id
|
113
|
-
|
114
|
-
attr_accessor :page_expiry_redirect_url
|
115
|
-
|
116
|
-
# Boolean to determine if this post should use a featuredImage.
|
117
|
-
attr_accessor :use_featured_image
|
118
|
-
|
119
|
-
# Set this to create a password protected page. Entering the password will be required to view the page.
|
120
|
-
attr_accessor :password
|
121
|
-
|
122
|
-
# List of stylesheets to attach to this blog post. These stylesheets are attached to just this page. Order of precedence is bottom to top, just like in the HTML.
|
123
|
-
attr_accessor :attached_stylesheets
|
124
|
-
|
125
|
-
# Boolean to determine whether or not the Primary CSS Files should be applied.
|
126
|
-
attr_accessor :include_default_custom_css
|
127
|
-
|
128
|
-
# Boolean to determine whether or not the styles from the template should be applied.
|
129
|
-
attr_accessor :enable_domain_stylesheets
|
130
|
-
|
131
|
-
# Boolean to determine whether or not the styles from the template should be applied.
|
132
|
-
attr_accessor :enable_layout_stylesheets
|
133
|
-
|
134
|
-
# A description that goes in <meta> tag on the page.
|
135
|
-
attr_accessor :meta_description
|
136
|
-
|
137
|
-
# Set this to true if you want to be published immediately when the schedule publish endpoint is called, and to ignore the publish_date setting.
|
138
|
-
attr_accessor :publish_immediately
|
139
|
-
|
140
|
-
# Custom HTML for embed codes, javascript, etc. that goes in the <head> tag of the page.
|
141
|
-
attr_accessor :head_html
|
142
|
-
|
143
|
-
# Custom HTML for embed codes, javascript that should be placed before the </body> tag of the page.
|
144
|
-
attr_accessor :footer_html
|
145
|
-
|
146
|
-
# An ENUM descibing the type of this object. Should always be BLOG_POST.
|
147
|
-
attr_accessor :content_type_category
|
148
|
-
|
149
|
-
# A generated ENUM descibing the current state of this Blog Post. Should always match state.
|
150
|
-
attr_accessor :current_state
|
151
|
-
|
152
|
-
# Optional override to set the URL to be used in the rel=canonical link tag on the page.
|
153
|
-
attr_accessor :link_rel_canonical_url
|
154
|
-
|
155
|
-
# The featuredImage of this Blog Post.
|
156
|
-
attr_accessor :featured_image
|
157
|
-
|
158
|
-
# Alt Text of the featuredImage.
|
159
|
-
attr_accessor :featured_image_alt_text
|
160
|
-
|
161
|
-
# Boolean to determine whether or not to respect publicAccessRules.
|
162
|
-
attr_accessor :public_access_rules_enabled
|
163
|
-
|
164
|
-
# Rules for require member registration to access private content.
|
165
|
-
attr_accessor :public_access_rules
|
166
|
-
|
167
|
-
attr_accessor :layout_sections
|
168
|
-
|
169
|
-
attr_accessor :theme_settings_values
|
170
|
-
|
171
|
-
# A generated field representing the URL of this blog post.
|
172
|
-
attr_accessor :url
|
173
|
-
|
174
|
-
# The date (ISO8601 format) the blog post is to be published at.
|
175
|
-
attr_accessor :publish_date
|
176
|
-
|
177
|
-
# The timestamp (ISO8601 format) when this Blog Post was deleted.
|
178
|
-
attr_accessor :deleted_at
|
179
|
-
|
180
|
-
# The timestamp (ISO8601 format) when this blog post was created.
|
181
|
-
attr_accessor :created_at
|
182
|
-
|
183
|
-
# Boolean describing if this Blog Post is published.
|
184
|
-
attr_accessor :published
|
185
|
-
|
186
|
-
# The timestamp (ISO8601 format) when this Blog Post was last updated.
|
187
|
-
attr_accessor :updated_at
|
188
|
-
|
189
|
-
class EnumAttributeValidator
|
190
|
-
attr_reader :datatype
|
191
|
-
attr_reader :allowable_values
|
192
|
-
|
193
|
-
def initialize(datatype, allowable_values)
|
194
|
-
@allowable_values = allowable_values.map do |value|
|
195
|
-
case datatype.to_s
|
196
|
-
when /Integer/i
|
197
|
-
value.to_i
|
198
|
-
when /Float/i
|
199
|
-
value.to_f
|
200
|
-
else
|
201
|
-
value
|
202
|
-
end
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
|
-
def valid?(value)
|
207
|
-
!value || allowable_values.include?(value)
|
208
|
-
end
|
209
|
-
end
|
210
|
-
|
211
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
212
|
-
def self.attribute_map
|
213
|
-
{
|
214
|
-
:'id' => :'id',
|
215
|
-
:'slug' => :'slug',
|
216
|
-
:'content_group_id' => :'contentGroupId',
|
217
|
-
:'campaign' => :'campaign',
|
218
|
-
:'category_id' => :'categoryId',
|
219
|
-
:'state' => :'state',
|
220
|
-
:'template_path' => :'templatePath',
|
221
|
-
:'name' => :'name',
|
222
|
-
:'mab_experiment_id' => :'mabExperimentId',
|
223
|
-
:'archived' => :'archived',
|
224
|
-
:'author_name' => :'authorName',
|
225
|
-
:'ab_test_id' => :'abTestId',
|
226
|
-
:'created_by_id' => :'createdById',
|
227
|
-
:'updated_by_id' => :'updatedById',
|
228
|
-
:'domain' => :'domain',
|
229
|
-
:'subcategory' => :'subcategory',
|
230
|
-
:'ab_status' => :'abStatus',
|
231
|
-
:'folder_id' => :'folderId',
|
232
|
-
:'widget_containers' => :'widgetContainers',
|
233
|
-
:'widgets' => :'widgets',
|
234
|
-
:'language' => :'language',
|
235
|
-
:'translated_from_id' => :'translatedFromId',
|
236
|
-
:'dynamic_page_hub_db_table_id' => :'dynamicPageHubDbTableId',
|
237
|
-
:'blog_author_id' => :'blogAuthorId',
|
238
|
-
:'tag_ids' => :'tagIds',
|
239
|
-
:'_post_body' => :'postBody',
|
240
|
-
:'post_summary' => :'postSummary',
|
241
|
-
:'rss_body' => :'rssBody',
|
242
|
-
:'rss_summary' => :'rssSummary',
|
243
|
-
:'enable_google_amp_output_override' => :'enableGoogleAmpOutputOverride',
|
244
|
-
:'html_title' => :'htmlTitle',
|
245
|
-
:'page_redirected' => :'pageRedirected',
|
246
|
-
:'page_expiry_enabled' => :'pageExpiryEnabled',
|
247
|
-
:'page_expiry_date' => :'pageExpiryDate',
|
248
|
-
:'page_expiry_redirect_id' => :'pageExpiryRedirectId',
|
249
|
-
:'page_expiry_redirect_url' => :'pageExpiryRedirectUrl',
|
250
|
-
:'use_featured_image' => :'useFeaturedImage',
|
251
|
-
:'password' => :'password',
|
252
|
-
:'attached_stylesheets' => :'attachedStylesheets',
|
253
|
-
:'include_default_custom_css' => :'includeDefaultCustomCss',
|
254
|
-
:'enable_domain_stylesheets' => :'enableDomainStylesheets',
|
255
|
-
:'enable_layout_stylesheets' => :'enableLayoutStylesheets',
|
256
|
-
:'meta_description' => :'metaDescription',
|
257
|
-
:'publish_immediately' => :'publishImmediately',
|
258
|
-
:'head_html' => :'headHtml',
|
259
|
-
:'footer_html' => :'footerHtml',
|
260
|
-
:'content_type_category' => :'contentTypeCategory',
|
261
|
-
:'current_state' => :'currentState',
|
262
|
-
:'link_rel_canonical_url' => :'linkRelCanonicalUrl',
|
263
|
-
:'featured_image' => :'featuredImage',
|
264
|
-
:'featured_image_alt_text' => :'featuredImageAltText',
|
265
|
-
:'public_access_rules_enabled' => :'publicAccessRulesEnabled',
|
266
|
-
:'public_access_rules' => :'publicAccessRules',
|
267
|
-
:'layout_sections' => :'layoutSections',
|
268
|
-
:'theme_settings_values' => :'themeSettingsValues',
|
269
|
-
:'url' => :'url',
|
270
|
-
:'publish_date' => :'publishDate',
|
271
|
-
:'deleted_at' => :'deletedAt',
|
272
|
-
:'created_at' => :'createdAt',
|
273
|
-
:'published' => :'published',
|
274
|
-
:'updated_at' => :'updatedAt'
|
275
|
-
}
|
276
|
-
end
|
277
|
-
|
278
|
-
# Attribute type mapping.
|
279
|
-
def self.openapi_types
|
280
|
-
{
|
281
|
-
:'id' => :'String',
|
282
|
-
:'slug' => :'String',
|
283
|
-
:'content_group_id' => :'String',
|
284
|
-
:'campaign' => :'String',
|
285
|
-
:'category_id' => :'Integer',
|
286
|
-
:'state' => :'String',
|
287
|
-
:'template_path' => :'String',
|
288
|
-
:'name' => :'String',
|
289
|
-
:'mab_experiment_id' => :'String',
|
290
|
-
:'archived' => :'Boolean',
|
291
|
-
:'author_name' => :'String',
|
292
|
-
:'ab_test_id' => :'String',
|
293
|
-
:'created_by_id' => :'String',
|
294
|
-
:'updated_by_id' => :'String',
|
295
|
-
:'domain' => :'String',
|
296
|
-
:'subcategory' => :'String',
|
297
|
-
:'ab_status' => :'String',
|
298
|
-
:'folder_id' => :'String',
|
299
|
-
:'widget_containers' => :'Hash<String, Object>',
|
300
|
-
:'widgets' => :'Hash<String, Object>',
|
301
|
-
:'language' => :'String',
|
302
|
-
:'translated_from_id' => :'String',
|
303
|
-
:'dynamic_page_hub_db_table_id' => :'String',
|
304
|
-
:'blog_author_id' => :'String',
|
305
|
-
:'tag_ids' => :'Array<Integer>',
|
306
|
-
:'_post_body' => :'String',
|
307
|
-
:'post_summary' => :'String',
|
308
|
-
:'rss_body' => :'String',
|
309
|
-
:'rss_summary' => :'String',
|
310
|
-
:'enable_google_amp_output_override' => :'Boolean',
|
311
|
-
:'html_title' => :'String',
|
312
|
-
:'page_redirected' => :'Boolean',
|
313
|
-
:'page_expiry_enabled' => :'Boolean',
|
314
|
-
:'page_expiry_date' => :'Integer',
|
315
|
-
:'page_expiry_redirect_id' => :'Integer',
|
316
|
-
:'page_expiry_redirect_url' => :'String',
|
317
|
-
:'use_featured_image' => :'Boolean',
|
318
|
-
:'password' => :'String',
|
319
|
-
:'attached_stylesheets' => :'Array<Hash<String, Object>>',
|
320
|
-
:'include_default_custom_css' => :'Boolean',
|
321
|
-
:'enable_domain_stylesheets' => :'Boolean',
|
322
|
-
:'enable_layout_stylesheets' => :'Boolean',
|
323
|
-
:'meta_description' => :'String',
|
324
|
-
:'publish_immediately' => :'Boolean',
|
325
|
-
:'head_html' => :'String',
|
326
|
-
:'footer_html' => :'String',
|
327
|
-
:'content_type_category' => :'String',
|
328
|
-
:'current_state' => :'String',
|
329
|
-
:'link_rel_canonical_url' => :'String',
|
330
|
-
:'featured_image' => :'String',
|
331
|
-
:'featured_image_alt_text' => :'String',
|
332
|
-
:'public_access_rules_enabled' => :'Boolean',
|
333
|
-
:'public_access_rules' => :'Array<Object>',
|
334
|
-
:'layout_sections' => :'Hash<String, LayoutSection>',
|
335
|
-
:'theme_settings_values' => :'Hash<String, Object>',
|
336
|
-
:'url' => :'String',
|
337
|
-
:'publish_date' => :'DateTime',
|
338
|
-
:'deleted_at' => :'DateTime',
|
339
|
-
:'created_at' => :'DateTime',
|
340
|
-
:'published' => :'Boolean',
|
341
|
-
:'updated_at' => :'DateTime'
|
342
|
-
}
|
343
|
-
end
|
344
|
-
|
345
|
-
# List of attributes with nullable: true
|
346
|
-
def self.openapi_nullable
|
347
|
-
Set.new([
|
348
|
-
])
|
349
|
-
end
|
350
|
-
|
351
|
-
# Initializes the object
|
352
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
353
|
-
def initialize(attributes = {})
|
354
|
-
if (!attributes.is_a?(Hash))
|
355
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::BlogPosts::BlogPost` initialize method"
|
356
|
-
end
|
357
|
-
|
358
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
359
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
360
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
361
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::BlogPosts::BlogPost`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
362
|
-
end
|
363
|
-
h[k.to_sym] = v
|
364
|
-
}
|
365
|
-
|
366
|
-
if attributes.key?(:'id')
|
367
|
-
self.id = attributes[:'id']
|
368
|
-
end
|
369
|
-
|
370
|
-
if attributes.key?(:'slug')
|
371
|
-
self.slug = attributes[:'slug']
|
372
|
-
end
|
373
|
-
|
374
|
-
if attributes.key?(:'content_group_id')
|
375
|
-
self.content_group_id = attributes[:'content_group_id']
|
376
|
-
end
|
377
|
-
|
378
|
-
if attributes.key?(:'campaign')
|
379
|
-
self.campaign = attributes[:'campaign']
|
380
|
-
end
|
381
|
-
|
382
|
-
if attributes.key?(:'category_id')
|
383
|
-
self.category_id = attributes[:'category_id']
|
384
|
-
end
|
385
|
-
|
386
|
-
if attributes.key?(:'state')
|
387
|
-
self.state = attributes[:'state']
|
388
|
-
end
|
389
|
-
|
390
|
-
if attributes.key?(:'template_path')
|
391
|
-
self.template_path = attributes[:'template_path']
|
392
|
-
end
|
393
|
-
|
394
|
-
if attributes.key?(:'name')
|
395
|
-
self.name = attributes[:'name']
|
396
|
-
end
|
397
|
-
|
398
|
-
if attributes.key?(:'mab_experiment_id')
|
399
|
-
self.mab_experiment_id = attributes[:'mab_experiment_id']
|
400
|
-
end
|
401
|
-
|
402
|
-
if attributes.key?(:'archived')
|
403
|
-
self.archived = attributes[:'archived']
|
404
|
-
end
|
405
|
-
|
406
|
-
if attributes.key?(:'author_name')
|
407
|
-
self.author_name = attributes[:'author_name']
|
408
|
-
end
|
409
|
-
|
410
|
-
if attributes.key?(:'ab_test_id')
|
411
|
-
self.ab_test_id = attributes[:'ab_test_id']
|
412
|
-
end
|
413
|
-
|
414
|
-
if attributes.key?(:'created_by_id')
|
415
|
-
self.created_by_id = attributes[:'created_by_id']
|
416
|
-
end
|
417
|
-
|
418
|
-
if attributes.key?(:'updated_by_id')
|
419
|
-
self.updated_by_id = attributes[:'updated_by_id']
|
420
|
-
end
|
421
|
-
|
422
|
-
if attributes.key?(:'domain')
|
423
|
-
self.domain = attributes[:'domain']
|
424
|
-
end
|
425
|
-
|
426
|
-
if attributes.key?(:'subcategory')
|
427
|
-
self.subcategory = attributes[:'subcategory']
|
428
|
-
end
|
429
|
-
|
430
|
-
if attributes.key?(:'ab_status')
|
431
|
-
self.ab_status = attributes[:'ab_status']
|
432
|
-
end
|
433
|
-
|
434
|
-
if attributes.key?(:'folder_id')
|
435
|
-
self.folder_id = attributes[:'folder_id']
|
436
|
-
end
|
437
|
-
|
438
|
-
if attributes.key?(:'widget_containers')
|
439
|
-
if (value = attributes[:'widget_containers']).is_a?(Hash)
|
440
|
-
self.widget_containers = value
|
441
|
-
end
|
442
|
-
end
|
443
|
-
|
444
|
-
if attributes.key?(:'widgets')
|
445
|
-
if (value = attributes[:'widgets']).is_a?(Hash)
|
446
|
-
self.widgets = value
|
447
|
-
end
|
448
|
-
end
|
449
|
-
|
450
|
-
if attributes.key?(:'language')
|
451
|
-
self.language = attributes[:'language']
|
452
|
-
end
|
453
|
-
|
454
|
-
if attributes.key?(:'translated_from_id')
|
455
|
-
self.translated_from_id = attributes[:'translated_from_id']
|
456
|
-
end
|
457
|
-
|
458
|
-
if attributes.key?(:'dynamic_page_hub_db_table_id')
|
459
|
-
self.dynamic_page_hub_db_table_id = attributes[:'dynamic_page_hub_db_table_id']
|
460
|
-
end
|
461
|
-
|
462
|
-
if attributes.key?(:'blog_author_id')
|
463
|
-
self.blog_author_id = attributes[:'blog_author_id']
|
464
|
-
end
|
465
|
-
|
466
|
-
if attributes.key?(:'tag_ids')
|
467
|
-
if (value = attributes[:'tag_ids']).is_a?(Array)
|
468
|
-
self.tag_ids = value
|
469
|
-
end
|
470
|
-
end
|
471
|
-
|
472
|
-
if attributes.key?(:'_post_body')
|
473
|
-
self._post_body = attributes[:'_post_body']
|
474
|
-
end
|
475
|
-
|
476
|
-
if attributes.key?(:'post_summary')
|
477
|
-
self.post_summary = attributes[:'post_summary']
|
478
|
-
end
|
479
|
-
|
480
|
-
if attributes.key?(:'rss_body')
|
481
|
-
self.rss_body = attributes[:'rss_body']
|
482
|
-
end
|
483
|
-
|
484
|
-
if attributes.key?(:'rss_summary')
|
485
|
-
self.rss_summary = attributes[:'rss_summary']
|
486
|
-
end
|
487
|
-
|
488
|
-
if attributes.key?(:'enable_google_amp_output_override')
|
489
|
-
self.enable_google_amp_output_override = attributes[:'enable_google_amp_output_override']
|
490
|
-
end
|
491
|
-
|
492
|
-
if attributes.key?(:'html_title')
|
493
|
-
self.html_title = attributes[:'html_title']
|
494
|
-
end
|
495
|
-
|
496
|
-
if attributes.key?(:'page_redirected')
|
497
|
-
self.page_redirected = attributes[:'page_redirected']
|
498
|
-
end
|
499
|
-
|
500
|
-
if attributes.key?(:'page_expiry_enabled')
|
501
|
-
self.page_expiry_enabled = attributes[:'page_expiry_enabled']
|
502
|
-
end
|
503
|
-
|
504
|
-
if attributes.key?(:'page_expiry_date')
|
505
|
-
self.page_expiry_date = attributes[:'page_expiry_date']
|
506
|
-
end
|
507
|
-
|
508
|
-
if attributes.key?(:'page_expiry_redirect_id')
|
509
|
-
self.page_expiry_redirect_id = attributes[:'page_expiry_redirect_id']
|
510
|
-
end
|
511
|
-
|
512
|
-
if attributes.key?(:'page_expiry_redirect_url')
|
513
|
-
self.page_expiry_redirect_url = attributes[:'page_expiry_redirect_url']
|
514
|
-
end
|
515
|
-
|
516
|
-
if attributes.key?(:'use_featured_image')
|
517
|
-
self.use_featured_image = attributes[:'use_featured_image']
|
518
|
-
end
|
519
|
-
|
520
|
-
if attributes.key?(:'password')
|
521
|
-
self.password = attributes[:'password']
|
522
|
-
end
|
523
|
-
|
524
|
-
if attributes.key?(:'attached_stylesheets')
|
525
|
-
if (value = attributes[:'attached_stylesheets']).is_a?(Array)
|
526
|
-
self.attached_stylesheets = value
|
527
|
-
end
|
528
|
-
end
|
529
|
-
|
530
|
-
if attributes.key?(:'include_default_custom_css')
|
531
|
-
self.include_default_custom_css = attributes[:'include_default_custom_css']
|
532
|
-
end
|
533
|
-
|
534
|
-
if attributes.key?(:'enable_domain_stylesheets')
|
535
|
-
self.enable_domain_stylesheets = attributes[:'enable_domain_stylesheets']
|
536
|
-
end
|
537
|
-
|
538
|
-
if attributes.key?(:'enable_layout_stylesheets')
|
539
|
-
self.enable_layout_stylesheets = attributes[:'enable_layout_stylesheets']
|
540
|
-
end
|
541
|
-
|
542
|
-
if attributes.key?(:'meta_description')
|
543
|
-
self.meta_description = attributes[:'meta_description']
|
544
|
-
end
|
545
|
-
|
546
|
-
if attributes.key?(:'publish_immediately')
|
547
|
-
self.publish_immediately = attributes[:'publish_immediately']
|
548
|
-
end
|
549
|
-
|
550
|
-
if attributes.key?(:'head_html')
|
551
|
-
self.head_html = attributes[:'head_html']
|
552
|
-
end
|
553
|
-
|
554
|
-
if attributes.key?(:'footer_html')
|
555
|
-
self.footer_html = attributes[:'footer_html']
|
556
|
-
end
|
557
|
-
|
558
|
-
if attributes.key?(:'content_type_category')
|
559
|
-
self.content_type_category = attributes[:'content_type_category']
|
560
|
-
end
|
561
|
-
|
562
|
-
if attributes.key?(:'current_state')
|
563
|
-
self.current_state = attributes[:'current_state']
|
564
|
-
end
|
565
|
-
|
566
|
-
if attributes.key?(:'link_rel_canonical_url')
|
567
|
-
self.link_rel_canonical_url = attributes[:'link_rel_canonical_url']
|
568
|
-
end
|
569
|
-
|
570
|
-
if attributes.key?(:'featured_image')
|
571
|
-
self.featured_image = attributes[:'featured_image']
|
572
|
-
end
|
573
|
-
|
574
|
-
if attributes.key?(:'featured_image_alt_text')
|
575
|
-
self.featured_image_alt_text = attributes[:'featured_image_alt_text']
|
576
|
-
end
|
577
|
-
|
578
|
-
if attributes.key?(:'public_access_rules_enabled')
|
579
|
-
self.public_access_rules_enabled = attributes[:'public_access_rules_enabled']
|
580
|
-
end
|
581
|
-
|
582
|
-
if attributes.key?(:'public_access_rules')
|
583
|
-
if (value = attributes[:'public_access_rules']).is_a?(Array)
|
584
|
-
self.public_access_rules = value
|
585
|
-
end
|
586
|
-
end
|
587
|
-
|
588
|
-
if attributes.key?(:'layout_sections')
|
589
|
-
if (value = attributes[:'layout_sections']).is_a?(Hash)
|
590
|
-
self.layout_sections = value
|
591
|
-
end
|
592
|
-
end
|
593
|
-
|
594
|
-
if attributes.key?(:'theme_settings_values')
|
595
|
-
if (value = attributes[:'theme_settings_values']).is_a?(Hash)
|
596
|
-
self.theme_settings_values = value
|
597
|
-
end
|
598
|
-
end
|
599
|
-
|
600
|
-
if attributes.key?(:'url')
|
601
|
-
self.url = attributes[:'url']
|
602
|
-
end
|
603
|
-
|
604
|
-
if attributes.key?(:'publish_date')
|
605
|
-
self.publish_date = attributes[:'publish_date']
|
606
|
-
end
|
607
|
-
|
608
|
-
if attributes.key?(:'deleted_at')
|
609
|
-
self.deleted_at = attributes[:'deleted_at']
|
610
|
-
end
|
611
|
-
|
612
|
-
if attributes.key?(:'created_at')
|
613
|
-
self.created_at = attributes[:'created_at']
|
614
|
-
end
|
615
|
-
|
616
|
-
if attributes.key?(:'published')
|
617
|
-
self.published = attributes[:'published']
|
618
|
-
end
|
619
|
-
|
620
|
-
if attributes.key?(:'updated_at')
|
621
|
-
self.updated_at = attributes[:'updated_at']
|
622
|
-
end
|
623
|
-
end
|
624
|
-
|
625
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
626
|
-
# @return Array for valid properties with the reasons
|
627
|
-
def list_invalid_properties
|
628
|
-
invalid_properties = Array.new
|
629
|
-
if @id.nil?
|
630
|
-
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
631
|
-
end
|
632
|
-
|
633
|
-
if @slug.nil?
|
634
|
-
invalid_properties.push('invalid value for "slug", slug cannot be nil.')
|
635
|
-
end
|
636
|
-
|
637
|
-
if @content_group_id.nil?
|
638
|
-
invalid_properties.push('invalid value for "content_group_id", content_group_id cannot be nil.')
|
639
|
-
end
|
640
|
-
|
641
|
-
if @campaign.nil?
|
642
|
-
invalid_properties.push('invalid value for "campaign", campaign cannot be nil.')
|
643
|
-
end
|
644
|
-
|
645
|
-
if @category_id.nil?
|
646
|
-
invalid_properties.push('invalid value for "category_id", category_id cannot be nil.')
|
647
|
-
end
|
648
|
-
|
649
|
-
if @state.nil?
|
650
|
-
invalid_properties.push('invalid value for "state", state cannot be nil.')
|
651
|
-
end
|
652
|
-
|
653
|
-
if @state.to_s.length > 25
|
654
|
-
invalid_properties.push('invalid value for "state", the character length must be smaller than or equal to 25.')
|
655
|
-
end
|
656
|
-
|
657
|
-
if @template_path.nil?
|
658
|
-
invalid_properties.push('invalid value for "template_path", template_path cannot be nil.')
|
659
|
-
end
|
660
|
-
|
661
|
-
if @name.nil?
|
662
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
663
|
-
end
|
664
|
-
|
665
|
-
if @mab_experiment_id.nil?
|
666
|
-
invalid_properties.push('invalid value for "mab_experiment_id", mab_experiment_id cannot be nil.')
|
667
|
-
end
|
668
|
-
|
669
|
-
if @archived.nil?
|
670
|
-
invalid_properties.push('invalid value for "archived", archived cannot be nil.')
|
671
|
-
end
|
672
|
-
|
673
|
-
if @author_name.nil?
|
674
|
-
invalid_properties.push('invalid value for "author_name", author_name cannot be nil.')
|
675
|
-
end
|
676
|
-
|
677
|
-
if @ab_test_id.nil?
|
678
|
-
invalid_properties.push('invalid value for "ab_test_id", ab_test_id cannot be nil.')
|
679
|
-
end
|
680
|
-
|
681
|
-
if @created_by_id.nil?
|
682
|
-
invalid_properties.push('invalid value for "created_by_id", created_by_id cannot be nil.')
|
683
|
-
end
|
684
|
-
|
685
|
-
if @updated_by_id.nil?
|
686
|
-
invalid_properties.push('invalid value for "updated_by_id", updated_by_id cannot be nil.')
|
687
|
-
end
|
688
|
-
|
689
|
-
if @domain.nil?
|
690
|
-
invalid_properties.push('invalid value for "domain", domain cannot be nil.')
|
691
|
-
end
|
692
|
-
|
693
|
-
if @subcategory.nil?
|
694
|
-
invalid_properties.push('invalid value for "subcategory", subcategory cannot be nil.')
|
695
|
-
end
|
696
|
-
|
697
|
-
if @ab_status.nil?
|
698
|
-
invalid_properties.push('invalid value for "ab_status", ab_status cannot be nil.')
|
699
|
-
end
|
700
|
-
|
701
|
-
if @folder_id.nil?
|
702
|
-
invalid_properties.push('invalid value for "folder_id", folder_id cannot be nil.')
|
703
|
-
end
|
704
|
-
|
705
|
-
if @widget_containers.nil?
|
706
|
-
invalid_properties.push('invalid value for "widget_containers", widget_containers cannot be nil.')
|
707
|
-
end
|
708
|
-
|
709
|
-
if @widgets.nil?
|
710
|
-
invalid_properties.push('invalid value for "widgets", widgets cannot be nil.')
|
711
|
-
end
|
712
|
-
|
713
|
-
if @language.nil?
|
714
|
-
invalid_properties.push('invalid value for "language", language cannot be nil.')
|
715
|
-
end
|
716
|
-
|
717
|
-
if @translated_from_id.nil?
|
718
|
-
invalid_properties.push('invalid value for "translated_from_id", translated_from_id cannot be nil.')
|
719
|
-
end
|
720
|
-
|
721
|
-
if @dynamic_page_hub_db_table_id.nil?
|
722
|
-
invalid_properties.push('invalid value for "dynamic_page_hub_db_table_id", dynamic_page_hub_db_table_id cannot be nil.')
|
723
|
-
end
|
724
|
-
|
725
|
-
if @blog_author_id.nil?
|
726
|
-
invalid_properties.push('invalid value for "blog_author_id", blog_author_id cannot be nil.')
|
727
|
-
end
|
728
|
-
|
729
|
-
if @tag_ids.nil?
|
730
|
-
invalid_properties.push('invalid value for "tag_ids", tag_ids cannot be nil.')
|
731
|
-
end
|
732
|
-
|
733
|
-
if @_post_body.nil?
|
734
|
-
invalid_properties.push('invalid value for "_post_body", _post_body cannot be nil.')
|
735
|
-
end
|
736
|
-
|
737
|
-
if @post_summary.nil?
|
738
|
-
invalid_properties.push('invalid value for "post_summary", post_summary cannot be nil.')
|
739
|
-
end
|
740
|
-
|
741
|
-
if @rss_body.nil?
|
742
|
-
invalid_properties.push('invalid value for "rss_body", rss_body cannot be nil.')
|
743
|
-
end
|
744
|
-
|
745
|
-
if @rss_summary.nil?
|
746
|
-
invalid_properties.push('invalid value for "rss_summary", rss_summary cannot be nil.')
|
747
|
-
end
|
748
|
-
|
749
|
-
if @enable_google_amp_output_override.nil?
|
750
|
-
invalid_properties.push('invalid value for "enable_google_amp_output_override", enable_google_amp_output_override cannot be nil.')
|
751
|
-
end
|
752
|
-
|
753
|
-
if @html_title.nil?
|
754
|
-
invalid_properties.push('invalid value for "html_title", html_title cannot be nil.')
|
755
|
-
end
|
756
|
-
|
757
|
-
if @page_redirected.nil?
|
758
|
-
invalid_properties.push('invalid value for "page_redirected", page_redirected cannot be nil.')
|
759
|
-
end
|
760
|
-
|
761
|
-
if @page_expiry_enabled.nil?
|
762
|
-
invalid_properties.push('invalid value for "page_expiry_enabled", page_expiry_enabled cannot be nil.')
|
763
|
-
end
|
764
|
-
|
765
|
-
if @page_expiry_date.nil?
|
766
|
-
invalid_properties.push('invalid value for "page_expiry_date", page_expiry_date cannot be nil.')
|
767
|
-
end
|
768
|
-
|
769
|
-
if @page_expiry_redirect_id.nil?
|
770
|
-
invalid_properties.push('invalid value for "page_expiry_redirect_id", page_expiry_redirect_id cannot be nil.')
|
771
|
-
end
|
772
|
-
|
773
|
-
if @page_expiry_redirect_url.nil?
|
774
|
-
invalid_properties.push('invalid value for "page_expiry_redirect_url", page_expiry_redirect_url cannot be nil.')
|
775
|
-
end
|
776
|
-
|
777
|
-
if @use_featured_image.nil?
|
778
|
-
invalid_properties.push('invalid value for "use_featured_image", use_featured_image cannot be nil.')
|
779
|
-
end
|
780
|
-
|
781
|
-
if @password.nil?
|
782
|
-
invalid_properties.push('invalid value for "password", password cannot be nil.')
|
783
|
-
end
|
784
|
-
|
785
|
-
if @attached_stylesheets.nil?
|
786
|
-
invalid_properties.push('invalid value for "attached_stylesheets", attached_stylesheets cannot be nil.')
|
787
|
-
end
|
788
|
-
|
789
|
-
if @include_default_custom_css.nil?
|
790
|
-
invalid_properties.push('invalid value for "include_default_custom_css", include_default_custom_css cannot be nil.')
|
791
|
-
end
|
792
|
-
|
793
|
-
if @enable_domain_stylesheets.nil?
|
794
|
-
invalid_properties.push('invalid value for "enable_domain_stylesheets", enable_domain_stylesheets cannot be nil.')
|
795
|
-
end
|
796
|
-
|
797
|
-
if @enable_layout_stylesheets.nil?
|
798
|
-
invalid_properties.push('invalid value for "enable_layout_stylesheets", enable_layout_stylesheets cannot be nil.')
|
799
|
-
end
|
800
|
-
|
801
|
-
if @meta_description.nil?
|
802
|
-
invalid_properties.push('invalid value for "meta_description", meta_description cannot be nil.')
|
803
|
-
end
|
804
|
-
|
805
|
-
if @publish_immediately.nil?
|
806
|
-
invalid_properties.push('invalid value for "publish_immediately", publish_immediately cannot be nil.')
|
807
|
-
end
|
808
|
-
|
809
|
-
if @head_html.nil?
|
810
|
-
invalid_properties.push('invalid value for "head_html", head_html cannot be nil.')
|
811
|
-
end
|
812
|
-
|
813
|
-
if @footer_html.nil?
|
814
|
-
invalid_properties.push('invalid value for "footer_html", footer_html cannot be nil.')
|
815
|
-
end
|
816
|
-
|
817
|
-
if @content_type_category.nil?
|
818
|
-
invalid_properties.push('invalid value for "content_type_category", content_type_category cannot be nil.')
|
819
|
-
end
|
820
|
-
|
821
|
-
if @current_state.nil?
|
822
|
-
invalid_properties.push('invalid value for "current_state", current_state cannot be nil.')
|
823
|
-
end
|
824
|
-
|
825
|
-
if @link_rel_canonical_url.nil?
|
826
|
-
invalid_properties.push('invalid value for "link_rel_canonical_url", link_rel_canonical_url cannot be nil.')
|
827
|
-
end
|
828
|
-
|
829
|
-
if @featured_image.nil?
|
830
|
-
invalid_properties.push('invalid value for "featured_image", featured_image cannot be nil.')
|
831
|
-
end
|
832
|
-
|
833
|
-
if @featured_image_alt_text.nil?
|
834
|
-
invalid_properties.push('invalid value for "featured_image_alt_text", featured_image_alt_text cannot be nil.')
|
835
|
-
end
|
836
|
-
|
837
|
-
if @public_access_rules_enabled.nil?
|
838
|
-
invalid_properties.push('invalid value for "public_access_rules_enabled", public_access_rules_enabled cannot be nil.')
|
839
|
-
end
|
840
|
-
|
841
|
-
if @public_access_rules.nil?
|
842
|
-
invalid_properties.push('invalid value for "public_access_rules", public_access_rules cannot be nil.')
|
843
|
-
end
|
844
|
-
|
845
|
-
if @layout_sections.nil?
|
846
|
-
invalid_properties.push('invalid value for "layout_sections", layout_sections cannot be nil.')
|
847
|
-
end
|
848
|
-
|
849
|
-
if @theme_settings_values.nil?
|
850
|
-
invalid_properties.push('invalid value for "theme_settings_values", theme_settings_values cannot be nil.')
|
851
|
-
end
|
852
|
-
|
853
|
-
if @url.nil?
|
854
|
-
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
855
|
-
end
|
856
|
-
|
857
|
-
if @publish_date.nil?
|
858
|
-
invalid_properties.push('invalid value for "publish_date", publish_date cannot be nil.')
|
859
|
-
end
|
860
|
-
|
861
|
-
if @deleted_at.nil?
|
862
|
-
invalid_properties.push('invalid value for "deleted_at", deleted_at cannot be nil.')
|
863
|
-
end
|
864
|
-
|
865
|
-
if @created_at.nil?
|
866
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
867
|
-
end
|
868
|
-
|
869
|
-
if @published.nil?
|
870
|
-
invalid_properties.push('invalid value for "published", published cannot be nil.')
|
871
|
-
end
|
872
|
-
|
873
|
-
if @updated_at.nil?
|
874
|
-
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
875
|
-
end
|
876
|
-
|
877
|
-
invalid_properties
|
878
|
-
end
|
879
|
-
|
880
|
-
# Check to see if the all the properties in the model are valid
|
881
|
-
# @return true if the model is valid
|
882
|
-
def valid?
|
883
|
-
return false if @id.nil?
|
884
|
-
return false if @slug.nil?
|
885
|
-
return false if @content_group_id.nil?
|
886
|
-
return false if @campaign.nil?
|
887
|
-
return false if @category_id.nil?
|
888
|
-
return false if @state.nil?
|
889
|
-
return false if @state.to_s.length > 25
|
890
|
-
return false if @template_path.nil?
|
891
|
-
return false if @name.nil?
|
892
|
-
return false if @mab_experiment_id.nil?
|
893
|
-
return false if @archived.nil?
|
894
|
-
return false if @author_name.nil?
|
895
|
-
return false if @ab_test_id.nil?
|
896
|
-
return false if @created_by_id.nil?
|
897
|
-
return false if @updated_by_id.nil?
|
898
|
-
return false if @domain.nil?
|
899
|
-
return false if @subcategory.nil?
|
900
|
-
return false if @ab_status.nil?
|
901
|
-
ab_status_validator = EnumAttributeValidator.new('String', ["master", "variant", "loser_variant", "mab_master", "mab_variant", "automated_master", "automated_variant", "automated_loser_variant"])
|
902
|
-
return false unless ab_status_validator.valid?(@ab_status)
|
903
|
-
return false if @folder_id.nil?
|
904
|
-
return false if @widget_containers.nil?
|
905
|
-
return false if @widgets.nil?
|
906
|
-
return false if @language.nil?
|
907
|
-
language_validator = EnumAttributeValidator.new('String', ["af", "af-na", "af-za", "agq", "agq-cm", "ak", "ak-gh", "am", "am-et", "ar", "ar-001", "ar-ae", "ar-bh", "ar-dj", "ar-dz", "ar-eg", "ar-eh", "ar-er", "ar-il", "ar-iq", "ar-jo", "ar-km", "ar-kw", "ar-lb", "ar-ly", "ar-ma", "ar-mr", "ar-om", "ar-ps", "ar-qa", "ar-sa", "ar-sd", "ar-so", "ar-ss", "ar-sy", "ar-td", "ar-tn", "ar-ye", "as", "as-in", "asa", "asa-tz", "ast", "ast-es", "az", "az-az", "bas", "bas-cm", "be", "be-by", "bem", "bem-zm", "bez", "bez-tz", "bg", "bg-bg", "bm", "bm-ml", "bn", "bn-bd", "bn-in", "bo", "bo-cn", "bo-in", "br", "br-fr", "brx", "brx-in", "bs", "bs-ba", "ca", "ca-ad", "ca-es", "ca-fr", "ca-it", "ccp", "ccp-bd", "ccp-in", "ce", "ce-ru", "cgg", "cgg-ug", "chr", "chr-us", "ckb", "ckb-iq", "ckb-ir", "cs", "cs-cz", "cu", "cu-ru", "cy", "cy-gb", "da", "da-dk", "da-gl", "dav", "dav-ke", "de", "de-at", "de-be", "de-ch", "de-de", "de-gr", "de-it", "de-li", "de-lu", "dje", "dje-ne", "dsb", "dsb-de", "dua", "dua-cm", "dyo", "dyo-sn", "dz", "dz-bt", "ebu", "ebu-ke", "ee", "ee-gh", "ee-tg", "el", "el-cy", "el-gr", "en", "en-001", "en-150", "en-ag", "en-ai", "en-as", "en-at", "en-au", "en-bb", "en-be", "en-bi", "en-bm", "en-bs", "en-bw", "en-bz", "en-ca", "en-cc", "en-ch", "en-ck", "en-cm", "en-cx", "en-cy", "en-de", "en-dg", "en-dk", "en-dm", "en-er", "en-fi", "en-fj", "en-fk", "en-fm", "en-gb", "en-gd", "en-gg", "en-gh", "en-gi", "en-gm", "en-gu", "en-gy", "en-hk", "en-ie", "en-il", "en-im", "en-in", "en-io", "en-je", "en-jm", "en-ke", "en-ki", "en-kn", "en-ky", "en-lc", "en-lr", "en-ls", "en-mg", "en-mh", "en-mo", "en-mp", "en-ms", "en-mt", "en-mu", "en-mw", "en-my", "en-na", "en-nf", "en-ng", "en-nl", "en-nr", "en-nu", "en-nz", "en-pg", "en-ph", "en-pk", "en-pn", "en-pr", "en-pw", "en-rw", "en-sb", "en-sc", "en-sd", "en-se", "en-sg", "en-sh", "en-si", "en-sl", "en-ss", "en-sx", "en-sz", "en-tc", "en-tk", "en-to", "en-tt", "en-tv", "en-tz", "en-ug", "en-um", "en-us", "en-vc", "en-vg", "en-vi", "en-vu", "en-ws", "en-za", "en-zm", "en-zw", "eo", "eo-001", "es", "es-419", "es-ar", "es-bo", "es-br", "es-bz", "es-cl", "es-co", "es-cr", "es-cu", "es-do", "es-ea", "es-ec", "es-es", "es-gq", "es-gt", "es-hn", "es-ic", "es-mx", "es-ni", "es-pa", "es-pe", "es-ph", "es-pr", "es-py", "es-sv", "es-us", "es-uy", "es-ve", "et", "et-ee", "eu", "eu-es", "ewo", "ewo-cm", "fa", "fa-af", "fa-ir", "ff", "ff-cm", "ff-gn", "ff-mr", "ff-sn", "fi", "fi-fi", "fil", "fil-ph", "fo", "fo-dk", "fo-fo", "fr", "fr-be", "fr-bf", "fr-bi", "fr-bj", "fr-bl", "fr-ca", "fr-cd", "fr-cf", "fr-cg", "fr-ch", "fr-ci", "fr-cm", "fr-dj", "fr-dz", "fr-fr", "fr-ga", "fr-gf", "fr-gn", "fr-gp", "fr-gq", "fr-ht", "fr-km", "fr-lu", "fr-ma", "fr-mc", "fr-mf", "fr-mg", "fr-ml", "fr-mq", "fr-mr", "fr-mu", "fr-nc", "fr-ne", "fr-pf", "fr-pm", "fr-re", "fr-rw", "fr-sc", "fr-sn", "fr-sy", "fr-td", "fr-tg", "fr-tn", "fr-vu", "fr-wf", "fr-yt", "fur", "fur-it", "fy", "fy-nl", "ga", "ga-ie", "gd", "gd-gb", "gl", "gl-es", "gsw", "gsw-ch", "gsw-fr", "gsw-li", "gu", "gu-in", "guz", "guz-ke", "gv", "gv-im", "ha", "ha-gh", "ha-ne", "ha-ng", "haw", "haw-us", "he", "hi", "hi-in", "hr", "hr-ba", "hr-hr", "hsb", "hsb-de", "hu", "hu-hu", "hy", "hy-am", "id", "ig", "ig-ng", "ii", "ii-cn", "id-id", "is", "is-is", "it", "it-ch", "it-it", "it-sm", "it-va", "he-il", "ja", "ja-jp", "jgo", "jgo-cm", "yi", "yi-001", "jmc", "jmc-tz", "ka", "ka-ge", "kab", "kab-dz", "kam", "kam-ke", "kde", "kde-tz", "kea", "kea-cv", "khq", "khq-ml", "ki", "ki-ke", "kk", "kk-kz", "kkj", "kkj-cm", "kl", "kl-gl", "kln", "kln-ke", "km", "km-kh", "kn", "kn-in", "ko", "ko-kp", "ko-kr", "kok", "kok-in", "ks", "ks-in", "ksb", "ksb-tz", "ksf", "ksf-cm", "ksh", "ksh-de", "kw", "kw-gb", "ky", "ky-kg", "lag", "lag-tz", "lb", "lb-lu", "lg", "lg-ug", "lkt", "lkt-us", "ln", "ln-ao", "ln-cd", "ln-cf", "ln-cg", "lo", "lo-la", "lrc", "lrc-iq", "lrc-ir", "lt", "lt-lt", "lu", "lu-cd", "luo", "luo-ke", "luy", "luy-ke", "lv", "lv-lv", "mas", "mas-ke", "mas-tz", "mer", "mer-ke", "mfe", "mfe-mu", "mg", "mg-mg", "mgh", "mgh-mz", "mgo", "mgo-cm", "mk", "mk-mk", "ml", "ml-in", "mn", "mn-mn", "mr", "mr-in", "ms", "ms-bn", "ms-my", "ms-sg", "mt", "mt-mt", "mua", "mua-cm", "my", "my-mm", "mzn", "mzn-ir", "naq", "naq-na", "nb", "nb-no", "nb-sj", "nd", "nd-zw", "nds", "nds-de", "nds-nl", "ne", "ne-in", "ne-np", "nl", "nl-aw", "nl-be", "nl-bq", "nl-cw", "nl-nl", "nl-sr", "nl-sx", "nmg", "nmg-cm", "nn", "nn-no", "nnh", "nnh-cm", "no", "no-no", "nus", "nus-ss", "nyn", "nyn-ug", "om", "om-et", "om-ke", "or", "or-in", "os", "os-ge", "os-ru", "pa", "pa-in", "pa-pk", "pl", "pl-pl", "prg", "prg-001", "ps", "ps-af", "pt", "pt-ao", "pt-br", "pt-ch", "pt-cv", "pt-gq", "pt-gw", "pt-lu", "pt-mo", "pt-mz", "pt-pt", "pt-st", "pt-tl", "qu", "qu-bo", "qu-ec", "qu-pe", "rm", "rm-ch", "rn", "rn-bi", "ro", "ro-md", "ro-ro", "rof", "rof-tz", "ru", "ru-by", "ru-kg", "ru-kz", "ru-md", "ru-ru", "ru-ua", "rw", "rw-rw", "rwk", "rwk-tz", "sa", "sah", "sah-ru", "saq", "saq-ke", "sbp", "sbp-tz", "sd", "sd-pk", "se", "se-fi", "se-no", "se-se", "seh", "seh-mz", "ses", "ses-ml", "sg", "sg-cf", "shi", "shi-ma", "si", "si-lk", "sk", "sk-sk", "sl", "sl-si", "smn", "smn-fi", "sn", "sn-zw", "so", "so-dj", "so-et", "so-ke", "so-so", "sq", "sq-al", "sq-mk", "sq-xk", "sr", "sr-ba", "sr-cs", "sr-me", "sr-rs", "sr-xk", "sv", "sv-ax", "sv-fi", "sv-se", "sw", "sw-cd", "sw-ke", "sw-tz", "sw-ug", "sy", "ta", "ta-in", "ta-lk", "ta-my", "ta-sg", "te", "te-in", "teo", "teo-ke", "teo-ug", "tg", "tg-tj", "th", "th-th", "ti", "ti-er", "ti-et", "tk", "tk-tm", "to", "to-to", "tr", "tr-cy", "tr-tr", "tt", "tt-ru", "twq", "twq-ne", "tzm", "tzm-ma", "ug", "ug-cn", "uk", "uk-ua", "ur", "ur-in", "ur-pk", "uz", "uz-af", "uz-uz", "vai", "vai-lr", "vi", "vi-vn", "vo", "vo-001", "vun", "vun-tz", "wae", "wae-ch", "wo", "wo-sn", "xog", "xog-ug", "yav", "yav-cm", "yo", "yo-bj", "yo-ng", "yue", "yue-cn", "yue-hk", "zgh", "zgh-ma", "zh", "zh-cn", "zh-hk", "zh-mo", "zh-sg", "zh-tw", "zh-hans", "zh-hant", "zu", "zu-za"])
|
908
|
-
return false unless language_validator.valid?(@language)
|
909
|
-
return false if @translated_from_id.nil?
|
910
|
-
return false if @dynamic_page_hub_db_table_id.nil?
|
911
|
-
return false if @blog_author_id.nil?
|
912
|
-
return false if @tag_ids.nil?
|
913
|
-
return false if @_post_body.nil?
|
914
|
-
return false if @post_summary.nil?
|
915
|
-
return false if @rss_body.nil?
|
916
|
-
return false if @rss_summary.nil?
|
917
|
-
return false if @enable_google_amp_output_override.nil?
|
918
|
-
return false if @html_title.nil?
|
919
|
-
return false if @page_redirected.nil?
|
920
|
-
return false if @page_expiry_enabled.nil?
|
921
|
-
return false if @page_expiry_date.nil?
|
922
|
-
return false if @page_expiry_redirect_id.nil?
|
923
|
-
return false if @page_expiry_redirect_url.nil?
|
924
|
-
return false if @use_featured_image.nil?
|
925
|
-
return false if @password.nil?
|
926
|
-
return false if @attached_stylesheets.nil?
|
927
|
-
return false if @include_default_custom_css.nil?
|
928
|
-
return false if @enable_domain_stylesheets.nil?
|
929
|
-
return false if @enable_layout_stylesheets.nil?
|
930
|
-
return false if @meta_description.nil?
|
931
|
-
return false if @publish_immediately.nil?
|
932
|
-
return false if @head_html.nil?
|
933
|
-
return false if @footer_html.nil?
|
934
|
-
return false if @content_type_category.nil?
|
935
|
-
content_type_category_validator = EnumAttributeValidator.new('String', ["0", "1", "2", "3", "4", "5", "6", "7"])
|
936
|
-
return false unless content_type_category_validator.valid?(@content_type_category)
|
937
|
-
return false if @current_state.nil?
|
938
|
-
current_state_validator = EnumAttributeValidator.new('String', ["AUTOMATED", "AUTOMATED_DRAFT", "AUTOMATED_SENDING", "AUTOMATED_FOR_FORM", "AUTOMATED_FOR_FORM_BUFFER", "AUTOMATED_FOR_FORM_DRAFT", "AUTOMATED_FOR_FORM_LEGACY", "BLOG_EMAIL_DRAFT", "BLOG_EMAIL_PUBLISHED", "DRAFT", "DRAFT_AB", "DRAFT_AB_VARIANT", "ERROR", "LOSER_AB_VARIANT", "PAGE_STUB", "PRE_PROCESSING", "PROCESSING", "PUBLISHED", "PUBLISHED_AB", "PUBLISHED_AB_VARIANT", "PUBLISHED_OR_SCHEDULED", "RSS_TO_EMAIL_DRAFT", "RSS_TO_EMAIL_PUBLISHED", "SCHEDULED", "SCHEDULED_AB", "SCHEDULED_OR_PUBLISHED", "AUTOMATED_AB", "AUTOMATED_AB_VARIANT", "AUTOMATED_DRAFT_AB", "AUTOMATED_DRAFT_ABVARIANT", "AUTOMATED_LOSER_ABVARIANT"])
|
939
|
-
return false unless current_state_validator.valid?(@current_state)
|
940
|
-
return false if @link_rel_canonical_url.nil?
|
941
|
-
return false if @featured_image.nil?
|
942
|
-
return false if @featured_image_alt_text.nil?
|
943
|
-
return false if @public_access_rules_enabled.nil?
|
944
|
-
return false if @public_access_rules.nil?
|
945
|
-
return false if @layout_sections.nil?
|
946
|
-
return false if @theme_settings_values.nil?
|
947
|
-
return false if @url.nil?
|
948
|
-
return false if @publish_date.nil?
|
949
|
-
return false if @deleted_at.nil?
|
950
|
-
return false if @created_at.nil?
|
951
|
-
return false if @published.nil?
|
952
|
-
return false if @updated_at.nil?
|
953
|
-
true
|
954
|
-
end
|
955
|
-
|
956
|
-
# Custom attribute writer method with validation
|
957
|
-
# @param [Object] state Value to be assigned
|
958
|
-
def state=(state)
|
959
|
-
if state.nil?
|
960
|
-
fail ArgumentError, 'state cannot be nil'
|
961
|
-
end
|
962
|
-
|
963
|
-
if state.to_s.length > 25
|
964
|
-
fail ArgumentError, 'invalid value for "state", the character length must be smaller than or equal to 25.'
|
965
|
-
end
|
966
|
-
|
967
|
-
@state = state
|
968
|
-
end
|
969
|
-
|
970
|
-
# Custom attribute writer method checking allowed values (enum).
|
971
|
-
# @param [Object] ab_status Object to be assigned
|
972
|
-
def ab_status=(ab_status)
|
973
|
-
validator = EnumAttributeValidator.new('String', ["master", "variant", "loser_variant", "mab_master", "mab_variant", "automated_master", "automated_variant", "automated_loser_variant"])
|
974
|
-
unless validator.valid?(ab_status)
|
975
|
-
fail ArgumentError, "invalid value for \"ab_status\", must be one of #{validator.allowable_values}."
|
976
|
-
end
|
977
|
-
@ab_status = ab_status
|
978
|
-
end
|
979
|
-
|
980
|
-
# Custom attribute writer method checking allowed values (enum).
|
981
|
-
# @param [Object] language Object to be assigned
|
982
|
-
def language=(language)
|
983
|
-
validator = EnumAttributeValidator.new('String', ["af", "af-na", "af-za", "agq", "agq-cm", "ak", "ak-gh", "am", "am-et", "ar", "ar-001", "ar-ae", "ar-bh", "ar-dj", "ar-dz", "ar-eg", "ar-eh", "ar-er", "ar-il", "ar-iq", "ar-jo", "ar-km", "ar-kw", "ar-lb", "ar-ly", "ar-ma", "ar-mr", "ar-om", "ar-ps", "ar-qa", "ar-sa", "ar-sd", "ar-so", "ar-ss", "ar-sy", "ar-td", "ar-tn", "ar-ye", "as", "as-in", "asa", "asa-tz", "ast", "ast-es", "az", "az-az", "bas", "bas-cm", "be", "be-by", "bem", "bem-zm", "bez", "bez-tz", "bg", "bg-bg", "bm", "bm-ml", "bn", "bn-bd", "bn-in", "bo", "bo-cn", "bo-in", "br", "br-fr", "brx", "brx-in", "bs", "bs-ba", "ca", "ca-ad", "ca-es", "ca-fr", "ca-it", "ccp", "ccp-bd", "ccp-in", "ce", "ce-ru", "cgg", "cgg-ug", "chr", "chr-us", "ckb", "ckb-iq", "ckb-ir", "cs", "cs-cz", "cu", "cu-ru", "cy", "cy-gb", "da", "da-dk", "da-gl", "dav", "dav-ke", "de", "de-at", "de-be", "de-ch", "de-de", "de-gr", "de-it", "de-li", "de-lu", "dje", "dje-ne", "dsb", "dsb-de", "dua", "dua-cm", "dyo", "dyo-sn", "dz", "dz-bt", "ebu", "ebu-ke", "ee", "ee-gh", "ee-tg", "el", "el-cy", "el-gr", "en", "en-001", "en-150", "en-ag", "en-ai", "en-as", "en-at", "en-au", "en-bb", "en-be", "en-bi", "en-bm", "en-bs", "en-bw", "en-bz", "en-ca", "en-cc", "en-ch", "en-ck", "en-cm", "en-cx", "en-cy", "en-de", "en-dg", "en-dk", "en-dm", "en-er", "en-fi", "en-fj", "en-fk", "en-fm", "en-gb", "en-gd", "en-gg", "en-gh", "en-gi", "en-gm", "en-gu", "en-gy", "en-hk", "en-ie", "en-il", "en-im", "en-in", "en-io", "en-je", "en-jm", "en-ke", "en-ki", "en-kn", "en-ky", "en-lc", "en-lr", "en-ls", "en-mg", "en-mh", "en-mo", "en-mp", "en-ms", "en-mt", "en-mu", "en-mw", "en-my", "en-na", "en-nf", "en-ng", "en-nl", "en-nr", "en-nu", "en-nz", "en-pg", "en-ph", "en-pk", "en-pn", "en-pr", "en-pw", "en-rw", "en-sb", "en-sc", "en-sd", "en-se", "en-sg", "en-sh", "en-si", "en-sl", "en-ss", "en-sx", "en-sz", "en-tc", "en-tk", "en-to", "en-tt", "en-tv", "en-tz", "en-ug", "en-um", "en-us", "en-vc", "en-vg", "en-vi", "en-vu", "en-ws", "en-za", "en-zm", "en-zw", "eo", "eo-001", "es", "es-419", "es-ar", "es-bo", "es-br", "es-bz", "es-cl", "es-co", "es-cr", "es-cu", "es-do", "es-ea", "es-ec", "es-es", "es-gq", "es-gt", "es-hn", "es-ic", "es-mx", "es-ni", "es-pa", "es-pe", "es-ph", "es-pr", "es-py", "es-sv", "es-us", "es-uy", "es-ve", "et", "et-ee", "eu", "eu-es", "ewo", "ewo-cm", "fa", "fa-af", "fa-ir", "ff", "ff-cm", "ff-gn", "ff-mr", "ff-sn", "fi", "fi-fi", "fil", "fil-ph", "fo", "fo-dk", "fo-fo", "fr", "fr-be", "fr-bf", "fr-bi", "fr-bj", "fr-bl", "fr-ca", "fr-cd", "fr-cf", "fr-cg", "fr-ch", "fr-ci", "fr-cm", "fr-dj", "fr-dz", "fr-fr", "fr-ga", "fr-gf", "fr-gn", "fr-gp", "fr-gq", "fr-ht", "fr-km", "fr-lu", "fr-ma", "fr-mc", "fr-mf", "fr-mg", "fr-ml", "fr-mq", "fr-mr", "fr-mu", "fr-nc", "fr-ne", "fr-pf", "fr-pm", "fr-re", "fr-rw", "fr-sc", "fr-sn", "fr-sy", "fr-td", "fr-tg", "fr-tn", "fr-vu", "fr-wf", "fr-yt", "fur", "fur-it", "fy", "fy-nl", "ga", "ga-ie", "gd", "gd-gb", "gl", "gl-es", "gsw", "gsw-ch", "gsw-fr", "gsw-li", "gu", "gu-in", "guz", "guz-ke", "gv", "gv-im", "ha", "ha-gh", "ha-ne", "ha-ng", "haw", "haw-us", "he", "hi", "hi-in", "hr", "hr-ba", "hr-hr", "hsb", "hsb-de", "hu", "hu-hu", "hy", "hy-am", "id", "ig", "ig-ng", "ii", "ii-cn", "id-id", "is", "is-is", "it", "it-ch", "it-it", "it-sm", "it-va", "he-il", "ja", "ja-jp", "jgo", "jgo-cm", "yi", "yi-001", "jmc", "jmc-tz", "ka", "ka-ge", "kab", "kab-dz", "kam", "kam-ke", "kde", "kde-tz", "kea", "kea-cv", "khq", "khq-ml", "ki", "ki-ke", "kk", "kk-kz", "kkj", "kkj-cm", "kl", "kl-gl", "kln", "kln-ke", "km", "km-kh", "kn", "kn-in", "ko", "ko-kp", "ko-kr", "kok", "kok-in", "ks", "ks-in", "ksb", "ksb-tz", "ksf", "ksf-cm", "ksh", "ksh-de", "kw", "kw-gb", "ky", "ky-kg", "lag", "lag-tz", "lb", "lb-lu", "lg", "lg-ug", "lkt", "lkt-us", "ln", "ln-ao", "ln-cd", "ln-cf", "ln-cg", "lo", "lo-la", "lrc", "lrc-iq", "lrc-ir", "lt", "lt-lt", "lu", "lu-cd", "luo", "luo-ke", "luy", "luy-ke", "lv", "lv-lv", "mas", "mas-ke", "mas-tz", "mer", "mer-ke", "mfe", "mfe-mu", "mg", "mg-mg", "mgh", "mgh-mz", "mgo", "mgo-cm", "mk", "mk-mk", "ml", "ml-in", "mn", "mn-mn", "mr", "mr-in", "ms", "ms-bn", "ms-my", "ms-sg", "mt", "mt-mt", "mua", "mua-cm", "my", "my-mm", "mzn", "mzn-ir", "naq", "naq-na", "nb", "nb-no", "nb-sj", "nd", "nd-zw", "nds", "nds-de", "nds-nl", "ne", "ne-in", "ne-np", "nl", "nl-aw", "nl-be", "nl-bq", "nl-cw", "nl-nl", "nl-sr", "nl-sx", "nmg", "nmg-cm", "nn", "nn-no", "nnh", "nnh-cm", "no", "no-no", "nus", "nus-ss", "nyn", "nyn-ug", "om", "om-et", "om-ke", "or", "or-in", "os", "os-ge", "os-ru", "pa", "pa-in", "pa-pk", "pl", "pl-pl", "prg", "prg-001", "ps", "ps-af", "pt", "pt-ao", "pt-br", "pt-ch", "pt-cv", "pt-gq", "pt-gw", "pt-lu", "pt-mo", "pt-mz", "pt-pt", "pt-st", "pt-tl", "qu", "qu-bo", "qu-ec", "qu-pe", "rm", "rm-ch", "rn", "rn-bi", "ro", "ro-md", "ro-ro", "rof", "rof-tz", "ru", "ru-by", "ru-kg", "ru-kz", "ru-md", "ru-ru", "ru-ua", "rw", "rw-rw", "rwk", "rwk-tz", "sa", "sah", "sah-ru", "saq", "saq-ke", "sbp", "sbp-tz", "sd", "sd-pk", "se", "se-fi", "se-no", "se-se", "seh", "seh-mz", "ses", "ses-ml", "sg", "sg-cf", "shi", "shi-ma", "si", "si-lk", "sk", "sk-sk", "sl", "sl-si", "smn", "smn-fi", "sn", "sn-zw", "so", "so-dj", "so-et", "so-ke", "so-so", "sq", "sq-al", "sq-mk", "sq-xk", "sr", "sr-ba", "sr-cs", "sr-me", "sr-rs", "sr-xk", "sv", "sv-ax", "sv-fi", "sv-se", "sw", "sw-cd", "sw-ke", "sw-tz", "sw-ug", "sy", "ta", "ta-in", "ta-lk", "ta-my", "ta-sg", "te", "te-in", "teo", "teo-ke", "teo-ug", "tg", "tg-tj", "th", "th-th", "ti", "ti-er", "ti-et", "tk", "tk-tm", "to", "to-to", "tr", "tr-cy", "tr-tr", "tt", "tt-ru", "twq", "twq-ne", "tzm", "tzm-ma", "ug", "ug-cn", "uk", "uk-ua", "ur", "ur-in", "ur-pk", "uz", "uz-af", "uz-uz", "vai", "vai-lr", "vi", "vi-vn", "vo", "vo-001", "vun", "vun-tz", "wae", "wae-ch", "wo", "wo-sn", "xog", "xog-ug", "yav", "yav-cm", "yo", "yo-bj", "yo-ng", "yue", "yue-cn", "yue-hk", "zgh", "zgh-ma", "zh", "zh-cn", "zh-hk", "zh-mo", "zh-sg", "zh-tw", "zh-hans", "zh-hant", "zu", "zu-za"])
|
984
|
-
unless validator.valid?(language)
|
985
|
-
fail ArgumentError, "invalid value for \"language\", must be one of #{validator.allowable_values}."
|
986
|
-
end
|
987
|
-
@language = language
|
988
|
-
end
|
989
|
-
|
990
|
-
# Custom attribute writer method checking allowed values (enum).
|
991
|
-
# @param [Object] content_type_category Object to be assigned
|
992
|
-
def content_type_category=(content_type_category)
|
993
|
-
validator = EnumAttributeValidator.new('String', ["0", "1", "2", "3", "4", "5", "6", "7"])
|
994
|
-
unless validator.valid?(content_type_category)
|
995
|
-
fail ArgumentError, "invalid value for \"content_type_category\", must be one of #{validator.allowable_values}."
|
996
|
-
end
|
997
|
-
@content_type_category = content_type_category
|
998
|
-
end
|
999
|
-
|
1000
|
-
# Custom attribute writer method checking allowed values (enum).
|
1001
|
-
# @param [Object] current_state Object to be assigned
|
1002
|
-
def current_state=(current_state)
|
1003
|
-
validator = EnumAttributeValidator.new('String', ["AUTOMATED", "AUTOMATED_DRAFT", "AUTOMATED_SENDING", "AUTOMATED_FOR_FORM", "AUTOMATED_FOR_FORM_BUFFER", "AUTOMATED_FOR_FORM_DRAFT", "AUTOMATED_FOR_FORM_LEGACY", "BLOG_EMAIL_DRAFT", "BLOG_EMAIL_PUBLISHED", "DRAFT", "DRAFT_AB", "DRAFT_AB_VARIANT", "ERROR", "LOSER_AB_VARIANT", "PAGE_STUB", "PRE_PROCESSING", "PROCESSING", "PUBLISHED", "PUBLISHED_AB", "PUBLISHED_AB_VARIANT", "PUBLISHED_OR_SCHEDULED", "RSS_TO_EMAIL_DRAFT", "RSS_TO_EMAIL_PUBLISHED", "SCHEDULED", "SCHEDULED_AB", "SCHEDULED_OR_PUBLISHED", "AUTOMATED_AB", "AUTOMATED_AB_VARIANT", "AUTOMATED_DRAFT_AB", "AUTOMATED_DRAFT_ABVARIANT", "AUTOMATED_LOSER_ABVARIANT"])
|
1004
|
-
unless validator.valid?(current_state)
|
1005
|
-
fail ArgumentError, "invalid value for \"current_state\", must be one of #{validator.allowable_values}."
|
1006
|
-
end
|
1007
|
-
@current_state = current_state
|
1008
|
-
end
|
1009
|
-
|
1010
|
-
# Checks equality by comparing each attribute.
|
1011
|
-
# @param [Object] Object to be compared
|
1012
|
-
def ==(o)
|
1013
|
-
return true if self.equal?(o)
|
1014
|
-
self.class == o.class &&
|
1015
|
-
id == o.id &&
|
1016
|
-
slug == o.slug &&
|
1017
|
-
content_group_id == o.content_group_id &&
|
1018
|
-
campaign == o.campaign &&
|
1019
|
-
category_id == o.category_id &&
|
1020
|
-
state == o.state &&
|
1021
|
-
template_path == o.template_path &&
|
1022
|
-
name == o.name &&
|
1023
|
-
mab_experiment_id == o.mab_experiment_id &&
|
1024
|
-
archived == o.archived &&
|
1025
|
-
author_name == o.author_name &&
|
1026
|
-
ab_test_id == o.ab_test_id &&
|
1027
|
-
created_by_id == o.created_by_id &&
|
1028
|
-
updated_by_id == o.updated_by_id &&
|
1029
|
-
domain == o.domain &&
|
1030
|
-
subcategory == o.subcategory &&
|
1031
|
-
ab_status == o.ab_status &&
|
1032
|
-
folder_id == o.folder_id &&
|
1033
|
-
widget_containers == o.widget_containers &&
|
1034
|
-
widgets == o.widgets &&
|
1035
|
-
language == o.language &&
|
1036
|
-
translated_from_id == o.translated_from_id &&
|
1037
|
-
dynamic_page_hub_db_table_id == o.dynamic_page_hub_db_table_id &&
|
1038
|
-
blog_author_id == o.blog_author_id &&
|
1039
|
-
tag_ids == o.tag_ids &&
|
1040
|
-
_post_body == o._post_body &&
|
1041
|
-
post_summary == o.post_summary &&
|
1042
|
-
rss_body == o.rss_body &&
|
1043
|
-
rss_summary == o.rss_summary &&
|
1044
|
-
enable_google_amp_output_override == o.enable_google_amp_output_override &&
|
1045
|
-
html_title == o.html_title &&
|
1046
|
-
page_redirected == o.page_redirected &&
|
1047
|
-
page_expiry_enabled == o.page_expiry_enabled &&
|
1048
|
-
page_expiry_date == o.page_expiry_date &&
|
1049
|
-
page_expiry_redirect_id == o.page_expiry_redirect_id &&
|
1050
|
-
page_expiry_redirect_url == o.page_expiry_redirect_url &&
|
1051
|
-
use_featured_image == o.use_featured_image &&
|
1052
|
-
password == o.password &&
|
1053
|
-
attached_stylesheets == o.attached_stylesheets &&
|
1054
|
-
include_default_custom_css == o.include_default_custom_css &&
|
1055
|
-
enable_domain_stylesheets == o.enable_domain_stylesheets &&
|
1056
|
-
enable_layout_stylesheets == o.enable_layout_stylesheets &&
|
1057
|
-
meta_description == o.meta_description &&
|
1058
|
-
publish_immediately == o.publish_immediately &&
|
1059
|
-
head_html == o.head_html &&
|
1060
|
-
footer_html == o.footer_html &&
|
1061
|
-
content_type_category == o.content_type_category &&
|
1062
|
-
current_state == o.current_state &&
|
1063
|
-
link_rel_canonical_url == o.link_rel_canonical_url &&
|
1064
|
-
featured_image == o.featured_image &&
|
1065
|
-
featured_image_alt_text == o.featured_image_alt_text &&
|
1066
|
-
public_access_rules_enabled == o.public_access_rules_enabled &&
|
1067
|
-
public_access_rules == o.public_access_rules &&
|
1068
|
-
layout_sections == o.layout_sections &&
|
1069
|
-
theme_settings_values == o.theme_settings_values &&
|
1070
|
-
url == o.url &&
|
1071
|
-
publish_date == o.publish_date &&
|
1072
|
-
deleted_at == o.deleted_at &&
|
1073
|
-
created_at == o.created_at &&
|
1074
|
-
published == o.published &&
|
1075
|
-
updated_at == o.updated_at
|
1076
|
-
end
|
1077
|
-
|
1078
|
-
# @see the `==` method
|
1079
|
-
# @param [Object] Object to be compared
|
1080
|
-
def eql?(o)
|
1081
|
-
self == o
|
1082
|
-
end
|
1083
|
-
|
1084
|
-
# Calculates hash code according to all attributes.
|
1085
|
-
# @return [Integer] Hash code
|
1086
|
-
def hash
|
1087
|
-
[id, slug, content_group_id, campaign, category_id, state, template_path, name, mab_experiment_id, archived, author_name, ab_test_id, created_by_id, updated_by_id, domain, subcategory, ab_status, folder_id, widget_containers, widgets, language, translated_from_id, dynamic_page_hub_db_table_id, blog_author_id, tag_ids, _post_body, post_summary, rss_body, rss_summary, enable_google_amp_output_override, html_title, page_redirected, page_expiry_enabled, page_expiry_date, page_expiry_redirect_id, page_expiry_redirect_url, use_featured_image, password, attached_stylesheets, include_default_custom_css, enable_domain_stylesheets, enable_layout_stylesheets, meta_description, publish_immediately, head_html, footer_html, content_type_category, current_state, link_rel_canonical_url, featured_image, featured_image_alt_text, public_access_rules_enabled, public_access_rules, layout_sections, theme_settings_values, url, publish_date, deleted_at, created_at, published, updated_at].hash
|
1088
|
-
end
|
1089
|
-
|
1090
|
-
# Builds the object from hash
|
1091
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
1092
|
-
# @return [Object] Returns the model itself
|
1093
|
-
def self.build_from_hash(attributes)
|
1094
|
-
new.build_from_hash(attributes)
|
1095
|
-
end
|
1096
|
-
|
1097
|
-
# Builds the object from hash
|
1098
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
1099
|
-
# @return [Object] Returns the model itself
|
1100
|
-
def build_from_hash(attributes)
|
1101
|
-
return nil unless attributes.is_a?(Hash)
|
1102
|
-
self.class.openapi_types.each_pair do |key, type|
|
1103
|
-
if type =~ /\AArray<(.*)>/i
|
1104
|
-
# check to ensure the input is an array given that the attribute
|
1105
|
-
# is documented as an array but the input is not
|
1106
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
1107
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
1108
|
-
end
|
1109
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
1110
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
1111
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
1112
|
-
end
|
1113
|
-
|
1114
|
-
self
|
1115
|
-
end
|
1116
|
-
|
1117
|
-
# Deserializes the data based on type
|
1118
|
-
# @param string type Data type
|
1119
|
-
# @param string value Value to be deserialized
|
1120
|
-
# @return [Object] Deserialized data
|
1121
|
-
def _deserialize(type, value)
|
1122
|
-
case type.to_sym
|
1123
|
-
when :DateTime
|
1124
|
-
DateTime.parse(value)
|
1125
|
-
when :Date
|
1126
|
-
Date.parse(value)
|
1127
|
-
when :String
|
1128
|
-
value.to_s
|
1129
|
-
when :Integer
|
1130
|
-
value.to_i
|
1131
|
-
when :Float
|
1132
|
-
value.to_f
|
1133
|
-
when :Boolean
|
1134
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
1135
|
-
true
|
1136
|
-
else
|
1137
|
-
false
|
1138
|
-
end
|
1139
|
-
when :Object
|
1140
|
-
# generic object (usually a Hash), return directly
|
1141
|
-
value
|
1142
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
1143
|
-
inner_type = Regexp.last_match[:inner_type]
|
1144
|
-
value.map { |v| _deserialize(inner_type, v) }
|
1145
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
1146
|
-
k_type = Regexp.last_match[:k_type]
|
1147
|
-
v_type = Regexp.last_match[:v_type]
|
1148
|
-
{}.tap do |hash|
|
1149
|
-
value.each do |k, v|
|
1150
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
1151
|
-
end
|
1152
|
-
end
|
1153
|
-
else # model
|
1154
|
-
Hubspot::Cms::Blogs::BlogPosts.const_get(type).build_from_hash(value)
|
1155
|
-
end
|
1156
|
-
end
|
1157
|
-
|
1158
|
-
# Returns the string representation of the object
|
1159
|
-
# @return [String] String presentation of the object
|
1160
|
-
def to_s
|
1161
|
-
to_hash.to_s
|
1162
|
-
end
|
1163
|
-
|
1164
|
-
# to_body is an alias to to_hash (backward compatibility)
|
1165
|
-
# @return [Hash] Returns the object in the form of hash
|
1166
|
-
def to_body
|
1167
|
-
to_hash
|
1168
|
-
end
|
1169
|
-
|
1170
|
-
# Returns the object in the form of hash
|
1171
|
-
# @return [Hash] Returns the object in the form of hash
|
1172
|
-
def to_hash
|
1173
|
-
hash = {}
|
1174
|
-
self.class.attribute_map.each_pair do |attr, param|
|
1175
|
-
value = self.send(attr)
|
1176
|
-
if value.nil?
|
1177
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
1178
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
1179
|
-
end
|
1180
|
-
|
1181
|
-
hash[param] = _to_hash(value)
|
1182
|
-
end
|
1183
|
-
hash
|
1184
|
-
end
|
1185
|
-
|
1186
|
-
# Outputs non-array value in the form of hash
|
1187
|
-
# For object, use to_hash. Otherwise, just return the value
|
1188
|
-
# @param [Object] value Any valid value
|
1189
|
-
# @return [Hash] Returns the value in the form of hash
|
1190
|
-
def _to_hash(value)
|
1191
|
-
if value.is_a?(Array)
|
1192
|
-
value.compact.map { |v| _to_hash(v) }
|
1193
|
-
elsif value.is_a?(Hash)
|
1194
|
-
{}.tap do |hash|
|
1195
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
1196
|
-
end
|
1197
|
-
elsif value.respond_to? :to_hash
|
1198
|
-
value.to_hash
|
1199
|
-
else
|
1200
|
-
value
|
1201
|
-
end
|
1202
|
-
end
|
1203
|
-
end
|
1204
|
-
end
|
1205
|
-
end
|
1206
|
-
end
|
1207
|
-
end
|