hubspot-api-client 18.0.0 → 20.0.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +287 -53
- data/Gemfile.lock +1 -1
- data/README.md +83 -8
- data/lib/hubspot/client.rb +7 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/basic_api.rb +1079 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/batch_api.rb +306 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/multi_language_api.rb +368 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +34 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +38 -38
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/breakpoint_styles.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +15 -1
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +12 -1
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +52 -31
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +36 -36
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +55 -40
- data/lib/hubspot/codegen/cms/hubdb/api_client.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_batch_clone_request.rb +230 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/bounded_next_page.rb +237 -0
- data/lib/hubspot/codegen/cms/hubdb/models/bounded_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +61 -7
- data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +3 -3
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +16 -2
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_batch_clone_request.rb +237 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +69 -5
- data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +232 -0
- data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/{crm/lists/models/public_unified_events_in_list_filter.rb → cms/hubdb/models/random_access_collection_response_with_total_hub_db_table_row_v3.rb} +54 -61
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +8 -8
- data/lib/hubspot/codegen/cms/hubdb/models/streaming_collection_response_with_total_hub_db_table_row_v3.rb +303 -0
- data/lib/hubspot/codegen/cms/hubdb/models/unified_collection_response_with_total_base_hub_db_table_row_v3.rb +109 -0
- data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +5 -5
- data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +89 -26
- data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +3 -3
- data/lib/hubspot/codegen/cms/source_code/api_client.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/configuration.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +1 -1
- data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +1 -1
- data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/api_client.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/api_error.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/configuration.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/error.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +2 -2
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +12 -3
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +2 -2
- data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +3 -3
- data/lib/hubspot/codegen/crm/{objects/calls/api/public_object_api.rb → associations/v4/api/report_api.rb} +25 -28
- data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/date_time.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/models/report_creation_response.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/v4/schema/api/definition_configurations_api.rb +396 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +69 -69
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_definition_configuration_create_request.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_definition_configuration_update_request.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_spec.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_configuration_update_result.rb +330 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_configuration_update_result_with_errors.rb +350 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_user_configuration.rb +330 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_user_configuration_with_errors.rb +350 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_public_association_definition_user_configuration_no_paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_create_request.rb +294 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_update_request.rb +294 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_update_result.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_user_configuration.rb +298 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_spec.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +326 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/api/batch_api.rb +363 -0
- data/lib/hubspot/codegen/crm/{objects/emails/api/public_object_api.rb → commerce/invoices/api/search_api.rb} +24 -22
- data/lib/hubspot/codegen/crm/{extensions/accounting → commerce/invoices}/api_client.rb +5 -5
- data/lib/hubspot/codegen/crm/{extensions/accounting → commerce/invoices}/api_error.rb +4 -4
- data/lib/hubspot/codegen/crm/{extensions/accounting → commerce/invoices}/configuration.rb +4 -4
- data/lib/hubspot/codegen/crm/{objects/tasks/models/public_gdpr_delete_input.rb → commerce/invoices/models/associated_id.rb} +28 -23
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/customer_search_response_external.rb → commerce/invoices/models/association_spec.rb} +35 -40
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting → commerce/invoices}/models/error.rb +57 -57
- data/lib/hubspot/codegen/crm/{extensions/accounting → commerce/invoices}/models/error_detail.rb +35 -35
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/invoice_search_response.rb → commerce/invoices/models/filter.rb} +66 -36
- data/lib/hubspot/codegen/crm/commerce/invoices/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/public_object_search_request.rb +276 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/accounting_extension_customer.rb → commerce/invoices/models/simple_public_object.rb} +68 -41
- data/lib/hubspot/codegen/crm/{objects/feedback_submissions → commerce/invoices}/models/simple_public_object_batch_input.rb +16 -7
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_batch_input_upsert.rb +264 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_input.rb +241 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_input_for_create.rb +257 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_upsert_object.rb +317 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/commerce/invoices/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +6 -6
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +70 -2
- data/lib/hubspot/codegen/crm/companies/api/{public_object_api.rb → merge_api.rb} +5 -5
- data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +0 -10
- data/lib/hubspot/codegen/crm/companies/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +15 -22
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +0 -10
- data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +0 -5
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +10 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input_upsert.rb +262 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +10 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +10 -6
- data/lib/hubspot/codegen/crm/companies/models/simple_public_upsert_object.rb +315 -0
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +70 -2
- data/lib/hubspot/codegen/crm/contacts/api/{public_object_api.rb → merge_api.rb} +5 -5
- data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +0 -10
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +0 -10
- data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +0 -5
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +10 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input_upsert.rb +262 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +10 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +10 -6
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_upsert_object.rb +315 -0
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +6 -6
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +70 -2
- data/lib/hubspot/codegen/crm/deals/api/{public_object_api.rb → merge_api.rb} +7 -7
- data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +0 -10
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +0 -10
- data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +0 -5
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +10 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input_upsert.rb +262 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +10 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +10 -6
- data/lib/hubspot/codegen/crm/deals/models/simple_public_upsert_object.rb +315 -0
- data/lib/hubspot/codegen/{cms/source_code/api/source_code_extract_api.rb → crm/exports/api/public_exports_api.rb} +52 -44
- data/lib/hubspot/codegen/crm/exports/api_client.rb +410 -0
- data/lib/hubspot/codegen/crm/exports/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/exports/configuration.rb +287 -0
- data/lib/hubspot/codegen/crm/exports/models/action_response_with_single_result_uri.rb +339 -0
- data/lib/hubspot/codegen/crm/exports/models/error.rb +305 -0
- data/lib/hubspot/codegen/crm/exports/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/crm/exports/models/filter.rb +305 -0
- data/lib/hubspot/codegen/crm/exports/models/public_crm_search_request.rb +260 -0
- data/lib/hubspot/codegen/crm/exports/models/public_export_list_request.rb +420 -0
- data/lib/hubspot/codegen/crm/exports/models/public_export_list_request_all_of.rb +413 -0
- data/lib/hubspot/codegen/crm/exports/models/public_export_request.rb +109 -0
- data/lib/hubspot/codegen/crm/exports/models/public_export_view_request.rb +415 -0
- data/lib/hubspot/codegen/crm/exports/models/public_export_view_request_all_of.rb +408 -0
- data/lib/hubspot/codegen/crm/exports/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/exports/models/task_locator.rb +239 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/channel_connection_settings_api.rb +302 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +88 -8
- data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +24 -24
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +9 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_patch_request.rb +236 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_request.rb +246 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_response.rb +276 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/mark_recording_as_ready_request.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +3 -2
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +35 -6
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +35 -6
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +50 -6
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +4 -4
- data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +6 -0
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +15 -1
- data/lib/hubspot/codegen/crm/imports/models/property_value.rb +514 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +32 -5
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +17 -1
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +4 -0
- data/lib/hubspot/codegen/crm/line_items/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_for_create.rb} +15 -22
- data/lib/hubspot/codegen/crm/line_items/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +15 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +17 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_for_create.rb +250 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_upsert.rb +263 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +5 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +3 -3
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_upsert_object.rb +324 -0
- data/lib/hubspot/codegen/crm/lists/api/folders_api.rb +420 -0
- data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +15 -15
- data/lib/hubspot/codegen/crm/lists/api/mapping_api.rb +154 -0
- data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +169 -28
- data/lib/hubspot/codegen/crm/lists/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/{collection_response_long.rb → api_collection_response_join_time_and_record_id.rb} +15 -7
- data/lib/hubspot/codegen/crm/lists/models/api_collection_response_record_list_membership_no_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/lists/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/{products/models/public_merge_input.rb → lists/models/join_time_and_record_id.rb} +25 -25
- data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +14 -2
- data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/list_folder_create_request.rb +239 -0
- data/lib/hubspot/codegen/crm/{products/models/public_gdpr_delete_input.rb → lists/models/list_folder_create_response.rb} +16 -25
- data/lib/hubspot/codegen/crm/{tickets/models/public_gdpr_delete_input.rb → lists/models/list_folder_fetch_response.rb} +16 -25
- data/lib/hubspot/codegen/crm/lists/models/list_move_request.rb +244 -0
- data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +38 -15
- data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +3 -3
- data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +4 -4
- data/lib/hubspot/codegen/crm/lists/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +28 -28
- data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +39 -39
- data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +36 -36
- data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +55 -55
- data/lib/hubspot/codegen/crm/lists/models/public_batch_migration_mapping.rb +247 -0
- data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +33 -33
- data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +54 -54
- data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +31 -31
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +35 -35
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +35 -35
- data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +21 -21
- data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +28 -28
- data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +56 -56
- data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +45 -45
- data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +30 -30
- data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +44 -44
- data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +27 -27
- data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +35 -35
- data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +28 -28
- data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +2 -2
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +20 -20
- data/lib/hubspot/codegen/crm/lists/models/{public_event_analytics_filter_coalescing_refine_by.rb → public_form_submission_filter_coalescing_refine_by.rb} +2 -1
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +37 -37
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +44 -44
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +30 -30
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +2 -1
- data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +22 -22
- data/lib/hubspot/codegen/crm/lists/models/public_list_folder.rb +327 -0
- data/lib/hubspot/codegen/crm/lists/models/public_migration_mapping.rb +244 -0
- data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +29 -29
- data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +35 -35
- data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +23 -23
- data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +23 -23
- data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +14 -14
- data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +33 -33
- data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +14 -5
- data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +4 -4
- data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +37 -37
- data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +2 -1
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +2 -2
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +39 -39
- data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +17 -17
- data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +25 -25
- data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +36 -36
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +67 -67
- data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +22 -22
- data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +31 -31
- data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +36 -36
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +33 -33
- data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +1 -1
- data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +33 -33
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +16 -16
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +26 -26
- data/lib/hubspot/codegen/crm/lists/models/{public_property_filter_operation.rb → public_survey_monkey_value_filter_value_comparison.rb} +2 -1
- data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +19 -19
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +47 -47
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +2 -1
- data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +23 -23
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +31 -31
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +41 -32
- data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +14 -14
- data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +48 -48
- data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +42 -42
- data/lib/hubspot/codegen/crm/lists/models/record_list_membership.rb +270 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +85 -9
- data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +13 -12
- data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +87 -11
- data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +4 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/calls/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/calls/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +39 -13
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/updated_product.rb → objects/calls/models/simple_public_upsert_object.rb} +76 -88
- data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +13 -12
- data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +87 -11
- data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +4 -0
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb → communications/models/batch_input_simple_public_object_batch_input_for_create.rb} +7 -7
- data/lib/hubspot/codegen/crm/objects/communications/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/communications/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_upsert.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/api/batch_api.rb +160 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/batch_input_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/result_id_accounting_response.rb → objects/deal_splits/models/batch_response_deal_to_deal_splits.rb} +85 -38
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/batch_response_deal_to_deal_splits_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/{goals/models/public_gdpr_delete_input.rb → deal_splits/models/deal_to_deal_splits.rb} +29 -22
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/{goals/models/public_merge_input.rb → deal_splits/models/error_detail.rb} +56 -27
- data/lib/hubspot/codegen/crm/objects/{emails/models/public_gdpr_delete_input.rb → deal_splits/models/public_deal_split_input.rb} +27 -22
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/public_deal_splits_batch_create_request.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/{postal_mail/models/public_gdpr_delete_input.rb → deal_splits/models/public_deal_splits_create_request.rb} +29 -22
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → deal_splits}/models/public_object_id.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/standard_error.rb +331 -0
- data/lib/hubspot/codegen/crm/objects/deal_splits/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/emails/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input_upsert.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +0 -208
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +0 -198
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +11 -11
- data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +74 -6
- data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input_upsert.rb +264 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_upsert_object.rb +317 -0
- data/lib/hubspot/codegen/crm/objects/leads/api/basic_api.rb +392 -0
- data/lib/hubspot/codegen/crm/objects/leads/api/batch_api.rb +365 -0
- data/lib/hubspot/codegen/crm/objects/{postal_mail/api/public_object_api.rb → leads/api/search_api.rb} +19 -21
- data/lib/hubspot/codegen/crm/objects/leads/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/leads/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/leads/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/association_spec.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/batch_input_simple_public_object_batch_input.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/batch_input_simple_public_object_id.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/leads/models/batch_read_input_simple_public_object_id.rb +274 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/action_response.rb → objects/leads/models/batch_response_simple_public_object.rb} +49 -33
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/exchange_rate_response.rb → objects/leads/models/batch_response_simple_public_object_with_errors.rb} +95 -58
- data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/{communications/models/public_gdpr_delete_input.rb → leads/models/collection_response_associated_id.rb} +24 -22
- data/lib/hubspot/codegen/crm/objects/leads/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/tax.rb → objects/leads/models/error_detail.rb} +49 -38
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/invoice_pdf_response.rb → objects/leads/models/filter.rb} +65 -54
- data/lib/hubspot/codegen/crm/objects/leads/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/public_associations_for_object.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/leads/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/public_object_search_request.rb +276 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object.rb +312 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input.rb +266 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input_for_create.rb +252 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input_upsert.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/simple_public_object_input.rb +5 -5
- data/lib/hubspot/codegen/crm/objects/{feedback_submissions → leads}/models/simple_public_object_input_for_create.rb +5 -10
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_with_associations.rb +323 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/leads/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/meetings/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/meetings/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +39 -13
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_for_create.rb} +15 -22
- data/lib/hubspot/codegen/crm/objects/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +11 -2
- data/lib/hubspot/codegen/crm/objects/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input_upsert.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/models/simple_public_upsert_object.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/notes/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/notes/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +39 -13
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/{extensions/accounting/models/accounting_extension_invoice.rb → objects/postal_mail/models/batch_response_simple_public_upsert_object_with_errors.rb} +68 -91
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input_upsert.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/tasks/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input_upsert.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/objects/taxes/models/{public_merge_input.rb → simple_public_object_batch_input_for_create.rb} +32 -24
- data/lib/hubspot/codegen/crm/objects/taxes/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +39 -13
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +58 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -6
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -6
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -6
- data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +6 -6
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +70 -2
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +5 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +22 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input_upsert.rb +263 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +15 -2
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +10 -2
- data/lib/hubspot/codegen/crm/products/models/simple_public_upsert_object.rb +315 -0
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -6
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +81 -11
- data/lib/hubspot/codegen/crm/quotes/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_for_create.rb} +15 -22
- data/lib/hubspot/codegen/crm/quotes/models/{batch_input_simple_public_object_input_for_create.rb → batch_input_simple_public_object_batch_input_upsert.rb} +4 -4
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +10 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +12 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_for_create.rb +250 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_upsert.rb +263 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +0 -5
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +10 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_upsert_object.rb +324 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +1 -1
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +1 -1
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +19 -1
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +10 -1
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +164 -110
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +6 -6
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +70 -2
- data/lib/hubspot/codegen/crm/tickets/api/{public_object_api.rb → merge_api.rb} +5 -5
- data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +0 -10
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object.rb +326 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +0 -10
- data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +0 -5
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +0 -25
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +10 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input_upsert.rb +262 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +10 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +10 -6
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_upsert_object.rb +315 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +6 -6
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +6 -6
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +4 -4
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +1 -1
- data/lib/hubspot/codegen/events/api/events_api.rb +84 -29
- data/lib/hubspot/codegen/events/api_client.rb +2 -2
- data/lib/hubspot/codegen/events/api_error.rb +2 -2
- data/lib/hubspot/codegen/events/configuration.rb +2 -2
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +2 -2
- data/lib/hubspot/codegen/events/models/error.rb +2 -2
- data/lib/hubspot/codegen/events/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +2 -2
- data/lib/hubspot/codegen/events/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/events/models/paging.rb +2 -2
- data/lib/hubspot/codegen/events/models/previous_page.rb +2 -2
- data/lib/hubspot/codegen/events/models/visible_external_event_type_names.rb +229 -0
- data/lib/hubspot/codegen/events/send/api/{custom_event_data_api.rb → basic_api.rb} +13 -10
- data/lib/hubspot/codegen/{crm/deals/api/gdpr_api.rb → events/send/api/batch_api.rb} +21 -21
- data/lib/hubspot/codegen/events/send/api_client.rb +1 -1
- data/lib/hubspot/codegen/events/send/api_error.rb +1 -1
- data/lib/hubspot/codegen/events/send/configuration.rb +1 -1
- data/lib/hubspot/codegen/events/send/models/batched_behavioral_event_http_completion_request.rb +230 -0
- data/lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb +8 -7
- data/lib/hubspot/codegen/events/send/models/error.rb +1 -1
- data/lib/hubspot/codegen/events/send/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/marketing/emails/api/marketing_emails_api.rb +1226 -0
- data/lib/hubspot/codegen/marketing/emails/api/statistics_api.rb +168 -0
- data/lib/hubspot/codegen/marketing/emails/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/emails/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/emails/configuration.rb +287 -0
- data/lib/hubspot/codegen/{crm/quotes/models/public_merge_input.rb → marketing/emails/models/ab_test_create_request_v_next.rb} +28 -26
- data/lib/hubspot/codegen/marketing/emails/models/aggregate_email_statistics.rb +248 -0
- data/lib/hubspot/codegen/marketing/emails/models/collection_response_with_total_email_statistic_interval_no_paging.rb +247 -0
- data/lib/hubspot/codegen/{cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb → marketing/emails/models/collection_response_with_total_public_email_forward_paging.rb} +12 -11
- data/lib/hubspot/codegen/marketing/emails/models/collection_response_with_total_version_public_email.rb +256 -0
- data/lib/hubspot/codegen/marketing/emails/models/content_clone_request_v_next.rb +240 -0
- data/lib/hubspot/codegen/marketing/emails/models/email_create_request.rb +468 -0
- data/lib/hubspot/codegen/marketing/emails/models/email_statistic_interval.rb +232 -0
- data/lib/hubspot/codegen/marketing/emails/models/email_statistics_data.rb +282 -0
- data/lib/hubspot/codegen/marketing/emails/models/email_update_request.rb +453 -0
- data/lib/hubspot/codegen/marketing/emails/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/emails/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/emails/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/emails/models/interval.rb +242 -0
- data/lib/hubspot/codegen/marketing/emails/models/next_page.rb +240 -0
- data/lib/hubspot/codegen/marketing/emails/models/paging.rb +238 -0
- data/lib/hubspot/codegen/marketing/emails/models/previous_page.rb +240 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_button_style_settings.rb +241 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_divider_style_settings.rb +241 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email.rb +654 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email_content.rb +304 -0
- data/lib/hubspot/codegen/{crm/line_items/models/public_merge_input.rb → marketing/emails/models/public_email_from_details.rb} +33 -30
- data/lib/hubspot/codegen/marketing/emails/models/public_email_recipients.rb +239 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email_style_settings.rb +484 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email_subscription_details.rb +245 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email_testing_details.rb +355 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_email_to_details.rb +262 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_font_style.rb +268 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_rss_email_details.rb +307 -0
- data/lib/hubspot/codegen/marketing/emails/models/public_webversion_details.rb +311 -0
- data/lib/hubspot/codegen/marketing/emails/models/version_public_email.rb +272 -0
- data/lib/hubspot/codegen/marketing/emails/models/version_user.rb +260 -0
- data/lib/hubspot/codegen/marketing/events/api/add_event_attendees_api.rb +352 -0
- data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +294 -100
- data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +156 -20
- data/lib/hubspot/codegen/marketing/events/api/change_property_api.rb +177 -0
- data/lib/hubspot/codegen/marketing/events/api/identifiers_api.rb +153 -0
- data/lib/hubspot/codegen/marketing/events/api/list_associations_api.rb +446 -0
- data/lib/hubspot/codegen/marketing/events/api/retrieve_participant_state_api.rb +386 -0
- data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +42 -42
- data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +45 -45
- data/lib/hubspot/codegen/marketing/events/api_client.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/api_error.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/configuration.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/app_info.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/attendance_counters.rb +270 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +1 -2
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_public_object_id_delete_request.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_public_update_request_full_v2.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +1 -2
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_v2.rb +326 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_v2_with_errors.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/{collection_response_marketing_event_external_unique_identifier_no_paging.rb → collection_response_marketing_event_public_read_response_v2_forward_paging.rb} +15 -6
- data/lib/hubspot/codegen/marketing/events/models/collection_response_search_public_response_wrapper_no_paging.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_marketing_event_identifiers_response_no_paging.rb +244 -0
- data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_participation_breakdown_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_public_list_no_paging.rb +244 -0
- data/lib/hubspot/codegen/marketing/events/models/contact_association.rb +260 -0
- data/lib/hubspot/codegen/marketing/events/models/crm_property_wrapper.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/error.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_association.rb +260 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +11 -2
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +23 -5
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +2 -2
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_identifiers_response.rb +274 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +62 -44
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response_v2.rb +367 -0
- data/lib/hubspot/codegen/{crm/deals/models/public_gdpr_delete_input.rb → marketing/events/models/marketing_event_public_object_id_delete_request.rb} +8 -17
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +20 -2
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response_v2.rb +421 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_update_request_full_v2.rb +316 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_update_request_v2.rb +302 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +2 -2
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +11 -2
- data/lib/hubspot/codegen/marketing/events/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/marketing/events/models/participation_associations.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/participation_breakdown.rb +270 -0
- data/lib/hubspot/codegen/marketing/events/models/participation_properties.rb +294 -0
- data/lib/hubspot/codegen/marketing/events/models/property_value.rb +58 -4
- data/lib/hubspot/codegen/marketing/events/models/public_list.rb +361 -0
- data/lib/hubspot/codegen/marketing/events/models/search_public_response_wrapper.rb +270 -0
- data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +1 -1
- data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +1 -1
- data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +38 -33
- data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +84 -84
- data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +19 -19
- data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +29 -28
- data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +77 -77
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +0 -1
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +0 -1
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +20 -19
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +42 -35
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +27 -22
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +33 -29
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +1 -0
- data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +78 -78
- data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +2 -0
- data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +72 -72
- data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +77 -77
- data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +2 -0
- data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +84 -84
- data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +67 -67
- data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +21 -21
- data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +1 -1
- data/lib/hubspot/codegen/settings/users/api/roles_api.rb +1 -1
- data/lib/hubspot/codegen/settings/users/api/teams_api.rb +1 -1
- data/lib/hubspot/codegen/settings/users/api/users_api.rb +13 -1
- data/lib/hubspot/codegen/settings/users/api_client.rb +1 -1
- data/lib/hubspot/codegen/settings/users/api_error.rb +1 -1
- data/lib/hubspot/codegen/settings/users/configuration.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/error.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/public_team.rb +1 -1
- data/lib/hubspot/codegen/settings/users/models/public_user.rb +20 -2
- data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +20 -2
- data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +20 -2
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +18 -6
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +42 -18
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +1 -0
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +1 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +13 -3
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +13 -3
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +2 -50
- data/lib/hubspot/discovery/cms/blogs/blog_posts/api/{blog_posts_api.rb → basic_api.rb} +1 -1
- data/lib/hubspot/discovery/cms/blogs/blog_posts/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/{crm/extensions/accounting/api/invoice_api.rb → cms/blogs/blog_posts/api/multi_language_api.rb} +4 -4
- data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +3 -1
- data/lib/hubspot/discovery/cms/source_code/client.rb +0 -1
- data/lib/hubspot/discovery/crm/associations/v4/api/report_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/v4/client.rb +1 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/api/definition_configurations_api.rb +17 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +1 -0
- data/lib/hubspot/discovery/crm/client.rb +2 -0
- data/lib/hubspot/discovery/crm/commerce/client.rb +19 -0
- data/lib/hubspot/discovery/crm/commerce/invoices/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/commerce/invoices/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/commerce/invoices/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/{extensions/accounting → commerce/invoices}/client.rb +5 -8
- data/lib/hubspot/discovery/crm/companies/api/{public_object_api.rb → merge_api.rb} +1 -1
- data/lib/hubspot/discovery/crm/companies/client.rb +1 -1
- data/lib/hubspot/discovery/crm/contacts/api/{public_object_api.rb → merge_api.rb} +1 -1
- data/lib/hubspot/discovery/crm/contacts/client.rb +1 -1
- data/lib/hubspot/discovery/crm/deals/api/{public_object_api.rb → merge_api.rb} +1 -1
- data/lib/hubspot/discovery/crm/deals/client.rb +1 -1
- data/lib/hubspot/discovery/crm/{line_items/api/gdpr_api.rb → exports/api/public_exports_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/exports/client.rb +19 -0
- data/lib/hubspot/discovery/crm/extensions/{accounting/api/sync_api.rb → calling/api/channel_connection_settings_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/extensions/calling/client.rb +1 -0
- data/lib/hubspot/discovery/crm/extensions/client.rb +0 -1
- data/lib/hubspot/discovery/crm/line_items/client.rb +0 -2
- data/lib/hubspot/discovery/crm/{quotes/api/gdpr_api.rb → lists/api/folders_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/{products/api/gdpr_api.rb → lists/api/mapping_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/lists/client.rb +2 -0
- data/lib/hubspot/discovery/crm/objects/calls/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/client.rb +2 -3
- data/lib/hubspot/discovery/crm/objects/communications/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/{meetings/api/gdpr_api.rb → deal_splits/api/batch_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/objects/deal_splits/client.rb +21 -0
- data/lib/hubspot/discovery/crm/objects/emails/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/goals/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/{emails/api/gdpr_api.rb → leads/api/basic_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/objects/{calls/api/gdpr_api.rb → leads/api/batch_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/objects/{goals/api/gdpr_api.rb → leads/api/search_api.rb} +2 -2
- data/lib/hubspot/discovery/crm/objects/leads/client.rb +23 -0
- data/lib/hubspot/discovery/crm/objects/meetings/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/notes/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/tasks/client.rb +0 -2
- data/lib/hubspot/discovery/crm/objects/taxes/client.rb +0 -2
- data/lib/hubspot/discovery/crm/products/client.rb +0 -3
- data/lib/hubspot/discovery/crm/quotes/client.rb +0 -3
- data/lib/hubspot/discovery/crm/schemas/client.rb +0 -1
- data/lib/hubspot/discovery/crm/tickets/api/{gdpr_api.rb → merge_api.rb} +1 -1
- data/lib/hubspot/discovery/crm/tickets/client.rb +1 -3
- data/lib/hubspot/discovery/events/send/api/{custom_event_data_api.rb → basic_api.rb} +1 -1
- data/lib/hubspot/discovery/{crm/objects/api/gdpr_api.rb → events/send/api/batch_api.rb} +3 -3
- data/lib/hubspot/discovery/events/send/client.rb +2 -1
- data/lib/hubspot/discovery/marketing/client.rb +1 -0
- data/lib/hubspot/discovery/marketing/emails/api/marketing_emails_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/emails/api/statistics_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/emails/client.rb +20 -0
- data/lib/hubspot/discovery/marketing/events/api/{marketing_events_external_api.rb → add_event_attendees_api.rb} +1 -1
- data/lib/hubspot/discovery/marketing/events/api/{attendance_subscriber_state_changes_api.rb → change_property_api.rb} +1 -1
- data/lib/hubspot/discovery/marketing/events/api/{search_api.rb → identifiers_api.rb} +1 -1
- data/lib/hubspot/discovery/marketing/events/api/list_associations_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/retrieve_participant_state_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/client.rb +6 -4
- data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
- data/lib/hubspot/helpers/camel_case.rb +2 -0
- data/lib/hubspot/helpers/requests/http_auth.rb +33 -0
- data/lib/hubspot/helpers/requests/http_request_builder.rb +120 -0
- data/lib/hubspot/helpers/signature.rb +54 -26
- data/lib/hubspot/version.rb +1 -1
- data/spec/discovery/client_spec.rb +1 -0
- data/spec/discovery/cms/blogs/blog-posts/{blog_posts_api_spec.rb → basic_api_spec.rb} +2 -6
- data/spec/discovery/cms/blogs/blog-posts/batch_api_spec.rb +11 -0
- data/spec/discovery/cms/blogs/blog-posts/multi_language_api_spec.rb +11 -0
- data/spec/discovery/cms/source-code/extract_api_spec.rb +2 -1
- data/spec/discovery/crm/associations/v4/report_api_spec.rb +7 -0
- data/spec/discovery/crm/associations/v4/schema/definition_configurations_api_spec.rb +11 -0
- data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +2 -2
- data/spec/discovery/crm/commerce/client_spec.rb +7 -0
- data/spec/discovery/crm/commerce/invoices/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/commerce/invoices/batch_api_spec.rb +11 -0
- data/spec/discovery/crm/commerce/invoices/search_api_spec.rb +7 -0
- data/spec/discovery/crm/companies/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/{deals/public_object_api_spec.rb → companies/merge_api_spec.rb} +2 -2
- data/spec/discovery/crm/contacts/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/{quotes/public_object_api_spec.rb → contacts/merge_api_spec.rb} +2 -2
- data/spec/discovery/crm/deals/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/{objects/public_object_api_spec.rb → deals/merge_api_spec.rb} +2 -2
- data/spec/discovery/crm/exports/public_exports_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/calling/channel_connection_settings_api_spec.rb +10 -0
- data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +1 -0
- data/spec/discovery/crm/extensions/client_spec.rb +0 -1
- data/spec/discovery/crm/line_items/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/lists/folders_api_spec.rb +12 -0
- data/spec/discovery/crm/lists/lists_api_spec.rb +4 -11
- data/spec/discovery/crm/lists/mapping_api_spec.rb +15 -0
- data/spec/discovery/crm/lists/memberships_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/calls/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/client_spec.rb +2 -0
- data/spec/discovery/crm/objects/communications/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/deal_splits/batch_api_spec.rb +8 -0
- data/spec/discovery/crm/objects/emails/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +0 -3
- data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +0 -3
- data/spec/discovery/crm/objects/goals/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/leads/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/leads/batch_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/leads/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/notes/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/products/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/quotes/basic_api_spec.rb +3 -0
- data/spec/discovery/crm/quotes/batch_api_spec.rb +4 -0
- data/spec/discovery/crm/tickets/batch_api_spec.rb +1 -0
- data/spec/discovery/crm/{objects/goals/public_object_api_spec.rb → tickets/merge_api_spec.rb} +2 -2
- data/spec/discovery/events/events_api_spec.rb +1 -0
- data/spec/discovery/events/send/basic_api_spec.rb +7 -0
- data/spec/discovery/events/send/batch_api_spec.rb +7 -0
- data/spec/discovery/marketing/emails/marketing_emails_api_spec.rb +24 -0
- data/spec/discovery/marketing/emails/statistics_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/add_event_attendees_api_spec.rb +10 -0
- data/spec/discovery/marketing/events/basic_api_spec.rb +7 -4
- data/spec/discovery/marketing/events/batch_api_spec.rb +4 -2
- data/spec/discovery/marketing/events/change_property_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/identifiers_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/list_associations_api_spec.rb +12 -0
- data/spec/discovery/marketing/events/retrieve_participant_state_api_spec.rb +11 -0
- data/spec/discovery/marketing/events/settings_api_spec.rb +1 -1
- data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +2 -2
- data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +1 -1
- data/spec/helpers/requests/http_auth_spec.rb +58 -0
- data/spec/helpers/requests/http_request_spec.rb +71 -0
- data/spec/helpers/signature_spec.rb +15 -5
- metadata +457 -291
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +0 -1694
- data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +0 -94
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +0 -768
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +0 -256
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +0 -165
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +0 -176
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +0 -159
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +0 -255
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +0 -395
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +0 -267
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +0 -262
- data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +0 -267
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +0 -246
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +0 -307
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +0 -262
- data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +0 -232
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +0 -276
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +0 -469
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +0 -295
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +0 -454
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +0 -278
- data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +0 -231
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +0 -295
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +0 -278
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +0 -249
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +0 -249
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +0 -278
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +0 -242
- data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +0 -278
- data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +0 -242
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +0 -333
- data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +0 -94
- data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +0 -92
- data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +0 -100
- data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +0 -98
- data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +0 -239
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +0 -244
- data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +0 -96
- data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +0 -94
- data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +0 -94
- data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +0 -92
- data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +0 -94
- data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +0 -92
- data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +0 -85
- data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +0 -94
- data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +0 -192
- data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +0 -103
- data/lib/hubspot/codegen/marketing/events/api/search_api.rb +0 -90
- data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +0 -13
- data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +0 -15
- data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +0 -15
- data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +0 -15
- data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +0 -13
- data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +0 -13
- data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +0 -15
- data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +0 -15
- data/lib/hubspot/discovery/crm/products/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +0 -13
- data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +0 -13
- data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +0 -13
- data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +0 -13
- data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +0 -13
- data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +0 -8
- data/spec/discovery/crm/companies/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/contacts/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
- data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +0 -9
- data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +0 -8
- data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +0 -8
- data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
- data/spec/discovery/crm/line_items/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/line_items/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/associations_api_spec.rb +0 -9
- data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/products/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/products/public_object_api_spec.rb +0 -7
- data/spec/discovery/crm/quotes/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +0 -7
- data/spec/discovery/crm/tickets/gdpr_api_spec.rb +0 -7
- data/spec/discovery/crm/tickets/public_object_api_spec.rb +0 -7
- data/spec/discovery/events/send/custom_event_data_api_spec.rb +0 -7
- data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +0 -8
- data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +0 -7
- data/spec/discovery/marketing/events/search_api_spec.rb +0 -7
- data/spec/integration/contacts_spec.rb +0 -85
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubspot-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 20.0.0.pre.beta.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HubSpot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -269,7 +269,9 @@ files:
|
|
269
269
|
- lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb
|
270
270
|
- lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
|
271
271
|
- lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb
|
272
|
-
- lib/hubspot/codegen/cms/blogs/blog_posts/api/
|
272
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api/basic_api.rb
|
273
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api/batch_api.rb
|
274
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/api/multi_language_api.rb
|
273
275
|
- lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb
|
274
276
|
- lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb
|
275
277
|
- lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb
|
@@ -283,6 +285,7 @@ files:
|
|
283
285
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb
|
284
286
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb
|
285
287
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb
|
288
|
+
- lib/hubspot/codegen/cms/blogs/blog_posts/models/breakpoint_styles.rb
|
286
289
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb
|
287
290
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb
|
288
291
|
- lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb
|
@@ -344,12 +347,14 @@ files:
|
|
344
347
|
- lib/hubspot/codegen/cms/hubdb/api_client.rb
|
345
348
|
- lib/hubspot/codegen/cms/hubdb/api_error.rb
|
346
349
|
- lib/hubspot/codegen/cms/hubdb/configuration.rb
|
350
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_batch_clone_request.rb
|
347
351
|
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb
|
348
352
|
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb
|
349
353
|
- lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
|
350
354
|
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb
|
351
355
|
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
|
352
|
-
- lib/hubspot/codegen/cms/hubdb/models/
|
356
|
+
- lib/hubspot/codegen/cms/hubdb/models/bounded_next_page.rb
|
357
|
+
- lib/hubspot/codegen/cms/hubdb/models/bounded_paging.rb
|
353
358
|
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
|
354
359
|
- lib/hubspot/codegen/cms/hubdb/models/column.rb
|
355
360
|
- lib/hubspot/codegen/cms/hubdb/models/column_request.rb
|
@@ -358,6 +363,7 @@ files:
|
|
358
363
|
- lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
|
359
364
|
- lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
|
360
365
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
|
366
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_batch_clone_request.rb
|
361
367
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
|
362
368
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb
|
363
369
|
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb
|
@@ -366,8 +372,13 @@ files:
|
|
366
372
|
- lib/hubspot/codegen/cms/hubdb/models/import_result.rb
|
367
373
|
- lib/hubspot/codegen/cms/hubdb/models/next_page.rb
|
368
374
|
- lib/hubspot/codegen/cms/hubdb/models/option.rb
|
375
|
+
- lib/hubspot/codegen/cms/hubdb/models/paging.rb
|
376
|
+
- lib/hubspot/codegen/cms/hubdb/models/previous_page.rb
|
377
|
+
- lib/hubspot/codegen/cms/hubdb/models/random_access_collection_response_with_total_hub_db_table_row_v3.rb
|
369
378
|
- lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
|
370
379
|
- lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
|
380
|
+
- lib/hubspot/codegen/cms/hubdb/models/streaming_collection_response_with_total_hub_db_table_row_v3.rb
|
381
|
+
- lib/hubspot/codegen/cms/hubdb/models/unified_collection_response_with_total_base_hub_db_table_row_v3.rb
|
371
382
|
- lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb
|
372
383
|
- lib/hubspot/codegen/cms/pages/api/site_pages_api.rb
|
373
384
|
- lib/hubspot/codegen/cms/pages/api_client.rb
|
@@ -438,7 +449,6 @@ files:
|
|
438
449
|
- lib/hubspot/codegen/cms/source_code/api/content_api.rb
|
439
450
|
- lib/hubspot/codegen/cms/source_code/api/extract_api.rb
|
440
451
|
- lib/hubspot/codegen/cms/source_code/api/metadata_api.rb
|
441
|
-
- lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb
|
442
452
|
- lib/hubspot/codegen/cms/source_code/api/validation_api.rb
|
443
453
|
- lib/hubspot/codegen/cms/source_code/api_client.rb
|
444
454
|
- lib/hubspot/codegen/cms/source_code/api_error.rb
|
@@ -510,6 +520,7 @@ files:
|
|
510
520
|
- lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb
|
511
521
|
- lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb
|
512
522
|
- lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb
|
523
|
+
- lib/hubspot/codegen/crm/associations/v4/api/report_api.rb
|
513
524
|
- lib/hubspot/codegen/crm/associations/v4/api_client.rb
|
514
525
|
- lib/hubspot/codegen/crm/associations/v4/api_error.rb
|
515
526
|
- lib/hubspot/codegen/crm/associations/v4/configuration.rb
|
@@ -525,6 +536,7 @@ files:
|
|
525
536
|
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb
|
526
537
|
- lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb
|
527
538
|
- lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb
|
539
|
+
- lib/hubspot/codegen/crm/associations/v4/models/date_time.rb
|
528
540
|
- lib/hubspot/codegen/crm/associations/v4/models/error.rb
|
529
541
|
- lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb
|
530
542
|
- lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb
|
@@ -540,21 +552,77 @@ files:
|
|
540
552
|
- lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb
|
541
553
|
- lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb
|
542
554
|
- lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb
|
555
|
+
- lib/hubspot/codegen/crm/associations/v4/models/report_creation_response.rb
|
543
556
|
- lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb
|
557
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/api/definition_configurations_api.rb
|
544
558
|
- lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb
|
545
559
|
- lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb
|
546
560
|
- lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb
|
547
561
|
- lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb
|
548
562
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb
|
563
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_definition_configuration_create_request.rb
|
564
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_definition_configuration_update_request.rb
|
565
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_spec.rb
|
566
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_configuration_update_result.rb
|
567
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_configuration_update_result_with_errors.rb
|
568
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_user_configuration.rb
|
569
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_definition_user_configuration_with_errors.rb
|
549
570
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb
|
571
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_public_association_definition_user_configuration_no_paging.rb
|
550
572
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb
|
551
573
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb
|
574
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_create_request.rb
|
575
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_update_request.rb
|
576
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_configuration_update_result.rb
|
552
577
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb
|
553
578
|
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb
|
579
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_user_configuration.rb
|
580
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_spec.rb
|
581
|
+
- lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb
|
582
|
+
- lib/hubspot/codegen/crm/commerce/invoices/api/basic_api.rb
|
583
|
+
- lib/hubspot/codegen/crm/commerce/invoices/api/batch_api.rb
|
584
|
+
- lib/hubspot/codegen/crm/commerce/invoices/api/search_api.rb
|
585
|
+
- lib/hubspot/codegen/crm/commerce/invoices/api_client.rb
|
586
|
+
- lib/hubspot/codegen/crm/commerce/invoices/api_error.rb
|
587
|
+
- lib/hubspot/codegen/crm/commerce/invoices/configuration.rb
|
588
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/associated_id.rb
|
589
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/association_spec.rb
|
590
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_batch_input.rb
|
591
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_batch_input_upsert.rb
|
592
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_id.rb
|
593
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_input_simple_public_object_input_for_create.rb
|
594
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_read_input_simple_public_object_id.rb
|
595
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_object.rb
|
596
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_object_with_errors.rb
|
597
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_upsert_object.rb
|
598
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/batch_response_simple_public_upsert_object_with_errors.rb
|
599
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_associated_id.rb
|
600
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
601
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
602
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/error.rb
|
603
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/error_detail.rb
|
604
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/filter.rb
|
605
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/filter_group.rb
|
606
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/forward_paging.rb
|
607
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/next_page.rb
|
608
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/paging.rb
|
609
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/previous_page.rb
|
610
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/public_associations_for_object.rb
|
611
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/public_object_id.rb
|
612
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/public_object_search_request.rb
|
613
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object.rb
|
614
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_batch_input.rb
|
615
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_batch_input_upsert.rb
|
616
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_id.rb
|
617
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_input.rb
|
618
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_input_for_create.rb
|
619
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_object_with_associations.rb
|
620
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/simple_public_upsert_object.rb
|
621
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/standard_error.rb
|
622
|
+
- lib/hubspot/codegen/crm/commerce/invoices/models/value_with_timestamp.rb
|
554
623
|
- lib/hubspot/codegen/crm/companies/api/basic_api.rb
|
555
624
|
- lib/hubspot/codegen/crm/companies/api/batch_api.rb
|
556
|
-
- lib/hubspot/codegen/crm/companies/api/
|
557
|
-
- lib/hubspot/codegen/crm/companies/api/public_object_api.rb
|
625
|
+
- lib/hubspot/codegen/crm/companies/api/merge_api.rb
|
558
626
|
- lib/hubspot/codegen/crm/companies/api/search_api.rb
|
559
627
|
- lib/hubspot/codegen/crm/companies/api_client.rb
|
560
628
|
- lib/hubspot/codegen/crm/companies/api_error.rb
|
@@ -562,11 +630,14 @@ files:
|
|
562
630
|
- lib/hubspot/codegen/crm/companies/models/associated_id.rb
|
563
631
|
- lib/hubspot/codegen/crm/companies/models/association_spec.rb
|
564
632
|
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
|
633
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_upsert.rb
|
565
634
|
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
|
566
635
|
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb
|
567
636
|
- lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
|
568
637
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
|
569
638
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
|
639
|
+
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object.rb
|
640
|
+
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object_with_errors.rb
|
570
641
|
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
|
571
642
|
- lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
572
643
|
- lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -579,22 +650,23 @@ files:
|
|
579
650
|
- lib/hubspot/codegen/crm/companies/models/paging.rb
|
580
651
|
- lib/hubspot/codegen/crm/companies/models/previous_page.rb
|
581
652
|
- lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb
|
582
|
-
- lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb
|
583
653
|
- lib/hubspot/codegen/crm/companies/models/public_merge_input.rb
|
584
654
|
- lib/hubspot/codegen/crm/companies/models/public_object_id.rb
|
585
655
|
- lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
|
586
656
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
|
587
657
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
|
658
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input_upsert.rb
|
588
659
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
|
589
660
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
|
590
661
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb
|
591
662
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
|
663
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_upsert_object.rb
|
592
664
|
- lib/hubspot/codegen/crm/companies/models/standard_error.rb
|
593
665
|
- lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb
|
594
666
|
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
|
595
667
|
- lib/hubspot/codegen/crm/contacts/api/batch_api.rb
|
596
668
|
- lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb
|
597
|
-
- lib/hubspot/codegen/crm/contacts/api/
|
669
|
+
- lib/hubspot/codegen/crm/contacts/api/merge_api.rb
|
598
670
|
- lib/hubspot/codegen/crm/contacts/api/search_api.rb
|
599
671
|
- lib/hubspot/codegen/crm/contacts/api_client.rb
|
600
672
|
- lib/hubspot/codegen/crm/contacts/api_error.rb
|
@@ -602,11 +674,14 @@ files:
|
|
602
674
|
- lib/hubspot/codegen/crm/contacts/models/associated_id.rb
|
603
675
|
- lib/hubspot/codegen/crm/contacts/models/association_spec.rb
|
604
676
|
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
|
677
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_upsert.rb
|
605
678
|
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
|
606
679
|
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb
|
607
680
|
- lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
|
608
681
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
|
609
682
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
|
683
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object.rb
|
684
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object_with_errors.rb
|
610
685
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
|
611
686
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
612
687
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -625,16 +700,17 @@ files:
|
|
625
700
|
- lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
|
626
701
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
|
627
702
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
|
703
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input_upsert.rb
|
628
704
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
|
629
705
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
|
630
706
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb
|
631
707
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
|
708
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_upsert_object.rb
|
632
709
|
- lib/hubspot/codegen/crm/contacts/models/standard_error.rb
|
633
710
|
- lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb
|
634
711
|
- lib/hubspot/codegen/crm/deals/api/basic_api.rb
|
635
712
|
- lib/hubspot/codegen/crm/deals/api/batch_api.rb
|
636
|
-
- lib/hubspot/codegen/crm/deals/api/
|
637
|
-
- lib/hubspot/codegen/crm/deals/api/public_object_api.rb
|
713
|
+
- lib/hubspot/codegen/crm/deals/api/merge_api.rb
|
638
714
|
- lib/hubspot/codegen/crm/deals/api/search_api.rb
|
639
715
|
- lib/hubspot/codegen/crm/deals/api_client.rb
|
640
716
|
- lib/hubspot/codegen/crm/deals/api_error.rb
|
@@ -642,11 +718,14 @@ files:
|
|
642
718
|
- lib/hubspot/codegen/crm/deals/models/associated_id.rb
|
643
719
|
- lib/hubspot/codegen/crm/deals/models/association_spec.rb
|
644
720
|
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
|
721
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_upsert.rb
|
645
722
|
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
|
646
723
|
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb
|
647
724
|
- lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
|
648
725
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
|
649
726
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
|
727
|
+
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object.rb
|
728
|
+
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object_with_errors.rb
|
650
729
|
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
|
651
730
|
- lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
652
731
|
- lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -659,69 +738,47 @@ files:
|
|
659
738
|
- lib/hubspot/codegen/crm/deals/models/paging.rb
|
660
739
|
- lib/hubspot/codegen/crm/deals/models/previous_page.rb
|
661
740
|
- lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb
|
662
|
-
- lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb
|
663
741
|
- lib/hubspot/codegen/crm/deals/models/public_merge_input.rb
|
664
742
|
- lib/hubspot/codegen/crm/deals/models/public_object_id.rb
|
665
743
|
- lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
|
666
744
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
|
667
745
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
|
746
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input_upsert.rb
|
668
747
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
|
669
748
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
|
670
749
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb
|
671
750
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
|
751
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_upsert_object.rb
|
672
752
|
- lib/hubspot/codegen/crm/deals/models/standard_error.rb
|
673
753
|
- lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb
|
674
|
-
- lib/hubspot/codegen/crm/
|
675
|
-
- lib/hubspot/codegen/crm/
|
676
|
-
- lib/hubspot/codegen/crm/
|
677
|
-
- lib/hubspot/codegen/crm/
|
678
|
-
- lib/hubspot/codegen/crm/
|
679
|
-
- lib/hubspot/codegen/crm/
|
680
|
-
- lib/hubspot/codegen/crm/
|
681
|
-
- lib/hubspot/codegen/crm/
|
682
|
-
- lib/hubspot/codegen/crm/
|
683
|
-
- lib/hubspot/codegen/crm/
|
684
|
-
- lib/hubspot/codegen/crm/
|
685
|
-
- lib/hubspot/codegen/crm/
|
686
|
-
- lib/hubspot/codegen/crm/
|
687
|
-
- lib/hubspot/codegen/crm/
|
688
|
-
- lib/hubspot/codegen/crm/
|
689
|
-
- lib/hubspot/codegen/crm/
|
690
|
-
- lib/hubspot/codegen/crm/extensions/
|
691
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb
|
692
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb
|
693
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb
|
694
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/error.rb
|
695
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb
|
696
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb
|
697
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb
|
698
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb
|
699
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb
|
700
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb
|
701
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb
|
702
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb
|
703
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb
|
704
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb
|
705
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb
|
706
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/product.rb
|
707
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb
|
708
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb
|
709
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb
|
710
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb
|
711
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb
|
712
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb
|
713
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb
|
714
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb
|
715
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
|
716
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
|
717
|
-
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
|
754
|
+
- lib/hubspot/codegen/crm/exports/api/public_exports_api.rb
|
755
|
+
- lib/hubspot/codegen/crm/exports/api_client.rb
|
756
|
+
- lib/hubspot/codegen/crm/exports/api_error.rb
|
757
|
+
- lib/hubspot/codegen/crm/exports/configuration.rb
|
758
|
+
- lib/hubspot/codegen/crm/exports/models/action_response_with_single_result_uri.rb
|
759
|
+
- lib/hubspot/codegen/crm/exports/models/error.rb
|
760
|
+
- lib/hubspot/codegen/crm/exports/models/error_detail.rb
|
761
|
+
- lib/hubspot/codegen/crm/exports/models/filter.rb
|
762
|
+
- lib/hubspot/codegen/crm/exports/models/public_crm_search_request.rb
|
763
|
+
- lib/hubspot/codegen/crm/exports/models/public_export_list_request.rb
|
764
|
+
- lib/hubspot/codegen/crm/exports/models/public_export_list_request_all_of.rb
|
765
|
+
- lib/hubspot/codegen/crm/exports/models/public_export_request.rb
|
766
|
+
- lib/hubspot/codegen/crm/exports/models/public_export_view_request.rb
|
767
|
+
- lib/hubspot/codegen/crm/exports/models/public_export_view_request_all_of.rb
|
768
|
+
- lib/hubspot/codegen/crm/exports/models/standard_error.rb
|
769
|
+
- lib/hubspot/codegen/crm/exports/models/task_locator.rb
|
770
|
+
- lib/hubspot/codegen/crm/extensions/calling/api/channel_connection_settings_api.rb
|
718
771
|
- lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb
|
719
772
|
- lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
|
720
773
|
- lib/hubspot/codegen/crm/extensions/calling/api_client.rb
|
721
774
|
- lib/hubspot/codegen/crm/extensions/calling/api_error.rb
|
722
775
|
- lib/hubspot/codegen/crm/extensions/calling/configuration.rb
|
776
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_patch_request.rb
|
777
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_request.rb
|
778
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/channel_connection_settings_response.rb
|
723
779
|
- lib/hubspot/codegen/crm/extensions/calling/models/error.rb
|
724
780
|
- lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
|
781
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/mark_recording_as_ready_request.rb
|
725
782
|
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb
|
726
783
|
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb
|
727
784
|
- lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb
|
@@ -779,14 +836,13 @@ files:
|
|
779
836
|
- lib/hubspot/codegen/crm/imports/models/next_page.rb
|
780
837
|
- lib/hubspot/codegen/crm/imports/models/paging.rb
|
781
838
|
- lib/hubspot/codegen/crm/imports/models/previous_page.rb
|
839
|
+
- lib/hubspot/codegen/crm/imports/models/property_value.rb
|
782
840
|
- lib/hubspot/codegen/crm/imports/models/public_import_error.rb
|
783
841
|
- lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
|
784
842
|
- lib/hubspot/codegen/crm/imports/models/public_import_response.rb
|
785
843
|
- lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
|
786
844
|
- lib/hubspot/codegen/crm/line_items/api/basic_api.rb
|
787
845
|
- lib/hubspot/codegen/crm/line_items/api/batch_api.rb
|
788
|
-
- lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb
|
789
|
-
- lib/hubspot/codegen/crm/line_items/api/public_object_api.rb
|
790
846
|
- lib/hubspot/codegen/crm/line_items/api/search_api.rb
|
791
847
|
- lib/hubspot/codegen/crm/line_items/api_client.rb
|
792
848
|
- lib/hubspot/codegen/crm/line_items/api_error.rb
|
@@ -794,11 +850,14 @@ files:
|
|
794
850
|
- lib/hubspot/codegen/crm/line_items/models/associated_id.rb
|
795
851
|
- lib/hubspot/codegen/crm/line_items/models/association_spec.rb
|
796
852
|
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
|
853
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_for_create.rb
|
854
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_upsert.rb
|
797
855
|
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
|
798
|
-
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb
|
799
856
|
- lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
|
800
857
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
|
801
858
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
|
859
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object.rb
|
860
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object_with_errors.rb
|
802
861
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
|
803
862
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
804
863
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -811,30 +870,39 @@ files:
|
|
811
870
|
- lib/hubspot/codegen/crm/line_items/models/paging.rb
|
812
871
|
- lib/hubspot/codegen/crm/line_items/models/previous_page.rb
|
813
872
|
- lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb
|
814
|
-
- lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb
|
815
|
-
- lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb
|
816
873
|
- lib/hubspot/codegen/crm/line_items/models/public_object_id.rb
|
817
874
|
- lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
|
818
875
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
|
819
876
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
|
877
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_for_create.rb
|
878
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_upsert.rb
|
820
879
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
|
821
880
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
|
822
881
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb
|
823
882
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
|
883
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_upsert_object.rb
|
824
884
|
- lib/hubspot/codegen/crm/line_items/models/standard_error.rb
|
825
885
|
- lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb
|
886
|
+
- lib/hubspot/codegen/crm/lists/api/folders_api.rb
|
826
887
|
- lib/hubspot/codegen/crm/lists/api/lists_api.rb
|
888
|
+
- lib/hubspot/codegen/crm/lists/api/mapping_api.rb
|
827
889
|
- lib/hubspot/codegen/crm/lists/api/memberships_api.rb
|
828
890
|
- lib/hubspot/codegen/crm/lists/api_client.rb
|
829
891
|
- lib/hubspot/codegen/crm/lists/api_error.rb
|
830
892
|
- lib/hubspot/codegen/crm/lists/configuration.rb
|
831
|
-
- lib/hubspot/codegen/crm/lists/models/
|
893
|
+
- lib/hubspot/codegen/crm/lists/models/api_collection_response_join_time_and_record_id.rb
|
894
|
+
- lib/hubspot/codegen/crm/lists/models/api_collection_response_record_list_membership_no_paging.rb
|
832
895
|
- lib/hubspot/codegen/crm/lists/models/error.rb
|
833
896
|
- lib/hubspot/codegen/crm/lists/models/error_detail.rb
|
897
|
+
- lib/hubspot/codegen/crm/lists/models/join_time_and_record_id.rb
|
834
898
|
- lib/hubspot/codegen/crm/lists/models/list_create_request.rb
|
835
899
|
- lib/hubspot/codegen/crm/lists/models/list_create_response.rb
|
836
900
|
- lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb
|
837
901
|
- lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb
|
902
|
+
- lib/hubspot/codegen/crm/lists/models/list_folder_create_request.rb
|
903
|
+
- lib/hubspot/codegen/crm/lists/models/list_folder_create_response.rb
|
904
|
+
- lib/hubspot/codegen/crm/lists/models/list_folder_fetch_response.rb
|
905
|
+
- lib/hubspot/codegen/crm/lists/models/list_move_request.rb
|
838
906
|
- lib/hubspot/codegen/crm/lists/models/list_search_request.rb
|
839
907
|
- lib/hubspot/codegen/crm/lists/models/list_search_response.rb
|
840
908
|
- lib/hubspot/codegen/crm/lists/models/list_update_response.rb
|
@@ -853,6 +921,7 @@ files:
|
|
853
921
|
- lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb
|
854
922
|
- lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb
|
855
923
|
- lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb
|
924
|
+
- lib/hubspot/codegen/crm/lists/models/public_batch_migration_mapping.rb
|
856
925
|
- lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb
|
857
926
|
- lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb
|
858
927
|
- lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb
|
@@ -868,11 +937,11 @@ files:
|
|
868
937
|
- lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb
|
869
938
|
- lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb
|
870
939
|
- lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb
|
871
|
-
- lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb
|
872
940
|
- lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb
|
873
941
|
- lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb
|
874
942
|
- lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb
|
875
943
|
- lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb
|
944
|
+
- lib/hubspot/codegen/crm/lists/models/public_form_submission_filter_coalescing_refine_by.rb
|
876
945
|
- lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb
|
877
946
|
- lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb
|
878
947
|
- lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb
|
@@ -880,6 +949,8 @@ files:
|
|
880
949
|
- lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb
|
881
950
|
- lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb
|
882
951
|
- lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb
|
952
|
+
- lib/hubspot/codegen/crm/lists/models/public_list_folder.rb
|
953
|
+
- lib/hubspot/codegen/crm/lists/models/public_migration_mapping.rb
|
883
954
|
- lib/hubspot/codegen/crm/lists/models/public_month_reference.rb
|
884
955
|
- lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb
|
885
956
|
- lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb
|
@@ -898,7 +969,6 @@ files:
|
|
898
969
|
- lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb
|
899
970
|
- lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb
|
900
971
|
- lib/hubspot/codegen/crm/lists/models/public_property_filter.rb
|
901
|
-
- lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb
|
902
972
|
- lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb
|
903
973
|
- lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb
|
904
974
|
- lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb
|
@@ -913,27 +983,24 @@ files:
|
|
913
983
|
- lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb
|
914
984
|
- lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb
|
915
985
|
- lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb
|
986
|
+
- lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter_value_comparison.rb
|
916
987
|
- lib/hubspot/codegen/crm/lists/models/public_time_offset.rb
|
917
988
|
- lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb
|
918
989
|
- lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb
|
919
990
|
- lib/hubspot/codegen/crm/lists/models/public_today_reference.rb
|
920
991
|
- lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb
|
921
992
|
- lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb
|
922
|
-
- lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb
|
923
993
|
- lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb
|
924
994
|
- lib/hubspot/codegen/crm/lists/models/public_week_reference.rb
|
925
995
|
- lib/hubspot/codegen/crm/lists/models/public_year_reference.rb
|
996
|
+
- lib/hubspot/codegen/crm/lists/models/record_list_membership.rb
|
926
997
|
- lib/hubspot/codegen/crm/objects/api/basic_api.rb
|
927
998
|
- lib/hubspot/codegen/crm/objects/api/batch_api.rb
|
928
|
-
- lib/hubspot/codegen/crm/objects/api/gdpr_api.rb
|
929
|
-
- lib/hubspot/codegen/crm/objects/api/public_object_api.rb
|
930
999
|
- lib/hubspot/codegen/crm/objects/api/search_api.rb
|
931
1000
|
- lib/hubspot/codegen/crm/objects/api_client.rb
|
932
1001
|
- lib/hubspot/codegen/crm/objects/api_error.rb
|
933
1002
|
- lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb
|
934
1003
|
- lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb
|
935
|
-
- lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb
|
936
|
-
- lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb
|
937
1004
|
- lib/hubspot/codegen/crm/objects/calls/api/search_api.rb
|
938
1005
|
- lib/hubspot/codegen/crm/objects/calls/api_client.rb
|
939
1006
|
- lib/hubspot/codegen/crm/objects/calls/api_error.rb
|
@@ -941,11 +1008,14 @@ files:
|
|
941
1008
|
- lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb
|
942
1009
|
- lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb
|
943
1010
|
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb
|
1011
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1012
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_upsert.rb
|
944
1013
|
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb
|
945
|
-
- lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb
|
946
1014
|
- lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb
|
947
1015
|
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb
|
948
1016
|
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb
|
1017
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object.rb
|
1018
|
+
- lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object_with_errors.rb
|
949
1019
|
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb
|
950
1020
|
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
951
1021
|
- lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -958,22 +1028,21 @@ files:
|
|
958
1028
|
- lib/hubspot/codegen/crm/objects/calls/models/paging.rb
|
959
1029
|
- lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb
|
960
1030
|
- lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb
|
961
|
-
- lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb
|
962
|
-
- lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb
|
963
1031
|
- lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb
|
964
1032
|
- lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb
|
965
1033
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb
|
966
1034
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb
|
1035
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input_for_create.rb
|
1036
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input_upsert.rb
|
967
1037
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb
|
968
1038
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb
|
969
1039
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb
|
970
1040
|
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb
|
1041
|
+
- lib/hubspot/codegen/crm/objects/calls/models/simple_public_upsert_object.rb
|
971
1042
|
- lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb
|
972
1043
|
- lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb
|
973
1044
|
- lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb
|
974
1045
|
- lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb
|
975
|
-
- lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb
|
976
|
-
- lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb
|
977
1046
|
- lib/hubspot/codegen/crm/objects/communications/api/search_api.rb
|
978
1047
|
- lib/hubspot/codegen/crm/objects/communications/api_client.rb
|
979
1048
|
- lib/hubspot/codegen/crm/objects/communications/api_error.rb
|
@@ -981,11 +1050,14 @@ files:
|
|
981
1050
|
- lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb
|
982
1051
|
- lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb
|
983
1052
|
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb
|
1053
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1054
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input_upsert.rb
|
984
1055
|
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb
|
985
|
-
- lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb
|
986
1056
|
- lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb
|
987
1057
|
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb
|
988
1058
|
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb
|
1059
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object.rb
|
1060
|
+
- lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object_with_errors.rb
|
989
1061
|
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb
|
990
1062
|
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
991
1063
|
- lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -998,23 +1070,39 @@ files:
|
|
998
1070
|
- lib/hubspot/codegen/crm/objects/communications/models/paging.rb
|
999
1071
|
- lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb
|
1000
1072
|
- lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb
|
1001
|
-
- lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb
|
1002
|
-
- lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb
|
1003
1073
|
- lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb
|
1004
1074
|
- lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb
|
1005
1075
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb
|
1006
1076
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb
|
1077
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_for_create.rb
|
1078
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_upsert.rb
|
1007
1079
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb
|
1008
1080
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb
|
1009
1081
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb
|
1010
1082
|
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb
|
1083
|
+
- lib/hubspot/codegen/crm/objects/communications/models/simple_public_upsert_object.rb
|
1011
1084
|
- lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb
|
1012
1085
|
- lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb
|
1013
1086
|
- lib/hubspot/codegen/crm/objects/configuration.rb
|
1087
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/api/batch_api.rb
|
1088
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/api_client.rb
|
1089
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/api_error.rb
|
1090
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/configuration.rb
|
1091
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/batch_input_public_object_id.rb
|
1092
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/batch_response_deal_to_deal_splits.rb
|
1093
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/batch_response_deal_to_deal_splits_with_errors.rb
|
1094
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/deal_to_deal_splits.rb
|
1095
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/error.rb
|
1096
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/error_detail.rb
|
1097
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/public_deal_split_input.rb
|
1098
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/public_deal_splits_batch_create_request.rb
|
1099
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/public_deal_splits_create_request.rb
|
1100
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/public_object_id.rb
|
1101
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/simple_public_object.rb
|
1102
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/standard_error.rb
|
1103
|
+
- lib/hubspot/codegen/crm/objects/deal_splits/models/value_with_timestamp.rb
|
1014
1104
|
- lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb
|
1015
1105
|
- lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb
|
1016
|
-
- lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb
|
1017
|
-
- lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb
|
1018
1106
|
- lib/hubspot/codegen/crm/objects/emails/api/search_api.rb
|
1019
1107
|
- lib/hubspot/codegen/crm/objects/emails/api_client.rb
|
1020
1108
|
- lib/hubspot/codegen/crm/objects/emails/api_error.rb
|
@@ -1022,11 +1110,14 @@ files:
|
|
1022
1110
|
- lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb
|
1023
1111
|
- lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb
|
1024
1112
|
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb
|
1113
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1114
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1025
1115
|
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb
|
1026
|
-
- lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb
|
1027
1116
|
- lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb
|
1028
1117
|
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb
|
1029
1118
|
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb
|
1119
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object.rb
|
1120
|
+
- lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1030
1121
|
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb
|
1031
1122
|
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1032
1123
|
- lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1039,31 +1130,26 @@ files:
|
|
1039
1130
|
- lib/hubspot/codegen/crm/objects/emails/models/paging.rb
|
1040
1131
|
- lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb
|
1041
1132
|
- lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb
|
1042
|
-
- lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb
|
1043
|
-
- lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb
|
1044
1133
|
- lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb
|
1045
1134
|
- lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb
|
1046
1135
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb
|
1047
1136
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb
|
1137
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input_for_create.rb
|
1138
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input_upsert.rb
|
1048
1139
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb
|
1049
1140
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb
|
1050
1141
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb
|
1051
1142
|
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb
|
1143
|
+
- lib/hubspot/codegen/crm/objects/emails/models/simple_public_upsert_object.rb
|
1052
1144
|
- lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb
|
1053
1145
|
- lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb
|
1054
1146
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
|
1055
1147
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
|
1056
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb
|
1057
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb
|
1058
1148
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
|
1059
1149
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
|
1060
1150
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
|
1061
1151
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
|
1062
1152
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
|
1063
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb
|
1064
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
|
1065
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
|
1066
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb
|
1067
1153
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
|
1068
1154
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
|
1069
1155
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
|
@@ -1078,23 +1164,14 @@ files:
|
|
1078
1164
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
|
1079
1165
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
|
1080
1166
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
|
1081
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb
|
1082
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb
|
1083
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb
|
1084
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb
|
1085
1167
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
|
1086
1168
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
|
1087
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
|
1088
1169
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
|
1089
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
|
1090
|
-
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb
|
1091
1170
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb
|
1092
1171
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
|
1093
1172
|
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb
|
1094
1173
|
- lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb
|
1095
1174
|
- lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb
|
1096
|
-
- lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb
|
1097
|
-
- lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb
|
1098
1175
|
- lib/hubspot/codegen/crm/objects/goals/api/search_api.rb
|
1099
1176
|
- lib/hubspot/codegen/crm/objects/goals/api_client.rb
|
1100
1177
|
- lib/hubspot/codegen/crm/objects/goals/api_error.rb
|
@@ -1102,11 +1179,14 @@ files:
|
|
1102
1179
|
- lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb
|
1103
1180
|
- lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb
|
1104
1181
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb
|
1182
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1105
1183
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb
|
1106
1184
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb
|
1107
1185
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb
|
1108
1186
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb
|
1109
1187
|
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb
|
1188
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_upsert_object.rb
|
1189
|
+
- lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1110
1190
|
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_associated_id.rb
|
1111
1191
|
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1112
1192
|
- lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1119,22 +1199,62 @@ files:
|
|
1119
1199
|
- lib/hubspot/codegen/crm/objects/goals/models/paging.rb
|
1120
1200
|
- lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb
|
1121
1201
|
- lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb
|
1122
|
-
- lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb
|
1123
|
-
- lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb
|
1124
1202
|
- lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb
|
1125
1203
|
- lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb
|
1126
1204
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb
|
1127
1205
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb
|
1206
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input_upsert.rb
|
1128
1207
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb
|
1129
1208
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb
|
1130
1209
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb
|
1131
1210
|
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb
|
1211
|
+
- lib/hubspot/codegen/crm/objects/goals/models/simple_public_upsert_object.rb
|
1132
1212
|
- lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb
|
1133
1213
|
- lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb
|
1214
|
+
- lib/hubspot/codegen/crm/objects/leads/api/basic_api.rb
|
1215
|
+
- lib/hubspot/codegen/crm/objects/leads/api/batch_api.rb
|
1216
|
+
- lib/hubspot/codegen/crm/objects/leads/api/search_api.rb
|
1217
|
+
- lib/hubspot/codegen/crm/objects/leads/api_client.rb
|
1218
|
+
- lib/hubspot/codegen/crm/objects/leads/api_error.rb
|
1219
|
+
- lib/hubspot/codegen/crm/objects/leads/configuration.rb
|
1220
|
+
- lib/hubspot/codegen/crm/objects/leads/models/associated_id.rb
|
1221
|
+
- lib/hubspot/codegen/crm/objects/leads/models/association_spec.rb
|
1222
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input.rb
|
1223
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1224
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1225
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_id.rb
|
1226
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_read_input_simple_public_object_id.rb
|
1227
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_object.rb
|
1228
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_object_with_errors.rb
|
1229
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object.rb
|
1230
|
+
- lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1231
|
+
- lib/hubspot/codegen/crm/objects/leads/models/collection_response_associated_id.rb
|
1232
|
+
- lib/hubspot/codegen/crm/objects/leads/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1233
|
+
- lib/hubspot/codegen/crm/objects/leads/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
1234
|
+
- lib/hubspot/codegen/crm/objects/leads/models/error.rb
|
1235
|
+
- lib/hubspot/codegen/crm/objects/leads/models/error_detail.rb
|
1236
|
+
- lib/hubspot/codegen/crm/objects/leads/models/filter.rb
|
1237
|
+
- lib/hubspot/codegen/crm/objects/leads/models/filter_group.rb
|
1238
|
+
- lib/hubspot/codegen/crm/objects/leads/models/forward_paging.rb
|
1239
|
+
- lib/hubspot/codegen/crm/objects/leads/models/next_page.rb
|
1240
|
+
- lib/hubspot/codegen/crm/objects/leads/models/paging.rb
|
1241
|
+
- lib/hubspot/codegen/crm/objects/leads/models/previous_page.rb
|
1242
|
+
- lib/hubspot/codegen/crm/objects/leads/models/public_associations_for_object.rb
|
1243
|
+
- lib/hubspot/codegen/crm/objects/leads/models/public_object_id.rb
|
1244
|
+
- lib/hubspot/codegen/crm/objects/leads/models/public_object_search_request.rb
|
1245
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object.rb
|
1246
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input.rb
|
1247
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input_for_create.rb
|
1248
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input_upsert.rb
|
1249
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_id.rb
|
1250
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_input.rb
|
1251
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_input_for_create.rb
|
1252
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_with_associations.rb
|
1253
|
+
- lib/hubspot/codegen/crm/objects/leads/models/simple_public_upsert_object.rb
|
1254
|
+
- lib/hubspot/codegen/crm/objects/leads/models/standard_error.rb
|
1255
|
+
- lib/hubspot/codegen/crm/objects/leads/models/value_with_timestamp.rb
|
1134
1256
|
- lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb
|
1135
1257
|
- lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb
|
1136
|
-
- lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb
|
1137
|
-
- lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb
|
1138
1258
|
- lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb
|
1139
1259
|
- lib/hubspot/codegen/crm/objects/meetings/api_client.rb
|
1140
1260
|
- lib/hubspot/codegen/crm/objects/meetings/api_error.rb
|
@@ -1142,11 +1262,14 @@ files:
|
|
1142
1262
|
- lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb
|
1143
1263
|
- lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb
|
1144
1264
|
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb
|
1265
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1266
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1145
1267
|
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb
|
1146
|
-
- lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb
|
1147
1268
|
- lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb
|
1148
1269
|
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb
|
1149
1270
|
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb
|
1271
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object.rb
|
1272
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1150
1273
|
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb
|
1151
1274
|
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1152
1275
|
- lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1159,26 +1282,30 @@ files:
|
|
1159
1282
|
- lib/hubspot/codegen/crm/objects/meetings/models/paging.rb
|
1160
1283
|
- lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb
|
1161
1284
|
- lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb
|
1162
|
-
- lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb
|
1163
|
-
- lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb
|
1164
1285
|
- lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb
|
1165
1286
|
- lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb
|
1166
1287
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb
|
1167
1288
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb
|
1289
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input_for_create.rb
|
1290
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input_upsert.rb
|
1168
1291
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb
|
1169
1292
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb
|
1170
1293
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb
|
1171
1294
|
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb
|
1295
|
+
- lib/hubspot/codegen/crm/objects/meetings/models/simple_public_upsert_object.rb
|
1172
1296
|
- lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb
|
1173
1297
|
- lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb
|
1174
1298
|
- lib/hubspot/codegen/crm/objects/models/associated_id.rb
|
1175
1299
|
- lib/hubspot/codegen/crm/objects/models/association_spec.rb
|
1176
1300
|
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
|
1301
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1302
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1177
1303
|
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
|
1178
|
-
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb
|
1179
1304
|
- lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
|
1180
1305
|
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
|
1181
1306
|
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
|
1307
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object.rb
|
1308
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1182
1309
|
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
|
1183
1310
|
- lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1184
1311
|
- lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1191,22 +1318,21 @@ files:
|
|
1191
1318
|
- lib/hubspot/codegen/crm/objects/models/paging.rb
|
1192
1319
|
- lib/hubspot/codegen/crm/objects/models/previous_page.rb
|
1193
1320
|
- lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb
|
1194
|
-
- lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb
|
1195
|
-
- lib/hubspot/codegen/crm/objects/models/public_merge_input.rb
|
1196
1321
|
- lib/hubspot/codegen/crm/objects/models/public_object_id.rb
|
1197
1322
|
- lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
|
1198
1323
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
|
1199
1324
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
|
1325
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input_for_create.rb
|
1326
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input_upsert.rb
|
1200
1327
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
|
1201
1328
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
|
1202
1329
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb
|
1203
1330
|
- lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
|
1331
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_upsert_object.rb
|
1204
1332
|
- lib/hubspot/codegen/crm/objects/models/standard_error.rb
|
1205
1333
|
- lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb
|
1206
1334
|
- lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb
|
1207
1335
|
- lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb
|
1208
|
-
- lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb
|
1209
|
-
- lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb
|
1210
1336
|
- lib/hubspot/codegen/crm/objects/notes/api/search_api.rb
|
1211
1337
|
- lib/hubspot/codegen/crm/objects/notes/api_client.rb
|
1212
1338
|
- lib/hubspot/codegen/crm/objects/notes/api_error.rb
|
@@ -1214,11 +1340,14 @@ files:
|
|
1214
1340
|
- lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb
|
1215
1341
|
- lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb
|
1216
1342
|
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb
|
1343
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1344
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1217
1345
|
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb
|
1218
|
-
- lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb
|
1219
1346
|
- lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb
|
1220
1347
|
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb
|
1221
1348
|
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb
|
1349
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object.rb
|
1350
|
+
- lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1222
1351
|
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb
|
1223
1352
|
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1224
1353
|
- lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1231,22 +1360,21 @@ files:
|
|
1231
1360
|
- lib/hubspot/codegen/crm/objects/notes/models/paging.rb
|
1232
1361
|
- lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb
|
1233
1362
|
- lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb
|
1234
|
-
- lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb
|
1235
|
-
- lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb
|
1236
1363
|
- lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb
|
1237
1364
|
- lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb
|
1238
1365
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb
|
1239
1366
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb
|
1367
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input_for_create.rb
|
1368
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input_upsert.rb
|
1240
1369
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb
|
1241
1370
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb
|
1242
1371
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb
|
1243
1372
|
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
|
1373
|
+
- lib/hubspot/codegen/crm/objects/notes/models/simple_public_upsert_object.rb
|
1244
1374
|
- lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
|
1245
1375
|
- lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
|
1246
1376
|
- lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
|
1247
1377
|
- lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
|
1248
|
-
- lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb
|
1249
|
-
- lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
|
1250
1378
|
- lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb
|
1251
1379
|
- lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb
|
1252
1380
|
- lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb
|
@@ -1254,11 +1382,14 @@ files:
|
|
1254
1382
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
|
1255
1383
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
|
1256
1384
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
|
1385
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1386
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1257
1387
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
|
1258
|
-
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb
|
1259
1388
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
|
1260
1389
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
|
1261
1390
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
|
1391
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object.rb
|
1392
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1262
1393
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
|
1263
1394
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1264
1395
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1271,22 +1402,21 @@ files:
|
|
1271
1402
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
|
1272
1403
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
|
1273
1404
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb
|
1274
|
-
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb
|
1275
|
-
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
|
1276
1405
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb
|
1277
1406
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
|
1278
1407
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
|
1279
1408
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
|
1409
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input_for_create.rb
|
1410
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input_upsert.rb
|
1280
1411
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
|
1281
1412
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
|
1282
1413
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb
|
1283
1414
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
|
1415
|
+
- lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_upsert_object.rb
|
1284
1416
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
|
1285
1417
|
- lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
|
1286
1418
|
- lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
|
1287
1419
|
- lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
|
1288
|
-
- lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb
|
1289
|
-
- lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb
|
1290
1420
|
- lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb
|
1291
1421
|
- lib/hubspot/codegen/crm/objects/tasks/api_client.rb
|
1292
1422
|
- lib/hubspot/codegen/crm/objects/tasks/api_error.rb
|
@@ -1294,11 +1424,14 @@ files:
|
|
1294
1424
|
- lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb
|
1295
1425
|
- lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb
|
1296
1426
|
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb
|
1427
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1428
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1297
1429
|
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb
|
1298
|
-
- lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb
|
1299
1430
|
- lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb
|
1300
1431
|
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb
|
1301
1432
|
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb
|
1433
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object.rb
|
1434
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1302
1435
|
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb
|
1303
1436
|
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1304
1437
|
- lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1311,22 +1444,21 @@ files:
|
|
1311
1444
|
- lib/hubspot/codegen/crm/objects/tasks/models/paging.rb
|
1312
1445
|
- lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb
|
1313
1446
|
- lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb
|
1314
|
-
- lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb
|
1315
|
-
- lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb
|
1316
1447
|
- lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb
|
1317
1448
|
- lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb
|
1318
1449
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb
|
1319
1450
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb
|
1451
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input_for_create.rb
|
1452
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input_upsert.rb
|
1320
1453
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb
|
1321
1454
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb
|
1322
1455
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb
|
1323
1456
|
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb
|
1457
|
+
- lib/hubspot/codegen/crm/objects/tasks/models/simple_public_upsert_object.rb
|
1324
1458
|
- lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb
|
1325
1459
|
- lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb
|
1326
1460
|
- lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb
|
1327
1461
|
- lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb
|
1328
|
-
- lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb
|
1329
|
-
- lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb
|
1330
1462
|
- lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb
|
1331
1463
|
- lib/hubspot/codegen/crm/objects/taxes/api_client.rb
|
1332
1464
|
- lib/hubspot/codegen/crm/objects/taxes/api_error.rb
|
@@ -1334,11 +1466,14 @@ files:
|
|
1334
1466
|
- lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb
|
1335
1467
|
- lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb
|
1336
1468
|
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb
|
1469
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1470
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1337
1471
|
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb
|
1338
|
-
- lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb
|
1339
1472
|
- lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb
|
1340
1473
|
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb
|
1341
1474
|
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb
|
1475
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object.rb
|
1476
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1342
1477
|
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb
|
1343
1478
|
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1344
1479
|
- lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1351,16 +1486,17 @@ files:
|
|
1351
1486
|
- lib/hubspot/codegen/crm/objects/taxes/models/paging.rb
|
1352
1487
|
- lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb
|
1353
1488
|
- lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb
|
1354
|
-
- lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb
|
1355
|
-
- lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb
|
1356
1489
|
- lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb
|
1357
1490
|
- lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb
|
1358
1491
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb
|
1359
1492
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb
|
1493
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input_for_create.rb
|
1494
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input_upsert.rb
|
1360
1495
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb
|
1361
1496
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb
|
1362
1497
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb
|
1363
1498
|
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb
|
1499
|
+
- lib/hubspot/codegen/crm/objects/taxes/models/simple_public_upsert_object.rb
|
1364
1500
|
- lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb
|
1365
1501
|
- lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb
|
1366
1502
|
- lib/hubspot/codegen/crm/owners/api/owners_api.rb
|
@@ -1395,8 +1531,6 @@ files:
|
|
1395
1531
|
- lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb
|
1396
1532
|
- lib/hubspot/codegen/crm/products/api/basic_api.rb
|
1397
1533
|
- lib/hubspot/codegen/crm/products/api/batch_api.rb
|
1398
|
-
- lib/hubspot/codegen/crm/products/api/gdpr_api.rb
|
1399
|
-
- lib/hubspot/codegen/crm/products/api/public_object_api.rb
|
1400
1534
|
- lib/hubspot/codegen/crm/products/api/search_api.rb
|
1401
1535
|
- lib/hubspot/codegen/crm/products/api_client.rb
|
1402
1536
|
- lib/hubspot/codegen/crm/products/api_error.rb
|
@@ -1404,11 +1538,14 @@ files:
|
|
1404
1538
|
- lib/hubspot/codegen/crm/products/models/associated_id.rb
|
1405
1539
|
- lib/hubspot/codegen/crm/products/models/association_spec.rb
|
1406
1540
|
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
|
1541
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1407
1542
|
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
|
1408
1543
|
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb
|
1409
1544
|
- lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
|
1410
1545
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
|
1411
1546
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
|
1547
|
+
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object.rb
|
1548
|
+
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1412
1549
|
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
|
1413
1550
|
- lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1414
1551
|
- lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1421,16 +1558,16 @@ files:
|
|
1421
1558
|
- lib/hubspot/codegen/crm/products/models/paging.rb
|
1422
1559
|
- lib/hubspot/codegen/crm/products/models/previous_page.rb
|
1423
1560
|
- lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb
|
1424
|
-
- lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb
|
1425
|
-
- lib/hubspot/codegen/crm/products/models/public_merge_input.rb
|
1426
1561
|
- lib/hubspot/codegen/crm/products/models/public_object_id.rb
|
1427
1562
|
- lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
|
1428
1563
|
- lib/hubspot/codegen/crm/products/models/simple_public_object.rb
|
1429
1564
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
|
1565
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input_upsert.rb
|
1430
1566
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
|
1431
1567
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
|
1432
1568
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb
|
1433
1569
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
|
1570
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_upsert_object.rb
|
1434
1571
|
- lib/hubspot/codegen/crm/products/models/standard_error.rb
|
1435
1572
|
- lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb
|
1436
1573
|
- lib/hubspot/codegen/crm/properties/api/batch_api.rb
|
@@ -1461,8 +1598,6 @@ files:
|
|
1461
1598
|
- lib/hubspot/codegen/crm/properties/models/standard_error.rb
|
1462
1599
|
- lib/hubspot/codegen/crm/quotes/api/basic_api.rb
|
1463
1600
|
- lib/hubspot/codegen/crm/quotes/api/batch_api.rb
|
1464
|
-
- lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb
|
1465
|
-
- lib/hubspot/codegen/crm/quotes/api/public_object_api.rb
|
1466
1601
|
- lib/hubspot/codegen/crm/quotes/api/search_api.rb
|
1467
1602
|
- lib/hubspot/codegen/crm/quotes/api_client.rb
|
1468
1603
|
- lib/hubspot/codegen/crm/quotes/api_error.rb
|
@@ -1470,11 +1605,14 @@ files:
|
|
1470
1605
|
- lib/hubspot/codegen/crm/quotes/models/associated_id.rb
|
1471
1606
|
- lib/hubspot/codegen/crm/quotes/models/association_spec.rb
|
1472
1607
|
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
|
1608
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_for_create.rb
|
1609
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1473
1610
|
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
|
1474
|
-
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb
|
1475
1611
|
- lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
|
1476
1612
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
|
1477
1613
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
|
1614
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object.rb
|
1615
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1478
1616
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
|
1479
1617
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1480
1618
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1487,20 +1625,20 @@ files:
|
|
1487
1625
|
- lib/hubspot/codegen/crm/quotes/models/paging.rb
|
1488
1626
|
- lib/hubspot/codegen/crm/quotes/models/previous_page.rb
|
1489
1627
|
- lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb
|
1490
|
-
- lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb
|
1491
|
-
- lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb
|
1492
1628
|
- lib/hubspot/codegen/crm/quotes/models/public_object_id.rb
|
1493
1629
|
- lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
|
1494
1630
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
|
1495
1631
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
|
1632
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_for_create.rb
|
1633
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_upsert.rb
|
1496
1634
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
|
1497
1635
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
|
1498
1636
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb
|
1499
1637
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
|
1638
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_upsert_object.rb
|
1500
1639
|
- lib/hubspot/codegen/crm/quotes/models/standard_error.rb
|
1501
1640
|
- lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb
|
1502
1641
|
- lib/hubspot/codegen/crm/schemas/api/core_api.rb
|
1503
|
-
- lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb
|
1504
1642
|
- lib/hubspot/codegen/crm/schemas/api_client.rb
|
1505
1643
|
- lib/hubspot/codegen/crm/schemas/api_error.rb
|
1506
1644
|
- lib/hubspot/codegen/crm/schemas/configuration.rb
|
@@ -1521,8 +1659,7 @@ files:
|
|
1521
1659
|
- lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
|
1522
1660
|
- lib/hubspot/codegen/crm/tickets/api/basic_api.rb
|
1523
1661
|
- lib/hubspot/codegen/crm/tickets/api/batch_api.rb
|
1524
|
-
- lib/hubspot/codegen/crm/tickets/api/
|
1525
|
-
- lib/hubspot/codegen/crm/tickets/api/public_object_api.rb
|
1662
|
+
- lib/hubspot/codegen/crm/tickets/api/merge_api.rb
|
1526
1663
|
- lib/hubspot/codegen/crm/tickets/api/search_api.rb
|
1527
1664
|
- lib/hubspot/codegen/crm/tickets/api_client.rb
|
1528
1665
|
- lib/hubspot/codegen/crm/tickets/api_error.rb
|
@@ -1530,11 +1667,14 @@ files:
|
|
1530
1667
|
- lib/hubspot/codegen/crm/tickets/models/associated_id.rb
|
1531
1668
|
- lib/hubspot/codegen/crm/tickets/models/association_spec.rb
|
1532
1669
|
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
|
1670
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_upsert.rb
|
1533
1671
|
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
|
1534
1672
|
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb
|
1535
1673
|
- lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
|
1536
1674
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
|
1537
1675
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
|
1676
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object.rb
|
1677
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object_with_errors.rb
|
1538
1678
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
|
1539
1679
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
1540
1680
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
@@ -1547,16 +1687,17 @@ files:
|
|
1547
1687
|
- lib/hubspot/codegen/crm/tickets/models/paging.rb
|
1548
1688
|
- lib/hubspot/codegen/crm/tickets/models/previous_page.rb
|
1549
1689
|
- lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb
|
1550
|
-
- lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb
|
1551
1690
|
- lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb
|
1552
1691
|
- lib/hubspot/codegen/crm/tickets/models/public_object_id.rb
|
1553
1692
|
- lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
|
1554
1693
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
|
1555
1694
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
|
1695
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input_upsert.rb
|
1556
1696
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
|
1557
1697
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
|
1558
1698
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb
|
1559
1699
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
|
1700
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_upsert_object.rb
|
1560
1701
|
- lib/hubspot/codegen/crm/tickets/models/standard_error.rb
|
1561
1702
|
- lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb
|
1562
1703
|
- lib/hubspot/codegen/crm/timeline/api/events_api.rb
|
@@ -1593,10 +1734,13 @@ files:
|
|
1593
1734
|
- lib/hubspot/codegen/events/models/next_page.rb
|
1594
1735
|
- lib/hubspot/codegen/events/models/paging.rb
|
1595
1736
|
- lib/hubspot/codegen/events/models/previous_page.rb
|
1596
|
-
- lib/hubspot/codegen/events/
|
1737
|
+
- lib/hubspot/codegen/events/models/visible_external_event_type_names.rb
|
1738
|
+
- lib/hubspot/codegen/events/send/api/basic_api.rb
|
1739
|
+
- lib/hubspot/codegen/events/send/api/batch_api.rb
|
1597
1740
|
- lib/hubspot/codegen/events/send/api_client.rb
|
1598
1741
|
- lib/hubspot/codegen/events/send/api_error.rb
|
1599
1742
|
- lib/hubspot/codegen/events/send/configuration.rb
|
1743
|
+
- lib/hubspot/codegen/events/send/models/batched_behavioral_event_http_completion_request.rb
|
1600
1744
|
- lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb
|
1601
1745
|
- lib/hubspot/codegen/events/send/models/error.rb
|
1602
1746
|
- lib/hubspot/codegen/events/send/models/error_detail.rb
|
@@ -1625,38 +1769,103 @@ files:
|
|
1625
1769
|
- lib/hubspot/codegen/files/models/previous_page.rb
|
1626
1770
|
- lib/hubspot/codegen/files/models/signed_url.rb
|
1627
1771
|
- lib/hubspot/codegen/files/models/standard_error.rb
|
1628
|
-
- lib/hubspot/codegen/marketing/
|
1772
|
+
- lib/hubspot/codegen/marketing/emails/api/marketing_emails_api.rb
|
1773
|
+
- lib/hubspot/codegen/marketing/emails/api/statistics_api.rb
|
1774
|
+
- lib/hubspot/codegen/marketing/emails/api_client.rb
|
1775
|
+
- lib/hubspot/codegen/marketing/emails/api_error.rb
|
1776
|
+
- lib/hubspot/codegen/marketing/emails/configuration.rb
|
1777
|
+
- lib/hubspot/codegen/marketing/emails/models/ab_test_create_request_v_next.rb
|
1778
|
+
- lib/hubspot/codegen/marketing/emails/models/aggregate_email_statistics.rb
|
1779
|
+
- lib/hubspot/codegen/marketing/emails/models/collection_response_with_total_email_statistic_interval_no_paging.rb
|
1780
|
+
- lib/hubspot/codegen/marketing/emails/models/collection_response_with_total_public_email_forward_paging.rb
|
1781
|
+
- lib/hubspot/codegen/marketing/emails/models/collection_response_with_total_version_public_email.rb
|
1782
|
+
- lib/hubspot/codegen/marketing/emails/models/content_clone_request_v_next.rb
|
1783
|
+
- lib/hubspot/codegen/marketing/emails/models/email_create_request.rb
|
1784
|
+
- lib/hubspot/codegen/marketing/emails/models/email_statistic_interval.rb
|
1785
|
+
- lib/hubspot/codegen/marketing/emails/models/email_statistics_data.rb
|
1786
|
+
- lib/hubspot/codegen/marketing/emails/models/email_update_request.rb
|
1787
|
+
- lib/hubspot/codegen/marketing/emails/models/error.rb
|
1788
|
+
- lib/hubspot/codegen/marketing/emails/models/error_detail.rb
|
1789
|
+
- lib/hubspot/codegen/marketing/emails/models/forward_paging.rb
|
1790
|
+
- lib/hubspot/codegen/marketing/emails/models/interval.rb
|
1791
|
+
- lib/hubspot/codegen/marketing/emails/models/next_page.rb
|
1792
|
+
- lib/hubspot/codegen/marketing/emails/models/paging.rb
|
1793
|
+
- lib/hubspot/codegen/marketing/emails/models/previous_page.rb
|
1794
|
+
- lib/hubspot/codegen/marketing/emails/models/public_button_style_settings.rb
|
1795
|
+
- lib/hubspot/codegen/marketing/emails/models/public_divider_style_settings.rb
|
1796
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email.rb
|
1797
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_content.rb
|
1798
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_from_details.rb
|
1799
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_recipients.rb
|
1800
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_style_settings.rb
|
1801
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_subscription_details.rb
|
1802
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_testing_details.rb
|
1803
|
+
- lib/hubspot/codegen/marketing/emails/models/public_email_to_details.rb
|
1804
|
+
- lib/hubspot/codegen/marketing/emails/models/public_font_style.rb
|
1805
|
+
- lib/hubspot/codegen/marketing/emails/models/public_rss_email_details.rb
|
1806
|
+
- lib/hubspot/codegen/marketing/emails/models/public_webversion_details.rb
|
1807
|
+
- lib/hubspot/codegen/marketing/emails/models/version_public_email.rb
|
1808
|
+
- lib/hubspot/codegen/marketing/emails/models/version_user.rb
|
1809
|
+
- lib/hubspot/codegen/marketing/events/api/add_event_attendees_api.rb
|
1629
1810
|
- lib/hubspot/codegen/marketing/events/api/basic_api.rb
|
1630
1811
|
- lib/hubspot/codegen/marketing/events/api/batch_api.rb
|
1631
|
-
- lib/hubspot/codegen/marketing/events/api/
|
1632
|
-
- lib/hubspot/codegen/marketing/events/api/
|
1812
|
+
- lib/hubspot/codegen/marketing/events/api/change_property_api.rb
|
1813
|
+
- lib/hubspot/codegen/marketing/events/api/identifiers_api.rb
|
1814
|
+
- lib/hubspot/codegen/marketing/events/api/list_associations_api.rb
|
1815
|
+
- lib/hubspot/codegen/marketing/events/api/retrieve_participant_state_api.rb
|
1633
1816
|
- lib/hubspot/codegen/marketing/events/api/settings_api.rb
|
1634
1817
|
- lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb
|
1635
1818
|
- lib/hubspot/codegen/marketing/events/api_client.rb
|
1636
1819
|
- lib/hubspot/codegen/marketing/events/api_error.rb
|
1637
1820
|
- lib/hubspot/codegen/marketing/events/configuration.rb
|
1821
|
+
- lib/hubspot/codegen/marketing/events/models/app_info.rb
|
1822
|
+
- lib/hubspot/codegen/marketing/events/models/attendance_counters.rb
|
1638
1823
|
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb
|
1639
1824
|
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb
|
1640
1825
|
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb
|
1826
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_public_object_id_delete_request.rb
|
1827
|
+
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_public_update_request_full_v2.rb
|
1641
1828
|
- lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb
|
1642
1829
|
- lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb
|
1830
|
+
- lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_v2.rb
|
1831
|
+
- lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_v2_with_errors.rb
|
1643
1832
|
- lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb
|
1644
1833
|
- lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb
|
1645
|
-
- lib/hubspot/codegen/marketing/events/models/
|
1834
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_public_read_response_v2_forward_paging.rb
|
1835
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_search_public_response_wrapper_no_paging.rb
|
1836
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_with_total_marketing_event_identifiers_response_no_paging.rb
|
1837
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_with_total_participation_breakdown_forward_paging.rb
|
1838
|
+
- lib/hubspot/codegen/marketing/events/models/collection_response_with_total_public_list_no_paging.rb
|
1839
|
+
- lib/hubspot/codegen/marketing/events/models/contact_association.rb
|
1840
|
+
- lib/hubspot/codegen/marketing/events/models/crm_property_wrapper.rb
|
1646
1841
|
- lib/hubspot/codegen/marketing/events/models/error.rb
|
1647
1842
|
- lib/hubspot/codegen/marketing/events/models/error_detail.rb
|
1648
1843
|
- lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb
|
1649
1844
|
- lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb
|
1845
|
+
- lib/hubspot/codegen/marketing/events/models/forward_paging.rb
|
1846
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_association.rb
|
1650
1847
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb
|
1651
1848
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb
|
1652
1849
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb
|
1653
1850
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb
|
1654
1851
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb
|
1852
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_identifiers_response.rb
|
1655
1853
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb
|
1854
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response_v2.rb
|
1855
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_object_id_delete_request.rb
|
1656
1856
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb
|
1857
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response_v2.rb
|
1858
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_update_request_full_v2.rb
|
1859
|
+
- lib/hubspot/codegen/marketing/events/models/marketing_event_public_update_request_v2.rb
|
1657
1860
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb
|
1658
1861
|
- lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb
|
1862
|
+
- lib/hubspot/codegen/marketing/events/models/next_page.rb
|
1863
|
+
- lib/hubspot/codegen/marketing/events/models/participation_associations.rb
|
1864
|
+
- lib/hubspot/codegen/marketing/events/models/participation_breakdown.rb
|
1865
|
+
- lib/hubspot/codegen/marketing/events/models/participation_properties.rb
|
1659
1866
|
- lib/hubspot/codegen/marketing/events/models/property_value.rb
|
1867
|
+
- lib/hubspot/codegen/marketing/events/models/public_list.rb
|
1868
|
+
- lib/hubspot/codegen/marketing/events/models/search_public_response_wrapper.rb
|
1660
1869
|
- lib/hubspot/codegen/marketing/events/models/standard_error.rb
|
1661
1870
|
- lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb
|
1662
1871
|
- lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb
|
@@ -1795,7 +2004,9 @@ files:
|
|
1795
2004
|
- lib/hubspot/discovery/cms/audit_logs/client.rb
|
1796
2005
|
- lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb
|
1797
2006
|
- lib/hubspot/discovery/cms/blogs/authors/client.rb
|
1798
|
-
- lib/hubspot/discovery/cms/blogs/blog_posts/api/
|
2007
|
+
- lib/hubspot/discovery/cms/blogs/blog_posts/api/basic_api.rb
|
2008
|
+
- lib/hubspot/discovery/cms/blogs/blog_posts/api/batch_api.rb
|
2009
|
+
- lib/hubspot/discovery/cms/blogs/blog_posts/api/multi_language_api.rb
|
1799
2010
|
- lib/hubspot/discovery/cms/blogs/blog_posts/client.rb
|
1800
2011
|
- lib/hubspot/discovery/cms/blogs/client.rb
|
1801
2012
|
- lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb
|
@@ -1817,7 +2028,6 @@ files:
|
|
1817
2028
|
- lib/hubspot/discovery/cms/source_code/api/content_api.rb
|
1818
2029
|
- lib/hubspot/discovery/cms/source_code/api/extract_api.rb
|
1819
2030
|
- lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
|
1820
|
-
- lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb
|
1821
2031
|
- lib/hubspot/discovery/cms/source_code/api/validation_api.rb
|
1822
2032
|
- lib/hubspot/discovery/cms/source_code/client.rb
|
1823
2033
|
- lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
|
@@ -1834,32 +2044,36 @@ files:
|
|
1834
2044
|
- lib/hubspot/discovery/crm/associations/schema/client.rb
|
1835
2045
|
- lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb
|
1836
2046
|
- lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb
|
2047
|
+
- lib/hubspot/discovery/crm/associations/v4/api/report_api.rb
|
1837
2048
|
- lib/hubspot/discovery/crm/associations/v4/client.rb
|
2049
|
+
- lib/hubspot/discovery/crm/associations/v4/schema/api/definition_configurations_api.rb
|
1838
2050
|
- lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb
|
1839
2051
|
- lib/hubspot/discovery/crm/associations/v4/schema/client.rb
|
1840
2052
|
- lib/hubspot/discovery/crm/client.rb
|
2053
|
+
- lib/hubspot/discovery/crm/commerce/client.rb
|
2054
|
+
- lib/hubspot/discovery/crm/commerce/invoices/api/basic_api.rb
|
2055
|
+
- lib/hubspot/discovery/crm/commerce/invoices/api/batch_api.rb
|
2056
|
+
- lib/hubspot/discovery/crm/commerce/invoices/api/search_api.rb
|
2057
|
+
- lib/hubspot/discovery/crm/commerce/invoices/client.rb
|
1841
2058
|
- lib/hubspot/discovery/crm/companies/api/basic_api.rb
|
1842
2059
|
- lib/hubspot/discovery/crm/companies/api/batch_api.rb
|
1843
|
-
- lib/hubspot/discovery/crm/companies/api/
|
2060
|
+
- lib/hubspot/discovery/crm/companies/api/merge_api.rb
|
1844
2061
|
- lib/hubspot/discovery/crm/companies/api/search_api.rb
|
1845
2062
|
- lib/hubspot/discovery/crm/companies/client.rb
|
1846
2063
|
- lib/hubspot/discovery/crm/contacts/api/basic_api.rb
|
1847
2064
|
- lib/hubspot/discovery/crm/contacts/api/batch_api.rb
|
1848
2065
|
- lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb
|
1849
|
-
- lib/hubspot/discovery/crm/contacts/api/
|
2066
|
+
- lib/hubspot/discovery/crm/contacts/api/merge_api.rb
|
1850
2067
|
- lib/hubspot/discovery/crm/contacts/api/search_api.rb
|
1851
2068
|
- lib/hubspot/discovery/crm/contacts/client.rb
|
1852
2069
|
- lib/hubspot/discovery/crm/deals/api/basic_api.rb
|
1853
2070
|
- lib/hubspot/discovery/crm/deals/api/batch_api.rb
|
1854
|
-
- lib/hubspot/discovery/crm/deals/api/
|
2071
|
+
- lib/hubspot/discovery/crm/deals/api/merge_api.rb
|
1855
2072
|
- lib/hubspot/discovery/crm/deals/api/search_api.rb
|
1856
2073
|
- lib/hubspot/discovery/crm/deals/client.rb
|
1857
|
-
- lib/hubspot/discovery/crm/
|
1858
|
-
- lib/hubspot/discovery/crm/
|
1859
|
-
- lib/hubspot/discovery/crm/extensions/
|
1860
|
-
- lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb
|
1861
|
-
- lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb
|
1862
|
-
- lib/hubspot/discovery/crm/extensions/accounting/client.rb
|
2074
|
+
- lib/hubspot/discovery/crm/exports/api/public_exports_api.rb
|
2075
|
+
- lib/hubspot/discovery/crm/exports/client.rb
|
2076
|
+
- lib/hubspot/discovery/crm/extensions/calling/api/channel_connection_settings_api.rb
|
1863
2077
|
- lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb
|
1864
2078
|
- lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb
|
1865
2079
|
- lib/hubspot/discovery/crm/extensions/calling/client.rb
|
@@ -1874,78 +2088,61 @@ files:
|
|
1874
2088
|
- lib/hubspot/discovery/crm/imports/client.rb
|
1875
2089
|
- lib/hubspot/discovery/crm/line_items/api/basic_api.rb
|
1876
2090
|
- lib/hubspot/discovery/crm/line_items/api/batch_api.rb
|
1877
|
-
- lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb
|
1878
|
-
- lib/hubspot/discovery/crm/line_items/api/public_object_api.rb
|
1879
2091
|
- lib/hubspot/discovery/crm/line_items/api/search_api.rb
|
1880
2092
|
- lib/hubspot/discovery/crm/line_items/client.rb
|
2093
|
+
- lib/hubspot/discovery/crm/lists/api/folders_api.rb
|
1881
2094
|
- lib/hubspot/discovery/crm/lists/api/lists_api.rb
|
2095
|
+
- lib/hubspot/discovery/crm/lists/api/mapping_api.rb
|
1882
2096
|
- lib/hubspot/discovery/crm/lists/api/memberships_api.rb
|
1883
2097
|
- lib/hubspot/discovery/crm/lists/client.rb
|
1884
|
-
- lib/hubspot/discovery/crm/objects/api/associations_api.rb
|
1885
2098
|
- lib/hubspot/discovery/crm/objects/api/basic_api.rb
|
1886
2099
|
- lib/hubspot/discovery/crm/objects/api/batch_api.rb
|
1887
|
-
- lib/hubspot/discovery/crm/objects/api/gdpr_api.rb
|
1888
|
-
- lib/hubspot/discovery/crm/objects/api/public_object_api.rb
|
1889
2100
|
- lib/hubspot/discovery/crm/objects/api/search_api.rb
|
1890
2101
|
- lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb
|
1891
2102
|
- lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb
|
1892
|
-
- lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb
|
1893
|
-
- lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb
|
1894
2103
|
- lib/hubspot/discovery/crm/objects/calls/api/search_api.rb
|
1895
2104
|
- lib/hubspot/discovery/crm/objects/calls/client.rb
|
1896
2105
|
- lib/hubspot/discovery/crm/objects/client.rb
|
1897
2106
|
- lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb
|
1898
2107
|
- lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb
|
1899
|
-
- lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb
|
1900
|
-
- lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb
|
1901
2108
|
- lib/hubspot/discovery/crm/objects/communications/api/search_api.rb
|
1902
2109
|
- lib/hubspot/discovery/crm/objects/communications/client.rb
|
2110
|
+
- lib/hubspot/discovery/crm/objects/deal_splits/api/batch_api.rb
|
2111
|
+
- lib/hubspot/discovery/crm/objects/deal_splits/client.rb
|
1903
2112
|
- lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb
|
1904
2113
|
- lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb
|
1905
|
-
- lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb
|
1906
|
-
- lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb
|
1907
2114
|
- lib/hubspot/discovery/crm/objects/emails/api/search_api.rb
|
1908
2115
|
- lib/hubspot/discovery/crm/objects/emails/client.rb
|
1909
2116
|
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb
|
1910
2117
|
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb
|
1911
|
-
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb
|
1912
|
-
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb
|
1913
2118
|
- lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb
|
1914
2119
|
- lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb
|
1915
2120
|
- lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb
|
1916
2121
|
- lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb
|
1917
|
-
- lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb
|
1918
|
-
- lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb
|
1919
2122
|
- lib/hubspot/discovery/crm/objects/goals/api/search_api.rb
|
1920
2123
|
- lib/hubspot/discovery/crm/objects/goals/client.rb
|
2124
|
+
- lib/hubspot/discovery/crm/objects/leads/api/basic_api.rb
|
2125
|
+
- lib/hubspot/discovery/crm/objects/leads/api/batch_api.rb
|
2126
|
+
- lib/hubspot/discovery/crm/objects/leads/api/search_api.rb
|
2127
|
+
- lib/hubspot/discovery/crm/objects/leads/client.rb
|
1921
2128
|
- lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb
|
1922
2129
|
- lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb
|
1923
|
-
- lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb
|
1924
|
-
- lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb
|
1925
2130
|
- lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb
|
1926
2131
|
- lib/hubspot/discovery/crm/objects/meetings/client.rb
|
1927
2132
|
- lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb
|
1928
2133
|
- lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb
|
1929
|
-
- lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb
|
1930
|
-
- lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
|
1931
2134
|
- lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
|
1932
2135
|
- lib/hubspot/discovery/crm/objects/notes/client.rb
|
1933
2136
|
- lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
|
1934
2137
|
- lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
|
1935
|
-
- lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb
|
1936
|
-
- lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
|
1937
2138
|
- lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
|
1938
2139
|
- lib/hubspot/discovery/crm/objects/postal_mail/client.rb
|
1939
2140
|
- lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
|
1940
2141
|
- lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
|
1941
|
-
- lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb
|
1942
|
-
- lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb
|
1943
2142
|
- lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb
|
1944
2143
|
- lib/hubspot/discovery/crm/objects/tasks/client.rb
|
1945
2144
|
- lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb
|
1946
2145
|
- lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb
|
1947
|
-
- lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb
|
1948
|
-
- lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb
|
1949
2146
|
- lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb
|
1950
2147
|
- lib/hubspot/discovery/crm/objects/taxes/client.rb
|
1951
2148
|
- lib/hubspot/discovery/crm/owners/api/owners_api.rb
|
@@ -1955,32 +2152,23 @@ files:
|
|
1955
2152
|
- lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb
|
1956
2153
|
- lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb
|
1957
2154
|
- lib/hubspot/discovery/crm/pipelines/client.rb
|
1958
|
-
- lib/hubspot/discovery/crm/products/api/associations_api.rb
|
1959
2155
|
- lib/hubspot/discovery/crm/products/api/basic_api.rb
|
1960
2156
|
- lib/hubspot/discovery/crm/products/api/batch_api.rb
|
1961
|
-
- lib/hubspot/discovery/crm/products/api/gdpr_api.rb
|
1962
|
-
- lib/hubspot/discovery/crm/products/api/public_object_api.rb
|
1963
2157
|
- lib/hubspot/discovery/crm/products/api/search_api.rb
|
1964
2158
|
- lib/hubspot/discovery/crm/products/client.rb
|
1965
2159
|
- lib/hubspot/discovery/crm/properties/api/batch_api.rb
|
1966
2160
|
- lib/hubspot/discovery/crm/properties/api/core_api.rb
|
1967
2161
|
- lib/hubspot/discovery/crm/properties/api/groups_api.rb
|
1968
2162
|
- lib/hubspot/discovery/crm/properties/client.rb
|
1969
|
-
- lib/hubspot/discovery/crm/quotes/api/associations_api.rb
|
1970
2163
|
- lib/hubspot/discovery/crm/quotes/api/basic_api.rb
|
1971
2164
|
- lib/hubspot/discovery/crm/quotes/api/batch_api.rb
|
1972
|
-
- lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb
|
1973
|
-
- lib/hubspot/discovery/crm/quotes/api/public_object_api.rb
|
1974
2165
|
- lib/hubspot/discovery/crm/quotes/api/search_api.rb
|
1975
2166
|
- lib/hubspot/discovery/crm/quotes/client.rb
|
1976
2167
|
- lib/hubspot/discovery/crm/schemas/api/core_api.rb
|
1977
|
-
- lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb
|
1978
2168
|
- lib/hubspot/discovery/crm/schemas/client.rb
|
1979
|
-
- lib/hubspot/discovery/crm/tickets/api/associations_api.rb
|
1980
2169
|
- lib/hubspot/discovery/crm/tickets/api/basic_api.rb
|
1981
2170
|
- lib/hubspot/discovery/crm/tickets/api/batch_api.rb
|
1982
|
-
- lib/hubspot/discovery/crm/tickets/api/
|
1983
|
-
- lib/hubspot/discovery/crm/tickets/api/public_object_api.rb
|
2171
|
+
- lib/hubspot/discovery/crm/tickets/api/merge_api.rb
|
1984
2172
|
- lib/hubspot/discovery/crm/tickets/api/search_api.rb
|
1985
2173
|
- lib/hubspot/discovery/crm/tickets/client.rb
|
1986
2174
|
- lib/hubspot/discovery/crm/timeline/api/events_api.rb
|
@@ -1989,17 +2177,23 @@ files:
|
|
1989
2177
|
- lib/hubspot/discovery/crm/timeline/client.rb
|
1990
2178
|
- lib/hubspot/discovery/events/api/events_api.rb
|
1991
2179
|
- lib/hubspot/discovery/events/client.rb
|
1992
|
-
- lib/hubspot/discovery/events/send/api/
|
2180
|
+
- lib/hubspot/discovery/events/send/api/basic_api.rb
|
2181
|
+
- lib/hubspot/discovery/events/send/api/batch_api.rb
|
1993
2182
|
- lib/hubspot/discovery/events/send/client.rb
|
1994
2183
|
- lib/hubspot/discovery/files/api/files_api.rb
|
1995
2184
|
- lib/hubspot/discovery/files/api/folders_api.rb
|
1996
2185
|
- lib/hubspot/discovery/files/client.rb
|
1997
2186
|
- lib/hubspot/discovery/marketing/client.rb
|
1998
|
-
- lib/hubspot/discovery/marketing/
|
2187
|
+
- lib/hubspot/discovery/marketing/emails/api/marketing_emails_api.rb
|
2188
|
+
- lib/hubspot/discovery/marketing/emails/api/statistics_api.rb
|
2189
|
+
- lib/hubspot/discovery/marketing/emails/client.rb
|
2190
|
+
- lib/hubspot/discovery/marketing/events/api/add_event_attendees_api.rb
|
1999
2191
|
- lib/hubspot/discovery/marketing/events/api/basic_api.rb
|
2000
2192
|
- lib/hubspot/discovery/marketing/events/api/batch_api.rb
|
2001
|
-
- lib/hubspot/discovery/marketing/events/api/
|
2002
|
-
- lib/hubspot/discovery/marketing/events/api/
|
2193
|
+
- lib/hubspot/discovery/marketing/events/api/change_property_api.rb
|
2194
|
+
- lib/hubspot/discovery/marketing/events/api/identifiers_api.rb
|
2195
|
+
- lib/hubspot/discovery/marketing/events/api/list_associations_api.rb
|
2196
|
+
- lib/hubspot/discovery/marketing/events/api/retrieve_participant_state_api.rb
|
2003
2197
|
- lib/hubspot/discovery/marketing/events/api/settings_api.rb
|
2004
2198
|
- lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb
|
2005
2199
|
- lib/hubspot/discovery/marketing/events/client.rb
|
@@ -2027,6 +2221,8 @@ files:
|
|
2027
2221
|
- lib/hubspot/helpers/camel_case.rb
|
2028
2222
|
- lib/hubspot/helpers/get_all_helper.rb
|
2029
2223
|
- lib/hubspot/helpers/path.rb
|
2224
|
+
- lib/hubspot/helpers/requests/http_auth.rb
|
2225
|
+
- lib/hubspot/helpers/requests/http_request_builder.rb
|
2030
2226
|
- lib/hubspot/helpers/signature.rb
|
2031
2227
|
- lib/hubspot/helpers/snake_case.rb
|
2032
2228
|
- lib/hubspot/oauth_helper.rb
|
@@ -2041,7 +2237,9 @@ files:
|
|
2041
2237
|
- spec/discovery/client_spec.rb
|
2042
2238
|
- spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
|
2043
2239
|
- spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
|
2044
|
-
- spec/discovery/cms/blogs/blog-posts/
|
2240
|
+
- spec/discovery/cms/blogs/blog-posts/basic_api_spec.rb
|
2241
|
+
- spec/discovery/cms/blogs/blog-posts/batch_api_spec.rb
|
2242
|
+
- spec/discovery/cms/blogs/blog-posts/multi_language_api_spec.rb
|
2045
2243
|
- spec/discovery/cms/blogs/client_spec.rb
|
2046
2244
|
- spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
|
2047
2245
|
- spec/discovery/cms/client_spec.rb
|
@@ -2056,7 +2254,6 @@ files:
|
|
2056
2254
|
- spec/discovery/cms/source-code/content_api_spec.rb
|
2057
2255
|
- spec/discovery/cms/source-code/extract_api_spec.rb
|
2058
2256
|
- spec/discovery/cms/source-code/metadata_api_spec.rb
|
2059
|
-
- spec/discovery/cms/source-code/source_code_extract_api_spec.rb
|
2060
2257
|
- spec/discovery/cms/source-code/validation_api_spec.rb
|
2061
2258
|
- spec/discovery/cms/url-redirects/redirects_api_spec.rb
|
2062
2259
|
- spec/discovery/communication_preferences/definition_api_spec.rb
|
@@ -2068,26 +2265,29 @@ files:
|
|
2068
2265
|
- spec/discovery/crm/associations/v4/basic_api_spec.rb
|
2069
2266
|
- spec/discovery/crm/associations/v4/batch_api_spec.rb
|
2070
2267
|
- spec/discovery/crm/associations/v4/client_spec.rb
|
2268
|
+
- spec/discovery/crm/associations/v4/report_api_spec.rb
|
2269
|
+
- spec/discovery/crm/associations/v4/schema/definition_configurations_api_spec.rb
|
2071
2270
|
- spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
|
2072
2271
|
- spec/discovery/crm/client_spec.rb
|
2272
|
+
- spec/discovery/crm/commerce/client_spec.rb
|
2273
|
+
- spec/discovery/crm/commerce/invoices/basic_api_spec.rb
|
2274
|
+
- spec/discovery/crm/commerce/invoices/batch_api_spec.rb
|
2275
|
+
- spec/discovery/crm/commerce/invoices/search_api_spec.rb
|
2073
2276
|
- spec/discovery/crm/companies/basic_api_spec.rb
|
2074
2277
|
- spec/discovery/crm/companies/batch_api_spec.rb
|
2075
|
-
- spec/discovery/crm/companies/
|
2278
|
+
- spec/discovery/crm/companies/merge_api_spec.rb
|
2076
2279
|
- spec/discovery/crm/companies/search_api_spec.rb
|
2077
2280
|
- spec/discovery/crm/contacts/basic_api_spec.rb
|
2078
2281
|
- spec/discovery/crm/contacts/batch_api_spec.rb
|
2079
2282
|
- spec/discovery/crm/contacts/gdpr_api_spec.rb
|
2080
|
-
- spec/discovery/crm/contacts/
|
2283
|
+
- spec/discovery/crm/contacts/merge_api_spec.rb
|
2081
2284
|
- spec/discovery/crm/contacts/search_api_spec.rb
|
2082
2285
|
- spec/discovery/crm/deals/basic_api_spec.rb
|
2083
2286
|
- spec/discovery/crm/deals/batch_api_spec.rb
|
2084
|
-
- spec/discovery/crm/deals/
|
2287
|
+
- spec/discovery/crm/deals/merge_api_spec.rb
|
2085
2288
|
- spec/discovery/crm/deals/search_api_spec.rb
|
2086
|
-
- spec/discovery/crm/
|
2087
|
-
- spec/discovery/crm/extensions/
|
2088
|
-
- spec/discovery/crm/extensions/accounting/settings_api_spec.rb
|
2089
|
-
- spec/discovery/crm/extensions/accounting/sync_api_spec.rb
|
2090
|
-
- spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
|
2289
|
+
- spec/discovery/crm/exports/public_exports_api_spec.rb
|
2290
|
+
- spec/discovery/crm/extensions/calling/channel_connection_settings_api_spec.rb
|
2091
2291
|
- spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
|
2092
2292
|
- spec/discovery/crm/extensions/calling/settings_api_spec.rb
|
2093
2293
|
- spec/discovery/crm/extensions/cards/cards_api_spec.rb
|
@@ -2098,67 +2298,48 @@ files:
|
|
2098
2298
|
- spec/discovery/crm/imports/public_imports_api_spec.rb
|
2099
2299
|
- spec/discovery/crm/line_items/basic_api_spec.rb
|
2100
2300
|
- spec/discovery/crm/line_items/batch_api_spec.rb
|
2101
|
-
- spec/discovery/crm/line_items/gdpr_api_spec.rb
|
2102
|
-
- spec/discovery/crm/line_items/public_object_api_spec.rb
|
2103
2301
|
- spec/discovery/crm/line_items/search_api_spec.rb
|
2302
|
+
- spec/discovery/crm/lists/folders_api_spec.rb
|
2104
2303
|
- spec/discovery/crm/lists/lists_api_spec.rb
|
2304
|
+
- spec/discovery/crm/lists/mapping_api_spec.rb
|
2105
2305
|
- spec/discovery/crm/lists/memberships_api_spec.rb
|
2106
|
-
- spec/discovery/crm/objects/associations_api_spec.rb
|
2107
2306
|
- spec/discovery/crm/objects/basic_api_spec.rb
|
2108
2307
|
- spec/discovery/crm/objects/batch_api_spec.rb
|
2109
2308
|
- spec/discovery/crm/objects/calls/basic_api_spec.rb
|
2110
2309
|
- spec/discovery/crm/objects/calls/batch_api_spec.rb
|
2111
|
-
- spec/discovery/crm/objects/calls/gdpr_api_spec.rb
|
2112
|
-
- spec/discovery/crm/objects/calls/public_object_api_spec.rb
|
2113
2310
|
- spec/discovery/crm/objects/calls/search_api_spec.rb
|
2114
2311
|
- spec/discovery/crm/objects/client_spec.rb
|
2115
2312
|
- spec/discovery/crm/objects/communications/basic_api_spec.rb
|
2116
2313
|
- spec/discovery/crm/objects/communications/batch_api_spec.rb
|
2117
|
-
- spec/discovery/crm/objects/communications/gdpr_api_spec.rb
|
2118
|
-
- spec/discovery/crm/objects/communications/public_object_api_spec.rb
|
2119
2314
|
- spec/discovery/crm/objects/communications/search_api_spec.rb
|
2315
|
+
- spec/discovery/crm/objects/deal_splits/batch_api_spec.rb
|
2120
2316
|
- spec/discovery/crm/objects/emails/basic_api_spec.rb
|
2121
2317
|
- spec/discovery/crm/objects/emails/batch_api_spec.rb
|
2122
|
-
- spec/discovery/crm/objects/emails/gdpr_api_spec.rb
|
2123
|
-
- spec/discovery/crm/objects/emails/public_object_api_spec.rb
|
2124
2318
|
- spec/discovery/crm/objects/emails/search_api_spec.rb
|
2125
2319
|
- spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
|
2126
2320
|
- spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
|
2127
|
-
- spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
|
2128
|
-
- spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
|
2129
2321
|
- spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
|
2130
|
-
- spec/discovery/crm/objects/gdpr_api_spec.rb
|
2131
2322
|
- spec/discovery/crm/objects/goals/basic_api_spec.rb
|
2132
2323
|
- spec/discovery/crm/objects/goals/batch_api_spec.rb
|
2133
|
-
- spec/discovery/crm/objects/goals/gdpr_api_spec.rb
|
2134
|
-
- spec/discovery/crm/objects/goals/public_object_api_spec.rb
|
2135
2324
|
- spec/discovery/crm/objects/goals/search_api_spec.rb
|
2325
|
+
- spec/discovery/crm/objects/leads/basic_api_spec.rb
|
2326
|
+
- spec/discovery/crm/objects/leads/batch_api_spec.rb
|
2327
|
+
- spec/discovery/crm/objects/leads/search_api_spec.rb
|
2136
2328
|
- spec/discovery/crm/objects/meetings/basic_api_spec.rb
|
2137
2329
|
- spec/discovery/crm/objects/meetings/batch_api_spec.rb
|
2138
|
-
- spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
|
2139
|
-
- spec/discovery/crm/objects/meetings/public_object_api_spec.rb
|
2140
2330
|
- spec/discovery/crm/objects/meetings/search_api_spec.rb
|
2141
2331
|
- spec/discovery/crm/objects/notes/basic_api_spec.rb
|
2142
2332
|
- spec/discovery/crm/objects/notes/batch_api_spec.rb
|
2143
|
-
- spec/discovery/crm/objects/notes/gdpr_api_spec.rb
|
2144
|
-
- spec/discovery/crm/objects/notes/public_object_api_spec.rb
|
2145
2333
|
- spec/discovery/crm/objects/notes/search_api_spec.rb
|
2146
2334
|
- spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
|
2147
2335
|
- spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
|
2148
|
-
- spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
|
2149
|
-
- spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
|
2150
2336
|
- spec/discovery/crm/objects/postal_mail/search_api_spec.rb
|
2151
|
-
- spec/discovery/crm/objects/public_object_api_spec.rb
|
2152
2337
|
- spec/discovery/crm/objects/search_api_spec.rb
|
2153
2338
|
- spec/discovery/crm/objects/tasks/basic_api_spec.rb
|
2154
2339
|
- spec/discovery/crm/objects/tasks/batch_api_spec.rb
|
2155
|
-
- spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
|
2156
|
-
- spec/discovery/crm/objects/tasks/public_object_api_spec.rb
|
2157
2340
|
- spec/discovery/crm/objects/tasks/search_api_spec.rb
|
2158
2341
|
- spec/discovery/crm/objects/taxes/basic_api_spec.rb
|
2159
2342
|
- spec/discovery/crm/objects/taxes/batch_api_spec.rb
|
2160
|
-
- spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
|
2161
|
-
- spec/discovery/crm/objects/taxes/public_object_api_spec.rb
|
2162
2343
|
- spec/discovery/crm/objects/taxes/search_api_spec.rb
|
2163
2344
|
- spec/discovery/crm/owners/owners_api_spec.rb
|
2164
2345
|
- spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
|
@@ -2167,37 +2348,36 @@ files:
|
|
2167
2348
|
- spec/discovery/crm/pipelines/pipelines_api_spec.rb
|
2168
2349
|
- spec/discovery/crm/products/basic_api_spec.rb
|
2169
2350
|
- spec/discovery/crm/products/batch_api_spec.rb
|
2170
|
-
- spec/discovery/crm/products/gdpr_api_spec.rb
|
2171
|
-
- spec/discovery/crm/products/public_object_api_spec.rb
|
2172
2351
|
- spec/discovery/crm/products/search_api_spec.rb
|
2173
2352
|
- spec/discovery/crm/properties/batch_api_spec.rb
|
2174
2353
|
- spec/discovery/crm/properties/core_api_spec.rb
|
2175
2354
|
- spec/discovery/crm/properties/groups_api_spec.rb
|
2176
2355
|
- spec/discovery/crm/quotes/basic_api_spec.rb
|
2177
2356
|
- spec/discovery/crm/quotes/batch_api_spec.rb
|
2178
|
-
- spec/discovery/crm/quotes/gdpr_api_spec.rb
|
2179
|
-
- spec/discovery/crm/quotes/public_object_api_spec.rb
|
2180
2357
|
- spec/discovery/crm/quotes/search_api_spec.rb
|
2181
2358
|
- spec/discovery/crm/schemas/core_api_spec.rb
|
2182
|
-
- spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
|
2183
2359
|
- spec/discovery/crm/tickets/basic_api_spec.rb
|
2184
2360
|
- spec/discovery/crm/tickets/batch_api_spec.rb
|
2185
|
-
- spec/discovery/crm/tickets/
|
2186
|
-
- spec/discovery/crm/tickets/public_object_api_spec.rb
|
2361
|
+
- spec/discovery/crm/tickets/merge_api_spec.rb
|
2187
2362
|
- spec/discovery/crm/tickets/search_api_spec.rb
|
2188
2363
|
- spec/discovery/crm/timeline/events_api_spec.rb
|
2189
2364
|
- spec/discovery/crm/timeline/templates_api_spec.rb
|
2190
2365
|
- spec/discovery/crm/timeline/tokens_api_spec.rb
|
2191
2366
|
- spec/discovery/events/events_api_spec.rb
|
2192
|
-
- spec/discovery/events/send/
|
2367
|
+
- spec/discovery/events/send/basic_api_spec.rb
|
2368
|
+
- spec/discovery/events/send/batch_api_spec.rb
|
2193
2369
|
- spec/discovery/files/files_api_spec.rb
|
2194
2370
|
- spec/discovery/files/folders_api_spec.rb
|
2195
2371
|
- spec/discovery/marketing/client_spec.rb
|
2196
|
-
- spec/discovery/marketing/
|
2372
|
+
- spec/discovery/marketing/emails/marketing_emails_api_spec.rb
|
2373
|
+
- spec/discovery/marketing/emails/statistics_api_spec.rb
|
2374
|
+
- spec/discovery/marketing/events/add_event_attendees_api_spec.rb
|
2197
2375
|
- spec/discovery/marketing/events/basic_api_spec.rb
|
2198
2376
|
- spec/discovery/marketing/events/batch_api_spec.rb
|
2199
|
-
- spec/discovery/marketing/events/
|
2200
|
-
- spec/discovery/marketing/events/
|
2377
|
+
- spec/discovery/marketing/events/change_property_api_spec.rb
|
2378
|
+
- spec/discovery/marketing/events/identifiers_api_spec.rb
|
2379
|
+
- spec/discovery/marketing/events/list_associations_api_spec.rb
|
2380
|
+
- spec/discovery/marketing/events/retrieve_participant_state_api_spec.rb
|
2201
2381
|
- spec/discovery/marketing/events/settings_api_spec.rb
|
2202
2382
|
- spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
|
2203
2383
|
- spec/discovery/marketing/forms/forms_api_spec.rb
|
@@ -2214,8 +2394,9 @@ files:
|
|
2214
2394
|
- spec/discovery/webhooks/subscriptions_api_spec.rb
|
2215
2395
|
- spec/helpers/authorize_url_spec.rb
|
2216
2396
|
- spec/helpers/camel_case_spec.rb
|
2397
|
+
- spec/helpers/requests/http_auth_spec.rb
|
2398
|
+
- spec/helpers/requests/http_request_spec.rb
|
2217
2399
|
- spec/helpers/signature_spec.rb
|
2218
|
-
- spec/integration/contacts_spec.rb
|
2219
2400
|
- spec/spec_helper.rb
|
2220
2401
|
homepage: https://github.com/HubSpot/hubspot-api-ruby
|
2221
2402
|
licenses:
|
@@ -2232,9 +2413,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2232
2413
|
version: '2.7'
|
2233
2414
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2234
2415
|
requirements:
|
2235
|
-
- - "
|
2416
|
+
- - ">"
|
2236
2417
|
- !ruby/object:Gem::Version
|
2237
|
-
version:
|
2418
|
+
version: 1.3.1
|
2238
2419
|
requirements: []
|
2239
2420
|
rubygems_version: 3.2.3
|
2240
2421
|
signing_key:
|
@@ -2252,96 +2433,80 @@ test_files:
|
|
2252
2433
|
- spec/discovery/base_api_client_spec.rb
|
2253
2434
|
- spec/discovery/communication_preferences/status_api_spec.rb
|
2254
2435
|
- spec/discovery/communication_preferences/definition_api_spec.rb
|
2436
|
+
- spec/discovery/crm/commerce/client_spec.rb
|
2437
|
+
- spec/discovery/crm/commerce/invoices/search_api_spec.rb
|
2438
|
+
- spec/discovery/crm/commerce/invoices/basic_api_spec.rb
|
2439
|
+
- spec/discovery/crm/commerce/invoices/batch_api_spec.rb
|
2255
2440
|
- spec/discovery/crm/tickets/search_api_spec.rb
|
2441
|
+
- spec/discovery/crm/tickets/merge_api_spec.rb
|
2256
2442
|
- spec/discovery/crm/tickets/basic_api_spec.rb
|
2257
|
-
- spec/discovery/crm/tickets/public_object_api_spec.rb
|
2258
|
-
- spec/discovery/crm/tickets/gdpr_api_spec.rb
|
2259
2443
|
- spec/discovery/crm/tickets/batch_api_spec.rb
|
2260
2444
|
- spec/discovery/crm/associations/client_spec.rb
|
2261
2445
|
- spec/discovery/crm/associations/schema/types_api_spec.rb
|
2262
2446
|
- spec/discovery/crm/associations/v4/client_spec.rb
|
2263
2447
|
- spec/discovery/crm/associations/v4/basic_api_spec.rb
|
2448
|
+
- spec/discovery/crm/associations/v4/schema/definition_configurations_api_spec.rb
|
2264
2449
|
- spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
|
2450
|
+
- spec/discovery/crm/associations/v4/report_api_spec.rb
|
2265
2451
|
- spec/discovery/crm/associations/v4/batch_api_spec.rb
|
2266
2452
|
- spec/discovery/crm/associations/batch_api_spec.rb
|
2267
2453
|
- spec/discovery/crm/client_spec.rb
|
2268
2454
|
- spec/discovery/crm/products/search_api_spec.rb
|
2269
2455
|
- spec/discovery/crm/products/basic_api_spec.rb
|
2270
|
-
- spec/discovery/crm/products/public_object_api_spec.rb
|
2271
|
-
- spec/discovery/crm/products/gdpr_api_spec.rb
|
2272
2456
|
- spec/discovery/crm/products/batch_api_spec.rb
|
2457
|
+
- spec/discovery/crm/lists/mapping_api_spec.rb
|
2273
2458
|
- spec/discovery/crm/lists/memberships_api_spec.rb
|
2274
2459
|
- spec/discovery/crm/lists/lists_api_spec.rb
|
2460
|
+
- spec/discovery/crm/lists/folders_api_spec.rb
|
2275
2461
|
- spec/discovery/crm/quotes/search_api_spec.rb
|
2276
2462
|
- spec/discovery/crm/quotes/basic_api_spec.rb
|
2277
|
-
- spec/discovery/crm/quotes/public_object_api_spec.rb
|
2278
|
-
- spec/discovery/crm/quotes/gdpr_api_spec.rb
|
2279
2463
|
- spec/discovery/crm/quotes/batch_api_spec.rb
|
2280
2464
|
- spec/discovery/crm/contacts/search_api_spec.rb
|
2465
|
+
- spec/discovery/crm/contacts/merge_api_spec.rb
|
2281
2466
|
- spec/discovery/crm/contacts/basic_api_spec.rb
|
2282
|
-
- spec/discovery/crm/contacts/public_object_api_spec.rb
|
2283
2467
|
- spec/discovery/crm/contacts/gdpr_api_spec.rb
|
2284
2468
|
- spec/discovery/crm/contacts/batch_api_spec.rb
|
2285
2469
|
- spec/discovery/crm/objects/postal_mail/search_api_spec.rb
|
2286
2470
|
- spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
|
2287
|
-
- spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
|
2288
|
-
- spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
|
2289
2471
|
- spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
|
2290
2472
|
- spec/discovery/crm/objects/calls/search_api_spec.rb
|
2291
2473
|
- spec/discovery/crm/objects/calls/basic_api_spec.rb
|
2292
|
-
- spec/discovery/crm/objects/calls/public_object_api_spec.rb
|
2293
|
-
- spec/discovery/crm/objects/calls/gdpr_api_spec.rb
|
2294
2474
|
- spec/discovery/crm/objects/calls/batch_api_spec.rb
|
2295
2475
|
- spec/discovery/crm/objects/search_api_spec.rb
|
2296
|
-
- spec/discovery/crm/objects/associations_api_spec.rb
|
2297
2476
|
- spec/discovery/crm/objects/tasks/search_api_spec.rb
|
2298
2477
|
- spec/discovery/crm/objects/tasks/basic_api_spec.rb
|
2299
|
-
- spec/discovery/crm/objects/tasks/public_object_api_spec.rb
|
2300
|
-
- spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
|
2301
2478
|
- spec/discovery/crm/objects/tasks/batch_api_spec.rb
|
2302
2479
|
- spec/discovery/crm/objects/client_spec.rb
|
2303
2480
|
- spec/discovery/crm/objects/goals/search_api_spec.rb
|
2304
2481
|
- spec/discovery/crm/objects/goals/basic_api_spec.rb
|
2305
|
-
- spec/discovery/crm/objects/goals/public_object_api_spec.rb
|
2306
|
-
- spec/discovery/crm/objects/goals/gdpr_api_spec.rb
|
2307
2482
|
- spec/discovery/crm/objects/goals/batch_api_spec.rb
|
2483
|
+
- spec/discovery/crm/objects/leads/search_api_spec.rb
|
2484
|
+
- spec/discovery/crm/objects/leads/basic_api_spec.rb
|
2485
|
+
- spec/discovery/crm/objects/leads/batch_api_spec.rb
|
2308
2486
|
- spec/discovery/crm/objects/emails/search_api_spec.rb
|
2309
2487
|
- spec/discovery/crm/objects/emails/basic_api_spec.rb
|
2310
|
-
- spec/discovery/crm/objects/emails/public_object_api_spec.rb
|
2311
|
-
- spec/discovery/crm/objects/emails/gdpr_api_spec.rb
|
2312
2488
|
- spec/discovery/crm/objects/emails/batch_api_spec.rb
|
2313
2489
|
- spec/discovery/crm/objects/basic_api_spec.rb
|
2314
2490
|
- spec/discovery/crm/objects/notes/search_api_spec.rb
|
2315
2491
|
- spec/discovery/crm/objects/notes/basic_api_spec.rb
|
2316
|
-
- spec/discovery/crm/objects/notes/public_object_api_spec.rb
|
2317
|
-
- spec/discovery/crm/objects/notes/gdpr_api_spec.rb
|
2318
2492
|
- spec/discovery/crm/objects/notes/batch_api_spec.rb
|
2319
2493
|
- spec/discovery/crm/objects/taxes/search_api_spec.rb
|
2320
2494
|
- spec/discovery/crm/objects/taxes/basic_api_spec.rb
|
2321
|
-
- spec/discovery/crm/objects/taxes/public_object_api_spec.rb
|
2322
|
-
- spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
|
2323
2495
|
- spec/discovery/crm/objects/taxes/batch_api_spec.rb
|
2324
2496
|
- spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
|
2325
2497
|
- spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
|
2326
|
-
- spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
|
2327
|
-
- spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
|
2328
2498
|
- spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
|
2329
|
-
- spec/discovery/crm/objects/
|
2499
|
+
- spec/discovery/crm/objects/deal_splits/batch_api_spec.rb
|
2330
2500
|
- spec/discovery/crm/objects/meetings/search_api_spec.rb
|
2331
2501
|
- spec/discovery/crm/objects/meetings/basic_api_spec.rb
|
2332
|
-
- spec/discovery/crm/objects/meetings/public_object_api_spec.rb
|
2333
|
-
- spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
|
2334
2502
|
- spec/discovery/crm/objects/meetings/batch_api_spec.rb
|
2335
|
-
- spec/discovery/crm/objects/gdpr_api_spec.rb
|
2336
2503
|
- spec/discovery/crm/objects/batch_api_spec.rb
|
2337
2504
|
- spec/discovery/crm/objects/communications/search_api_spec.rb
|
2338
2505
|
- spec/discovery/crm/objects/communications/basic_api_spec.rb
|
2339
|
-
- spec/discovery/crm/objects/communications/public_object_api_spec.rb
|
2340
|
-
- spec/discovery/crm/objects/communications/gdpr_api_spec.rb
|
2341
2506
|
- spec/discovery/crm/objects/communications/batch_api_spec.rb
|
2342
2507
|
- spec/discovery/crm/deals/search_api_spec.rb
|
2508
|
+
- spec/discovery/crm/deals/merge_api_spec.rb
|
2343
2509
|
- spec/discovery/crm/deals/basic_api_spec.rb
|
2344
|
-
- spec/discovery/crm/deals/public_object_api_spec.rb
|
2345
2510
|
- spec/discovery/crm/deals/batch_api_spec.rb
|
2346
2511
|
- spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
|
2347
2512
|
- spec/discovery/crm/pipelines/pipelines_api_spec.rb
|
@@ -2349,24 +2514,18 @@ test_files:
|
|
2349
2514
|
- spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
|
2350
2515
|
- spec/discovery/crm/line_items/search_api_spec.rb
|
2351
2516
|
- spec/discovery/crm/line_items/basic_api_spec.rb
|
2352
|
-
- spec/discovery/crm/line_items/public_object_api_spec.rb
|
2353
|
-
- spec/discovery/crm/line_items/gdpr_api_spec.rb
|
2354
2517
|
- spec/discovery/crm/line_items/batch_api_spec.rb
|
2355
2518
|
- spec/discovery/crm/imports/core_api_spec.rb
|
2356
2519
|
- spec/discovery/crm/imports/public_imports_api_spec.rb
|
2357
2520
|
- spec/discovery/crm/schemas/core_api_spec.rb
|
2358
|
-
- spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
|
2359
|
-
- spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
|
2360
|
-
- spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
|
2361
|
-
- spec/discovery/crm/extensions/accounting/sync_api_spec.rb
|
2362
|
-
- spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
|
2363
|
-
- spec/discovery/crm/extensions/accounting/settings_api_spec.rb
|
2364
2521
|
- spec/discovery/crm/extensions/client_spec.rb
|
2365
2522
|
- spec/discovery/crm/extensions/calling/settings_api_spec.rb
|
2523
|
+
- spec/discovery/crm/extensions/calling/channel_connection_settings_api_spec.rb
|
2366
2524
|
- spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
|
2367
2525
|
- spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
|
2368
2526
|
- spec/discovery/crm/extensions/cards/sample_response_api_spec.rb
|
2369
2527
|
- spec/discovery/crm/extensions/cards/cards_api_spec.rb
|
2528
|
+
- spec/discovery/crm/exports/public_exports_api_spec.rb
|
2370
2529
|
- spec/discovery/crm/properties/groups_api_spec.rb
|
2371
2530
|
- spec/discovery/crm/properties/core_api_spec.rb
|
2372
2531
|
- spec/discovery/crm/properties/batch_api_spec.rb
|
@@ -2375,15 +2534,17 @@ test_files:
|
|
2375
2534
|
- spec/discovery/crm/timeline/events_api_spec.rb
|
2376
2535
|
- spec/discovery/crm/timeline/templates_api_spec.rb
|
2377
2536
|
- spec/discovery/crm/companies/search_api_spec.rb
|
2537
|
+
- spec/discovery/crm/companies/merge_api_spec.rb
|
2378
2538
|
- spec/discovery/crm/companies/basic_api_spec.rb
|
2379
|
-
- spec/discovery/crm/companies/public_object_api_spec.rb
|
2380
2539
|
- spec/discovery/crm/companies/batch_api_spec.rb
|
2381
2540
|
- spec/discovery/base_module_client_spec.rb
|
2382
2541
|
- spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
|
2383
2542
|
- spec/discovery/cms/site-search/public_api_spec.rb
|
2384
2543
|
- spec/discovery/cms/blogs/client_spec.rb
|
2385
2544
|
- spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
|
2386
|
-
- spec/discovery/cms/blogs/blog-posts/
|
2545
|
+
- spec/discovery/cms/blogs/blog-posts/multi_language_api_spec.rb
|
2546
|
+
- spec/discovery/cms/blogs/blog-posts/basic_api_spec.rb
|
2547
|
+
- spec/discovery/cms/blogs/blog-posts/batch_api_spec.rb
|
2387
2548
|
- spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
|
2388
2549
|
- spec/discovery/cms/client_spec.rb
|
2389
2550
|
- spec/discovery/cms/hubdb/rows_api_spec.rb
|
@@ -2393,7 +2554,6 @@ test_files:
|
|
2393
2554
|
- spec/discovery/cms/url-redirects/redirects_api_spec.rb
|
2394
2555
|
- spec/discovery/cms/source-code/extract_api_spec.rb
|
2395
2556
|
- spec/discovery/cms/source-code/metadata_api_spec.rb
|
2396
|
-
- spec/discovery/cms/source-code/source_code_extract_api_spec.rb
|
2397
2557
|
- spec/discovery/cms/source-code/validation_api_spec.rb
|
2398
2558
|
- spec/discovery/cms/source-code/content_api_spec.rb
|
2399
2559
|
- spec/discovery/cms/performance/public_performance_api_spec.rb
|
@@ -2404,13 +2564,17 @@ test_files:
|
|
2404
2564
|
- spec/discovery/files/folders_api_spec.rb
|
2405
2565
|
- spec/discovery/marketing/client_spec.rb
|
2406
2566
|
- spec/discovery/marketing/forms/forms_api_spec.rb
|
2407
|
-
- spec/discovery/marketing/
|
2408
|
-
- spec/discovery/marketing/
|
2409
|
-
- spec/discovery/marketing/events/
|
2567
|
+
- spec/discovery/marketing/emails/marketing_emails_api_spec.rb
|
2568
|
+
- spec/discovery/marketing/emails/statistics_api_spec.rb
|
2569
|
+
- spec/discovery/marketing/events/add_event_attendees_api_spec.rb
|
2570
|
+
- spec/discovery/marketing/events/retrieve_participant_state_api_spec.rb
|
2571
|
+
- spec/discovery/marketing/events/change_property_api_spec.rb
|
2410
2572
|
- spec/discovery/marketing/events/basic_api_spec.rb
|
2411
2573
|
- spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
|
2412
2574
|
- spec/discovery/marketing/events/settings_api_spec.rb
|
2413
2575
|
- spec/discovery/marketing/events/batch_api_spec.rb
|
2576
|
+
- spec/discovery/marketing/events/list_associations_api_spec.rb
|
2577
|
+
- spec/discovery/marketing/events/identifiers_api_spec.rb
|
2414
2578
|
- spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
|
2415
2579
|
- spec/discovery/marketing/transactional/single_send_api_spec.rb
|
2416
2580
|
- spec/discovery/automation/actions/functions_api_spec.rb
|
@@ -2418,11 +2582,13 @@ test_files:
|
|
2418
2582
|
- spec/discovery/automation/actions/callbacks_api_spec.rb
|
2419
2583
|
- spec/discovery/automation/actions/revisions_api_spec.rb
|
2420
2584
|
- spec/discovery/events/events_api_spec.rb
|
2421
|
-
- spec/discovery/events/send/
|
2585
|
+
- spec/discovery/events/send/basic_api_spec.rb
|
2586
|
+
- spec/discovery/events/send/batch_api_spec.rb
|
2422
2587
|
- spec/discovery/webhooks/settings_api_spec.rb
|
2423
2588
|
- spec/discovery/webhooks/subscriptions_api_spec.rb
|
2424
2589
|
- spec/helpers/authorize_url_spec.rb
|
2425
2590
|
- spec/helpers/signature_spec.rb
|
2591
|
+
- spec/helpers/requests/http_auth_spec.rb
|
2592
|
+
- spec/helpers/requests/http_request_spec.rb
|
2426
2593
|
- spec/helpers/camel_case_spec.rb
|
2427
|
-
- spec/integration/contacts_spec.rb
|
2428
2594
|
- spec/spec_helper.rb
|