test_test_gem 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +68 -0
- data/Rakefile +8 -0
- data/git_push.sh +55 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +242 -0
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +94 -0
- data/lib/hubspot/codegen/crm/associations/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/associations/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/associations/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +217 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +322 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +322 -0
- data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +226 -0
- data/lib/hubspot/codegen/crm/associations/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +243 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +229 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +216 -0
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/companies/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/companies/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/companies/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/companies/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/deals/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/deals/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/deals/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/deals/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +364 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +84 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +424 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +245 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +327 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +221 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +261 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +221 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +300 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +236 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +231 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +221 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +269 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +241 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +296 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +283 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +320 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +303 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +272 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +237 -0
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +158 -0
- data/lib/hubspot/codegen/crm/owners/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/owners/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/owners/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +226 -0
- data/lib/hubspot/codegen/crm/owners/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/owners/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +304 -0
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +272 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +479 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +443 -0
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +226 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +226 -0
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +319 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +249 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +319 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +249 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +249 -0
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/products/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/products/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/products/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/products/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/products/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/products/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +224 -0
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +368 -0
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +362 -0
- data/lib/hubspot/codegen/crm/properties/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/properties/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/properties/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +217 -0
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +217 -0
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +231 -0
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +327 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +226 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +226 -0
- data/lib/hubspot/codegen/crm/properties/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/properties/models/option.rb +266 -0
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +266 -0
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/properties/models/property.rb +465 -0
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +374 -0
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +261 -0
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +241 -0
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +221 -0
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +252 -0
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +216 -0
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +329 -0
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +248 -0
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +361 -0
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +269 -0
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +86 -0
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +322 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +353 -0
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +362 -0
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +250 -0
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +422 -0
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/timeline/models/add_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +219 -0
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +330 -0
- data/lib/hubspot/codegen/crm/timeline/models/begins_with.rb +294 -0
- data/lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +228 -0
- data/lib/hubspot/codegen/crm/timeline/models/concat_strings.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/constant_number.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/constant_string.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/contains.rb +294 -0
- data/lib/hubspot/codegen/crm/timeline/models/date.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/divide_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +217 -0
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/if_boolean.rb +303 -0
- data/lib/hubspot/codegen/crm/timeline/models/if_number.rb +303 -0
- data/lib/hubspot/codegen/crm/timeline/models/if_string.rb +303 -0
- data/lib/hubspot/codegen/crm/timeline/models/is_present.rb +294 -0
- data/lib/hubspot/codegen/crm/timeline/models/less_than.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/lower_case.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/max_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/min_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/model_and.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/model_not.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/model_or.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/month.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/more_than.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/timeline/models/now.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/number_equals.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/number_to_string.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +210 -0
- data/lib/hubspot/codegen/crm/timeline/models/parse_number.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/period_to_months.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/pipeline_probability.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/string_equals.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/time_between.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +318 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +276 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +342 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +304 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +269 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +328 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +229 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +244 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +269 -0
- data/lib/hubspot/codegen/crm/timeline/models/upper_case.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/xor.rb +280 -0
- data/lib/hubspot/codegen/crm/timeline/models/year.rb +280 -0
- data/lib/hubspot/codegen/oauth/api/default_api.rb +270 -0
- data/lib/hubspot/codegen/oauth/api_client.rb +420 -0
- data/lib/hubspot/codegen/oauth/api_error.rb +59 -0
- data/lib/hubspot/codegen/oauth/configuration.rb +256 -0
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +317 -0
- data/lib/hubspot/codegen/oauth/models/error.rb +290 -0
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +303 -0
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +241 -0
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +214 -0
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +360 -0
- data/lib/hubspot/codegen/webhooks/api_client.rb +420 -0
- data/lib/hubspot/codegen/webhooks/api_error.rb +59 -0
- data/lib/hubspot/codegen/webhooks/configuration.rb +256 -0
- data/lib/hubspot/codegen/webhooks/models/error.rb +290 -0
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +229 -0
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +254 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +268 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +217 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +210 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +308 -0
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +264 -0
- data/lib/hubspot/configuration.rb +207 -0
- data/lib/hubspot/exceptions.rb +3 -0
- data/lib/hubspot/helpers/get_all_helper.rb +27 -0
- data/lib/hubspot/oauth_helper.rb +17 -0
- data/lib/hubspot/version.rb +3 -0
- data/lib/test_test_gem.rb +50 -0
- data/test_test_gem.gemspec +30 -0
- metadata +609 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
module Hubspot
|
2
|
+
module Helpers
|
3
|
+
module GetAllHelper
|
4
|
+
MAX_PAGE_SIZE = 100
|
5
|
+
# List
|
6
|
+
# Read all contacts. Control what is returned via the `properties` query param.
|
7
|
+
# @param [Hash] opts the optional parameters
|
8
|
+
# @option opts [Array<String>] :properties A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
|
9
|
+
# @option opts [Array<String>] :associations A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
|
10
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived. (default to false)
|
11
|
+
# @return Array
|
12
|
+
def get_all(opts = {})
|
13
|
+
after = nil
|
14
|
+
objects = []
|
15
|
+
loop do
|
16
|
+
page_opts = opts.merge(limit: MAX_PAGE_SIZE, after: after)
|
17
|
+
page = get_page(page_opts)
|
18
|
+
objects.concat(page.results)
|
19
|
+
break objects unless page.paging.present?
|
20
|
+
|
21
|
+
after = page.paging._next.after
|
22
|
+
end
|
23
|
+
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module Hubspot
|
2
|
+
class OAuthHelper
|
3
|
+
AUTHORIZE_URL = 'https://app.hubspot.com/oauth/authorize'.freeze
|
4
|
+
class << self
|
5
|
+
def authorize_url(client_id:, redirect_uri:, scope:, optional_scope: [])
|
6
|
+
query = URI.encode_www_form(
|
7
|
+
client_id: client_id,
|
8
|
+
redirect_uri: redirect_uri,
|
9
|
+
scope: Array(scope),
|
10
|
+
optional_scope: Array(optional_scope)
|
11
|
+
)
|
12
|
+
|
13
|
+
"#{AUTHORIZE_URL}?#{query}"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
=begin
|
2
|
+
#CRM Objects
|
3
|
+
|
4
|
+
#CRM objects such as companies, contacts, deals, line items, products, tickets, and quotes are native objects in HubSpot’s CRM. These core building blocks support custom properties, store critical information, and play a central role in the HubSpot application. ## Supported Object Types This API provides access to collections of CRM objects, which return a map of property names to values. Each object type has its own set of default properties, which can be found by exploring the [CRM Object Properties API](https://developers.hubspot.com/docs/methods/crm-properties/crm-properties-overview). |Object Type |Properties returned by default | |--|--| | `companies` | `name`, `domain` | | `contacts` | `firstname`, `lastname`, `email` | | `deals` | `dealname`, `amount`, `closedate`, `pipeline`, `dealstage` | | `products` | `name`, `description`, `price` | | `tickets` | `content`, `hs_pipeline`, `hs_pipeline_stage`, `hs_ticket_category`, `hs_ticket_priority`, `subject` | Find a list of all properties for an object type using the [CRM Object Properties](https://developers.hubspot.com/docs/methods/crm-properties/get-properties) API. e.g. `GET https://api.hubapi.com/properties/v2/companies/properties`. Change the properties returned in the response using the `properties` array in the request body.
|
5
|
+
|
6
|
+
OpenAPI spec version: v3
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
require 'logger'
|
15
|
+
|
16
|
+
ROOT_PATH = File.dirname(__FILE__)
|
17
|
+
Dir["#{ROOT_PATH}/hubspot/**/*.rb"].each { |f| require f }
|
18
|
+
|
19
|
+
|
20
|
+
module Hubspot
|
21
|
+
class << self
|
22
|
+
CLIENTS = [
|
23
|
+
'OAuth',
|
24
|
+
'Webhooks',
|
25
|
+
'Crm::Associations',
|
26
|
+
'Crm::Companies',
|
27
|
+
'Crm::Contacts',
|
28
|
+
'Crm::Deals',
|
29
|
+
'Crm::Extensions::Cards',
|
30
|
+
'Crm::LineItems',
|
31
|
+
'Crm::Owners',
|
32
|
+
'Crm::Pipelines',
|
33
|
+
'Crm::Products',
|
34
|
+
'Crm::Properties',
|
35
|
+
'Crm::Quotes',
|
36
|
+
'Crm::Tickets',
|
37
|
+
'Crm::Timeline'
|
38
|
+
].freeze
|
39
|
+
|
40
|
+
def configure
|
41
|
+
return Configuration.default unless block_given?
|
42
|
+
yield(Configuration.default)
|
43
|
+
CLIENTS.each do |client_class_name|
|
44
|
+
config_class = Hubspot.const_get("#{client_class_name}::Configuration")
|
45
|
+
yield(config_class.default)
|
46
|
+
end
|
47
|
+
Configuration.default
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
$:.push File.expand_path("../lib", __FILE__)
|
2
|
+
require "hubspot/version"
|
3
|
+
|
4
|
+
Gem::Specification.new do |s|
|
5
|
+
s.name = "test_test_gem"
|
6
|
+
s.version = Hubspot::VERSION
|
7
|
+
s.platform = Gem::Platform::RUBY
|
8
|
+
s.authors = ["HubSpot"]
|
9
|
+
s.email = [""]
|
10
|
+
s.homepage = "https://github.com"
|
11
|
+
s.summary = "HubSpot Ruby API Gem"
|
12
|
+
s.description = "HubSpot Ruby API client"
|
13
|
+
s.license = "Unlicense"
|
14
|
+
s.required_ruby_version = ">= 1.9"
|
15
|
+
|
16
|
+
s.add_runtime_dependency 'faraday', '>= 0.14.0'
|
17
|
+
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
18
|
+
|
19
|
+
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
20
|
+
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
|
21
|
+
s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
|
22
|
+
s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
|
23
|
+
s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
|
24
|
+
s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
|
25
|
+
s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
|
26
|
+
|
27
|
+
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
28
|
+
s.executables = []
|
29
|
+
s.require_paths = ["lib"]
|
30
|
+
end
|
metadata
ADDED
@@ -0,0 +1,609 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: test_test_gem
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- HubSpot
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-04-09 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: faraday
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.14.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.14.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: json
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 2.1.0
|
34
|
+
- - "~>"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '2.1'
|
37
|
+
type: :runtime
|
38
|
+
prerelease: false
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: 2.1.0
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '2.1'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: rspec
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 3.6.0
|
54
|
+
- - "~>"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '3.6'
|
57
|
+
type: :development
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: 3.6.0
|
64
|
+
- - "~>"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '3.6'
|
67
|
+
- !ruby/object:Gem::Dependency
|
68
|
+
name: vcr
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - "~>"
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '3.0'
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 3.0.1
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - "~>"
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '3.0'
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: 3.0.1
|
87
|
+
- !ruby/object:Gem::Dependency
|
88
|
+
name: webmock
|
89
|
+
requirement: !ruby/object:Gem::Requirement
|
90
|
+
requirements:
|
91
|
+
- - "~>"
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '1.24'
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 1.24.3
|
97
|
+
type: :development
|
98
|
+
prerelease: false
|
99
|
+
version_requirements: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '1.24'
|
104
|
+
- - ">="
|
105
|
+
- !ruby/object:Gem::Version
|
106
|
+
version: 1.24.3
|
107
|
+
- !ruby/object:Gem::Dependency
|
108
|
+
name: autotest
|
109
|
+
requirement: !ruby/object:Gem::Requirement
|
110
|
+
requirements:
|
111
|
+
- - "~>"
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: '4.4'
|
114
|
+
- - ">="
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: 4.4.6
|
117
|
+
type: :development
|
118
|
+
prerelease: false
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - "~>"
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: '4.4'
|
124
|
+
- - ">="
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: 4.4.6
|
127
|
+
- !ruby/object:Gem::Dependency
|
128
|
+
name: autotest-rails-pure
|
129
|
+
requirement: !ruby/object:Gem::Requirement
|
130
|
+
requirements:
|
131
|
+
- - "~>"
|
132
|
+
- !ruby/object:Gem::Version
|
133
|
+
version: '4.1'
|
134
|
+
- - ">="
|
135
|
+
- !ruby/object:Gem::Version
|
136
|
+
version: 4.1.2
|
137
|
+
type: :development
|
138
|
+
prerelease: false
|
139
|
+
version_requirements: !ruby/object:Gem::Requirement
|
140
|
+
requirements:
|
141
|
+
- - "~>"
|
142
|
+
- !ruby/object:Gem::Version
|
143
|
+
version: '4.1'
|
144
|
+
- - ">="
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: 4.1.2
|
147
|
+
- !ruby/object:Gem::Dependency
|
148
|
+
name: autotest-growl
|
149
|
+
requirement: !ruby/object:Gem::Requirement
|
150
|
+
requirements:
|
151
|
+
- - "~>"
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '0.2'
|
154
|
+
- - ">="
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: 0.2.16
|
157
|
+
type: :development
|
158
|
+
prerelease: false
|
159
|
+
version_requirements: !ruby/object:Gem::Requirement
|
160
|
+
requirements:
|
161
|
+
- - "~>"
|
162
|
+
- !ruby/object:Gem::Version
|
163
|
+
version: '0.2'
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: 0.2.16
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: autotest-fsevent
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - "~>"
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: '0.2'
|
174
|
+
- - ">="
|
175
|
+
- !ruby/object:Gem::Version
|
176
|
+
version: 0.2.12
|
177
|
+
type: :development
|
178
|
+
prerelease: false
|
179
|
+
version_requirements: !ruby/object:Gem::Requirement
|
180
|
+
requirements:
|
181
|
+
- - "~>"
|
182
|
+
- !ruby/object:Gem::Version
|
183
|
+
version: '0.2'
|
184
|
+
- - ">="
|
185
|
+
- !ruby/object:Gem::Version
|
186
|
+
version: 0.2.12
|
187
|
+
description: HubSpot Ruby API client
|
188
|
+
email:
|
189
|
+
- ''
|
190
|
+
executables: []
|
191
|
+
extensions: []
|
192
|
+
extra_rdoc_files: []
|
193
|
+
files:
|
194
|
+
- Gemfile
|
195
|
+
- Gemfile.lock
|
196
|
+
- Rakefile
|
197
|
+
- git_push.sh
|
198
|
+
- lib/hubspot/codegen/crm/associations/api/batch_api.rb
|
199
|
+
- lib/hubspot/codegen/crm/associations/api/types_api.rb
|
200
|
+
- lib/hubspot/codegen/crm/associations/api_client.rb
|
201
|
+
- lib/hubspot/codegen/crm/associations/api_error.rb
|
202
|
+
- lib/hubspot/codegen/crm/associations/configuration.rb
|
203
|
+
- lib/hubspot/codegen/crm/associations/models/associated_id.rb
|
204
|
+
- lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb
|
205
|
+
- lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
|
206
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
|
207
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
|
208
|
+
- lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
|
209
|
+
- lib/hubspot/codegen/crm/associations/models/error.rb
|
210
|
+
- lib/hubspot/codegen/crm/associations/models/error_detail.rb
|
211
|
+
- lib/hubspot/codegen/crm/associations/models/next_page.rb
|
212
|
+
- lib/hubspot/codegen/crm/associations/models/paging.rb
|
213
|
+
- lib/hubspot/codegen/crm/associations/models/public_association.rb
|
214
|
+
- lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
|
215
|
+
- lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
|
216
|
+
- lib/hubspot/codegen/crm/associations/models/public_object_id.rb
|
217
|
+
- lib/hubspot/codegen/crm/companies/api/associations_api.rb
|
218
|
+
- lib/hubspot/codegen/crm/companies/api/basic_api.rb
|
219
|
+
- lib/hubspot/codegen/crm/companies/api/batch_api.rb
|
220
|
+
- lib/hubspot/codegen/crm/companies/api/search_api.rb
|
221
|
+
- lib/hubspot/codegen/crm/companies/api_client.rb
|
222
|
+
- lib/hubspot/codegen/crm/companies/api_error.rb
|
223
|
+
- lib/hubspot/codegen/crm/companies/configuration.rb
|
224
|
+
- lib/hubspot/codegen/crm/companies/models/associated_id.rb
|
225
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
|
226
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
|
227
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
|
228
|
+
- lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
|
229
|
+
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
|
230
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
|
231
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
|
232
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
|
233
|
+
- lib/hubspot/codegen/crm/companies/models/error.rb
|
234
|
+
- lib/hubspot/codegen/crm/companies/models/error_detail.rb
|
235
|
+
- lib/hubspot/codegen/crm/companies/models/filter.rb
|
236
|
+
- lib/hubspot/codegen/crm/companies/models/filter_group.rb
|
237
|
+
- lib/hubspot/codegen/crm/companies/models/next_page.rb
|
238
|
+
- lib/hubspot/codegen/crm/companies/models/paging.rb
|
239
|
+
- lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
|
240
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
|
241
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
|
242
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
|
243
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
|
244
|
+
- lib/hubspot/codegen/crm/contacts/api/associations_api.rb
|
245
|
+
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
|
246
|
+
- lib/hubspot/codegen/crm/contacts/api/batch_api.rb
|
247
|
+
- lib/hubspot/codegen/crm/contacts/api/search_api.rb
|
248
|
+
- lib/hubspot/codegen/crm/contacts/api_client.rb
|
249
|
+
- lib/hubspot/codegen/crm/contacts/api_error.rb
|
250
|
+
- lib/hubspot/codegen/crm/contacts/configuration.rb
|
251
|
+
- lib/hubspot/codegen/crm/contacts/models/associated_id.rb
|
252
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
|
253
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
|
254
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
|
255
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
|
256
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
|
257
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
|
258
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
|
259
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
|
260
|
+
- lib/hubspot/codegen/crm/contacts/models/error.rb
|
261
|
+
- lib/hubspot/codegen/crm/contacts/models/error_detail.rb
|
262
|
+
- lib/hubspot/codegen/crm/contacts/models/filter.rb
|
263
|
+
- lib/hubspot/codegen/crm/contacts/models/filter_group.rb
|
264
|
+
- lib/hubspot/codegen/crm/contacts/models/next_page.rb
|
265
|
+
- lib/hubspot/codegen/crm/contacts/models/paging.rb
|
266
|
+
- lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
|
267
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
|
268
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
|
269
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
|
270
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
|
271
|
+
- lib/hubspot/codegen/crm/deals/api/associations_api.rb
|
272
|
+
- lib/hubspot/codegen/crm/deals/api/basic_api.rb
|
273
|
+
- lib/hubspot/codegen/crm/deals/api/batch_api.rb
|
274
|
+
- lib/hubspot/codegen/crm/deals/api/search_api.rb
|
275
|
+
- lib/hubspot/codegen/crm/deals/api_client.rb
|
276
|
+
- lib/hubspot/codegen/crm/deals/api_error.rb
|
277
|
+
- lib/hubspot/codegen/crm/deals/configuration.rb
|
278
|
+
- lib/hubspot/codegen/crm/deals/models/associated_id.rb
|
279
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
|
280
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
|
281
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
|
282
|
+
- lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
|
283
|
+
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
|
284
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
|
285
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
|
286
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
|
287
|
+
- lib/hubspot/codegen/crm/deals/models/error.rb
|
288
|
+
- lib/hubspot/codegen/crm/deals/models/error_detail.rb
|
289
|
+
- lib/hubspot/codegen/crm/deals/models/filter.rb
|
290
|
+
- lib/hubspot/codegen/crm/deals/models/filter_group.rb
|
291
|
+
- lib/hubspot/codegen/crm/deals/models/next_page.rb
|
292
|
+
- lib/hubspot/codegen/crm/deals/models/paging.rb
|
293
|
+
- lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
|
294
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
|
295
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
|
296
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
|
297
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
|
298
|
+
- lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
|
299
|
+
- lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb
|
300
|
+
- lib/hubspot/codegen/crm/extensions/cards/api_client.rb
|
301
|
+
- lib/hubspot/codegen/crm/extensions/cards/api_error.rb
|
302
|
+
- lib/hubspot/codegen/crm/extensions/cards/configuration.rb
|
303
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb
|
304
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb
|
305
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb
|
306
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb
|
307
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb
|
308
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb
|
309
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb
|
310
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb
|
311
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb
|
312
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb
|
313
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb
|
314
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb
|
315
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb
|
316
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/error.rb
|
317
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb
|
318
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb
|
319
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb
|
320
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
|
321
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
|
322
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
|
323
|
+
- lib/hubspot/codegen/crm/line_items/api/associations_api.rb
|
324
|
+
- lib/hubspot/codegen/crm/line_items/api/basic_api.rb
|
325
|
+
- lib/hubspot/codegen/crm/line_items/api/batch_api.rb
|
326
|
+
- lib/hubspot/codegen/crm/line_items/api/search_api.rb
|
327
|
+
- lib/hubspot/codegen/crm/line_items/api_client.rb
|
328
|
+
- lib/hubspot/codegen/crm/line_items/api_error.rb
|
329
|
+
- lib/hubspot/codegen/crm/line_items/configuration.rb
|
330
|
+
- lib/hubspot/codegen/crm/line_items/models/associated_id.rb
|
331
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
|
332
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
|
333
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
|
334
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
|
335
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
|
336
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
|
337
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
|
338
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
|
339
|
+
- lib/hubspot/codegen/crm/line_items/models/error.rb
|
340
|
+
- lib/hubspot/codegen/crm/line_items/models/error_detail.rb
|
341
|
+
- lib/hubspot/codegen/crm/line_items/models/filter.rb
|
342
|
+
- lib/hubspot/codegen/crm/line_items/models/filter_group.rb
|
343
|
+
- lib/hubspot/codegen/crm/line_items/models/next_page.rb
|
344
|
+
- lib/hubspot/codegen/crm/line_items/models/paging.rb
|
345
|
+
- lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
|
346
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
|
347
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
|
348
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
|
349
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
|
350
|
+
- lib/hubspot/codegen/crm/owners/api/default_api.rb
|
351
|
+
- lib/hubspot/codegen/crm/owners/api_client.rb
|
352
|
+
- lib/hubspot/codegen/crm/owners/api_error.rb
|
353
|
+
- lib/hubspot/codegen/crm/owners/configuration.rb
|
354
|
+
- lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb
|
355
|
+
- lib/hubspot/codegen/crm/owners/models/error.rb
|
356
|
+
- lib/hubspot/codegen/crm/owners/models/error_detail.rb
|
357
|
+
- lib/hubspot/codegen/crm/owners/models/next_page.rb
|
358
|
+
- lib/hubspot/codegen/crm/owners/models/paging.rb
|
359
|
+
- lib/hubspot/codegen/crm/owners/models/public_owner.rb
|
360
|
+
- lib/hubspot/codegen/crm/owners/models/public_team.rb
|
361
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
|
362
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
|
363
|
+
- lib/hubspot/codegen/crm/pipelines/api_client.rb
|
364
|
+
- lib/hubspot/codegen/crm/pipelines/api_error.rb
|
365
|
+
- lib/hubspot/codegen/crm/pipelines/configuration.rb
|
366
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb
|
367
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb
|
368
|
+
- lib/hubspot/codegen/crm/pipelines/models/error.rb
|
369
|
+
- lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
|
370
|
+
- lib/hubspot/codegen/crm/pipelines/models/next_page.rb
|
371
|
+
- lib/hubspot/codegen/crm/pipelines/models/paging.rb
|
372
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
|
373
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
|
374
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
|
375
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
|
376
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
|
377
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
|
378
|
+
- lib/hubspot/codegen/crm/products/api/associations_api.rb
|
379
|
+
- lib/hubspot/codegen/crm/products/api/basic_api.rb
|
380
|
+
- lib/hubspot/codegen/crm/products/api/batch_api.rb
|
381
|
+
- lib/hubspot/codegen/crm/products/api/search_api.rb
|
382
|
+
- lib/hubspot/codegen/crm/products/api_client.rb
|
383
|
+
- lib/hubspot/codegen/crm/products/api_error.rb
|
384
|
+
- lib/hubspot/codegen/crm/products/configuration.rb
|
385
|
+
- lib/hubspot/codegen/crm/products/models/associated_id.rb
|
386
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
|
387
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
|
388
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
|
389
|
+
- lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
|
390
|
+
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
|
391
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
|
392
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
|
393
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
|
394
|
+
- lib/hubspot/codegen/crm/products/models/error.rb
|
395
|
+
- lib/hubspot/codegen/crm/products/models/error_detail.rb
|
396
|
+
- lib/hubspot/codegen/crm/products/models/filter.rb
|
397
|
+
- lib/hubspot/codegen/crm/products/models/filter_group.rb
|
398
|
+
- lib/hubspot/codegen/crm/products/models/next_page.rb
|
399
|
+
- lib/hubspot/codegen/crm/products/models/paging.rb
|
400
|
+
- lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
|
401
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object.rb
|
402
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
|
403
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
|
404
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
|
405
|
+
- lib/hubspot/codegen/crm/properties/api/batch_api.rb
|
406
|
+
- lib/hubspot/codegen/crm/properties/api/core_api.rb
|
407
|
+
- lib/hubspot/codegen/crm/properties/api/groups_api.rb
|
408
|
+
- lib/hubspot/codegen/crm/properties/api_client.rb
|
409
|
+
- lib/hubspot/codegen/crm/properties/api_error.rb
|
410
|
+
- lib/hubspot/codegen/crm/properties/configuration.rb
|
411
|
+
- lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb
|
412
|
+
- lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
|
413
|
+
- lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
|
414
|
+
- lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
|
415
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
|
416
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
|
417
|
+
- lib/hubspot/codegen/crm/properties/models/error.rb
|
418
|
+
- lib/hubspot/codegen/crm/properties/models/error_detail.rb
|
419
|
+
- lib/hubspot/codegen/crm/properties/models/next_page.rb
|
420
|
+
- lib/hubspot/codegen/crm/properties/models/option.rb
|
421
|
+
- lib/hubspot/codegen/crm/properties/models/option_input.rb
|
422
|
+
- lib/hubspot/codegen/crm/properties/models/paging.rb
|
423
|
+
- lib/hubspot/codegen/crm/properties/models/property.rb
|
424
|
+
- lib/hubspot/codegen/crm/properties/models/property_create.rb
|
425
|
+
- lib/hubspot/codegen/crm/properties/models/property_group.rb
|
426
|
+
- lib/hubspot/codegen/crm/properties/models/property_group_create.rb
|
427
|
+
- lib/hubspot/codegen/crm/properties/models/property_group_update.rb
|
428
|
+
- lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
|
429
|
+
- lib/hubspot/codegen/crm/properties/models/property_name.rb
|
430
|
+
- lib/hubspot/codegen/crm/properties/models/property_update.rb
|
431
|
+
- lib/hubspot/codegen/crm/quotes/api/associations_api.rb
|
432
|
+
- lib/hubspot/codegen/crm/quotes/api/basic_api.rb
|
433
|
+
- lib/hubspot/codegen/crm/quotes/api/batch_api.rb
|
434
|
+
- lib/hubspot/codegen/crm/quotes/api/search_api.rb
|
435
|
+
- lib/hubspot/codegen/crm/quotes/api_client.rb
|
436
|
+
- lib/hubspot/codegen/crm/quotes/api_error.rb
|
437
|
+
- lib/hubspot/codegen/crm/quotes/configuration.rb
|
438
|
+
- lib/hubspot/codegen/crm/quotes/models/associated_id.rb
|
439
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
|
440
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
|
441
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
|
442
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
|
443
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
|
444
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
|
445
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
|
446
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
|
447
|
+
- lib/hubspot/codegen/crm/quotes/models/error.rb
|
448
|
+
- lib/hubspot/codegen/crm/quotes/models/error_detail.rb
|
449
|
+
- lib/hubspot/codegen/crm/quotes/models/filter.rb
|
450
|
+
- lib/hubspot/codegen/crm/quotes/models/filter_group.rb
|
451
|
+
- lib/hubspot/codegen/crm/quotes/models/next_page.rb
|
452
|
+
- lib/hubspot/codegen/crm/quotes/models/paging.rb
|
453
|
+
- lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
|
454
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
|
455
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
|
456
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
|
457
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
|
458
|
+
- lib/hubspot/codegen/crm/tickets/api/associations_api.rb
|
459
|
+
- lib/hubspot/codegen/crm/tickets/api/basic_api.rb
|
460
|
+
- lib/hubspot/codegen/crm/tickets/api/batch_api.rb
|
461
|
+
- lib/hubspot/codegen/crm/tickets/api/search_api.rb
|
462
|
+
- lib/hubspot/codegen/crm/tickets/api_client.rb
|
463
|
+
- lib/hubspot/codegen/crm/tickets/api_error.rb
|
464
|
+
- lib/hubspot/codegen/crm/tickets/configuration.rb
|
465
|
+
- lib/hubspot/codegen/crm/tickets/models/associated_id.rb
|
466
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
|
467
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
|
468
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
|
469
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
|
470
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
|
471
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
|
472
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
|
473
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
|
474
|
+
- lib/hubspot/codegen/crm/tickets/models/error.rb
|
475
|
+
- lib/hubspot/codegen/crm/tickets/models/error_detail.rb
|
476
|
+
- lib/hubspot/codegen/crm/tickets/models/filter.rb
|
477
|
+
- lib/hubspot/codegen/crm/tickets/models/filter_group.rb
|
478
|
+
- lib/hubspot/codegen/crm/tickets/models/next_page.rb
|
479
|
+
- lib/hubspot/codegen/crm/tickets/models/paging.rb
|
480
|
+
- lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
|
481
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
|
482
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
|
483
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
|
484
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
|
485
|
+
- lib/hubspot/codegen/crm/timeline/api/events_api.rb
|
486
|
+
- lib/hubspot/codegen/crm/timeline/api/templates_api.rb
|
487
|
+
- lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
|
488
|
+
- lib/hubspot/codegen/crm/timeline/api_client.rb
|
489
|
+
- lib/hubspot/codegen/crm/timeline/api_error.rb
|
490
|
+
- lib/hubspot/codegen/crm/timeline/configuration.rb
|
491
|
+
- lib/hubspot/codegen/crm/timeline/models/add_numbers.rb
|
492
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
|
493
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
|
494
|
+
- lib/hubspot/codegen/crm/timeline/models/begins_with.rb
|
495
|
+
- lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb
|
496
|
+
- lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
|
497
|
+
- lib/hubspot/codegen/crm/timeline/models/concat_strings.rb
|
498
|
+
- lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb
|
499
|
+
- lib/hubspot/codegen/crm/timeline/models/constant_number.rb
|
500
|
+
- lib/hubspot/codegen/crm/timeline/models/constant_string.rb
|
501
|
+
- lib/hubspot/codegen/crm/timeline/models/contains.rb
|
502
|
+
- lib/hubspot/codegen/crm/timeline/models/date.rb
|
503
|
+
- lib/hubspot/codegen/crm/timeline/models/divide_numbers.rb
|
504
|
+
- lib/hubspot/codegen/crm/timeline/models/error.rb
|
505
|
+
- lib/hubspot/codegen/crm/timeline/models/error_detail.rb
|
506
|
+
- lib/hubspot/codegen/crm/timeline/models/event_detail.rb
|
507
|
+
- lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb
|
508
|
+
- lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb
|
509
|
+
- lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb
|
510
|
+
- lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb
|
511
|
+
- lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb
|
512
|
+
- lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb
|
513
|
+
- lib/hubspot/codegen/crm/timeline/models/if_boolean.rb
|
514
|
+
- lib/hubspot/codegen/crm/timeline/models/if_number.rb
|
515
|
+
- lib/hubspot/codegen/crm/timeline/models/if_string.rb
|
516
|
+
- lib/hubspot/codegen/crm/timeline/models/is_present.rb
|
517
|
+
- lib/hubspot/codegen/crm/timeline/models/less_than.rb
|
518
|
+
- lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb
|
519
|
+
- lib/hubspot/codegen/crm/timeline/models/lower_case.rb
|
520
|
+
- lib/hubspot/codegen/crm/timeline/models/max_numbers.rb
|
521
|
+
- lib/hubspot/codegen/crm/timeline/models/min_numbers.rb
|
522
|
+
- lib/hubspot/codegen/crm/timeline/models/model_and.rb
|
523
|
+
- lib/hubspot/codegen/crm/timeline/models/model_not.rb
|
524
|
+
- lib/hubspot/codegen/crm/timeline/models/model_or.rb
|
525
|
+
- lib/hubspot/codegen/crm/timeline/models/month.rb
|
526
|
+
- lib/hubspot/codegen/crm/timeline/models/more_than.rb
|
527
|
+
- lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb
|
528
|
+
- lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb
|
529
|
+
- lib/hubspot/codegen/crm/timeline/models/next_page.rb
|
530
|
+
- lib/hubspot/codegen/crm/timeline/models/now.rb
|
531
|
+
- lib/hubspot/codegen/crm/timeline/models/number_equals.rb
|
532
|
+
- lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb
|
533
|
+
- lib/hubspot/codegen/crm/timeline/models/number_to_string.rb
|
534
|
+
- lib/hubspot/codegen/crm/timeline/models/paging.rb
|
535
|
+
- lib/hubspot/codegen/crm/timeline/models/parse_number.rb
|
536
|
+
- lib/hubspot/codegen/crm/timeline/models/period_to_months.rb
|
537
|
+
- lib/hubspot/codegen/crm/timeline/models/pipeline_probability.rb
|
538
|
+
- lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb
|
539
|
+
- lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb
|
540
|
+
- lib/hubspot/codegen/crm/timeline/models/string_equals.rb
|
541
|
+
- lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb
|
542
|
+
- lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb
|
543
|
+
- lib/hubspot/codegen/crm/timeline/models/time_between.rb
|
544
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
|
545
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
|
546
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb
|
547
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb
|
548
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb
|
549
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb
|
550
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb
|
551
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
|
552
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb
|
553
|
+
- lib/hubspot/codegen/crm/timeline/models/upper_case.rb
|
554
|
+
- lib/hubspot/codegen/crm/timeline/models/xor.rb
|
555
|
+
- lib/hubspot/codegen/crm/timeline/models/year.rb
|
556
|
+
- lib/hubspot/codegen/oauth/api/default_api.rb
|
557
|
+
- lib/hubspot/codegen/oauth/api_client.rb
|
558
|
+
- lib/hubspot/codegen/oauth/api_error.rb
|
559
|
+
- lib/hubspot/codegen/oauth/configuration.rb
|
560
|
+
- lib/hubspot/codegen/oauth/models/access_token_info_response.rb
|
561
|
+
- lib/hubspot/codegen/oauth/models/error.rb
|
562
|
+
- lib/hubspot/codegen/oauth/models/error_detail.rb
|
563
|
+
- lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
|
564
|
+
- lib/hubspot/codegen/oauth/models/token_response_if.rb
|
565
|
+
- lib/hubspot/codegen/webhooks/api/settings_api.rb
|
566
|
+
- lib/hubspot/codegen/webhooks/api/subscriptions_api.rb
|
567
|
+
- lib/hubspot/codegen/webhooks/api_client.rb
|
568
|
+
- lib/hubspot/codegen/webhooks/api_error.rb
|
569
|
+
- lib/hubspot/codegen/webhooks/configuration.rb
|
570
|
+
- lib/hubspot/codegen/webhooks/models/error.rb
|
571
|
+
- lib/hubspot/codegen/webhooks/models/error_detail.rb
|
572
|
+
- lib/hubspot/codegen/webhooks/models/settings_change_request.rb
|
573
|
+
- lib/hubspot/codegen/webhooks/models/settings_response.rb
|
574
|
+
- lib/hubspot/codegen/webhooks/models/subscription_create_request.rb
|
575
|
+
- lib/hubspot/codegen/webhooks/models/subscription_list_response.rb
|
576
|
+
- lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb
|
577
|
+
- lib/hubspot/codegen/webhooks/models/subscription_response.rb
|
578
|
+
- lib/hubspot/codegen/webhooks/models/throttling_settings.rb
|
579
|
+
- lib/hubspot/configuration.rb
|
580
|
+
- lib/hubspot/exceptions.rb
|
581
|
+
- lib/hubspot/helpers/get_all_helper.rb
|
582
|
+
- lib/hubspot/oauth_helper.rb
|
583
|
+
- lib/hubspot/version.rb
|
584
|
+
- lib/test_test_gem.rb
|
585
|
+
- test_test_gem.gemspec
|
586
|
+
homepage: https://github.com
|
587
|
+
licenses:
|
588
|
+
- Unlicense
|
589
|
+
metadata: {}
|
590
|
+
post_install_message:
|
591
|
+
rdoc_options: []
|
592
|
+
require_paths:
|
593
|
+
- lib
|
594
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
595
|
+
requirements:
|
596
|
+
- - ">="
|
597
|
+
- !ruby/object:Gem::Version
|
598
|
+
version: '1.9'
|
599
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
600
|
+
requirements:
|
601
|
+
- - ">="
|
602
|
+
- !ruby/object:Gem::Version
|
603
|
+
version: '0'
|
604
|
+
requirements: []
|
605
|
+
rubygems_version: 3.0.8
|
606
|
+
signing_key:
|
607
|
+
specification_version: 4
|
608
|
+
summary: HubSpot Ruby API Gem
|
609
|
+
test_files: []
|