hubspot-api-client 2.3.2 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +32 -0
- data/README.md +2 -31
- data/lib/hubspot-api-client.rb +176 -208
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +22 -22
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +8 -8
- data/lib/hubspot/codegen/crm/associations/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
- 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 +2 -2
- 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/collection_response_public_association_definiton.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/public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.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 +2 -2
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +4 -4
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +4 -4
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +0 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +2 -2
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +2 -2
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +279 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/imports/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/imports/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/{timeline/models/divide_numbers.rb → imports/models/action_response.rb} +54 -48
- data/lib/hubspot/codegen/crm/{timeline/models/now.rb → imports/models/collection_response_public_import_response.rb} +25 -79
- data/lib/hubspot/codegen/crm/{timeline/models/date.rb → imports/models/error.rb} +82 -70
- data/lib/hubspot/codegen/crm/{timeline/models/add_numbers.rb → imports/models/error_detail.rb} +51 -73
- data/lib/hubspot/codegen/crm/{timeline/models/model_or.rb → imports/models/next_page.rb} +24 -80
- data/lib/hubspot/codegen/crm/{timeline/models/month.rb → imports/models/paging.rb} +15 -85
- data/lib/hubspot/codegen/crm/{timeline/models/pipeline_probability.rb → imports/models/public_import_metadata.rb} +48 -76
- data/lib/hubspot/codegen/crm/{timeline/models/contains.rb → imports/models/public_import_response.rb} +93 -57
- data/lib/hubspot/codegen/crm/{timeline/models/xor.rb → imports/models/public_object_list_record.rb} +31 -80
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/error.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +3 -3
- data/lib/hubspot/codegen/crm/owners/models/paging.rb +3 -3
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +2 -2
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +3 -3
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +2 -2
- 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/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +2 -3
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +2 -3
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +2 -3
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +2 -3
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +2 -3
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +2 -3
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +2 -2
- data/lib/hubspot/codegen/crm/products/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/products/configuration.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +3 -3
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +19 -19
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/configuration.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/option.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +2 -3
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +26 -26
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +21 -21
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +3 -3
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +25 -25
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +20 -20
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +34 -34
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +24 -24
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +2 -2
- 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 -2
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +1 -2
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +1 -2
- 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 -2
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +1 -2
- 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 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +1 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +1 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +1 -2
- 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 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +1 -2
- data/lib/hubspot/codegen/oauth/api_client.rb +3 -3
- data/lib/hubspot/codegen/oauth/api_error.rb +2 -2
- data/lib/hubspot/codegen/oauth/configuration.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +2 -2
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +2 -2
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +25 -21
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +129 -55
- data/lib/hubspot/codegen/webhooks/api_client.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +215 -0
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +331 -0
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +227 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +0 -1
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +0 -1
- data/lib/hubspot/exceptions.rb +11 -0
- data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
- data/lib/hubspot/version.rb +1 -1
- data/sample-apps/imports-contacts-app/.env.template +2 -0
- data/sample-apps/imports-contacts-app/.env.test.template +3 -0
- data/sample-apps/imports-contacts-app/.gitignore +37 -0
- data/sample-apps/imports-contacts-app/.rspec +1 -0
- data/sample-apps/imports-contacts-app/.ruby-version +1 -0
- data/sample-apps/imports-contacts-app/Dockerfile +22 -0
- data/sample-apps/imports-contacts-app/Gemfile +33 -0
- data/sample-apps/imports-contacts-app/Gemfile.lock +271 -0
- data/sample-apps/imports-contacts-app/README.md +27 -0
- data/sample-apps/imports-contacts-app/Rakefile +6 -0
- data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +3 -0
- data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +15 -0
- data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +13 -0
- data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +87 -0
- data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +12 -0
- data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
- data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +24 -0
- data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
- data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +2 -0
- data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/authorize_hubspot.rb +0 -0
- data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/get_authorization_uri.rb +1 -1
- data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/base.rb +0 -0
- data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/generate.rb +2 -2
- data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/refresh.rb +3 -4
- data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +52 -0
- data/sample-apps/imports-contacts-app/app/models/application_record.rb +3 -0
- data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +70 -0
- data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +23 -0
- data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
- data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +15 -0
- data/sample-apps/imports-contacts-app/bin/bundle +3 -0
- data/sample-apps/imports-contacts-app/bin/rails +9 -0
- data/sample-apps/imports-contacts-app/bin/rake +9 -0
- data/sample-apps/imports-contacts-app/bin/setup +36 -0
- data/sample-apps/imports-contacts-app/bin/spring +17 -0
- data/sample-apps/imports-contacts-app/bin/update +31 -0
- data/sample-apps/imports-contacts-app/bin/yarn +11 -0
- data/sample-apps/imports-contacts-app/config.ru +5 -0
- data/sample-apps/imports-contacts-app/config/application.rb +19 -0
- data/sample-apps/imports-contacts-app/config/boot.rb +3 -0
- data/sample-apps/imports-contacts-app/config/cable.yml +10 -0
- data/sample-apps/imports-contacts-app/config/database.yml +25 -0
- data/sample-apps/imports-contacts-app/config/environment.rb +5 -0
- data/sample-apps/imports-contacts-app/config/environments/development.rb +61 -0
- data/sample-apps/imports-contacts-app/config/environments/production.rb +94 -0
- data/sample-apps/imports-contacts-app/config/environments/test.rb +46 -0
- data/sample-apps/imports-contacts-app/config/initializers/assets.rb +14 -0
- data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
- data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +3 -0
- data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +1 -0
- data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +14 -0
- data/sample-apps/imports-contacts-app/config/locales/en.yml +33 -0
- data/sample-apps/imports-contacts-app/config/puma.rb +34 -0
- data/sample-apps/imports-contacts-app/config/routes.rb +11 -0
- data/sample-apps/imports-contacts-app/config/spring.rb +6 -0
- data/sample-apps/imports-contacts-app/db/seeds.rb +7 -0
- data/sample-apps/imports-contacts-app/docker-compose.yml +11 -0
- data/sample-apps/imports-contacts-app/docker-entrypoint.sh +8 -0
- data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/imports-contacts-app/log/.keep +0 -0
- data/sample-apps/imports-contacts-app/package.json +5 -0
- data/sample-apps/imports-contacts-app/public/404.html +67 -0
- data/sample-apps/imports-contacts-app/public/422.html +67 -0
- data/sample-apps/imports-contacts-app/public/500.html +66 -0
- data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/imports-contacts-app/public/examples/example.csv +2 -0
- data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
- data/sample-apps/imports-contacts-app/public/robots.txt +1 -0
- data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
- data/sample-apps/webhooks-contacts-app/.env.template +3 -1
- data/sample-apps/webhooks-contacts-app/Gemfile.lock +1 -1
- data/sample-apps/webhooks-contacts-app/README.md +24 -21
- data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +7 -55
- data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +8 -10
- data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +44 -0
- data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +6 -6
- data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +1 -1
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +1 -1
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +25 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +44 -0
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +13 -1
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +39 -0
- data/sample-apps/webhooks-contacts-app/app/models/event.rb +3 -0
- data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +14 -16
- data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +47 -0
- data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +6 -6
- data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +3 -0
- data/sample-apps/webhooks-contacts-app/config/database.yml +9 -9
- data/sample-apps/webhooks-contacts-app/config/routes.rb +2 -0
- data/sample-apps/webhooks-contacts-app/db/schema.rb +2 -5
- data/sample-apps/webhooks-contacts-app/docker-compose.yml +13 -10
- metadata +345 -196
- data/lib/hubspot/codegen/crm/timeline/models/begins_with.rb +0 -294
- data/lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/concat_strings.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/constant_number.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/constant_string.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/if_boolean.rb +0 -303
- data/lib/hubspot/codegen/crm/timeline/models/if_number.rb +0 -303
- data/lib/hubspot/codegen/crm/timeline/models/if_string.rb +0 -303
- data/lib/hubspot/codegen/crm/timeline/models/is_present.rb +0 -294
- data/lib/hubspot/codegen/crm/timeline/models/less_than.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/lower_case.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/max_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/min_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/model_and.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/model_not.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/more_than.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/number_equals.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/number_to_string.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/parse_number.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/period_to_months.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/string_equals.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/time_between.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/upper_case.rb +0 -280
- data/lib/hubspot/codegen/crm/timeline/models/year.rb +0 -280
@@ -28,8 +28,8 @@ module Hubspot
|
|
28
28
|
# @param app_id [Integer] The ID of the target app.
|
29
29
|
# @param [Hash] opts the optional parameters
|
30
30
|
# @return [nil]
|
31
|
-
def
|
32
|
-
|
31
|
+
def archive(event_template_id, token_name, app_id, opts = {})
|
32
|
+
archive_with_http_info(event_template_id, token_name, app_id, opts)
|
33
33
|
nil
|
34
34
|
end
|
35
35
|
|
@@ -40,21 +40,21 @@ module Hubspot
|
|
40
40
|
# @param app_id [Integer] The ID of the target app.
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
42
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
43
|
-
def
|
43
|
+
def archive_with_http_info(event_template_id, token_name, app_id, opts = {})
|
44
44
|
if @api_client.config.debugging
|
45
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.
|
45
|
+
@api_client.config.logger.debug 'Calling API: TokensApi.archive ...'
|
46
46
|
end
|
47
47
|
# verify the required parameter 'event_template_id' is set
|
48
48
|
if @api_client.config.client_side_validation && event_template_id.nil?
|
49
|
-
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.
|
49
|
+
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.archive"
|
50
50
|
end
|
51
51
|
# verify the required parameter 'token_name' is set
|
52
52
|
if @api_client.config.client_side_validation && token_name.nil?
|
53
|
-
fail ArgumentError, "Missing the required parameter 'token_name' when calling TokensApi.
|
53
|
+
fail ArgumentError, "Missing the required parameter 'token_name' when calling TokensApi.archive"
|
54
54
|
end
|
55
55
|
# verify the required parameter 'app_id' is set
|
56
56
|
if @api_client.config.client_side_validation && app_id.nil?
|
57
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.
|
57
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.archive"
|
58
58
|
end
|
59
59
|
# resource path
|
60
60
|
local_var_path = '/crm/v3/timeline/{appId}/event-templates/{eventTemplateId}/tokens/{tokenName}'.sub('{' + 'eventTemplateId' + '}', CGI.escape(event_template_id.to_s)).sub('{' + 'tokenName' + '}', CGI.escape(token_name.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -90,7 +90,7 @@ module Hubspot
|
|
90
90
|
|
91
91
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
92
92
|
if @api_client.config.debugging
|
93
|
-
@api_client.config.logger.debug "API called: TokensApi#
|
93
|
+
@api_client.config.logger.debug "API called: TokensApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
94
94
|
end
|
95
95
|
return data, status_code, headers
|
96
96
|
end
|
@@ -102,8 +102,8 @@ module Hubspot
|
|
102
102
|
# @param [Hash] opts the optional parameters
|
103
103
|
# @option opts [TimelineEventTemplateToken] :timeline_event_template_token The new token definition.
|
104
104
|
# @return [TimelineEventTemplateToken]
|
105
|
-
def
|
106
|
-
data, _status_code, _headers =
|
105
|
+
def create(event_template_id, app_id, opts = {})
|
106
|
+
data, _status_code, _headers = create_with_http_info(event_template_id, app_id, opts)
|
107
107
|
data
|
108
108
|
end
|
109
109
|
|
@@ -114,17 +114,17 @@ module Hubspot
|
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
115
|
# @option opts [TimelineEventTemplateToken] :timeline_event_template_token The new token definition.
|
116
116
|
# @return [Array<(TimelineEventTemplateToken, Integer, Hash)>] TimelineEventTemplateToken data, response status code and response headers
|
117
|
-
def
|
117
|
+
def create_with_http_info(event_template_id, app_id, opts = {})
|
118
118
|
if @api_client.config.debugging
|
119
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.
|
119
|
+
@api_client.config.logger.debug 'Calling API: TokensApi.create ...'
|
120
120
|
end
|
121
121
|
# verify the required parameter 'event_template_id' is set
|
122
122
|
if @api_client.config.client_side_validation && event_template_id.nil?
|
123
|
-
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.
|
123
|
+
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.create"
|
124
124
|
end
|
125
125
|
# verify the required parameter 'app_id' is set
|
126
126
|
if @api_client.config.client_side_validation && app_id.nil?
|
127
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.
|
127
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.create"
|
128
128
|
end
|
129
129
|
# resource path
|
130
130
|
local_var_path = '/crm/v3/timeline/{appId}/event-templates/{eventTemplateId}/tokens'.sub('{' + 'eventTemplateId' + '}', CGI.escape(event_template_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -162,7 +162,7 @@ module Hubspot
|
|
162
162
|
|
163
163
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
164
164
|
if @api_client.config.debugging
|
165
|
-
@api_client.config.logger.debug "API called: TokensApi#
|
165
|
+
@api_client.config.logger.debug "API called: TokensApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
166
166
|
end
|
167
167
|
return data, status_code, headers
|
168
168
|
end
|
@@ -175,8 +175,8 @@ module Hubspot
|
|
175
175
|
# @param [Hash] opts the optional parameters
|
176
176
|
# @option opts [TimelineEventTemplateTokenUpdateRequest] :timeline_event_template_token_update_request The updated token definition.
|
177
177
|
# @return [TimelineEventTemplateToken]
|
178
|
-
def
|
179
|
-
data, _status_code, _headers =
|
178
|
+
def update(event_template_id, token_name, app_id, opts = {})
|
179
|
+
data, _status_code, _headers = update_with_http_info(event_template_id, token_name, app_id, opts)
|
180
180
|
data
|
181
181
|
end
|
182
182
|
|
@@ -188,21 +188,21 @@ module Hubspot
|
|
188
188
|
# @param [Hash] opts the optional parameters
|
189
189
|
# @option opts [TimelineEventTemplateTokenUpdateRequest] :timeline_event_template_token_update_request The updated token definition.
|
190
190
|
# @return [Array<(TimelineEventTemplateToken, Integer, Hash)>] TimelineEventTemplateToken data, response status code and response headers
|
191
|
-
def
|
191
|
+
def update_with_http_info(event_template_id, token_name, app_id, opts = {})
|
192
192
|
if @api_client.config.debugging
|
193
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.
|
193
|
+
@api_client.config.logger.debug 'Calling API: TokensApi.update ...'
|
194
194
|
end
|
195
195
|
# verify the required parameter 'event_template_id' is set
|
196
196
|
if @api_client.config.client_side_validation && event_template_id.nil?
|
197
|
-
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.
|
197
|
+
fail ArgumentError, "Missing the required parameter 'event_template_id' when calling TokensApi.update"
|
198
198
|
end
|
199
199
|
# verify the required parameter 'token_name' is set
|
200
200
|
if @api_client.config.client_side_validation && token_name.nil?
|
201
|
-
fail ArgumentError, "Missing the required parameter 'token_name' when calling TokensApi.
|
201
|
+
fail ArgumentError, "Missing the required parameter 'token_name' when calling TokensApi.update"
|
202
202
|
end
|
203
203
|
# verify the required parameter 'app_id' is set
|
204
204
|
if @api_client.config.client_side_validation && app_id.nil?
|
205
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.
|
205
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApi.update"
|
206
206
|
end
|
207
207
|
# resource path
|
208
208
|
local_var_path = '/crm/v3/timeline/{appId}/event-templates/{eventTemplateId}/tokens/{tokenName}'.sub('{' + 'eventTemplateId' + '}', CGI.escape(event_template_id.to_s)).sub('{' + 'tokenName' + '}', CGI.escape(token_name.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -240,11 +240,11 @@ module Hubspot
|
|
240
240
|
|
241
241
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
242
242
|
if @api_client.config.debugging
|
243
|
-
@api_client.config.logger.debug "API called: TokensApi#
|
243
|
+
@api_client.config.logger.debug "API called: TokensApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
244
244
|
end
|
245
245
|
return data, status_code, headers
|
246
246
|
end
|
247
247
|
end
|
248
248
|
end
|
249
249
|
end
|
250
|
-
end
|
250
|
+
end
|
@@ -99,7 +99,7 @@ module Hubspot
|
|
99
99
|
fail ApiError.new(:code => response.status,
|
100
100
|
:response_headers => response.headers,
|
101
101
|
:response_body => response.body),
|
102
|
-
|
102
|
+
response.reason_phrase
|
103
103
|
end
|
104
104
|
end
|
105
105
|
rescue Faraday::TimeoutError
|
@@ -419,4 +419,4 @@ module Hubspot
|
|
419
419
|
end
|
420
420
|
end
|
421
421
|
end
|
422
|
-
end
|
422
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# Used to create timeline events in batches.
|
19
18
|
class BatchInputTimelineEvent
|
20
19
|
# A collection of timeline events we want to create.
|
21
20
|
attr_accessor :inputs
|
@@ -216,4 +215,4 @@ module Hubspot
|
|
216
215
|
end
|
217
216
|
end
|
218
217
|
end
|
219
|
-
end
|
218
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# The state of the batch event request.
|
19
18
|
class BatchResponseTimelineEventResponse
|
20
19
|
# Successfully created events.
|
21
20
|
attr_accessor :results
|
@@ -327,4 +326,4 @@ module Hubspot
|
|
327
326
|
end
|
328
327
|
end
|
329
328
|
end
|
330
|
-
end
|
329
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# Container for all templates being returned.
|
19
18
|
class CollectionResponseTimelineEventTemplate
|
20
19
|
# A collection of templates.
|
21
20
|
attr_accessor :results
|
@@ -225,4 +224,4 @@ module Hubspot
|
|
225
224
|
end
|
226
225
|
end
|
227
226
|
end
|
228
|
-
end
|
227
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# The details Markdown rendered as HTML.
|
19
18
|
class EventDetail
|
20
19
|
# The details Markdown rendered as HTML.
|
21
20
|
attr_accessor :details
|
@@ -214,4 +213,4 @@ module Hubspot
|
|
214
213
|
end
|
215
214
|
end
|
216
215
|
end
|
217
|
-
end
|
216
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# The state of the timeline event.
|
19
18
|
class TimelineEvent
|
20
19
|
# Identifier for the event. This is optional, and we recommend you do not pass this in. We will create one for you if you omit this. You can also use `{{uuid}}` anywhere in the ID to generate a unique string, guaranteeing uniqueness.
|
21
20
|
attr_accessor :id
|
@@ -315,4 +314,4 @@ module Hubspot
|
|
315
314
|
end
|
316
315
|
end
|
317
316
|
end
|
318
|
-
end
|
317
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# The current state of the timeline event.
|
19
18
|
class TimelineEventResponse
|
20
19
|
# The ObjectType associated with the EventTemplate.
|
21
20
|
attr_accessor :object_type
|
@@ -339,4 +338,4 @@ module Hubspot
|
|
339
338
|
end
|
340
339
|
end
|
341
340
|
end
|
342
|
-
end
|
341
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# The current state of the template definition.
|
19
18
|
class TimelineEventTemplate
|
20
19
|
# The template ID.
|
21
20
|
attr_accessor :id
|
@@ -301,4 +300,4 @@ module Hubspot
|
|
301
300
|
end
|
302
301
|
end
|
303
302
|
end
|
304
|
-
end
|
303
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# State of the template definition being created.
|
19
18
|
class TimelineEventTemplateCreateRequest
|
20
19
|
# The type of CRM object you want this template applicable for. Currently we support [contacts, companies, deals].
|
21
20
|
attr_accessor :object_type
|
@@ -266,4 +265,4 @@ module Hubspot
|
|
266
265
|
end
|
267
266
|
end
|
268
267
|
end
|
269
|
-
end
|
268
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# State of the token definition.
|
19
18
|
class TimelineEventTemplateToken
|
20
19
|
# The name of the token referenced in the templates. This must be unique for the specific template. It may only contain alphanumeric characters, periods, dashes, or underscores (. - _).
|
21
20
|
attr_accessor :name
|
@@ -325,4 +324,4 @@ module Hubspot
|
|
325
324
|
end
|
326
325
|
end
|
327
326
|
end
|
328
|
-
end
|
327
|
+
end
|
data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
CHANGED
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# State of the token definition for update requests.
|
19
18
|
class TimelineEventTemplateTokenUpdateRequest
|
20
19
|
# Used for list segmentation and reporting.
|
21
20
|
attr_accessor :label
|
@@ -241,4 +240,4 @@ module Hubspot
|
|
241
240
|
end
|
242
241
|
end
|
243
242
|
end
|
244
|
-
end
|
243
|
+
end
|
@@ -15,7 +15,6 @@ require 'date'
|
|
15
15
|
module Hubspot
|
16
16
|
module Crm
|
17
17
|
module Timeline
|
18
|
-
# State of the template definition being updated.
|
19
18
|
class TimelineEventTemplateUpdateRequest
|
20
19
|
# The template ID.
|
21
20
|
attr_accessor :id
|
@@ -266,4 +265,4 @@ module Hubspot
|
|
266
265
|
end
|
267
266
|
end
|
268
267
|
end
|
269
|
-
end
|
268
|
+
end
|
@@ -31,7 +31,7 @@ module Hubspot
|
|
31
31
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
32
32
|
def initialize(config = Configuration.default)
|
33
33
|
@config = config
|
34
|
-
@user_agent = "
|
34
|
+
@user_agent = "hubspot-api-client-ruby; #{VERSION}"
|
35
35
|
@default_headers = {
|
36
36
|
'Content-Type' => 'application/json',
|
37
37
|
'User-Agent' => @user_agent
|
@@ -98,7 +98,7 @@ module Hubspot
|
|
98
98
|
fail ApiError.new(:code => response.status,
|
99
99
|
:response_headers => response.headers,
|
100
100
|
:response_body => response.body),
|
101
|
-
|
101
|
+
response.reason_phrase
|
102
102
|
end
|
103
103
|
end
|
104
104
|
rescue Faraday::TimeoutError
|
@@ -417,4 +417,4 @@ module Hubspot
|
|
417
417
|
end
|
418
418
|
end
|
419
419
|
end
|
420
|
-
end
|
420
|
+
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -314,4 +314,4 @@ module Hubspot
|
|
314
314
|
end
|
315
315
|
end
|
316
316
|
end
|
317
|
-
end
|
317
|
+
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -300,4 +300,4 @@ module Hubspot
|
|
300
300
|
end
|
301
301
|
end
|
302
302
|
end
|
303
|
-
end
|
303
|
+
end
|
@@ -25,8 +25,8 @@ module Hubspot
|
|
25
25
|
# @param app_id [Integer] The ID of the target app.
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
27
|
# @return [nil]
|
28
|
-
def
|
29
|
-
|
28
|
+
def clear(app_id, opts = {})
|
29
|
+
clear_with_http_info(app_id, opts)
|
30
30
|
nil
|
31
31
|
end
|
32
32
|
|
@@ -35,13 +35,13 @@ module Hubspot
|
|
35
35
|
# @param app_id [Integer] The ID of the target app.
|
36
36
|
# @param [Hash] opts the optional parameters
|
37
37
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
38
|
-
def
|
38
|
+
def clear_with_http_info(app_id, opts = {})
|
39
39
|
if @api_client.config.debugging
|
40
|
-
@api_client.config.logger.debug 'Calling API: SettingsApi.
|
40
|
+
@api_client.config.logger.debug 'Calling API: SettingsApi.clear ...'
|
41
41
|
end
|
42
42
|
# verify the required parameter 'app_id' is set
|
43
43
|
if @api_client.config.client_side_validation && app_id.nil?
|
44
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.
|
44
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.clear"
|
45
45
|
end
|
46
46
|
# resource path
|
47
47
|
local_var_path = '/webhooks/v3/{appId}/settings'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -77,7 +77,7 @@ module Hubspot
|
|
77
77
|
|
78
78
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
79
79
|
if @api_client.config.debugging
|
80
|
-
@api_client.config.logger.debug "API called: SettingsApi#
|
80
|
+
@api_client.config.logger.debug "API called: SettingsApi#clear\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
81
81
|
end
|
82
82
|
return data, status_code, headers
|
83
83
|
end
|
@@ -85,27 +85,31 @@ module Hubspot
|
|
85
85
|
# Configure webhook settings
|
86
86
|
# Used to set the webhook target URL and max concurrency limit for the given app.
|
87
87
|
# @param app_id [Integer] The ID of the target app.
|
88
|
+
# @param settings_change_request [SettingsChangeRequest] Settings state to create new with or replace existing settings with.
|
88
89
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [SettingsChangeRequest] :settings_change_request Settings state to create new with or replace existing settings with.
|
90
90
|
# @return [SettingsResponse]
|
91
|
-
def
|
92
|
-
data, _status_code, _headers =
|
91
|
+
def configure(app_id, settings_change_request, opts = {})
|
92
|
+
data, _status_code, _headers = configure_with_http_info(app_id, settings_change_request, opts)
|
93
93
|
data
|
94
94
|
end
|
95
95
|
|
96
96
|
# Configure webhook settings
|
97
97
|
# Used to set the webhook target URL and max concurrency limit for the given app.
|
98
98
|
# @param app_id [Integer] The ID of the target app.
|
99
|
+
# @param settings_change_request [SettingsChangeRequest] Settings state to create new with or replace existing settings with.
|
99
100
|
# @param [Hash] opts the optional parameters
|
100
|
-
# @option opts [SettingsChangeRequest] :settings_change_request Settings state to create new with or replace existing settings with.
|
101
101
|
# @return [Array<(SettingsResponse, Integer, Hash)>] SettingsResponse data, response status code and response headers
|
102
|
-
def
|
102
|
+
def configure_with_http_info(app_id, settings_change_request, opts = {})
|
103
103
|
if @api_client.config.debugging
|
104
|
-
@api_client.config.logger.debug 'Calling API: SettingsApi.
|
104
|
+
@api_client.config.logger.debug 'Calling API: SettingsApi.configure ...'
|
105
105
|
end
|
106
106
|
# verify the required parameter 'app_id' is set
|
107
107
|
if @api_client.config.client_side_validation && app_id.nil?
|
108
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.
|
108
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.configure"
|
109
|
+
end
|
110
|
+
# verify the required parameter 'settings_change_request' is set
|
111
|
+
if @api_client.config.client_side_validation && settings_change_request.nil?
|
112
|
+
fail ArgumentError, "Missing the required parameter 'settings_change_request' when calling SettingsApi.configure"
|
109
113
|
end
|
110
114
|
# resource path
|
111
115
|
local_var_path = '/webhooks/v3/{appId}/settings'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -124,7 +128,7 @@ module Hubspot
|
|
124
128
|
form_params = opts[:form_params] || {}
|
125
129
|
|
126
130
|
# http body (model)
|
127
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
131
|
+
post_body = opts[:body] || @api_client.object_to_http_body(settings_change_request)
|
128
132
|
|
129
133
|
# return_type
|
130
134
|
return_type = opts[:return_type] || 'SettingsResponse'
|
@@ -143,7 +147,7 @@ module Hubspot
|
|
143
147
|
|
144
148
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
145
149
|
if @api_client.config.debugging
|
146
|
-
@api_client.config.logger.debug "API called: SettingsApi#
|
150
|
+
@api_client.config.logger.debug "API called: SettingsApi#configure\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
147
151
|
end
|
148
152
|
return data, status_code, headers
|
149
153
|
end
|
@@ -153,8 +157,8 @@ module Hubspot
|
|
153
157
|
# @param app_id [Integer] The ID of the target app.
|
154
158
|
# @param [Hash] opts the optional parameters
|
155
159
|
# @return [SettingsResponse]
|
156
|
-
def
|
157
|
-
data, _status_code, _headers =
|
160
|
+
def get_all(app_id, opts = {})
|
161
|
+
data, _status_code, _headers = get_all_with_http_info(app_id, opts)
|
158
162
|
data
|
159
163
|
end
|
160
164
|
|
@@ -163,13 +167,13 @@ module Hubspot
|
|
163
167
|
# @param app_id [Integer] The ID of the target app.
|
164
168
|
# @param [Hash] opts the optional parameters
|
165
169
|
# @return [Array<(SettingsResponse, Integer, Hash)>] SettingsResponse data, response status code and response headers
|
166
|
-
def
|
170
|
+
def get_all_with_http_info(app_id, opts = {})
|
167
171
|
if @api_client.config.debugging
|
168
|
-
@api_client.config.logger.debug 'Calling API: SettingsApi.
|
172
|
+
@api_client.config.logger.debug 'Calling API: SettingsApi.get_all ...'
|
169
173
|
end
|
170
174
|
# verify the required parameter 'app_id' is set
|
171
175
|
if @api_client.config.client_side_validation && app_id.nil?
|
172
|
-
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.
|
176
|
+
fail ArgumentError, "Missing the required parameter 'app_id' when calling SettingsApi.get_all"
|
173
177
|
end
|
174
178
|
# resource path
|
175
179
|
local_var_path = '/webhooks/v3/{appId}/settings'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
|
@@ -205,7 +209,7 @@ module Hubspot
|
|
205
209
|
|
206
210
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
207
211
|
if @api_client.config.debugging
|
208
|
-
@api_client.config.logger.debug "API called: SettingsApi#
|
212
|
+
@api_client.config.logger.debug "API called: SettingsApi#get_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
209
213
|
end
|
210
214
|
return data, status_code, headers
|
211
215
|
end
|