hubspot-api-client-patched-pn 9.5.1.trocco.0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/CODEOWNERS +4 -0
- data/CHANGELOG.md +113 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +67 -0
- data/README.md +118 -0
- data/Rakefile +9 -0
- data/git_push.sh +55 -0
- data/hubspot-api-client.gemspec +34 -0
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
- data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
- data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
- data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
- data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
- data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
- data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
- data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
- data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
- data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
- data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +106 -0
- data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +226 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +210 -0
- data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +352 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
- data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
- data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +183 -0
- data/lib/hubspot/codegen/cms/domains/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/domains/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/domains/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +240 -0
- data/lib/hubspot/codegen/cms/domains/models/domain.rb +1091 -0
- data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +497 -0
- data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +231 -0
- data/lib/hubspot/codegen/cms/domains/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/domains/models/paging.rb +210 -0
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
- data/lib/hubspot/codegen/cms/hubdb/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +333 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +388 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +288 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +291 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +392 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +295 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +186 -0
- data/lib/hubspot/codegen/cms/performance/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/performance/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/performance/configuration.rb +256 -0
- data/lib/hubspot/codegen/cms/performance/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +528 -0
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +332 -0
- data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +225 -0
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/site-search/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/site-search/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +427 -0
- data/lib/hubspot/codegen/cms/site-search/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +279 -0
- data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +282 -0
- data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +257 -0
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +368 -0
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +392 -0
- data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +242 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +210 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +596 -0
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +306 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -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 +392 -0
- data/lib/hubspot/codegen/crm/associations/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/associations/configuration.rb +263 -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_category.rb +263 -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/associations/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/companies/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/companies/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/companies/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -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/companies/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -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/contacts/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/deals/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/deals/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/deals/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -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/deals/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -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 +394 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +258 -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 +220 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +220 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +299 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +235 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +220 -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 +240 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +295 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +282 -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 +302 -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/extensions/videoconferencing/api/settings_api.rb +222 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +279 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/imports/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/imports/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +297 -0
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +226 -0
- data/lib/hubspot/codegen/crm/imports/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +252 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +339 -0
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +231 -0
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +224 -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/line_items/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +405 -0
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/objects/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +313 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +333 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +288 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +156 -0
- data/lib/hubspot/codegen/crm/owners/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/owners/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/owners/configuration.rb +263 -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 +392 -0
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +263 -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 +318 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +248 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +318 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +248 -0
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +248 -0
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/products/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/products/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/products/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -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/products/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +236 -0
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +376 -0
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +370 -0
- data/lib/hubspot/codegen/crm/properties/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/properties/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/properties/configuration.rb +263 -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 +333 -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_category.rb +263 -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 +384 -0
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +260 -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 +339 -0
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +101 -0
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +179 -0
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +93 -0
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +256 -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 +313 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -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/quotes/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +478 -0
- data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +84 -0
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +350 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +315 -0
- data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb +226 -0
- data/lib/hubspot/codegen/crm/schemas/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/schemas/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +389 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +325 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +364 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +221 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +265 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +356 -0
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +266 -0
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +271 -0
- data/lib/hubspot/codegen/crm/schemas/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/schemas/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +465 -0
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +252 -0
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +260 -0
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +375 -0
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +285 -0
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +263 -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 +313 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +333 -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_category.rb +263 -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 +219 -0
- data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -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/tickets/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +361 -0
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +370 -0
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +258 -0
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +392 -0
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +218 -0
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +318 -0
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +333 -0
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +227 -0
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +216 -0
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +317 -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 +341 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +303 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +268 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +327 -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 +243 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +268 -0
- data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
- data/lib/hubspot/codegen/events/api_client.rb +390 -0
- data/lib/hubspot/codegen/events/api_error.rb +59 -0
- data/lib/hubspot/codegen/events/configuration.rb +261 -0
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
- data/lib/hubspot/codegen/events/models/error.rb +290 -0
- data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
- data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
- data/lib/hubspot/codegen/events/models/paging.rb +208 -0
- data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
- data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
- data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
- data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
- data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
- data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
- data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
- data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
- data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
- data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
- data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
- data/lib/hubspot/codegen/oauth/api/default_api.rb +270 -0
- data/lib/hubspot/codegen/oauth/api_client.rb +389 -0
- data/lib/hubspot/codegen/oauth/api_error.rb +59 -0
- data/lib/hubspot/codegen/oauth/configuration.rb +247 -0
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +333 -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 +218 -0
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +438 -0
- data/lib/hubspot/codegen/webhooks/api_client.rb +390 -0
- data/lib/hubspot/codegen/webhooks/api_error.rb +59 -0
- data/lib/hubspot/codegen/webhooks/configuration.rb +254 -0
- 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 +311 -0
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +331 -0
- data/lib/hubspot/codegen/webhooks/models/error.rb +290 -0
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +228 -0
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +253 -0
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +227 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +270 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +216 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +209 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +313 -0
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +263 -0
- data/lib/hubspot/configuration.rb +207 -0
- data/lib/hubspot/exceptions.rb +14 -0
- data/lib/hubspot/helpers/get_all_helper.rb +27 -0
- data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
- data/lib/hubspot/oauth_helper.rb +17 -0
- data/lib/hubspot/version.rb +3 -0
- data/lib/hubspot-api-client.rb +47 -0
- data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
- data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
- data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
- data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
- data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
- data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
- data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
- data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
- data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
- data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
- data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
- data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
- data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
- data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
- data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
- data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
- data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
- data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
- data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
- data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
- data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
- data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
- data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
- data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
- data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
- data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
- data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
- data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
- data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
- data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
- data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
- data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
- data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
- data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
- data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
- data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
- data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
- data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
- data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
- data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
- data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
- data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
- data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
- data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
- data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
- data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
- data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
- data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
- data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
- data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
- data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
- data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
- data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
- data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
- data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
- data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
- data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
- data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
- data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
- data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
- data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
- data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
- data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
- data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
- data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
- data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
- data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
- data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
- data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
- data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
- data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
- data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
- data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
- data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
- data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
- data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
- data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
- data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
- data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
- data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
- data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
- data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
- data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
- data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
- data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
- data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
- data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
- data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
- data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
- data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
- data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
- data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
- data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
- data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
- data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
- data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
- data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
- data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
- data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
- data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
- data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
- data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
- data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
- data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
- data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
- data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
- data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
- data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
- data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
- data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
- data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
- data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
- data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
- data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
- data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
- data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
- data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
- data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
- data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/owners/api/default_api_spec.rb +60 -0
- data/spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb +47 -0
- data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
- data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/owners/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
- data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
- data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
- data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
- data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
- data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
- data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/products/models/error_spec.rb +77 -0
- data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
- data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
- data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
- data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
- data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
- data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
- data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
- data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
- data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
- data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
- data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
- data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
- data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
- data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
- data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
- data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
- data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
- data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
- data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
- data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
- data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
- data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
- data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
- data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
- data/spec/codegen/crm/schemas/models/object_schema_spec.rb +113 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
- data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +107 -0
- data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
- data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
- data/spec/codegen/crm/schemas/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
- data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
- data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
- data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
- data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
- data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
- data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
- data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
- data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
- data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +77 -0
- data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
- data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
- data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
- data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
- data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
- data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
- data/spec/codegen/events/api/events_api_spec.rb +54 -0
- data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
- data/spec/codegen/events/models/error_detail_spec.rb +65 -0
- data/spec/codegen/events/models/error_spec.rb +77 -0
- data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
- data/spec/codegen/events/models/next_page_spec.rb +47 -0
- data/spec/codegen/events/models/paging_spec.rb +41 -0
- data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
- data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
- data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
- data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
- data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
- data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
- data/spec/codegen/files/files/models/error_spec.rb +77 -0
- data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
- data/spec/codegen/files/files/models/file_spec.rb +147 -0
- data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
- data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
- data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
- data/spec/codegen/files/files/models/folder_spec.rb +83 -0
- data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
- data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
- data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
- data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
- data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/paging_spec.rb +47 -0
- data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
- data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
- data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
- data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
- data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
- data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
- data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
- data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
- data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
- data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
- data/spec/codegen/oauth/models/error_spec.rb +77 -0
- data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
- data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
- data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
- data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
- data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
- data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
- data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
- data/spec/codegen/webhooks/models/error_spec.rb +77 -0
- data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
- data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
- data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
- data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
- data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/features/automation/actions/functions_api_spec.rb +13 -0
- data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
- data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
- data/spec/features/cms/domains/domains_api_spec.rb +8 -0
- data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
- data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
- data/spec/features/cms/site-search/default_api_spec.rb +8 -0
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/features/crm/associations/batch_api_spec.rb +9 -0
- data/spec/features/crm/associations/types_api_spec.rb +7 -0
- data/spec/features/crm/companies/associations_api_spec.rb +9 -0
- data/spec/features/crm/companies/basic_api_spec.rb +11 -0
- data/spec/features/crm/companies/batch_api_spec.rb +10 -0
- data/spec/features/crm/companies/search_api_spec.rb +7 -0
- data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
- data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/features/crm/contacts/search_api_spec.rb +7 -0
- data/spec/features/crm/deals/associations_api_spec.rb +9 -0
- data/spec/features/crm/deals/basic_api_spec.rb +11 -0
- data/spec/features/crm/deals/batch_api_spec.rb +10 -0
- data/spec/features/crm/deals/search_api_spec.rb +7 -0
- data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
- data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
- data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
- data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
- data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
- data/spec/features/crm/imports/core_api_spec.rb +10 -0
- data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
- data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
- data/spec/features/crm/line_items/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/associations_api_spec.rb +9 -0
- data/spec/features/crm/objects/basic_api_spec.rb +11 -0
- data/spec/features/crm/objects/batch_api_spec.rb +10 -0
- data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
- data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/search_api_spec.rb +7 -0
- data/spec/features/crm/owners/default_api_spec.rb +8 -0
- data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/features/crm/products/associations_api_spec.rb +9 -0
- data/spec/features/crm/products/basic_api_spec.rb +11 -0
- data/spec/features/crm/products/batch_api_spec.rb +10 -0
- data/spec/features/crm/products/search_api_spec.rb +7 -0
- data/spec/features/crm/properties/batch_api_spec.rb +9 -0
- data/spec/features/crm/properties/core_api_spec.rb +11 -0
- data/spec/features/crm/properties/groups_api_spec.rb +11 -0
- data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
- data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
- data/spec/features/crm/quotes/search_api_spec.rb +7 -0
- data/spec/features/crm/schemas/core_api_spec.rb +13 -0
- data/spec/features/crm/schemas/default_api_spec.rb +7 -0
- data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
- data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
- data/spec/features/crm/tickets/search_api_spec.rb +7 -0
- data/spec/features/crm/timeline/events_api_spec.rb +11 -0
- data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/features/events/events_api_spec.rb +7 -0
- data/spec/features/files/files/files_api_spec.rb +16 -0
- data/spec/features/files/files/folders_api_spec.rb +14 -0
- data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
- data/spec/features/oauth/default_api_spec.rb +10 -0
- data/spec/features/webhooks/settings_api_spec.rb +9 -0
- data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
- data/spec/spec_helper.rb +111 -0
- metadata +2479 -0
metadata
ADDED
@@ -0,0 +1,2479 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: hubspot-api-client-patched-pn
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 9.5.1.trocco.0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- primeNumber
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-05-15 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: typhoeus
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 1.4.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 1.4.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'
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 2.1.0
|
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'
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 2.1.0
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: require_all
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 3.0.0
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 3.0.0
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: rspec
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '3.6'
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: 3.6.0
|
71
|
+
type: :development
|
72
|
+
prerelease: false
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - "~>"
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '3.6'
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: 3.6.0
|
81
|
+
- !ruby/object:Gem::Dependency
|
82
|
+
name: vcr
|
83
|
+
requirement: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
85
|
+
- - "~>"
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '3.0'
|
88
|
+
- - ">="
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: 3.0.1
|
91
|
+
type: :development
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - "~>"
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '3.0'
|
98
|
+
- - ">="
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
version: 3.0.1
|
101
|
+
- !ruby/object:Gem::Dependency
|
102
|
+
name: webmock
|
103
|
+
requirement: !ruby/object:Gem::Requirement
|
104
|
+
requirements:
|
105
|
+
- - "~>"
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
version: '1.24'
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: 1.24.3
|
111
|
+
type: :development
|
112
|
+
prerelease: false
|
113
|
+
version_requirements: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '1.24'
|
118
|
+
- - ">="
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: 1.24.3
|
121
|
+
- !ruby/object:Gem::Dependency
|
122
|
+
name: autotest
|
123
|
+
requirement: !ruby/object:Gem::Requirement
|
124
|
+
requirements:
|
125
|
+
- - "~>"
|
126
|
+
- !ruby/object:Gem::Version
|
127
|
+
version: '4.4'
|
128
|
+
- - ">="
|
129
|
+
- !ruby/object:Gem::Version
|
130
|
+
version: 4.4.6
|
131
|
+
type: :development
|
132
|
+
prerelease: false
|
133
|
+
version_requirements: !ruby/object:Gem::Requirement
|
134
|
+
requirements:
|
135
|
+
- - "~>"
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '4.4'
|
138
|
+
- - ">="
|
139
|
+
- !ruby/object:Gem::Version
|
140
|
+
version: 4.4.6
|
141
|
+
- !ruby/object:Gem::Dependency
|
142
|
+
name: autotest-rails-pure
|
143
|
+
requirement: !ruby/object:Gem::Requirement
|
144
|
+
requirements:
|
145
|
+
- - "~>"
|
146
|
+
- !ruby/object:Gem::Version
|
147
|
+
version: '4.1'
|
148
|
+
- - ">="
|
149
|
+
- !ruby/object:Gem::Version
|
150
|
+
version: 4.1.2
|
151
|
+
type: :development
|
152
|
+
prerelease: false
|
153
|
+
version_requirements: !ruby/object:Gem::Requirement
|
154
|
+
requirements:
|
155
|
+
- - "~>"
|
156
|
+
- !ruby/object:Gem::Version
|
157
|
+
version: '4.1'
|
158
|
+
- - ">="
|
159
|
+
- !ruby/object:Gem::Version
|
160
|
+
version: 4.1.2
|
161
|
+
- !ruby/object:Gem::Dependency
|
162
|
+
name: autotest-growl
|
163
|
+
requirement: !ruby/object:Gem::Requirement
|
164
|
+
requirements:
|
165
|
+
- - "~>"
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: '0.2'
|
168
|
+
- - ">="
|
169
|
+
- !ruby/object:Gem::Version
|
170
|
+
version: 0.2.16
|
171
|
+
type: :development
|
172
|
+
prerelease: false
|
173
|
+
version_requirements: !ruby/object:Gem::Requirement
|
174
|
+
requirements:
|
175
|
+
- - "~>"
|
176
|
+
- !ruby/object:Gem::Version
|
177
|
+
version: '0.2'
|
178
|
+
- - ">="
|
179
|
+
- !ruby/object:Gem::Version
|
180
|
+
version: 0.2.16
|
181
|
+
- !ruby/object:Gem::Dependency
|
182
|
+
name: rake-release
|
183
|
+
requirement: !ruby/object:Gem::Requirement
|
184
|
+
requirements:
|
185
|
+
- - ">="
|
186
|
+
- !ruby/object:Gem::Version
|
187
|
+
version: '0'
|
188
|
+
type: :development
|
189
|
+
prerelease: false
|
190
|
+
version_requirements: !ruby/object:Gem::Requirement
|
191
|
+
requirements:
|
192
|
+
- - ">="
|
193
|
+
- !ruby/object:Gem::Version
|
194
|
+
version: '0'
|
195
|
+
description: HubSpot Ruby API client
|
196
|
+
email:
|
197
|
+
- ''
|
198
|
+
executables: []
|
199
|
+
extensions: []
|
200
|
+
extra_rdoc_files: []
|
201
|
+
files:
|
202
|
+
- ".github/CODEOWNERS"
|
203
|
+
- CHANGELOG.md
|
204
|
+
- Gemfile
|
205
|
+
- Gemfile.lock
|
206
|
+
- README.md
|
207
|
+
- Rakefile
|
208
|
+
- git_push.sh
|
209
|
+
- hubspot-api-client.gemspec
|
210
|
+
- lib/hubspot-api-client.rb
|
211
|
+
- lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
|
212
|
+
- lib/hubspot/codegen/automation/actions/api/definitions_api.rb
|
213
|
+
- lib/hubspot/codegen/automation/actions/api/functions_api.rb
|
214
|
+
- lib/hubspot/codegen/automation/actions/api/revisions_api.rb
|
215
|
+
- lib/hubspot/codegen/automation/actions/api_client.rb
|
216
|
+
- lib/hubspot/codegen/automation/actions/api_error.rb
|
217
|
+
- lib/hubspot/codegen/automation/actions/configuration.rb
|
218
|
+
- lib/hubspot/codegen/automation/actions/models/action_function.rb
|
219
|
+
- lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb
|
220
|
+
- lib/hubspot/codegen/automation/actions/models/action_labels.rb
|
221
|
+
- lib/hubspot/codegen/automation/actions/models/action_revision.rb
|
222
|
+
- lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb
|
223
|
+
- lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb
|
224
|
+
- lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb
|
225
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb
|
226
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb
|
227
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb
|
228
|
+
- lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb
|
229
|
+
- lib/hubspot/codegen/automation/actions/models/error.rb
|
230
|
+
- lib/hubspot/codegen/automation/actions/models/error_detail.rb
|
231
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
|
232
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
|
233
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
|
234
|
+
- lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
|
235
|
+
- lib/hubspot/codegen/automation/actions/models/forward_paging.rb
|
236
|
+
- lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
|
237
|
+
- lib/hubspot/codegen/automation/actions/models/next_page.rb
|
238
|
+
- lib/hubspot/codegen/automation/actions/models/object_request_options.rb
|
239
|
+
- lib/hubspot/codegen/automation/actions/models/option.rb
|
240
|
+
- lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
|
241
|
+
- lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
|
242
|
+
- lib/hubspot/codegen/cms/audit-logs/api_client.rb
|
243
|
+
- lib/hubspot/codegen/cms/audit-logs/api_error.rb
|
244
|
+
- lib/hubspot/codegen/cms/audit-logs/configuration.rb
|
245
|
+
- lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb
|
246
|
+
- lib/hubspot/codegen/cms/audit-logs/models/error.rb
|
247
|
+
- lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb
|
248
|
+
- lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
|
249
|
+
- lib/hubspot/codegen/cms/audit-logs/models/paging.rb
|
250
|
+
- lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
|
251
|
+
- lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb
|
252
|
+
- lib/hubspot/codegen/cms/blogs/authors/api_client.rb
|
253
|
+
- lib/hubspot/codegen/cms/blogs/authors/api_error.rb
|
254
|
+
- lib/hubspot/codegen/cms/blogs/authors/configuration.rb
|
255
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
|
256
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
|
257
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
|
258
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
|
259
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
|
260
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
|
261
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/error.rb
|
262
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
|
263
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
|
264
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
|
265
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
|
266
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb
|
267
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
|
268
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
|
269
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
|
270
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
|
271
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
|
272
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
|
273
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
|
274
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
|
275
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
|
276
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
|
277
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
|
278
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
|
279
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
|
280
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
|
281
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
|
282
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
|
283
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
|
284
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
|
285
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
|
286
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
|
287
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
|
288
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
|
289
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
|
290
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
|
291
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
|
292
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
|
293
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
|
294
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
|
295
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
|
296
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
|
297
|
+
- lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb
|
298
|
+
- lib/hubspot/codegen/cms/blogs/tags/api_client.rb
|
299
|
+
- lib/hubspot/codegen/cms/blogs/tags/api_error.rb
|
300
|
+
- lib/hubspot/codegen/cms/blogs/tags/configuration.rb
|
301
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
|
302
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
|
303
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
|
304
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
|
305
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
|
306
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/error.rb
|
307
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
|
308
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
|
309
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
|
310
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
|
311
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
|
312
|
+
- lib/hubspot/codegen/cms/domains/api/domains_api.rb
|
313
|
+
- lib/hubspot/codegen/cms/domains/api_client.rb
|
314
|
+
- lib/hubspot/codegen/cms/domains/api_error.rb
|
315
|
+
- lib/hubspot/codegen/cms/domains/configuration.rb
|
316
|
+
- lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb
|
317
|
+
- lib/hubspot/codegen/cms/domains/models/domain.rb
|
318
|
+
- lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb
|
319
|
+
- lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb
|
320
|
+
- lib/hubspot/codegen/cms/domains/models/error.rb
|
321
|
+
- lib/hubspot/codegen/cms/domains/models/error_detail.rb
|
322
|
+
- lib/hubspot/codegen/cms/domains/models/next_page.rb
|
323
|
+
- lib/hubspot/codegen/cms/domains/models/paging.rb
|
324
|
+
- lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
|
325
|
+
- lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
|
326
|
+
- lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
|
327
|
+
- lib/hubspot/codegen/cms/hubdb/api_client.rb
|
328
|
+
- lib/hubspot/codegen/cms/hubdb/api_error.rb
|
329
|
+
- lib/hubspot/codegen/cms/hubdb/configuration.rb
|
330
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb
|
331
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
|
332
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
|
333
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
|
334
|
+
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
|
335
|
+
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
|
336
|
+
- lib/hubspot/codegen/cms/hubdb/models/column.rb
|
337
|
+
- lib/hubspot/codegen/cms/hubdb/models/column_input.rb
|
338
|
+
- lib/hubspot/codegen/cms/hubdb/models/error.rb
|
339
|
+
- lib/hubspot/codegen/cms/hubdb/models/error_detail.rb
|
340
|
+
- lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
|
341
|
+
- lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
|
342
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
|
343
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
|
344
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb
|
345
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
|
346
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb
|
347
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb
|
348
|
+
- lib/hubspot/codegen/cms/hubdb/models/import_result.rb
|
349
|
+
- lib/hubspot/codegen/cms/hubdb/models/next_page.rb
|
350
|
+
- lib/hubspot/codegen/cms/hubdb/models/option.rb
|
351
|
+
- lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
|
352
|
+
- lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
|
353
|
+
- lib/hubspot/codegen/cms/performance/api/default_api.rb
|
354
|
+
- lib/hubspot/codegen/cms/performance/api_client.rb
|
355
|
+
- lib/hubspot/codegen/cms/performance/api_error.rb
|
356
|
+
- lib/hubspot/codegen/cms/performance/configuration.rb
|
357
|
+
- lib/hubspot/codegen/cms/performance/models/error.rb
|
358
|
+
- lib/hubspot/codegen/cms/performance/models/error_detail.rb
|
359
|
+
- lib/hubspot/codegen/cms/performance/models/performance_view.rb
|
360
|
+
- lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
|
361
|
+
- lib/hubspot/codegen/cms/site-search/api/default_api.rb
|
362
|
+
- lib/hubspot/codegen/cms/site-search/api_client.rb
|
363
|
+
- lib/hubspot/codegen/cms/site-search/api_error.rb
|
364
|
+
- lib/hubspot/codegen/cms/site-search/configuration.rb
|
365
|
+
- lib/hubspot/codegen/cms/site-search/models/content_search_result.rb
|
366
|
+
- lib/hubspot/codegen/cms/site-search/models/error.rb
|
367
|
+
- lib/hubspot/codegen/cms/site-search/models/error_detail.rb
|
368
|
+
- lib/hubspot/codegen/cms/site-search/models/indexed_data.rb
|
369
|
+
- lib/hubspot/codegen/cms/site-search/models/public_search_results.rb
|
370
|
+
- lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb
|
371
|
+
- lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb
|
372
|
+
- lib/hubspot/codegen/cms/url-redirects/api_client.rb
|
373
|
+
- lib/hubspot/codegen/cms/url-redirects/api_error.rb
|
374
|
+
- lib/hubspot/codegen/cms/url-redirects/configuration.rb
|
375
|
+
- lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb
|
376
|
+
- lib/hubspot/codegen/cms/url-redirects/models/error.rb
|
377
|
+
- lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb
|
378
|
+
- lib/hubspot/codegen/cms/url-redirects/models/next_page.rb
|
379
|
+
- lib/hubspot/codegen/cms/url-redirects/models/paging.rb
|
380
|
+
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
|
381
|
+
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
|
382
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
|
383
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
|
384
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
|
385
|
+
- lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
|
386
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
|
387
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
|
388
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
|
389
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
|
390
|
+
- lib/hubspot/codegen/crm/associations/api/batch_api.rb
|
391
|
+
- lib/hubspot/codegen/crm/associations/api/types_api.rb
|
392
|
+
- lib/hubspot/codegen/crm/associations/api_client.rb
|
393
|
+
- lib/hubspot/codegen/crm/associations/api_error.rb
|
394
|
+
- lib/hubspot/codegen/crm/associations/configuration.rb
|
395
|
+
- lib/hubspot/codegen/crm/associations/models/associated_id.rb
|
396
|
+
- lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb
|
397
|
+
- lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
|
398
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
|
399
|
+
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
|
400
|
+
- lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
|
401
|
+
- lib/hubspot/codegen/crm/associations/models/error.rb
|
402
|
+
- lib/hubspot/codegen/crm/associations/models/error_category.rb
|
403
|
+
- lib/hubspot/codegen/crm/associations/models/error_detail.rb
|
404
|
+
- lib/hubspot/codegen/crm/associations/models/next_page.rb
|
405
|
+
- lib/hubspot/codegen/crm/associations/models/paging.rb
|
406
|
+
- lib/hubspot/codegen/crm/associations/models/public_association.rb
|
407
|
+
- lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
|
408
|
+
- lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
|
409
|
+
- lib/hubspot/codegen/crm/associations/models/public_object_id.rb
|
410
|
+
- lib/hubspot/codegen/crm/associations/models/standard_error.rb
|
411
|
+
- lib/hubspot/codegen/crm/companies/api/associations_api.rb
|
412
|
+
- lib/hubspot/codegen/crm/companies/api/basic_api.rb
|
413
|
+
- lib/hubspot/codegen/crm/companies/api/batch_api.rb
|
414
|
+
- lib/hubspot/codegen/crm/companies/api/search_api.rb
|
415
|
+
- lib/hubspot/codegen/crm/companies/api_client.rb
|
416
|
+
- lib/hubspot/codegen/crm/companies/api_error.rb
|
417
|
+
- lib/hubspot/codegen/crm/companies/configuration.rb
|
418
|
+
- lib/hubspot/codegen/crm/companies/models/associated_id.rb
|
419
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
|
420
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
|
421
|
+
- lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
|
422
|
+
- lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
|
423
|
+
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
|
424
|
+
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
|
425
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
|
426
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
|
427
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
|
428
|
+
- lib/hubspot/codegen/crm/companies/models/error.rb
|
429
|
+
- lib/hubspot/codegen/crm/companies/models/error_category.rb
|
430
|
+
- lib/hubspot/codegen/crm/companies/models/error_detail.rb
|
431
|
+
- lib/hubspot/codegen/crm/companies/models/filter.rb
|
432
|
+
- lib/hubspot/codegen/crm/companies/models/filter_group.rb
|
433
|
+
- lib/hubspot/codegen/crm/companies/models/next_page.rb
|
434
|
+
- lib/hubspot/codegen/crm/companies/models/paging.rb
|
435
|
+
- lib/hubspot/codegen/crm/companies/models/previous_page.rb
|
436
|
+
- lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
|
437
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
|
438
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
|
439
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
|
440
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
|
441
|
+
- lib/hubspot/codegen/crm/companies/models/standard_error.rb
|
442
|
+
- lib/hubspot/codegen/crm/contacts/api/associations_api.rb
|
443
|
+
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
|
444
|
+
- lib/hubspot/codegen/crm/contacts/api/batch_api.rb
|
445
|
+
- lib/hubspot/codegen/crm/contacts/api/search_api.rb
|
446
|
+
- lib/hubspot/codegen/crm/contacts/api_client.rb
|
447
|
+
- lib/hubspot/codegen/crm/contacts/api_error.rb
|
448
|
+
- lib/hubspot/codegen/crm/contacts/configuration.rb
|
449
|
+
- lib/hubspot/codegen/crm/contacts/models/associated_id.rb
|
450
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
|
451
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
|
452
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
|
453
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
|
454
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
|
455
|
+
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
|
456
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
|
457
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
|
458
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
|
459
|
+
- lib/hubspot/codegen/crm/contacts/models/error.rb
|
460
|
+
- lib/hubspot/codegen/crm/contacts/models/error_category.rb
|
461
|
+
- lib/hubspot/codegen/crm/contacts/models/error_detail.rb
|
462
|
+
- lib/hubspot/codegen/crm/contacts/models/filter.rb
|
463
|
+
- lib/hubspot/codegen/crm/contacts/models/filter_group.rb
|
464
|
+
- lib/hubspot/codegen/crm/contacts/models/next_page.rb
|
465
|
+
- lib/hubspot/codegen/crm/contacts/models/paging.rb
|
466
|
+
- lib/hubspot/codegen/crm/contacts/models/previous_page.rb
|
467
|
+
- lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
|
468
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
|
469
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
|
470
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
|
471
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
|
472
|
+
- lib/hubspot/codegen/crm/contacts/models/standard_error.rb
|
473
|
+
- lib/hubspot/codegen/crm/deals/api/associations_api.rb
|
474
|
+
- lib/hubspot/codegen/crm/deals/api/basic_api.rb
|
475
|
+
- lib/hubspot/codegen/crm/deals/api/batch_api.rb
|
476
|
+
- lib/hubspot/codegen/crm/deals/api/search_api.rb
|
477
|
+
- lib/hubspot/codegen/crm/deals/api_client.rb
|
478
|
+
- lib/hubspot/codegen/crm/deals/api_error.rb
|
479
|
+
- lib/hubspot/codegen/crm/deals/configuration.rb
|
480
|
+
- lib/hubspot/codegen/crm/deals/models/associated_id.rb
|
481
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
|
482
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
|
483
|
+
- lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
|
484
|
+
- lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
|
485
|
+
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
|
486
|
+
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
|
487
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
|
488
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
|
489
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
|
490
|
+
- lib/hubspot/codegen/crm/deals/models/error.rb
|
491
|
+
- lib/hubspot/codegen/crm/deals/models/error_category.rb
|
492
|
+
- lib/hubspot/codegen/crm/deals/models/error_detail.rb
|
493
|
+
- lib/hubspot/codegen/crm/deals/models/filter.rb
|
494
|
+
- lib/hubspot/codegen/crm/deals/models/filter_group.rb
|
495
|
+
- lib/hubspot/codegen/crm/deals/models/next_page.rb
|
496
|
+
- lib/hubspot/codegen/crm/deals/models/paging.rb
|
497
|
+
- lib/hubspot/codegen/crm/deals/models/previous_page.rb
|
498
|
+
- lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
|
499
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
|
500
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
|
501
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
|
502
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
|
503
|
+
- lib/hubspot/codegen/crm/deals/models/standard_error.rb
|
504
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
|
505
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
|
506
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
|
507
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb
|
508
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb
|
509
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api_client.rb
|
510
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api_error.rb
|
511
|
+
- lib/hubspot/codegen/crm/extensions/accounting/configuration.rb
|
512
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb
|
513
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb
|
514
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb
|
515
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb
|
516
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb
|
517
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb
|
518
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb
|
519
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/address.rb
|
520
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb
|
521
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb
|
522
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb
|
523
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb
|
524
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/error.rb
|
525
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb
|
526
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb
|
527
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb
|
528
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb
|
529
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb
|
530
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb
|
531
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb
|
532
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb
|
533
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb
|
534
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb
|
535
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb
|
536
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/product.rb
|
537
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb
|
538
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb
|
539
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb
|
540
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb
|
541
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb
|
542
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb
|
543
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb
|
544
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb
|
545
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
|
546
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
|
547
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
|
548
|
+
- lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
|
549
|
+
- lib/hubspot/codegen/crm/extensions/calling/api_client.rb
|
550
|
+
- lib/hubspot/codegen/crm/extensions/calling/api_error.rb
|
551
|
+
- lib/hubspot/codegen/crm/extensions/calling/configuration.rb
|
552
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/error.rb
|
553
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
|
554
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb
|
555
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb
|
556
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb
|
557
|
+
- lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
|
558
|
+
- lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb
|
559
|
+
- lib/hubspot/codegen/crm/extensions/cards/api_client.rb
|
560
|
+
- lib/hubspot/codegen/crm/extensions/cards/api_error.rb
|
561
|
+
- lib/hubspot/codegen/crm/extensions/cards/configuration.rb
|
562
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb
|
563
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb
|
564
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb
|
565
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb
|
566
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb
|
567
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb
|
568
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb
|
569
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb
|
570
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb
|
571
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb
|
572
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb
|
573
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb
|
574
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb
|
575
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/error.rb
|
576
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb
|
577
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb
|
578
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb
|
579
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
|
580
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
|
581
|
+
- lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
|
582
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb
|
583
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb
|
584
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb
|
585
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb
|
586
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb
|
587
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb
|
588
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb
|
589
|
+
- lib/hubspot/codegen/crm/imports/api/core_api.rb
|
590
|
+
- lib/hubspot/codegen/crm/imports/api_client.rb
|
591
|
+
- lib/hubspot/codegen/crm/imports/api_error.rb
|
592
|
+
- lib/hubspot/codegen/crm/imports/configuration.rb
|
593
|
+
- lib/hubspot/codegen/crm/imports/models/action_response.rb
|
594
|
+
- lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb
|
595
|
+
- lib/hubspot/codegen/crm/imports/models/error.rb
|
596
|
+
- lib/hubspot/codegen/crm/imports/models/error_detail.rb
|
597
|
+
- lib/hubspot/codegen/crm/imports/models/next_page.rb
|
598
|
+
- lib/hubspot/codegen/crm/imports/models/paging.rb
|
599
|
+
- lib/hubspot/codegen/crm/imports/models/previous_page.rb
|
600
|
+
- lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
|
601
|
+
- lib/hubspot/codegen/crm/imports/models/public_import_response.rb
|
602
|
+
- lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
|
603
|
+
- lib/hubspot/codegen/crm/line_items/api/associations_api.rb
|
604
|
+
- lib/hubspot/codegen/crm/line_items/api/basic_api.rb
|
605
|
+
- lib/hubspot/codegen/crm/line_items/api/batch_api.rb
|
606
|
+
- lib/hubspot/codegen/crm/line_items/api/search_api.rb
|
607
|
+
- lib/hubspot/codegen/crm/line_items/api_client.rb
|
608
|
+
- lib/hubspot/codegen/crm/line_items/api_error.rb
|
609
|
+
- lib/hubspot/codegen/crm/line_items/configuration.rb
|
610
|
+
- lib/hubspot/codegen/crm/line_items/models/associated_id.rb
|
611
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
|
612
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
|
613
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
|
614
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
|
615
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
|
616
|
+
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
|
617
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
|
618
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
|
619
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
|
620
|
+
- lib/hubspot/codegen/crm/line_items/models/error.rb
|
621
|
+
- lib/hubspot/codegen/crm/line_items/models/error_category.rb
|
622
|
+
- lib/hubspot/codegen/crm/line_items/models/error_detail.rb
|
623
|
+
- lib/hubspot/codegen/crm/line_items/models/filter.rb
|
624
|
+
- lib/hubspot/codegen/crm/line_items/models/filter_group.rb
|
625
|
+
- lib/hubspot/codegen/crm/line_items/models/next_page.rb
|
626
|
+
- lib/hubspot/codegen/crm/line_items/models/paging.rb
|
627
|
+
- lib/hubspot/codegen/crm/line_items/models/previous_page.rb
|
628
|
+
- lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
|
629
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
|
630
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
|
631
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
|
632
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
|
633
|
+
- lib/hubspot/codegen/crm/line_items/models/standard_error.rb
|
634
|
+
- lib/hubspot/codegen/crm/objects/api/associations_api.rb
|
635
|
+
- lib/hubspot/codegen/crm/objects/api/basic_api.rb
|
636
|
+
- lib/hubspot/codegen/crm/objects/api/batch_api.rb
|
637
|
+
- lib/hubspot/codegen/crm/objects/api/search_api.rb
|
638
|
+
- lib/hubspot/codegen/crm/objects/api_client.rb
|
639
|
+
- lib/hubspot/codegen/crm/objects/api_error.rb
|
640
|
+
- lib/hubspot/codegen/crm/objects/configuration.rb
|
641
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb
|
642
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
|
643
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
|
644
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
|
645
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
|
646
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
|
647
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
|
648
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
|
649
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
|
650
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
|
651
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb
|
652
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
|
653
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
|
654
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
|
655
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
|
656
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb
|
657
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb
|
658
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
|
659
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb
|
660
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb
|
661
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb
|
662
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb
|
663
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
|
664
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
|
665
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
|
666
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
|
667
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
|
668
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
|
669
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
|
670
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
|
671
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
|
672
|
+
- lib/hubspot/codegen/crm/objects/models/associated_id.rb
|
673
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
|
674
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
|
675
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
|
676
|
+
- lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
|
677
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
|
678
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
|
679
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
|
680
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb
|
681
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb
|
682
|
+
- lib/hubspot/codegen/crm/objects/models/error.rb
|
683
|
+
- lib/hubspot/codegen/crm/objects/models/error_category.rb
|
684
|
+
- lib/hubspot/codegen/crm/objects/models/error_detail.rb
|
685
|
+
- lib/hubspot/codegen/crm/objects/models/filter.rb
|
686
|
+
- lib/hubspot/codegen/crm/objects/models/filter_group.rb
|
687
|
+
- lib/hubspot/codegen/crm/objects/models/next_page.rb
|
688
|
+
- lib/hubspot/codegen/crm/objects/models/paging.rb
|
689
|
+
- lib/hubspot/codegen/crm/objects/models/previous_page.rb
|
690
|
+
- lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
|
691
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
|
692
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
|
693
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
|
694
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
|
695
|
+
- lib/hubspot/codegen/crm/objects/models/standard_error.rb
|
696
|
+
- lib/hubspot/codegen/crm/owners/api/default_api.rb
|
697
|
+
- lib/hubspot/codegen/crm/owners/api_client.rb
|
698
|
+
- lib/hubspot/codegen/crm/owners/api_error.rb
|
699
|
+
- lib/hubspot/codegen/crm/owners/configuration.rb
|
700
|
+
- lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb
|
701
|
+
- lib/hubspot/codegen/crm/owners/models/error.rb
|
702
|
+
- lib/hubspot/codegen/crm/owners/models/error_detail.rb
|
703
|
+
- lib/hubspot/codegen/crm/owners/models/next_page.rb
|
704
|
+
- lib/hubspot/codegen/crm/owners/models/paging.rb
|
705
|
+
- lib/hubspot/codegen/crm/owners/models/public_owner.rb
|
706
|
+
- lib/hubspot/codegen/crm/owners/models/public_team.rb
|
707
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
|
708
|
+
- lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
|
709
|
+
- lib/hubspot/codegen/crm/pipelines/api_client.rb
|
710
|
+
- lib/hubspot/codegen/crm/pipelines/api_error.rb
|
711
|
+
- lib/hubspot/codegen/crm/pipelines/configuration.rb
|
712
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb
|
713
|
+
- lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb
|
714
|
+
- lib/hubspot/codegen/crm/pipelines/models/error.rb
|
715
|
+
- lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
|
716
|
+
- lib/hubspot/codegen/crm/pipelines/models/next_page.rb
|
717
|
+
- lib/hubspot/codegen/crm/pipelines/models/paging.rb
|
718
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
|
719
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
|
720
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
|
721
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
|
722
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
|
723
|
+
- lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
|
724
|
+
- lib/hubspot/codegen/crm/products/api/associations_api.rb
|
725
|
+
- lib/hubspot/codegen/crm/products/api/basic_api.rb
|
726
|
+
- lib/hubspot/codegen/crm/products/api/batch_api.rb
|
727
|
+
- lib/hubspot/codegen/crm/products/api/search_api.rb
|
728
|
+
- lib/hubspot/codegen/crm/products/api_client.rb
|
729
|
+
- lib/hubspot/codegen/crm/products/api_error.rb
|
730
|
+
- lib/hubspot/codegen/crm/products/configuration.rb
|
731
|
+
- lib/hubspot/codegen/crm/products/models/associated_id.rb
|
732
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
|
733
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
|
734
|
+
- lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
|
735
|
+
- lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
|
736
|
+
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
|
737
|
+
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
|
738
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
|
739
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
|
740
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
|
741
|
+
- lib/hubspot/codegen/crm/products/models/error.rb
|
742
|
+
- lib/hubspot/codegen/crm/products/models/error_category.rb
|
743
|
+
- lib/hubspot/codegen/crm/products/models/error_detail.rb
|
744
|
+
- lib/hubspot/codegen/crm/products/models/filter.rb
|
745
|
+
- lib/hubspot/codegen/crm/products/models/filter_group.rb
|
746
|
+
- lib/hubspot/codegen/crm/products/models/next_page.rb
|
747
|
+
- lib/hubspot/codegen/crm/products/models/paging.rb
|
748
|
+
- lib/hubspot/codegen/crm/products/models/previous_page.rb
|
749
|
+
- lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
|
750
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object.rb
|
751
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
|
752
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
|
753
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
|
754
|
+
- lib/hubspot/codegen/crm/products/models/standard_error.rb
|
755
|
+
- lib/hubspot/codegen/crm/properties/api/batch_api.rb
|
756
|
+
- lib/hubspot/codegen/crm/properties/api/core_api.rb
|
757
|
+
- lib/hubspot/codegen/crm/properties/api/groups_api.rb
|
758
|
+
- lib/hubspot/codegen/crm/properties/api_client.rb
|
759
|
+
- lib/hubspot/codegen/crm/properties/api_error.rb
|
760
|
+
- lib/hubspot/codegen/crm/properties/configuration.rb
|
761
|
+
- lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb
|
762
|
+
- lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
|
763
|
+
- lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
|
764
|
+
- lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
|
765
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
|
766
|
+
- lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
|
767
|
+
- lib/hubspot/codegen/crm/properties/models/error.rb
|
768
|
+
- lib/hubspot/codegen/crm/properties/models/error_category.rb
|
769
|
+
- lib/hubspot/codegen/crm/properties/models/error_detail.rb
|
770
|
+
- lib/hubspot/codegen/crm/properties/models/next_page.rb
|
771
|
+
- lib/hubspot/codegen/crm/properties/models/option.rb
|
772
|
+
- lib/hubspot/codegen/crm/properties/models/option_input.rb
|
773
|
+
- lib/hubspot/codegen/crm/properties/models/paging.rb
|
774
|
+
- lib/hubspot/codegen/crm/properties/models/property.rb
|
775
|
+
- lib/hubspot/codegen/crm/properties/models/property_create.rb
|
776
|
+
- lib/hubspot/codegen/crm/properties/models/property_group.rb
|
777
|
+
- lib/hubspot/codegen/crm/properties/models/property_group_create.rb
|
778
|
+
- lib/hubspot/codegen/crm/properties/models/property_group_update.rb
|
779
|
+
- lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
|
780
|
+
- lib/hubspot/codegen/crm/properties/models/property_name.rb
|
781
|
+
- lib/hubspot/codegen/crm/properties/models/property_update.rb
|
782
|
+
- lib/hubspot/codegen/crm/properties/models/standard_error.rb
|
783
|
+
- lib/hubspot/codegen/crm/quotes/api/associations_api.rb
|
784
|
+
- lib/hubspot/codegen/crm/quotes/api/basic_api.rb
|
785
|
+
- lib/hubspot/codegen/crm/quotes/api/batch_api.rb
|
786
|
+
- lib/hubspot/codegen/crm/quotes/api/search_api.rb
|
787
|
+
- lib/hubspot/codegen/crm/quotes/api_client.rb
|
788
|
+
- lib/hubspot/codegen/crm/quotes/api_error.rb
|
789
|
+
- lib/hubspot/codegen/crm/quotes/configuration.rb
|
790
|
+
- lib/hubspot/codegen/crm/quotes/models/associated_id.rb
|
791
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
|
792
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
|
793
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
|
794
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
|
795
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
|
796
|
+
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
|
797
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
|
798
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
|
799
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
|
800
|
+
- lib/hubspot/codegen/crm/quotes/models/error.rb
|
801
|
+
- lib/hubspot/codegen/crm/quotes/models/error_category.rb
|
802
|
+
- lib/hubspot/codegen/crm/quotes/models/error_detail.rb
|
803
|
+
- lib/hubspot/codegen/crm/quotes/models/filter.rb
|
804
|
+
- lib/hubspot/codegen/crm/quotes/models/filter_group.rb
|
805
|
+
- lib/hubspot/codegen/crm/quotes/models/next_page.rb
|
806
|
+
- lib/hubspot/codegen/crm/quotes/models/paging.rb
|
807
|
+
- lib/hubspot/codegen/crm/quotes/models/previous_page.rb
|
808
|
+
- lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
|
809
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
|
810
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
|
811
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
|
812
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
|
813
|
+
- lib/hubspot/codegen/crm/quotes/models/standard_error.rb
|
814
|
+
- lib/hubspot/codegen/crm/schemas/api/core_api.rb
|
815
|
+
- lib/hubspot/codegen/crm/schemas/api/default_api.rb
|
816
|
+
- lib/hubspot/codegen/crm/schemas/api_client.rb
|
817
|
+
- lib/hubspot/codegen/crm/schemas/api_error.rb
|
818
|
+
- lib/hubspot/codegen/crm/schemas/configuration.rb
|
819
|
+
- lib/hubspot/codegen/crm/schemas/models/association_definition.rb
|
820
|
+
- lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb
|
821
|
+
- lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb
|
822
|
+
- lib/hubspot/codegen/crm/schemas/models/error.rb
|
823
|
+
- lib/hubspot/codegen/crm/schemas/models/error_detail.rb
|
824
|
+
- lib/hubspot/codegen/crm/schemas/models/next_page.rb
|
825
|
+
- lib/hubspot/codegen/crm/schemas/models/object_schema.rb
|
826
|
+
- lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb
|
827
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb
|
828
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb
|
829
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb
|
830
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb
|
831
|
+
- lib/hubspot/codegen/crm/schemas/models/option.rb
|
832
|
+
- lib/hubspot/codegen/crm/schemas/models/option_input.rb
|
833
|
+
- lib/hubspot/codegen/crm/schemas/models/paging.rb
|
834
|
+
- lib/hubspot/codegen/crm/schemas/models/previous_page.rb
|
835
|
+
- lib/hubspot/codegen/crm/schemas/models/property.rb
|
836
|
+
- lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
|
837
|
+
- lib/hubspot/codegen/crm/tickets/api/associations_api.rb
|
838
|
+
- lib/hubspot/codegen/crm/tickets/api/basic_api.rb
|
839
|
+
- lib/hubspot/codegen/crm/tickets/api/batch_api.rb
|
840
|
+
- lib/hubspot/codegen/crm/tickets/api/search_api.rb
|
841
|
+
- lib/hubspot/codegen/crm/tickets/api_client.rb
|
842
|
+
- lib/hubspot/codegen/crm/tickets/api_error.rb
|
843
|
+
- lib/hubspot/codegen/crm/tickets/configuration.rb
|
844
|
+
- lib/hubspot/codegen/crm/tickets/models/associated_id.rb
|
845
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
|
846
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
|
847
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
|
848
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
|
849
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
|
850
|
+
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
|
851
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
|
852
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
|
853
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
|
854
|
+
- lib/hubspot/codegen/crm/tickets/models/error.rb
|
855
|
+
- lib/hubspot/codegen/crm/tickets/models/error_category.rb
|
856
|
+
- lib/hubspot/codegen/crm/tickets/models/error_detail.rb
|
857
|
+
- lib/hubspot/codegen/crm/tickets/models/filter.rb
|
858
|
+
- lib/hubspot/codegen/crm/tickets/models/filter_group.rb
|
859
|
+
- lib/hubspot/codegen/crm/tickets/models/next_page.rb
|
860
|
+
- lib/hubspot/codegen/crm/tickets/models/paging.rb
|
861
|
+
- lib/hubspot/codegen/crm/tickets/models/previous_page.rb
|
862
|
+
- lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
|
863
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
|
864
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
|
865
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
|
866
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
|
867
|
+
- lib/hubspot/codegen/crm/tickets/models/standard_error.rb
|
868
|
+
- lib/hubspot/codegen/crm/timeline/api/events_api.rb
|
869
|
+
- lib/hubspot/codegen/crm/timeline/api/templates_api.rb
|
870
|
+
- lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
|
871
|
+
- lib/hubspot/codegen/crm/timeline/api_client.rb
|
872
|
+
- lib/hubspot/codegen/crm/timeline/api_error.rb
|
873
|
+
- lib/hubspot/codegen/crm/timeline/configuration.rb
|
874
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
|
875
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
|
876
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
|
877
|
+
- lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
|
878
|
+
- lib/hubspot/codegen/crm/timeline/models/error.rb
|
879
|
+
- lib/hubspot/codegen/crm/timeline/models/error_category.rb
|
880
|
+
- lib/hubspot/codegen/crm/timeline/models/error_detail.rb
|
881
|
+
- lib/hubspot/codegen/crm/timeline/models/event_detail.rb
|
882
|
+
- lib/hubspot/codegen/crm/timeline/models/next_page.rb
|
883
|
+
- lib/hubspot/codegen/crm/timeline/models/paging.rb
|
884
|
+
- lib/hubspot/codegen/crm/timeline/models/previous_page.rb
|
885
|
+
- lib/hubspot/codegen/crm/timeline/models/standard_error.rb
|
886
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
|
887
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
|
888
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb
|
889
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb
|
890
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb
|
891
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb
|
892
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb
|
893
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
|
894
|
+
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb
|
895
|
+
- lib/hubspot/codegen/events/api/events_api.rb
|
896
|
+
- lib/hubspot/codegen/events/api_client.rb
|
897
|
+
- lib/hubspot/codegen/events/api_error.rb
|
898
|
+
- lib/hubspot/codegen/events/configuration.rb
|
899
|
+
- lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb
|
900
|
+
- lib/hubspot/codegen/events/models/error.rb
|
901
|
+
- lib/hubspot/codegen/events/models/error_detail.rb
|
902
|
+
- lib/hubspot/codegen/events/models/external_unified_event.rb
|
903
|
+
- lib/hubspot/codegen/events/models/next_page.rb
|
904
|
+
- lib/hubspot/codegen/events/models/paging.rb
|
905
|
+
- lib/hubspot/codegen/files/files/api/files_api.rb
|
906
|
+
- lib/hubspot/codegen/files/files/api/folders_api.rb
|
907
|
+
- lib/hubspot/codegen/files/files/api_client.rb
|
908
|
+
- lib/hubspot/codegen/files/files/api_error.rb
|
909
|
+
- lib/hubspot/codegen/files/files/configuration.rb
|
910
|
+
- lib/hubspot/codegen/files/files/models/collection_response_file.rb
|
911
|
+
- lib/hubspot/codegen/files/files/models/collection_response_folder.rb
|
912
|
+
- lib/hubspot/codegen/files/files/models/error.rb
|
913
|
+
- lib/hubspot/codegen/files/files/models/error_category.rb
|
914
|
+
- lib/hubspot/codegen/files/files/models/error_detail.rb
|
915
|
+
- lib/hubspot/codegen/files/files/models/file_action_response.rb
|
916
|
+
- lib/hubspot/codegen/files/files/models/file_update_input.rb
|
917
|
+
- lib/hubspot/codegen/files/files/models/folder.rb
|
918
|
+
- lib/hubspot/codegen/files/files/models/folder_action_response.rb
|
919
|
+
- lib/hubspot/codegen/files/files/models/folder_input.rb
|
920
|
+
- lib/hubspot/codegen/files/files/models/folder_update_input.rb
|
921
|
+
- lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb
|
922
|
+
- lib/hubspot/codegen/files/files/models/hubspot_file.rb
|
923
|
+
- lib/hubspot/codegen/files/files/models/import_from_url_input.rb
|
924
|
+
- lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb
|
925
|
+
- lib/hubspot/codegen/files/files/models/next_page.rb
|
926
|
+
- lib/hubspot/codegen/files/files/models/paging.rb
|
927
|
+
- lib/hubspot/codegen/files/files/models/previous_page.rb
|
928
|
+
- lib/hubspot/codegen/files/files/models/signed_url.rb
|
929
|
+
- lib/hubspot/codegen/files/files/models/standard_error.rb
|
930
|
+
- lib/hubspot/codegen/marketing/transactional/api/default_api.rb
|
931
|
+
- lib/hubspot/codegen/marketing/transactional/api_client.rb
|
932
|
+
- lib/hubspot/codegen/marketing/transactional/api_error.rb
|
933
|
+
- lib/hubspot/codegen/marketing/transactional/configuration.rb
|
934
|
+
- lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb
|
935
|
+
- lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb
|
936
|
+
- lib/hubspot/codegen/marketing/transactional/models/error.rb
|
937
|
+
- lib/hubspot/codegen/marketing/transactional/models/error_detail.rb
|
938
|
+
- lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb
|
939
|
+
- lib/hubspot/codegen/marketing/transactional/models/next_page.rb
|
940
|
+
- lib/hubspot/codegen/marketing/transactional/models/paging.rb
|
941
|
+
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb
|
942
|
+
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb
|
943
|
+
- lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb
|
944
|
+
- lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb
|
945
|
+
- lib/hubspot/codegen/oauth/api/default_api.rb
|
946
|
+
- lib/hubspot/codegen/oauth/api_client.rb
|
947
|
+
- lib/hubspot/codegen/oauth/api_error.rb
|
948
|
+
- lib/hubspot/codegen/oauth/configuration.rb
|
949
|
+
- lib/hubspot/codegen/oauth/models/access_token_info_response.rb
|
950
|
+
- lib/hubspot/codegen/oauth/models/error.rb
|
951
|
+
- lib/hubspot/codegen/oauth/models/error_detail.rb
|
952
|
+
- lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
|
953
|
+
- lib/hubspot/codegen/oauth/models/token_response_if.rb
|
954
|
+
- lib/hubspot/codegen/webhooks/api/settings_api.rb
|
955
|
+
- lib/hubspot/codegen/webhooks/api/subscriptions_api.rb
|
956
|
+
- lib/hubspot/codegen/webhooks/api_client.rb
|
957
|
+
- lib/hubspot/codegen/webhooks/api_error.rb
|
958
|
+
- lib/hubspot/codegen/webhooks/configuration.rb
|
959
|
+
- lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb
|
960
|
+
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
|
961
|
+
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
|
962
|
+
- lib/hubspot/codegen/webhooks/models/error.rb
|
963
|
+
- lib/hubspot/codegen/webhooks/models/error_category.rb
|
964
|
+
- lib/hubspot/codegen/webhooks/models/error_detail.rb
|
965
|
+
- lib/hubspot/codegen/webhooks/models/settings_change_request.rb
|
966
|
+
- lib/hubspot/codegen/webhooks/models/settings_response.rb
|
967
|
+
- lib/hubspot/codegen/webhooks/models/standard_error.rb
|
968
|
+
- lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb
|
969
|
+
- lib/hubspot/codegen/webhooks/models/subscription_create_request.rb
|
970
|
+
- lib/hubspot/codegen/webhooks/models/subscription_list_response.rb
|
971
|
+
- lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb
|
972
|
+
- lib/hubspot/codegen/webhooks/models/subscription_response.rb
|
973
|
+
- lib/hubspot/codegen/webhooks/models/throttling_settings.rb
|
974
|
+
- lib/hubspot/configuration.rb
|
975
|
+
- lib/hubspot/exceptions.rb
|
976
|
+
- lib/hubspot/helpers/get_all_helper.rb
|
977
|
+
- lib/hubspot/helpers/webhooks_helper.rb
|
978
|
+
- lib/hubspot/oauth_helper.rb
|
979
|
+
- lib/hubspot/version.rb
|
980
|
+
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
981
|
+
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
982
|
+
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
983
|
+
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
984
|
+
- spec/codegen/automation/actions/models/action_function_identifier_spec.rb
|
985
|
+
- spec/codegen/automation/actions/models/action_function_spec.rb
|
986
|
+
- spec/codegen/automation/actions/models/action_labels_spec.rb
|
987
|
+
- spec/codegen/automation/actions/models/action_revision_spec.rb
|
988
|
+
- spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
|
989
|
+
- spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
|
990
|
+
- spec/codegen/automation/actions/models/callback_completion_request_spec.rb
|
991
|
+
- spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
|
992
|
+
- spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
|
993
|
+
- spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
|
994
|
+
- spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
|
995
|
+
- spec/codegen/automation/actions/models/error_detail_spec.rb
|
996
|
+
- spec/codegen/automation/actions/models/error_spec.rb
|
997
|
+
- spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
|
998
|
+
- spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
|
999
|
+
- spec/codegen/automation/actions/models/extension_action_definition_spec.rb
|
1000
|
+
- spec/codegen/automation/actions/models/field_type_definition_spec.rb
|
1001
|
+
- spec/codegen/automation/actions/models/forward_paging_spec.rb
|
1002
|
+
- spec/codegen/automation/actions/models/input_field_definition_spec.rb
|
1003
|
+
- spec/codegen/automation/actions/models/next_page_spec.rb
|
1004
|
+
- spec/codegen/automation/actions/models/object_request_options_spec.rb
|
1005
|
+
- spec/codegen/automation/actions/models/option_spec.rb
|
1006
|
+
- spec/codegen/automation/actions/models/single_field_dependency_spec.rb
|
1007
|
+
- spec/codegen/cms/audit-logs/api/default_api_spec.rb
|
1008
|
+
- spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
|
1009
|
+
- spec/codegen/cms/audit-logs/models/error_detail_spec.rb
|
1010
|
+
- spec/codegen/cms/audit-logs/models/error_spec.rb
|
1011
|
+
- spec/codegen/cms/audit-logs/models/next_page_spec.rb
|
1012
|
+
- spec/codegen/cms/audit-logs/models/paging_spec.rb
|
1013
|
+
- spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
|
1014
|
+
- spec/codegen/cms/blogs/authors/api/default_api_spec.rb
|
1015
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
|
1016
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
|
1017
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
|
1018
|
+
- spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
|
1019
|
+
- spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
|
1020
|
+
- spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
|
1021
|
+
- spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
|
1022
|
+
- spec/codegen/cms/blogs/authors/models/error_spec.rb
|
1023
|
+
- spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
|
1024
|
+
- spec/codegen/cms/blogs/authors/models/next_page_spec.rb
|
1025
|
+
- spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
|
1026
|
+
- spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
|
1027
|
+
- spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
|
1028
|
+
- spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
|
1029
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
|
1030
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
|
1031
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
|
1032
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
|
1033
|
+
- spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
|
1034
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
|
1035
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
|
1036
|
+
- spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
|
1037
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
|
1038
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
|
1039
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
|
1040
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
|
1041
|
+
- spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
|
1042
|
+
- spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
|
1043
|
+
- spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
|
1044
|
+
- spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
|
1045
|
+
- spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
|
1046
|
+
- spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
|
1047
|
+
- spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
|
1048
|
+
- spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
|
1049
|
+
- spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
|
1050
|
+
- spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
|
1051
|
+
- spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
|
1052
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
|
1053
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
|
1054
|
+
- spec/codegen/cms/blogs/tags/api/default_api_spec.rb
|
1055
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
|
1056
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
|
1057
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
|
1058
|
+
- spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
|
1059
|
+
- spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
|
1060
|
+
- spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
|
1061
|
+
- spec/codegen/cms/blogs/tags/models/error_spec.rb
|
1062
|
+
- spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
|
1063
|
+
- spec/codegen/cms/blogs/tags/models/next_page_spec.rb
|
1064
|
+
- spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
|
1065
|
+
- spec/codegen/cms/blogs/tags/models/tag_spec.rb
|
1066
|
+
- spec/codegen/cms/domains/api/domains_api_spec.rb
|
1067
|
+
- spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
|
1068
|
+
- spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
|
1069
|
+
- spec/codegen/cms/domains/models/domain_setup_info_spec.rb
|
1070
|
+
- spec/codegen/cms/domains/models/domain_spec.rb
|
1071
|
+
- spec/codegen/cms/domains/models/error_detail_spec.rb
|
1072
|
+
- spec/codegen/cms/domains/models/error_spec.rb
|
1073
|
+
- spec/codegen/cms/domains/models/next_page_spec.rb
|
1074
|
+
- spec/codegen/cms/domains/models/paging_spec.rb
|
1075
|
+
- spec/codegen/cms/hubdb/api/rows_api_spec.rb
|
1076
|
+
- spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
|
1077
|
+
- spec/codegen/cms/hubdb/api/tables_api_spec.rb
|
1078
|
+
- spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
|
1079
|
+
- spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
|
1080
|
+
- spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
|
1081
|
+
- spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
|
1082
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
|
1083
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
|
1084
|
+
- spec/codegen/cms/hubdb/models/column_input_spec.rb
|
1085
|
+
- spec/codegen/cms/hubdb/models/column_spec.rb
|
1086
|
+
- spec/codegen/cms/hubdb/models/error_detail_spec.rb
|
1087
|
+
- spec/codegen/cms/hubdb/models/error_spec.rb
|
1088
|
+
- spec/codegen/cms/hubdb/models/foreign_id_spec.rb
|
1089
|
+
- spec/codegen/cms/hubdb/models/forward_paging_spec.rb
|
1090
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
|
1091
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
|
1092
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
|
1093
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
|
1094
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
|
1095
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
|
1096
|
+
- spec/codegen/cms/hubdb/models/import_result_spec.rb
|
1097
|
+
- spec/codegen/cms/hubdb/models/next_page_spec.rb
|
1098
|
+
- spec/codegen/cms/hubdb/models/option_spec.rb
|
1099
|
+
- spec/codegen/cms/hubdb/models/simple_user_spec.rb
|
1100
|
+
- spec/codegen/cms/hubdb/models/standard_error_spec.rb
|
1101
|
+
- spec/codegen/cms/performance/api/default_api_spec.rb
|
1102
|
+
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
1103
|
+
- spec/codegen/cms/performance/models/error_spec.rb
|
1104
|
+
- spec/codegen/cms/performance/models/performance_view_spec.rb
|
1105
|
+
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
1106
|
+
- spec/codegen/cms/site-search/api/default_api_spec.rb
|
1107
|
+
- spec/codegen/cms/site-search/models/content_search_result_spec.rb
|
1108
|
+
- spec/codegen/cms/site-search/models/error_detail_spec.rb
|
1109
|
+
- spec/codegen/cms/site-search/models/error_spec.rb
|
1110
|
+
- spec/codegen/cms/site-search/models/indexed_data_spec.rb
|
1111
|
+
- spec/codegen/cms/site-search/models/public_search_results_spec.rb
|
1112
|
+
- spec/codegen/cms/site-search/models/search_hit_field_spec.rb
|
1113
|
+
- spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
|
1114
|
+
- spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
|
1115
|
+
- spec/codegen/cms/url-redirects/models/error_detail_spec.rb
|
1116
|
+
- spec/codegen/cms/url-redirects/models/error_spec.rb
|
1117
|
+
- spec/codegen/cms/url-redirects/models/next_page_spec.rb
|
1118
|
+
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
1119
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
1120
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
1121
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
1122
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
1123
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
1124
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
1125
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
1126
|
+
- spec/codegen/crm/associations/api/batch_api_spec.rb
|
1127
|
+
- spec/codegen/crm/associations/api/types_api_spec.rb
|
1128
|
+
- spec/codegen/crm/associations/models/associated_id_spec.rb
|
1129
|
+
- spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
|
1130
|
+
- spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
|
1131
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
|
1132
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
|
1133
|
+
- spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
|
1134
|
+
- spec/codegen/crm/associations/models/error_category_spec.rb
|
1135
|
+
- spec/codegen/crm/associations/models/error_detail_spec.rb
|
1136
|
+
- spec/codegen/crm/associations/models/error_spec.rb
|
1137
|
+
- spec/codegen/crm/associations/models/next_page_spec.rb
|
1138
|
+
- spec/codegen/crm/associations/models/paging_spec.rb
|
1139
|
+
- spec/codegen/crm/associations/models/public_association_definiton_spec.rb
|
1140
|
+
- spec/codegen/crm/associations/models/public_association_multi_spec.rb
|
1141
|
+
- spec/codegen/crm/associations/models/public_association_spec.rb
|
1142
|
+
- spec/codegen/crm/associations/models/public_object_id_spec.rb
|
1143
|
+
- spec/codegen/crm/associations/models/standard_error_spec.rb
|
1144
|
+
- spec/codegen/crm/companies/api/associations_api_spec.rb
|
1145
|
+
- spec/codegen/crm/companies/api/basic_api_spec.rb
|
1146
|
+
- spec/codegen/crm/companies/api/batch_api_spec.rb
|
1147
|
+
- spec/codegen/crm/companies/api/search_api_spec.rb
|
1148
|
+
- spec/codegen/crm/companies/models/associated_id_spec.rb
|
1149
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
|
1150
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
|
1151
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
|
1152
|
+
- spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
|
1153
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
|
1154
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
|
1155
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
1156
|
+
- spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
|
1157
|
+
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
|
1158
|
+
- spec/codegen/crm/companies/models/error_category_spec.rb
|
1159
|
+
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
1160
|
+
- spec/codegen/crm/companies/models/error_spec.rb
|
1161
|
+
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
1162
|
+
- spec/codegen/crm/companies/models/filter_spec.rb
|
1163
|
+
- spec/codegen/crm/companies/models/next_page_spec.rb
|
1164
|
+
- spec/codegen/crm/companies/models/paging_spec.rb
|
1165
|
+
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
1166
|
+
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
1167
|
+
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
1168
|
+
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
1169
|
+
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
1170
|
+
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
1171
|
+
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
1172
|
+
- spec/codegen/crm/contacts/api/associations_api_spec.rb
|
1173
|
+
- spec/codegen/crm/contacts/api/basic_api_spec.rb
|
1174
|
+
- spec/codegen/crm/contacts/api/batch_api_spec.rb
|
1175
|
+
- spec/codegen/crm/contacts/api/search_api_spec.rb
|
1176
|
+
- spec/codegen/crm/contacts/models/associated_id_spec.rb
|
1177
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
|
1178
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
|
1179
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
|
1180
|
+
- spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
|
1181
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
|
1182
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
|
1183
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
|
1184
|
+
- spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
|
1185
|
+
- spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
|
1186
|
+
- spec/codegen/crm/contacts/models/error_category_spec.rb
|
1187
|
+
- spec/codegen/crm/contacts/models/error_detail_spec.rb
|
1188
|
+
- spec/codegen/crm/contacts/models/error_spec.rb
|
1189
|
+
- spec/codegen/crm/contacts/models/filter_group_spec.rb
|
1190
|
+
- spec/codegen/crm/contacts/models/filter_spec.rb
|
1191
|
+
- spec/codegen/crm/contacts/models/next_page_spec.rb
|
1192
|
+
- spec/codegen/crm/contacts/models/paging_spec.rb
|
1193
|
+
- spec/codegen/crm/contacts/models/previous_page_spec.rb
|
1194
|
+
- spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
|
1195
|
+
- spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
|
1196
|
+
- spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
|
1197
|
+
- spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
|
1198
|
+
- spec/codegen/crm/contacts/models/simple_public_object_spec.rb
|
1199
|
+
- spec/codegen/crm/contacts/models/standard_error_spec.rb
|
1200
|
+
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
1201
|
+
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
1202
|
+
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
1203
|
+
- spec/codegen/crm/deals/api/search_api_spec.rb
|
1204
|
+
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
1205
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
1206
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
1207
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
1208
|
+
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
1209
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
1210
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
1211
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
1212
|
+
- spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
|
1213
|
+
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
|
1214
|
+
- spec/codegen/crm/deals/models/error_category_spec.rb
|
1215
|
+
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
1216
|
+
- spec/codegen/crm/deals/models/error_spec.rb
|
1217
|
+
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
1218
|
+
- spec/codegen/crm/deals/models/filter_spec.rb
|
1219
|
+
- spec/codegen/crm/deals/models/next_page_spec.rb
|
1220
|
+
- spec/codegen/crm/deals/models/paging_spec.rb
|
1221
|
+
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
1222
|
+
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
1223
|
+
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
1224
|
+
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
1225
|
+
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
1226
|
+
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
1227
|
+
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
1228
|
+
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
1229
|
+
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
1230
|
+
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
1231
|
+
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
1232
|
+
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
1233
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
1234
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
1235
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
1236
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
1237
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
1238
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
1239
|
+
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
1240
|
+
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
1241
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
1242
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
1243
|
+
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
1244
|
+
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
1245
|
+
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
1246
|
+
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
1247
|
+
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
1248
|
+
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
1249
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
1250
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
1251
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
1252
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
1253
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
1254
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
1255
|
+
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
1256
|
+
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
1257
|
+
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
1258
|
+
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
1259
|
+
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
1260
|
+
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
1261
|
+
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
1262
|
+
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
1263
|
+
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
1264
|
+
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
1265
|
+
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
1266
|
+
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
1267
|
+
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
1268
|
+
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
1269
|
+
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
1270
|
+
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
1271
|
+
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
1272
|
+
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
1273
|
+
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
1274
|
+
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
1275
|
+
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
1276
|
+
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
1277
|
+
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
1278
|
+
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
1279
|
+
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
1280
|
+
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
1281
|
+
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
1282
|
+
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
1283
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
1284
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
1285
|
+
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
1286
|
+
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
1287
|
+
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
1288
|
+
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
1289
|
+
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
1290
|
+
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
1291
|
+
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
1292
|
+
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
1293
|
+
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
1294
|
+
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
1295
|
+
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
1296
|
+
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
1297
|
+
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
1298
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
1299
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
1300
|
+
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
1301
|
+
- spec/codegen/crm/imports/api/core_api_spec.rb
|
1302
|
+
- spec/codegen/crm/imports/models/action_response_spec.rb
|
1303
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
1304
|
+
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
1305
|
+
- spec/codegen/crm/imports/models/error_spec.rb
|
1306
|
+
- spec/codegen/crm/imports/models/next_page_spec.rb
|
1307
|
+
- spec/codegen/crm/imports/models/paging_spec.rb
|
1308
|
+
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
1309
|
+
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
1310
|
+
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
1311
|
+
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
1312
|
+
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
1313
|
+
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
1314
|
+
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
1315
|
+
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
1316
|
+
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
1317
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
1318
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
1319
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
1320
|
+
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
1321
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
1322
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
1323
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
1324
|
+
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
|
1325
|
+
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
|
1326
|
+
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
1327
|
+
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
1328
|
+
- spec/codegen/crm/line_items/models/error_spec.rb
|
1329
|
+
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
1330
|
+
- spec/codegen/crm/line_items/models/filter_spec.rb
|
1331
|
+
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
1332
|
+
- spec/codegen/crm/line_items/models/paging_spec.rb
|
1333
|
+
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
1334
|
+
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
1335
|
+
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
1336
|
+
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
1337
|
+
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
1338
|
+
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
1339
|
+
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
1340
|
+
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
1341
|
+
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
1342
|
+
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
1343
|
+
- spec/codegen/crm/objects/api/search_api_spec.rb
|
1344
|
+
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
1345
|
+
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
1346
|
+
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
1347
|
+
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
1348
|
+
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
1349
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
1350
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
1351
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
1352
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
1353
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
1354
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
1355
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
1356
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb
|
1357
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb
|
1358
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
1359
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
1360
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
1361
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
1362
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
1363
|
+
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
1364
|
+
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
1365
|
+
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
1366
|
+
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
1367
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
1368
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
1369
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
1370
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
1371
|
+
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
1372
|
+
- spec/codegen/crm/objects/models/associated_id_spec.rb
|
1373
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
|
1374
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
|
1375
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
|
1376
|
+
- spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
|
1377
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
|
1378
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
|
1379
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
|
1380
|
+
- spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
|
1381
|
+
- spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
|
1382
|
+
- spec/codegen/crm/objects/models/error_category_spec.rb
|
1383
|
+
- spec/codegen/crm/objects/models/error_detail_spec.rb
|
1384
|
+
- spec/codegen/crm/objects/models/error_spec.rb
|
1385
|
+
- spec/codegen/crm/objects/models/filter_group_spec.rb
|
1386
|
+
- spec/codegen/crm/objects/models/filter_spec.rb
|
1387
|
+
- spec/codegen/crm/objects/models/next_page_spec.rb
|
1388
|
+
- spec/codegen/crm/objects/models/paging_spec.rb
|
1389
|
+
- spec/codegen/crm/objects/models/previous_page_spec.rb
|
1390
|
+
- spec/codegen/crm/objects/models/public_object_search_request_spec.rb
|
1391
|
+
- spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
|
1392
|
+
- spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
|
1393
|
+
- spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
|
1394
|
+
- spec/codegen/crm/objects/models/simple_public_object_spec.rb
|
1395
|
+
- spec/codegen/crm/objects/models/standard_error_spec.rb
|
1396
|
+
- spec/codegen/crm/owners/api/default_api_spec.rb
|
1397
|
+
- spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
|
1398
|
+
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
1399
|
+
- spec/codegen/crm/owners/models/error_spec.rb
|
1400
|
+
- spec/codegen/crm/owners/models/next_page_spec.rb
|
1401
|
+
- spec/codegen/crm/owners/models/paging_spec.rb
|
1402
|
+
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
1403
|
+
- spec/codegen/crm/owners/models/public_team_spec.rb
|
1404
|
+
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
1405
|
+
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
1406
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
1407
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
1408
|
+
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
1409
|
+
- spec/codegen/crm/pipelines/models/error_spec.rb
|
1410
|
+
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
1411
|
+
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
1412
|
+
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
1413
|
+
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
1414
|
+
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
1415
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
1416
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
1417
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
1418
|
+
- spec/codegen/crm/products/api/associations_api_spec.rb
|
1419
|
+
- spec/codegen/crm/products/api/basic_api_spec.rb
|
1420
|
+
- spec/codegen/crm/products/api/batch_api_spec.rb
|
1421
|
+
- spec/codegen/crm/products/api/search_api_spec.rb
|
1422
|
+
- spec/codegen/crm/products/models/associated_id_spec.rb
|
1423
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
|
1424
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
|
1425
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
|
1426
|
+
- spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
|
1427
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
|
1428
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
|
1429
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
|
1430
|
+
- spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
|
1431
|
+
- spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
|
1432
|
+
- spec/codegen/crm/products/models/error_category_spec.rb
|
1433
|
+
- spec/codegen/crm/products/models/error_detail_spec.rb
|
1434
|
+
- spec/codegen/crm/products/models/error_spec.rb
|
1435
|
+
- spec/codegen/crm/products/models/filter_group_spec.rb
|
1436
|
+
- spec/codegen/crm/products/models/filter_spec.rb
|
1437
|
+
- spec/codegen/crm/products/models/next_page_spec.rb
|
1438
|
+
- spec/codegen/crm/products/models/paging_spec.rb
|
1439
|
+
- spec/codegen/crm/products/models/previous_page_spec.rb
|
1440
|
+
- spec/codegen/crm/products/models/public_object_search_request_spec.rb
|
1441
|
+
- spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
|
1442
|
+
- spec/codegen/crm/products/models/simple_public_object_id_spec.rb
|
1443
|
+
- spec/codegen/crm/products/models/simple_public_object_input_spec.rb
|
1444
|
+
- spec/codegen/crm/products/models/simple_public_object_spec.rb
|
1445
|
+
- spec/codegen/crm/products/models/standard_error_spec.rb
|
1446
|
+
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
1447
|
+
- spec/codegen/crm/properties/api/core_api_spec.rb
|
1448
|
+
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
1449
|
+
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
1450
|
+
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
1451
|
+
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
1452
|
+
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
1453
|
+
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
1454
|
+
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
1455
|
+
- spec/codegen/crm/properties/models/error_category_spec.rb
|
1456
|
+
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
1457
|
+
- spec/codegen/crm/properties/models/error_spec.rb
|
1458
|
+
- spec/codegen/crm/properties/models/next_page_spec.rb
|
1459
|
+
- spec/codegen/crm/properties/models/option_input_spec.rb
|
1460
|
+
- spec/codegen/crm/properties/models/option_spec.rb
|
1461
|
+
- spec/codegen/crm/properties/models/paging_spec.rb
|
1462
|
+
- spec/codegen/crm/properties/models/property_create_spec.rb
|
1463
|
+
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
1464
|
+
- spec/codegen/crm/properties/models/property_group_spec.rb
|
1465
|
+
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
1466
|
+
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
1467
|
+
- spec/codegen/crm/properties/models/property_name_spec.rb
|
1468
|
+
- spec/codegen/crm/properties/models/property_spec.rb
|
1469
|
+
- spec/codegen/crm/properties/models/property_update_spec.rb
|
1470
|
+
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
1471
|
+
- spec/codegen/crm/quotes/api/associations_api_spec.rb
|
1472
|
+
- spec/codegen/crm/quotes/api/basic_api_spec.rb
|
1473
|
+
- spec/codegen/crm/quotes/api/batch_api_spec.rb
|
1474
|
+
- spec/codegen/crm/quotes/api/search_api_spec.rb
|
1475
|
+
- spec/codegen/crm/quotes/models/associated_id_spec.rb
|
1476
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
|
1477
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
|
1478
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
|
1479
|
+
- spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
|
1480
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
|
1481
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
|
1482
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
|
1483
|
+
- spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
|
1484
|
+
- spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
|
1485
|
+
- spec/codegen/crm/quotes/models/error_category_spec.rb
|
1486
|
+
- spec/codegen/crm/quotes/models/error_detail_spec.rb
|
1487
|
+
- spec/codegen/crm/quotes/models/error_spec.rb
|
1488
|
+
- spec/codegen/crm/quotes/models/filter_group_spec.rb
|
1489
|
+
- spec/codegen/crm/quotes/models/filter_spec.rb
|
1490
|
+
- spec/codegen/crm/quotes/models/next_page_spec.rb
|
1491
|
+
- spec/codegen/crm/quotes/models/paging_spec.rb
|
1492
|
+
- spec/codegen/crm/quotes/models/previous_page_spec.rb
|
1493
|
+
- spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
|
1494
|
+
- spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
|
1495
|
+
- spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
|
1496
|
+
- spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
|
1497
|
+
- spec/codegen/crm/quotes/models/simple_public_object_spec.rb
|
1498
|
+
- spec/codegen/crm/quotes/models/standard_error_spec.rb
|
1499
|
+
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
1500
|
+
- spec/codegen/crm/schemas/api/default_api_spec.rb
|
1501
|
+
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
1502
|
+
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
1503
|
+
- spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
|
1504
|
+
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
1505
|
+
- spec/codegen/crm/schemas/models/error_spec.rb
|
1506
|
+
- spec/codegen/crm/schemas/models/next_page_spec.rb
|
1507
|
+
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
1508
|
+
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
1509
|
+
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
1510
|
+
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
1511
|
+
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
1512
|
+
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
1513
|
+
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
1514
|
+
- spec/codegen/crm/schemas/models/option_spec.rb
|
1515
|
+
- spec/codegen/crm/schemas/models/paging_spec.rb
|
1516
|
+
- spec/codegen/crm/schemas/models/previous_page_spec.rb
|
1517
|
+
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
1518
|
+
- spec/codegen/crm/schemas/models/property_spec.rb
|
1519
|
+
- spec/codegen/crm/tickets/api/associations_api_spec.rb
|
1520
|
+
- spec/codegen/crm/tickets/api/basic_api_spec.rb
|
1521
|
+
- spec/codegen/crm/tickets/api/batch_api_spec.rb
|
1522
|
+
- spec/codegen/crm/tickets/api/search_api_spec.rb
|
1523
|
+
- spec/codegen/crm/tickets/models/associated_id_spec.rb
|
1524
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
|
1525
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
|
1526
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
|
1527
|
+
- spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
|
1528
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
|
1529
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
|
1530
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
|
1531
|
+
- spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
|
1532
|
+
- spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
|
1533
|
+
- spec/codegen/crm/tickets/models/error_category_spec.rb
|
1534
|
+
- spec/codegen/crm/tickets/models/error_detail_spec.rb
|
1535
|
+
- spec/codegen/crm/tickets/models/error_spec.rb
|
1536
|
+
- spec/codegen/crm/tickets/models/filter_group_spec.rb
|
1537
|
+
- spec/codegen/crm/tickets/models/filter_spec.rb
|
1538
|
+
- spec/codegen/crm/tickets/models/next_page_spec.rb
|
1539
|
+
- spec/codegen/crm/tickets/models/paging_spec.rb
|
1540
|
+
- spec/codegen/crm/tickets/models/previous_page_spec.rb
|
1541
|
+
- spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
|
1542
|
+
- spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
|
1543
|
+
- spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
|
1544
|
+
- spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
|
1545
|
+
- spec/codegen/crm/tickets/models/simple_public_object_spec.rb
|
1546
|
+
- spec/codegen/crm/tickets/models/standard_error_spec.rb
|
1547
|
+
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
1548
|
+
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
1549
|
+
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
1550
|
+
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
1551
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
1552
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
1553
|
+
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
|
1554
|
+
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
1555
|
+
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
1556
|
+
- spec/codegen/crm/timeline/models/error_spec.rb
|
1557
|
+
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
1558
|
+
- spec/codegen/crm/timeline/models/next_page_spec.rb
|
1559
|
+
- spec/codegen/crm/timeline/models/paging_spec.rb
|
1560
|
+
- spec/codegen/crm/timeline/models/previous_page_spec.rb
|
1561
|
+
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
1562
|
+
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
1563
|
+
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
1564
|
+
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
1565
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
1566
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
1567
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
1568
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
1569
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
1570
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
1571
|
+
- spec/codegen/events/api/events_api_spec.rb
|
1572
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
1573
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
1574
|
+
- spec/codegen/events/models/error_spec.rb
|
1575
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
1576
|
+
- spec/codegen/events/models/next_page_spec.rb
|
1577
|
+
- spec/codegen/events/models/paging_spec.rb
|
1578
|
+
- spec/codegen/files/files/api/files_api_spec.rb
|
1579
|
+
- spec/codegen/files/files/api/folders_api_spec.rb
|
1580
|
+
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
1581
|
+
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
1582
|
+
- spec/codegen/files/files/models/error_category_spec.rb
|
1583
|
+
- spec/codegen/files/files/models/error_detail_spec.rb
|
1584
|
+
- spec/codegen/files/files/models/error_spec.rb
|
1585
|
+
- spec/codegen/files/files/models/file_action_response_spec.rb
|
1586
|
+
- spec/codegen/files/files/models/file_spec.rb
|
1587
|
+
- spec/codegen/files/files/models/file_update_input_spec.rb
|
1588
|
+
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
1589
|
+
- spec/codegen/files/files/models/folder_input_spec.rb
|
1590
|
+
- spec/codegen/files/files/models/folder_spec.rb
|
1591
|
+
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
1592
|
+
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
1593
|
+
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
1594
|
+
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
1595
|
+
- spec/codegen/files/files/models/next_page_spec.rb
|
1596
|
+
- spec/codegen/files/files/models/paging_spec.rb
|
1597
|
+
- spec/codegen/files/files/models/previous_page_spec.rb
|
1598
|
+
- spec/codegen/files/files/models/signed_url_spec.rb
|
1599
|
+
- spec/codegen/files/files/models/standard_error_spec.rb
|
1600
|
+
- spec/codegen/marketing/transactional/api/default_api_spec.rb
|
1601
|
+
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
1602
|
+
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
1603
|
+
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
1604
|
+
- spec/codegen/marketing/transactional/models/error_spec.rb
|
1605
|
+
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
1606
|
+
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
1607
|
+
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
1608
|
+
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
1609
|
+
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
1610
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
1611
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
1612
|
+
- spec/codegen/oauth/api/default_api_spec.rb
|
1613
|
+
- spec/codegen/oauth/models/access_token_info_response_spec.rb
|
1614
|
+
- spec/codegen/oauth/models/error_detail_spec.rb
|
1615
|
+
- spec/codegen/oauth/models/error_spec.rb
|
1616
|
+
- spec/codegen/oauth/models/refresh_token_info_response_spec.rb
|
1617
|
+
- spec/codegen/oauth/models/token_response_if_spec.rb
|
1618
|
+
- spec/codegen/webhooks/api/settings_api_spec.rb
|
1619
|
+
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
1620
|
+
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
1621
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
1622
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
1623
|
+
- spec/codegen/webhooks/models/error_category_spec.rb
|
1624
|
+
- spec/codegen/webhooks/models/error_detail_spec.rb
|
1625
|
+
- spec/codegen/webhooks/models/error_spec.rb
|
1626
|
+
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
1627
|
+
- spec/codegen/webhooks/models/settings_response_spec.rb
|
1628
|
+
- spec/codegen/webhooks/models/standard_error_spec.rb
|
1629
|
+
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
1630
|
+
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
1631
|
+
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
1632
|
+
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
1633
|
+
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
1634
|
+
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
1635
|
+
- spec/features/automation/actions/callbacks_api_spec.rb
|
1636
|
+
- spec/features/automation/actions/definitions_api_spec.rb
|
1637
|
+
- spec/features/automation/actions/functions_api_spec.rb
|
1638
|
+
- spec/features/automation/actions/revisions_api_spec.rb
|
1639
|
+
- spec/features/cms/audit-logs/default_api_spec.rb
|
1640
|
+
- spec/features/cms/blogs/authors/default_api_spec.rb
|
1641
|
+
- spec/features/cms/blogs/blog-posts/default_api_spec.rb
|
1642
|
+
- spec/features/cms/blogs/tags/default_api_spec.rb
|
1643
|
+
- spec/features/cms/domains/domains_api_spec.rb
|
1644
|
+
- spec/features/cms/hubdb/rows_api_spec.rb
|
1645
|
+
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
1646
|
+
- spec/features/cms/hubdb/tables_api_spec.rb
|
1647
|
+
- spec/features/cms/perfomance/default_api_spec.rb
|
1648
|
+
- spec/features/cms/site-search/default_api_spec.rb
|
1649
|
+
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
1650
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
1651
|
+
- spec/features/crm/associations/batch_api_spec.rb
|
1652
|
+
- spec/features/crm/associations/types_api_spec.rb
|
1653
|
+
- spec/features/crm/companies/associations_api_spec.rb
|
1654
|
+
- spec/features/crm/companies/basic_api_spec.rb
|
1655
|
+
- spec/features/crm/companies/batch_api_spec.rb
|
1656
|
+
- spec/features/crm/companies/search_api_spec.rb
|
1657
|
+
- spec/features/crm/contacts/associations_api_spec.rb
|
1658
|
+
- spec/features/crm/contacts/basic_api_spec.rb
|
1659
|
+
- spec/features/crm/contacts/batch_api_spec.rb
|
1660
|
+
- spec/features/crm/contacts/search_api_spec.rb
|
1661
|
+
- spec/features/crm/deals/associations_api_spec.rb
|
1662
|
+
- spec/features/crm/deals/basic_api_spec.rb
|
1663
|
+
- spec/features/crm/deals/batch_api_spec.rb
|
1664
|
+
- spec/features/crm/deals/search_api_spec.rb
|
1665
|
+
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
1666
|
+
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
1667
|
+
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
1668
|
+
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
1669
|
+
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
1670
|
+
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
1671
|
+
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
1672
|
+
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
1673
|
+
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
1674
|
+
- spec/features/crm/imports/core_api_spec.rb
|
1675
|
+
- spec/features/crm/line_items/associations_api_spec.rb
|
1676
|
+
- spec/features/crm/line_items/basic_api_spec.rb
|
1677
|
+
- spec/features/crm/line_items/batch_api_spec.rb
|
1678
|
+
- spec/features/crm/line_items/search_api_spec.rb
|
1679
|
+
- spec/features/crm/objects/associations_api_spec.rb
|
1680
|
+
- spec/features/crm/objects/basic_api_spec.rb
|
1681
|
+
- spec/features/crm/objects/batch_api_spec.rb
|
1682
|
+
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
1683
|
+
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
1684
|
+
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
1685
|
+
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
1686
|
+
- spec/features/crm/objects/search_api_spec.rb
|
1687
|
+
- spec/features/crm/owners/default_api_spec.rb
|
1688
|
+
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
1689
|
+
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
1690
|
+
- spec/features/crm/products/associations_api_spec.rb
|
1691
|
+
- spec/features/crm/products/basic_api_spec.rb
|
1692
|
+
- spec/features/crm/products/batch_api_spec.rb
|
1693
|
+
- spec/features/crm/products/search_api_spec.rb
|
1694
|
+
- spec/features/crm/properties/batch_api_spec.rb
|
1695
|
+
- spec/features/crm/properties/core_api_spec.rb
|
1696
|
+
- spec/features/crm/properties/groups_api_spec.rb
|
1697
|
+
- spec/features/crm/quotes/associations_api_spec.rb
|
1698
|
+
- spec/features/crm/quotes/basic_api_spec.rb
|
1699
|
+
- spec/features/crm/quotes/batch_api_spec.rb
|
1700
|
+
- spec/features/crm/quotes/search_api_spec.rb
|
1701
|
+
- spec/features/crm/schemas/core_api_spec.rb
|
1702
|
+
- spec/features/crm/schemas/default_api_spec.rb
|
1703
|
+
- spec/features/crm/tickets/associations_api_spec.rb
|
1704
|
+
- spec/features/crm/tickets/basic_api_spec.rb
|
1705
|
+
- spec/features/crm/tickets/batch_api_spec.rb
|
1706
|
+
- spec/features/crm/tickets/search_api_spec.rb
|
1707
|
+
- spec/features/crm/timeline/events_api_spec.rb
|
1708
|
+
- spec/features/crm/timeline/templates_api_spec.rb
|
1709
|
+
- spec/features/crm/timeline/tokens_api_spec.rb
|
1710
|
+
- spec/features/events/events_api_spec.rb
|
1711
|
+
- spec/features/files/files/files_api_spec.rb
|
1712
|
+
- spec/features/files/files/folders_api_spec.rb
|
1713
|
+
- spec/features/marketing/transactional/default_api_spec.rb
|
1714
|
+
- spec/features/oauth/default_api_spec.rb
|
1715
|
+
- spec/features/webhooks/settings_api_spec.rb
|
1716
|
+
- spec/features/webhooks/subscriptions_api_spec.rb
|
1717
|
+
- spec/spec_helper.rb
|
1718
|
+
homepage: https://github.com/primenumber-dev/hubspot-api-ruby
|
1719
|
+
licenses:
|
1720
|
+
- Unlicense
|
1721
|
+
metadata: {}
|
1722
|
+
post_install_message:
|
1723
|
+
rdoc_options: []
|
1724
|
+
require_paths:
|
1725
|
+
- lib
|
1726
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1727
|
+
requirements:
|
1728
|
+
- - ">="
|
1729
|
+
- !ruby/object:Gem::Version
|
1730
|
+
version: '1.9'
|
1731
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1732
|
+
requirements:
|
1733
|
+
- - ">"
|
1734
|
+
- !ruby/object:Gem::Version
|
1735
|
+
version: 1.3.1
|
1736
|
+
requirements: []
|
1737
|
+
rubygems_version: 3.3.27
|
1738
|
+
signing_key:
|
1739
|
+
specification_version: 4
|
1740
|
+
summary: HubSpot Ruby API Gem
|
1741
|
+
test_files:
|
1742
|
+
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
1743
|
+
- spec/codegen/webhooks/api/settings_api_spec.rb
|
1744
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
1745
|
+
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
1746
|
+
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
1747
|
+
- spec/codegen/webhooks/models/standard_error_spec.rb
|
1748
|
+
- spec/codegen/webhooks/models/settings_response_spec.rb
|
1749
|
+
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
1750
|
+
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
1751
|
+
- spec/codegen/webhooks/models/error_detail_spec.rb
|
1752
|
+
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
1753
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
1754
|
+
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
1755
|
+
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
1756
|
+
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
1757
|
+
- spec/codegen/webhooks/models/error_category_spec.rb
|
1758
|
+
- spec/codegen/webhooks/models/error_spec.rb
|
1759
|
+
- spec/codegen/marketing/transactional/api/default_api_spec.rb
|
1760
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
1761
|
+
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
1762
|
+
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
1763
|
+
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
1764
|
+
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
1765
|
+
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
1766
|
+
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
1767
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
1768
|
+
- spec/codegen/marketing/transactional/models/error_spec.rb
|
1769
|
+
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
1770
|
+
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
1771
|
+
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
1772
|
+
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
1773
|
+
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
1774
|
+
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
1775
|
+
- spec/codegen/automation/actions/models/action_labels_spec.rb
|
1776
|
+
- spec/codegen/automation/actions/models/option_spec.rb
|
1777
|
+
- spec/codegen/automation/actions/models/action_function_spec.rb
|
1778
|
+
- spec/codegen/automation/actions/models/action_revision_spec.rb
|
1779
|
+
- spec/codegen/automation/actions/models/action_function_identifier_spec.rb
|
1780
|
+
- spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
|
1781
|
+
- spec/codegen/automation/actions/models/single_field_dependency_spec.rb
|
1782
|
+
- spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
|
1783
|
+
- spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
|
1784
|
+
- spec/codegen/automation/actions/models/error_detail_spec.rb
|
1785
|
+
- spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
|
1786
|
+
- spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
|
1787
|
+
- spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
|
1788
|
+
- spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
|
1789
|
+
- spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
|
1790
|
+
- spec/codegen/automation/actions/models/object_request_options_spec.rb
|
1791
|
+
- spec/codegen/automation/actions/models/forward_paging_spec.rb
|
1792
|
+
- spec/codegen/automation/actions/models/extension_action_definition_spec.rb
|
1793
|
+
- spec/codegen/automation/actions/models/input_field_definition_spec.rb
|
1794
|
+
- spec/codegen/automation/actions/models/callback_completion_request_spec.rb
|
1795
|
+
- spec/codegen/automation/actions/models/field_type_definition_spec.rb
|
1796
|
+
- spec/codegen/automation/actions/models/error_spec.rb
|
1797
|
+
- spec/codegen/automation/actions/models/next_page_spec.rb
|
1798
|
+
- spec/codegen/files/files/api/folders_api_spec.rb
|
1799
|
+
- spec/codegen/files/files/api/files_api_spec.rb
|
1800
|
+
- spec/codegen/files/files/models/folder_spec.rb
|
1801
|
+
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
1802
|
+
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
1803
|
+
- spec/codegen/files/files/models/file_action_response_spec.rb
|
1804
|
+
- spec/codegen/files/files/models/standard_error_spec.rb
|
1805
|
+
- spec/codegen/files/files/models/folder_input_spec.rb
|
1806
|
+
- spec/codegen/files/files/models/file_update_input_spec.rb
|
1807
|
+
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
1808
|
+
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
1809
|
+
- spec/codegen/files/files/models/error_detail_spec.rb
|
1810
|
+
- spec/codegen/files/files/models/previous_page_spec.rb
|
1811
|
+
- spec/codegen/files/files/models/file_spec.rb
|
1812
|
+
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
1813
|
+
- spec/codegen/files/files/models/paging_spec.rb
|
1814
|
+
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
1815
|
+
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
1816
|
+
- spec/codegen/files/files/models/error_category_spec.rb
|
1817
|
+
- spec/codegen/files/files/models/signed_url_spec.rb
|
1818
|
+
- spec/codegen/files/files/models/error_spec.rb
|
1819
|
+
- spec/codegen/files/files/models/next_page_spec.rb
|
1820
|
+
- spec/codegen/events/api/events_api_spec.rb
|
1821
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
1822
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
1823
|
+
- spec/codegen/events/models/paging_spec.rb
|
1824
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
1825
|
+
- spec/codegen/events/models/error_spec.rb
|
1826
|
+
- spec/codegen/events/models/next_page_spec.rb
|
1827
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
1828
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
1829
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
1830
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
1831
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
1832
|
+
- spec/codegen/oauth/api/default_api_spec.rb
|
1833
|
+
- spec/codegen/oauth/models/token_response_if_spec.rb
|
1834
|
+
- spec/codegen/oauth/models/access_token_info_response_spec.rb
|
1835
|
+
- spec/codegen/oauth/models/error_detail_spec.rb
|
1836
|
+
- spec/codegen/oauth/models/refresh_token_info_response_spec.rb
|
1837
|
+
- spec/codegen/oauth/models/error_spec.rb
|
1838
|
+
- spec/codegen/crm/schemas/api/default_api_spec.rb
|
1839
|
+
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
1840
|
+
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
1841
|
+
- spec/codegen/crm/schemas/models/option_spec.rb
|
1842
|
+
- spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
|
1843
|
+
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
1844
|
+
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
1845
|
+
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
1846
|
+
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
1847
|
+
- spec/codegen/crm/schemas/models/previous_page_spec.rb
|
1848
|
+
- spec/codegen/crm/schemas/models/property_spec.rb
|
1849
|
+
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
1850
|
+
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
1851
|
+
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
1852
|
+
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
1853
|
+
- spec/codegen/crm/schemas/models/paging_spec.rb
|
1854
|
+
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
1855
|
+
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
1856
|
+
- spec/codegen/crm/schemas/models/error_spec.rb
|
1857
|
+
- spec/codegen/crm/schemas/models/next_page_spec.rb
|
1858
|
+
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
1859
|
+
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
1860
|
+
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
1861
|
+
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
1862
|
+
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
1863
|
+
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
1864
|
+
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
1865
|
+
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
1866
|
+
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
1867
|
+
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
1868
|
+
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
1869
|
+
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
1870
|
+
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
1871
|
+
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
1872
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
1873
|
+
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
1874
|
+
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
1875
|
+
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
1876
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
1877
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
1878
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
1879
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
1880
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
1881
|
+
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
1882
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
1883
|
+
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
1884
|
+
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
1885
|
+
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
1886
|
+
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
1887
|
+
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
1888
|
+
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
1889
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
1890
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
1891
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
1892
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
1893
|
+
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
1894
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
1895
|
+
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
1896
|
+
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
1897
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
1898
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
1899
|
+
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
1900
|
+
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
1901
|
+
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
1902
|
+
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
1903
|
+
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
1904
|
+
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
1905
|
+
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
1906
|
+
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
1907
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
1908
|
+
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
1909
|
+
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
1910
|
+
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
1911
|
+
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
1912
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
1913
|
+
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
1914
|
+
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
1915
|
+
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
1916
|
+
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
1917
|
+
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
1918
|
+
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
1919
|
+
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
1920
|
+
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
1921
|
+
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
1922
|
+
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
1923
|
+
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
1924
|
+
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
1925
|
+
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
1926
|
+
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
1927
|
+
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
1928
|
+
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
1929
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
1930
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
1931
|
+
- spec/codegen/crm/quotes/api/associations_api_spec.rb
|
1932
|
+
- spec/codegen/crm/quotes/api/batch_api_spec.rb
|
1933
|
+
- spec/codegen/crm/quotes/api/basic_api_spec.rb
|
1934
|
+
- spec/codegen/crm/quotes/api/search_api_spec.rb
|
1935
|
+
- spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
|
1936
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
|
1937
|
+
- spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
|
1938
|
+
- spec/codegen/crm/quotes/models/standard_error_spec.rb
|
1939
|
+
- spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
|
1940
|
+
- spec/codegen/crm/quotes/models/simple_public_object_spec.rb
|
1941
|
+
- spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
|
1942
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
|
1943
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
|
1944
|
+
- spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
|
1945
|
+
- spec/codegen/crm/quotes/models/error_detail_spec.rb
|
1946
|
+
- spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
|
1947
|
+
- spec/codegen/crm/quotes/models/associated_id_spec.rb
|
1948
|
+
- spec/codegen/crm/quotes/models/previous_page_spec.rb
|
1949
|
+
- spec/codegen/crm/quotes/models/filter_spec.rb
|
1950
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
|
1951
|
+
- spec/codegen/crm/quotes/models/paging_spec.rb
|
1952
|
+
- spec/codegen/crm/quotes/models/error_category_spec.rb
|
1953
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
|
1954
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
|
1955
|
+
- spec/codegen/crm/quotes/models/filter_group_spec.rb
|
1956
|
+
- spec/codegen/crm/quotes/models/error_spec.rb
|
1957
|
+
- spec/codegen/crm/quotes/models/next_page_spec.rb
|
1958
|
+
- spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
|
1959
|
+
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
1960
|
+
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
1961
|
+
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
1962
|
+
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
1963
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
1964
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
1965
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb
|
1966
|
+
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
1967
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
1968
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
1969
|
+
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
1970
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
1971
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
1972
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
1973
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
1974
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb
|
1975
|
+
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
1976
|
+
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
1977
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
1978
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
1979
|
+
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
1980
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
1981
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
1982
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
1983
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
1984
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
1985
|
+
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
1986
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
1987
|
+
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
1988
|
+
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
1989
|
+
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
1990
|
+
- spec/codegen/crm/objects/api/search_api_spec.rb
|
1991
|
+
- spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
|
1992
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
|
1993
|
+
- spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
|
1994
|
+
- spec/codegen/crm/objects/models/standard_error_spec.rb
|
1995
|
+
- spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
|
1996
|
+
- spec/codegen/crm/objects/models/simple_public_object_spec.rb
|
1997
|
+
- spec/codegen/crm/objects/models/public_object_search_request_spec.rb
|
1998
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
|
1999
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
|
2000
|
+
- spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
|
2001
|
+
- spec/codegen/crm/objects/models/error_detail_spec.rb
|
2002
|
+
- spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
|
2003
|
+
- spec/codegen/crm/objects/models/associated_id_spec.rb
|
2004
|
+
- spec/codegen/crm/objects/models/previous_page_spec.rb
|
2005
|
+
- spec/codegen/crm/objects/models/filter_spec.rb
|
2006
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
|
2007
|
+
- spec/codegen/crm/objects/models/paging_spec.rb
|
2008
|
+
- spec/codegen/crm/objects/models/error_category_spec.rb
|
2009
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
|
2010
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
|
2011
|
+
- spec/codegen/crm/objects/models/filter_group_spec.rb
|
2012
|
+
- spec/codegen/crm/objects/models/error_spec.rb
|
2013
|
+
- spec/codegen/crm/objects/models/next_page_spec.rb
|
2014
|
+
- spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
|
2015
|
+
- spec/codegen/crm/owners/api/default_api_spec.rb
|
2016
|
+
- spec/codegen/crm/owners/models/public_team_spec.rb
|
2017
|
+
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
2018
|
+
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
2019
|
+
- spec/codegen/crm/owners/models/paging_spec.rb
|
2020
|
+
- spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
|
2021
|
+
- spec/codegen/crm/owners/models/error_spec.rb
|
2022
|
+
- spec/codegen/crm/owners/models/next_page_spec.rb
|
2023
|
+
- spec/codegen/crm/contacts/api/associations_api_spec.rb
|
2024
|
+
- spec/codegen/crm/contacts/api/batch_api_spec.rb
|
2025
|
+
- spec/codegen/crm/contacts/api/basic_api_spec.rb
|
2026
|
+
- spec/codegen/crm/contacts/api/search_api_spec.rb
|
2027
|
+
- spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
|
2028
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
|
2029
|
+
- spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
|
2030
|
+
- spec/codegen/crm/contacts/models/standard_error_spec.rb
|
2031
|
+
- spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
|
2032
|
+
- spec/codegen/crm/contacts/models/simple_public_object_spec.rb
|
2033
|
+
- spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
|
2034
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
|
2035
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
|
2036
|
+
- spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
|
2037
|
+
- spec/codegen/crm/contacts/models/error_detail_spec.rb
|
2038
|
+
- spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
|
2039
|
+
- spec/codegen/crm/contacts/models/associated_id_spec.rb
|
2040
|
+
- spec/codegen/crm/contacts/models/previous_page_spec.rb
|
2041
|
+
- spec/codegen/crm/contacts/models/filter_spec.rb
|
2042
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
|
2043
|
+
- spec/codegen/crm/contacts/models/paging_spec.rb
|
2044
|
+
- spec/codegen/crm/contacts/models/error_category_spec.rb
|
2045
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
|
2046
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
|
2047
|
+
- spec/codegen/crm/contacts/models/filter_group_spec.rb
|
2048
|
+
- spec/codegen/crm/contacts/models/error_spec.rb
|
2049
|
+
- spec/codegen/crm/contacts/models/next_page_spec.rb
|
2050
|
+
- spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
|
2051
|
+
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
2052
|
+
- spec/codegen/crm/properties/api/core_api_spec.rb
|
2053
|
+
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
2054
|
+
- spec/codegen/crm/properties/models/property_update_spec.rb
|
2055
|
+
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
2056
|
+
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
2057
|
+
- spec/codegen/crm/properties/models/property_group_spec.rb
|
2058
|
+
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
2059
|
+
- spec/codegen/crm/properties/models/option_spec.rb
|
2060
|
+
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
2061
|
+
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
2062
|
+
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
2063
|
+
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
2064
|
+
- spec/codegen/crm/properties/models/property_spec.rb
|
2065
|
+
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
2066
|
+
- spec/codegen/crm/properties/models/paging_spec.rb
|
2067
|
+
- spec/codegen/crm/properties/models/error_category_spec.rb
|
2068
|
+
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
2069
|
+
- spec/codegen/crm/properties/models/option_input_spec.rb
|
2070
|
+
- spec/codegen/crm/properties/models/property_create_spec.rb
|
2071
|
+
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
2072
|
+
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
2073
|
+
- spec/codegen/crm/properties/models/error_spec.rb
|
2074
|
+
- spec/codegen/crm/properties/models/property_name_spec.rb
|
2075
|
+
- spec/codegen/crm/properties/models/next_page_spec.rb
|
2076
|
+
- spec/codegen/crm/imports/api/core_api_spec.rb
|
2077
|
+
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
2078
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
2079
|
+
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
2080
|
+
- spec/codegen/crm/imports/models/action_response_spec.rb
|
2081
|
+
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
2082
|
+
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
2083
|
+
- spec/codegen/crm/imports/models/paging_spec.rb
|
2084
|
+
- spec/codegen/crm/imports/models/error_spec.rb
|
2085
|
+
- spec/codegen/crm/imports/models/next_page_spec.rb
|
2086
|
+
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
2087
|
+
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
2088
|
+
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
2089
|
+
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
2090
|
+
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
2091
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
2092
|
+
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
2093
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
2094
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
2095
|
+
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
2096
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
2097
|
+
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
2098
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
2099
|
+
- spec/codegen/crm/pipelines/models/error_spec.rb
|
2100
|
+
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
2101
|
+
- spec/codegen/crm/associations/api/types_api_spec.rb
|
2102
|
+
- spec/codegen/crm/associations/api/batch_api_spec.rb
|
2103
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
|
2104
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
|
2105
|
+
- spec/codegen/crm/associations/models/standard_error_spec.rb
|
2106
|
+
- spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
|
2107
|
+
- spec/codegen/crm/associations/models/public_object_id_spec.rb
|
2108
|
+
- spec/codegen/crm/associations/models/error_detail_spec.rb
|
2109
|
+
- spec/codegen/crm/associations/models/associated_id_spec.rb
|
2110
|
+
- spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
|
2111
|
+
- spec/codegen/crm/associations/models/public_association_definiton_spec.rb
|
2112
|
+
- spec/codegen/crm/associations/models/public_association_spec.rb
|
2113
|
+
- spec/codegen/crm/associations/models/paging_spec.rb
|
2114
|
+
- spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
|
2115
|
+
- spec/codegen/crm/associations/models/error_category_spec.rb
|
2116
|
+
- spec/codegen/crm/associations/models/public_association_multi_spec.rb
|
2117
|
+
- spec/codegen/crm/associations/models/error_spec.rb
|
2118
|
+
- spec/codegen/crm/associations/models/next_page_spec.rb
|
2119
|
+
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
2120
|
+
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
2121
|
+
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
2122
|
+
- spec/codegen/crm/deals/api/search_api_spec.rb
|
2123
|
+
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
2124
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
2125
|
+
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
|
2126
|
+
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
2127
|
+
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
2128
|
+
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
2129
|
+
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
2130
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
2131
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
2132
|
+
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
2133
|
+
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
2134
|
+
- spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
|
2135
|
+
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
2136
|
+
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
2137
|
+
- spec/codegen/crm/deals/models/filter_spec.rb
|
2138
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
2139
|
+
- spec/codegen/crm/deals/models/paging_spec.rb
|
2140
|
+
- spec/codegen/crm/deals/models/error_category_spec.rb
|
2141
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
2142
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
2143
|
+
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
2144
|
+
- spec/codegen/crm/deals/models/error_spec.rb
|
2145
|
+
- spec/codegen/crm/deals/models/next_page_spec.rb
|
2146
|
+
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
2147
|
+
- spec/codegen/crm/products/api/associations_api_spec.rb
|
2148
|
+
- spec/codegen/crm/products/api/batch_api_spec.rb
|
2149
|
+
- spec/codegen/crm/products/api/basic_api_spec.rb
|
2150
|
+
- spec/codegen/crm/products/api/search_api_spec.rb
|
2151
|
+
- spec/codegen/crm/products/models/simple_public_object_id_spec.rb
|
2152
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
|
2153
|
+
- spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
|
2154
|
+
- spec/codegen/crm/products/models/standard_error_spec.rb
|
2155
|
+
- spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
|
2156
|
+
- spec/codegen/crm/products/models/simple_public_object_spec.rb
|
2157
|
+
- spec/codegen/crm/products/models/public_object_search_request_spec.rb
|
2158
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
|
2159
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
|
2160
|
+
- spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
|
2161
|
+
- spec/codegen/crm/products/models/error_detail_spec.rb
|
2162
|
+
- spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
|
2163
|
+
- spec/codegen/crm/products/models/associated_id_spec.rb
|
2164
|
+
- spec/codegen/crm/products/models/previous_page_spec.rb
|
2165
|
+
- spec/codegen/crm/products/models/filter_spec.rb
|
2166
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
|
2167
|
+
- spec/codegen/crm/products/models/paging_spec.rb
|
2168
|
+
- spec/codegen/crm/products/models/error_category_spec.rb
|
2169
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
|
2170
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
|
2171
|
+
- spec/codegen/crm/products/models/filter_group_spec.rb
|
2172
|
+
- spec/codegen/crm/products/models/error_spec.rb
|
2173
|
+
- spec/codegen/crm/products/models/next_page_spec.rb
|
2174
|
+
- spec/codegen/crm/products/models/simple_public_object_input_spec.rb
|
2175
|
+
- spec/codegen/crm/tickets/api/associations_api_spec.rb
|
2176
|
+
- spec/codegen/crm/tickets/api/batch_api_spec.rb
|
2177
|
+
- spec/codegen/crm/tickets/api/basic_api_spec.rb
|
2178
|
+
- spec/codegen/crm/tickets/api/search_api_spec.rb
|
2179
|
+
- spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
|
2180
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
|
2181
|
+
- spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
|
2182
|
+
- spec/codegen/crm/tickets/models/standard_error_spec.rb
|
2183
|
+
- spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
|
2184
|
+
- spec/codegen/crm/tickets/models/simple_public_object_spec.rb
|
2185
|
+
- spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
|
2186
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
|
2187
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
|
2188
|
+
- spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
|
2189
|
+
- spec/codegen/crm/tickets/models/error_detail_spec.rb
|
2190
|
+
- spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
|
2191
|
+
- spec/codegen/crm/tickets/models/associated_id_spec.rb
|
2192
|
+
- spec/codegen/crm/tickets/models/previous_page_spec.rb
|
2193
|
+
- spec/codegen/crm/tickets/models/filter_spec.rb
|
2194
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
|
2195
|
+
- spec/codegen/crm/tickets/models/paging_spec.rb
|
2196
|
+
- spec/codegen/crm/tickets/models/error_category_spec.rb
|
2197
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
|
2198
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
|
2199
|
+
- spec/codegen/crm/tickets/models/filter_group_spec.rb
|
2200
|
+
- spec/codegen/crm/tickets/models/error_spec.rb
|
2201
|
+
- spec/codegen/crm/tickets/models/next_page_spec.rb
|
2202
|
+
- spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
|
2203
|
+
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
2204
|
+
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
2205
|
+
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
2206
|
+
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
2207
|
+
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
|
2208
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
2209
|
+
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
2210
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
2211
|
+
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
2212
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
2213
|
+
- spec/codegen/crm/timeline/models/previous_page_spec.rb
|
2214
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
2215
|
+
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
2216
|
+
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
2217
|
+
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
2218
|
+
- spec/codegen/crm/timeline/models/paging_spec.rb
|
2219
|
+
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
2220
|
+
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
2221
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
2222
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
2223
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
2224
|
+
- spec/codegen/crm/timeline/models/error_spec.rb
|
2225
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
2226
|
+
- spec/codegen/crm/timeline/models/next_page_spec.rb
|
2227
|
+
- spec/codegen/crm/companies/api/associations_api_spec.rb
|
2228
|
+
- spec/codegen/crm/companies/api/batch_api_spec.rb
|
2229
|
+
- spec/codegen/crm/companies/api/basic_api_spec.rb
|
2230
|
+
- spec/codegen/crm/companies/api/search_api_spec.rb
|
2231
|
+
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
2232
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
|
2233
|
+
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
|
2234
|
+
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
2235
|
+
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
2236
|
+
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
2237
|
+
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
2238
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
|
2239
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
|
2240
|
+
- spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
|
2241
|
+
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
2242
|
+
- spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
|
2243
|
+
- spec/codegen/crm/companies/models/associated_id_spec.rb
|
2244
|
+
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
2245
|
+
- spec/codegen/crm/companies/models/filter_spec.rb
|
2246
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
2247
|
+
- spec/codegen/crm/companies/models/paging_spec.rb
|
2248
|
+
- spec/codegen/crm/companies/models/error_category_spec.rb
|
2249
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
|
2250
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
|
2251
|
+
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
2252
|
+
- spec/codegen/crm/companies/models/error_spec.rb
|
2253
|
+
- spec/codegen/crm/companies/models/next_page_spec.rb
|
2254
|
+
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
2255
|
+
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
2256
|
+
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
2257
|
+
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
2258
|
+
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
2259
|
+
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
2260
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
2261
|
+
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
|
2262
|
+
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
2263
|
+
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
2264
|
+
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
2265
|
+
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
2266
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
2267
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
2268
|
+
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
2269
|
+
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
2270
|
+
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
|
2271
|
+
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
2272
|
+
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
2273
|
+
- spec/codegen/crm/line_items/models/filter_spec.rb
|
2274
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
2275
|
+
- spec/codegen/crm/line_items/models/paging_spec.rb
|
2276
|
+
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
2277
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
2278
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
2279
|
+
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
2280
|
+
- spec/codegen/crm/line_items/models/error_spec.rb
|
2281
|
+
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
2282
|
+
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
2283
|
+
- spec/codegen/cms/domains/api/domains_api_spec.rb
|
2284
|
+
- spec/codegen/cms/domains/models/domain_spec.rb
|
2285
|
+
- spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
|
2286
|
+
- spec/codegen/cms/domains/models/domain_setup_info_spec.rb
|
2287
|
+
- spec/codegen/cms/domains/models/error_detail_spec.rb
|
2288
|
+
- spec/codegen/cms/domains/models/paging_spec.rb
|
2289
|
+
- spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
|
2290
|
+
- spec/codegen/cms/domains/models/error_spec.rb
|
2291
|
+
- spec/codegen/cms/domains/models/next_page_spec.rb
|
2292
|
+
- spec/codegen/cms/hubdb/api/rows_api_spec.rb
|
2293
|
+
- spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
|
2294
|
+
- spec/codegen/cms/hubdb/api/tables_api_spec.rb
|
2295
|
+
- spec/codegen/cms/hubdb/models/standard_error_spec.rb
|
2296
|
+
- spec/codegen/cms/hubdb/models/option_spec.rb
|
2297
|
+
- spec/codegen/cms/hubdb/models/foreign_id_spec.rb
|
2298
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
|
2299
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
|
2300
|
+
- spec/codegen/cms/hubdb/models/error_detail_spec.rb
|
2301
|
+
- spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
|
2302
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
|
2303
|
+
- spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
|
2304
|
+
- spec/codegen/cms/hubdb/models/simple_user_spec.rb
|
2305
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
|
2306
|
+
- spec/codegen/cms/hubdb/models/column_spec.rb
|
2307
|
+
- spec/codegen/cms/hubdb/models/column_input_spec.rb
|
2308
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
|
2309
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
|
2310
|
+
- spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
|
2311
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
|
2312
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
|
2313
|
+
- spec/codegen/cms/hubdb/models/forward_paging_spec.rb
|
2314
|
+
- spec/codegen/cms/hubdb/models/import_result_spec.rb
|
2315
|
+
- spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
|
2316
|
+
- spec/codegen/cms/hubdb/models/error_spec.rb
|
2317
|
+
- spec/codegen/cms/hubdb/models/next_page_spec.rb
|
2318
|
+
- spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
|
2319
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
2320
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
2321
|
+
- spec/codegen/cms/url-redirects/models/error_detail_spec.rb
|
2322
|
+
- spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
|
2323
|
+
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
2324
|
+
- spec/codegen/cms/url-redirects/models/error_spec.rb
|
2325
|
+
- spec/codegen/cms/url-redirects/models/next_page_spec.rb
|
2326
|
+
- spec/codegen/cms/performance/api/default_api_spec.rb
|
2327
|
+
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
2328
|
+
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
2329
|
+
- spec/codegen/cms/performance/models/performance_view_spec.rb
|
2330
|
+
- spec/codegen/cms/performance/models/error_spec.rb
|
2331
|
+
- spec/codegen/cms/site-search/api/default_api_spec.rb
|
2332
|
+
- spec/codegen/cms/site-search/models/content_search_result_spec.rb
|
2333
|
+
- spec/codegen/cms/site-search/models/error_detail_spec.rb
|
2334
|
+
- spec/codegen/cms/site-search/models/indexed_data_spec.rb
|
2335
|
+
- spec/codegen/cms/site-search/models/public_search_results_spec.rb
|
2336
|
+
- spec/codegen/cms/site-search/models/search_hit_field_spec.rb
|
2337
|
+
- spec/codegen/cms/site-search/models/error_spec.rb
|
2338
|
+
- spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
|
2339
|
+
- spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
|
2340
|
+
- spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
|
2341
|
+
- spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
|
2342
|
+
- spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
|
2343
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
|
2344
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
|
2345
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
|
2346
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
|
2347
|
+
- spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
|
2348
|
+
- spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
|
2349
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
|
2350
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
|
2351
|
+
- spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
|
2352
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
|
2353
|
+
- spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
|
2354
|
+
- spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
|
2355
|
+
- spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
|
2356
|
+
- spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
|
2357
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
|
2358
|
+
- spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
|
2359
|
+
- spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
|
2360
|
+
- spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
|
2361
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
|
2362
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
|
2363
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
|
2364
|
+
- spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
|
2365
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
|
2366
|
+
- spec/codegen/cms/blogs/authors/api/default_api_spec.rb
|
2367
|
+
- spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
|
2368
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
|
2369
|
+
- spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
|
2370
|
+
- spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
|
2371
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
|
2372
|
+
- spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
|
2373
|
+
- spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
|
2374
|
+
- spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
|
2375
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
|
2376
|
+
- spec/codegen/cms/blogs/authors/models/error_spec.rb
|
2377
|
+
- spec/codegen/cms/blogs/authors/models/next_page_spec.rb
|
2378
|
+
- spec/codegen/cms/blogs/tags/api/default_api_spec.rb
|
2379
|
+
- spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
|
2380
|
+
- spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
|
2381
|
+
- spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
|
2382
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
|
2383
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
|
2384
|
+
- spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
|
2385
|
+
- spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
|
2386
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
|
2387
|
+
- spec/codegen/cms/blogs/tags/models/error_spec.rb
|
2388
|
+
- spec/codegen/cms/blogs/tags/models/next_page_spec.rb
|
2389
|
+
- spec/codegen/cms/blogs/tags/models/tag_spec.rb
|
2390
|
+
- spec/codegen/cms/audit-logs/api/default_api_spec.rb
|
2391
|
+
- spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
|
2392
|
+
- spec/codegen/cms/audit-logs/models/error_detail_spec.rb
|
2393
|
+
- spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
|
2394
|
+
- spec/codegen/cms/audit-logs/models/paging_spec.rb
|
2395
|
+
- spec/codegen/cms/audit-logs/models/error_spec.rb
|
2396
|
+
- spec/codegen/cms/audit-logs/models/next_page_spec.rb
|
2397
|
+
- spec/features/webhooks/subscriptions_api_spec.rb
|
2398
|
+
- spec/features/webhooks/settings_api_spec.rb
|
2399
|
+
- spec/features/marketing/transactional/default_api_spec.rb
|
2400
|
+
- spec/features/automation/actions/revisions_api_spec.rb
|
2401
|
+
- spec/features/automation/actions/callbacks_api_spec.rb
|
2402
|
+
- spec/features/automation/actions/definitions_api_spec.rb
|
2403
|
+
- spec/features/automation/actions/functions_api_spec.rb
|
2404
|
+
- spec/features/files/files/folders_api_spec.rb
|
2405
|
+
- spec/features/files/files/files_api_spec.rb
|
2406
|
+
- spec/features/events/events_api_spec.rb
|
2407
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
2408
|
+
- spec/features/oauth/default_api_spec.rb
|
2409
|
+
- spec/features/crm/schemas/default_api_spec.rb
|
2410
|
+
- spec/features/crm/schemas/core_api_spec.rb
|
2411
|
+
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
2412
|
+
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
2413
|
+
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
2414
|
+
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
2415
|
+
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
2416
|
+
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
2417
|
+
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
2418
|
+
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
2419
|
+
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
2420
|
+
- spec/features/crm/quotes/associations_api_spec.rb
|
2421
|
+
- spec/features/crm/quotes/batch_api_spec.rb
|
2422
|
+
- spec/features/crm/quotes/basic_api_spec.rb
|
2423
|
+
- spec/features/crm/quotes/search_api_spec.rb
|
2424
|
+
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
2425
|
+
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
2426
|
+
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
2427
|
+
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
2428
|
+
- spec/features/crm/objects/associations_api_spec.rb
|
2429
|
+
- spec/features/crm/objects/batch_api_spec.rb
|
2430
|
+
- spec/features/crm/objects/basic_api_spec.rb
|
2431
|
+
- spec/features/crm/objects/search_api_spec.rb
|
2432
|
+
- spec/features/crm/owners/default_api_spec.rb
|
2433
|
+
- spec/features/crm/contacts/associations_api_spec.rb
|
2434
|
+
- spec/features/crm/contacts/batch_api_spec.rb
|
2435
|
+
- spec/features/crm/contacts/basic_api_spec.rb
|
2436
|
+
- spec/features/crm/contacts/search_api_spec.rb
|
2437
|
+
- spec/features/crm/properties/groups_api_spec.rb
|
2438
|
+
- spec/features/crm/properties/core_api_spec.rb
|
2439
|
+
- spec/features/crm/properties/batch_api_spec.rb
|
2440
|
+
- spec/features/crm/imports/core_api_spec.rb
|
2441
|
+
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
2442
|
+
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
2443
|
+
- spec/features/crm/associations/types_api_spec.rb
|
2444
|
+
- spec/features/crm/associations/batch_api_spec.rb
|
2445
|
+
- spec/features/crm/deals/associations_api_spec.rb
|
2446
|
+
- spec/features/crm/deals/batch_api_spec.rb
|
2447
|
+
- spec/features/crm/deals/basic_api_spec.rb
|
2448
|
+
- spec/features/crm/deals/search_api_spec.rb
|
2449
|
+
- spec/features/crm/products/associations_api_spec.rb
|
2450
|
+
- spec/features/crm/products/batch_api_spec.rb
|
2451
|
+
- spec/features/crm/products/basic_api_spec.rb
|
2452
|
+
- spec/features/crm/products/search_api_spec.rb
|
2453
|
+
- spec/features/crm/tickets/associations_api_spec.rb
|
2454
|
+
- spec/features/crm/tickets/batch_api_spec.rb
|
2455
|
+
- spec/features/crm/tickets/basic_api_spec.rb
|
2456
|
+
- spec/features/crm/tickets/search_api_spec.rb
|
2457
|
+
- spec/features/crm/timeline/events_api_spec.rb
|
2458
|
+
- spec/features/crm/timeline/tokens_api_spec.rb
|
2459
|
+
- spec/features/crm/timeline/templates_api_spec.rb
|
2460
|
+
- spec/features/crm/companies/associations_api_spec.rb
|
2461
|
+
- spec/features/crm/companies/batch_api_spec.rb
|
2462
|
+
- spec/features/crm/companies/basic_api_spec.rb
|
2463
|
+
- spec/features/crm/companies/search_api_spec.rb
|
2464
|
+
- spec/features/crm/line_items/associations_api_spec.rb
|
2465
|
+
- spec/features/crm/line_items/batch_api_spec.rb
|
2466
|
+
- spec/features/crm/line_items/basic_api_spec.rb
|
2467
|
+
- spec/features/crm/line_items/search_api_spec.rb
|
2468
|
+
- spec/features/cms/domains/domains_api_spec.rb
|
2469
|
+
- spec/features/cms/hubdb/rows_api_spec.rb
|
2470
|
+
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
2471
|
+
- spec/features/cms/hubdb/tables_api_spec.rb
|
2472
|
+
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
2473
|
+
- spec/features/cms/site-search/default_api_spec.rb
|
2474
|
+
- spec/features/cms/blogs/blog-posts/default_api_spec.rb
|
2475
|
+
- spec/features/cms/blogs/authors/default_api_spec.rb
|
2476
|
+
- spec/features/cms/blogs/tags/default_api_spec.rb
|
2477
|
+
- spec/features/cms/perfomance/default_api_spec.rb
|
2478
|
+
- spec/features/cms/audit-logs/default_api_spec.rb
|
2479
|
+
- spec/spec_helper.rb
|