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
@@ -0,0 +1,441 @@
|
|
1
|
+
=begin
|
2
|
+
#Accounting Extension
|
3
|
+
|
4
|
+
#These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module Hubspot
|
16
|
+
module Crm
|
17
|
+
module Extensions
|
18
|
+
module Accounting
|
19
|
+
class InvoiceUpdateResponse
|
20
|
+
attr_accessor :external_invoice_number
|
21
|
+
|
22
|
+
attr_accessor :total_amount_billed
|
23
|
+
|
24
|
+
attr_accessor :balance_due
|
25
|
+
|
26
|
+
attr_accessor :currency_code
|
27
|
+
|
28
|
+
attr_accessor :due_date
|
29
|
+
|
30
|
+
attr_accessor :external_recipient_id
|
31
|
+
|
32
|
+
attr_accessor :received_by_recipient_date
|
33
|
+
|
34
|
+
attr_accessor :external_create_date_time
|
35
|
+
|
36
|
+
attr_accessor :is_voided
|
37
|
+
|
38
|
+
attr_accessor :created_at
|
39
|
+
|
40
|
+
attr_accessor :updated_at
|
41
|
+
|
42
|
+
attr_accessor :archived_at
|
43
|
+
|
44
|
+
attr_accessor :archived
|
45
|
+
|
46
|
+
attr_accessor :external_account_id
|
47
|
+
|
48
|
+
attr_accessor :invoice_status
|
49
|
+
|
50
|
+
attr_accessor :id
|
51
|
+
|
52
|
+
class EnumAttributeValidator
|
53
|
+
attr_reader :datatype
|
54
|
+
attr_reader :allowable_values
|
55
|
+
|
56
|
+
def initialize(datatype, allowable_values)
|
57
|
+
@allowable_values = allowable_values.map do |value|
|
58
|
+
case datatype.to_s
|
59
|
+
when /Integer/i
|
60
|
+
value.to_i
|
61
|
+
when /Float/i
|
62
|
+
value.to_f
|
63
|
+
else
|
64
|
+
value
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
69
|
+
def valid?(value)
|
70
|
+
!value || allowable_values.include?(value)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
75
|
+
def self.attribute_map
|
76
|
+
{
|
77
|
+
:'external_invoice_number' => :'externalInvoiceNumber',
|
78
|
+
:'total_amount_billed' => :'totalAmountBilled',
|
79
|
+
:'balance_due' => :'balanceDue',
|
80
|
+
:'currency_code' => :'currencyCode',
|
81
|
+
:'due_date' => :'dueDate',
|
82
|
+
:'external_recipient_id' => :'externalRecipientId',
|
83
|
+
:'received_by_recipient_date' => :'receivedByRecipientDate',
|
84
|
+
:'external_create_date_time' => :'externalCreateDateTime',
|
85
|
+
:'is_voided' => :'isVoided',
|
86
|
+
:'created_at' => :'createdAt',
|
87
|
+
:'updated_at' => :'updatedAt',
|
88
|
+
:'archived_at' => :'archivedAt',
|
89
|
+
:'archived' => :'archived',
|
90
|
+
:'external_account_id' => :'externalAccountId',
|
91
|
+
:'invoice_status' => :'invoiceStatus',
|
92
|
+
:'id' => :'id'
|
93
|
+
}
|
94
|
+
end
|
95
|
+
|
96
|
+
# Attribute type mapping.
|
97
|
+
def self.openapi_types
|
98
|
+
{
|
99
|
+
:'external_invoice_number' => :'String',
|
100
|
+
:'total_amount_billed' => :'Float',
|
101
|
+
:'balance_due' => :'Float',
|
102
|
+
:'currency_code' => :'String',
|
103
|
+
:'due_date' => :'Date',
|
104
|
+
:'external_recipient_id' => :'String',
|
105
|
+
:'received_by_recipient_date' => :'Integer',
|
106
|
+
:'external_create_date_time' => :'Integer',
|
107
|
+
:'is_voided' => :'Boolean',
|
108
|
+
:'created_at' => :'DateTime',
|
109
|
+
:'updated_at' => :'DateTime',
|
110
|
+
:'archived_at' => :'DateTime',
|
111
|
+
:'archived' => :'Boolean',
|
112
|
+
:'external_account_id' => :'String',
|
113
|
+
:'invoice_status' => :'String',
|
114
|
+
:'id' => :'String'
|
115
|
+
}
|
116
|
+
end
|
117
|
+
|
118
|
+
# List of attributes with nullable: true
|
119
|
+
def self.openapi_nullable
|
120
|
+
Set.new([
|
121
|
+
])
|
122
|
+
end
|
123
|
+
|
124
|
+
# Initializes the object
|
125
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
126
|
+
def initialize(attributes = {})
|
127
|
+
if (!attributes.is_a?(Hash))
|
128
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Crm::Extensions::Accounting::InvoiceUpdateResponse` initialize method"
|
129
|
+
end
|
130
|
+
|
131
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
132
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
133
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
134
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Crm::Extensions::Accounting::InvoiceUpdateResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
135
|
+
end
|
136
|
+
h[k.to_sym] = v
|
137
|
+
}
|
138
|
+
|
139
|
+
if attributes.key?(:'external_invoice_number')
|
140
|
+
self.external_invoice_number = attributes[:'external_invoice_number']
|
141
|
+
end
|
142
|
+
|
143
|
+
if attributes.key?(:'total_amount_billed')
|
144
|
+
self.total_amount_billed = attributes[:'total_amount_billed']
|
145
|
+
end
|
146
|
+
|
147
|
+
if attributes.key?(:'balance_due')
|
148
|
+
self.balance_due = attributes[:'balance_due']
|
149
|
+
end
|
150
|
+
|
151
|
+
if attributes.key?(:'currency_code')
|
152
|
+
self.currency_code = attributes[:'currency_code']
|
153
|
+
end
|
154
|
+
|
155
|
+
if attributes.key?(:'due_date')
|
156
|
+
self.due_date = attributes[:'due_date']
|
157
|
+
end
|
158
|
+
|
159
|
+
if attributes.key?(:'external_recipient_id')
|
160
|
+
self.external_recipient_id = attributes[:'external_recipient_id']
|
161
|
+
end
|
162
|
+
|
163
|
+
if attributes.key?(:'received_by_recipient_date')
|
164
|
+
self.received_by_recipient_date = attributes[:'received_by_recipient_date']
|
165
|
+
end
|
166
|
+
|
167
|
+
if attributes.key?(:'external_create_date_time')
|
168
|
+
self.external_create_date_time = attributes[:'external_create_date_time']
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.key?(:'is_voided')
|
172
|
+
self.is_voided = attributes[:'is_voided']
|
173
|
+
end
|
174
|
+
|
175
|
+
if attributes.key?(:'created_at')
|
176
|
+
self.created_at = attributes[:'created_at']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.key?(:'updated_at')
|
180
|
+
self.updated_at = attributes[:'updated_at']
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.key?(:'archived_at')
|
184
|
+
self.archived_at = attributes[:'archived_at']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.key?(:'archived')
|
188
|
+
self.archived = attributes[:'archived']
|
189
|
+
end
|
190
|
+
|
191
|
+
if attributes.key?(:'external_account_id')
|
192
|
+
self.external_account_id = attributes[:'external_account_id']
|
193
|
+
end
|
194
|
+
|
195
|
+
if attributes.key?(:'invoice_status')
|
196
|
+
self.invoice_status = attributes[:'invoice_status']
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.key?(:'id')
|
200
|
+
self.id = attributes[:'id']
|
201
|
+
end
|
202
|
+
end
|
203
|
+
|
204
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
205
|
+
# @return Array for valid properties with the reasons
|
206
|
+
def list_invalid_properties
|
207
|
+
invalid_properties = Array.new
|
208
|
+
if @total_amount_billed.nil?
|
209
|
+
invalid_properties.push('invalid value for "total_amount_billed", total_amount_billed cannot be nil.')
|
210
|
+
end
|
211
|
+
|
212
|
+
if @balance_due.nil?
|
213
|
+
invalid_properties.push('invalid value for "balance_due", balance_due cannot be nil.')
|
214
|
+
end
|
215
|
+
|
216
|
+
if @currency_code.nil?
|
217
|
+
invalid_properties.push('invalid value for "currency_code", currency_code cannot be nil.')
|
218
|
+
end
|
219
|
+
|
220
|
+
if @due_date.nil?
|
221
|
+
invalid_properties.push('invalid value for "due_date", due_date cannot be nil.')
|
222
|
+
end
|
223
|
+
|
224
|
+
if @external_recipient_id.nil?
|
225
|
+
invalid_properties.push('invalid value for "external_recipient_id", external_recipient_id cannot be nil.')
|
226
|
+
end
|
227
|
+
|
228
|
+
if @is_voided.nil?
|
229
|
+
invalid_properties.push('invalid value for "is_voided", is_voided cannot be nil.')
|
230
|
+
end
|
231
|
+
|
232
|
+
if @created_at.nil?
|
233
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
234
|
+
end
|
235
|
+
|
236
|
+
if @updated_at.nil?
|
237
|
+
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
238
|
+
end
|
239
|
+
|
240
|
+
if @archived.nil?
|
241
|
+
invalid_properties.push('invalid value for "archived", archived cannot be nil.')
|
242
|
+
end
|
243
|
+
|
244
|
+
if @external_account_id.nil?
|
245
|
+
invalid_properties.push('invalid value for "external_account_id", external_account_id cannot be nil.')
|
246
|
+
end
|
247
|
+
|
248
|
+
if @invoice_status.nil?
|
249
|
+
invalid_properties.push('invalid value for "invoice_status", invoice_status cannot be nil.')
|
250
|
+
end
|
251
|
+
|
252
|
+
if @id.nil?
|
253
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
254
|
+
end
|
255
|
+
|
256
|
+
invalid_properties
|
257
|
+
end
|
258
|
+
|
259
|
+
# Check to see if the all the properties in the model are valid
|
260
|
+
# @return true if the model is valid
|
261
|
+
def valid?
|
262
|
+
return false if @total_amount_billed.nil?
|
263
|
+
return false if @balance_due.nil?
|
264
|
+
return false if @currency_code.nil?
|
265
|
+
return false if @due_date.nil?
|
266
|
+
return false if @external_recipient_id.nil?
|
267
|
+
return false if @is_voided.nil?
|
268
|
+
return false if @created_at.nil?
|
269
|
+
return false if @updated_at.nil?
|
270
|
+
return false if @archived.nil?
|
271
|
+
return false if @external_account_id.nil?
|
272
|
+
return false if @invoice_status.nil?
|
273
|
+
invoice_status_validator = EnumAttributeValidator.new('String', ["CREATED", "SENT", "PAID", "CLOSED", "OVERDUE", "VOIDED", "NONE", "UNPAID"])
|
274
|
+
return false unless invoice_status_validator.valid?(@invoice_status)
|
275
|
+
return false if @id.nil?
|
276
|
+
true
|
277
|
+
end
|
278
|
+
|
279
|
+
# Custom attribute writer method checking allowed values (enum).
|
280
|
+
# @param [Object] invoice_status Object to be assigned
|
281
|
+
def invoice_status=(invoice_status)
|
282
|
+
validator = EnumAttributeValidator.new('String', ["CREATED", "SENT", "PAID", "CLOSED", "OVERDUE", "VOIDED", "NONE", "UNPAID"])
|
283
|
+
unless validator.valid?(invoice_status)
|
284
|
+
fail ArgumentError, "invalid value for \"invoice_status\", must be one of #{validator.allowable_values}."
|
285
|
+
end
|
286
|
+
@invoice_status = invoice_status
|
287
|
+
end
|
288
|
+
|
289
|
+
# Checks equality by comparing each attribute.
|
290
|
+
# @param [Object] Object to be compared
|
291
|
+
def ==(o)
|
292
|
+
return true if self.equal?(o)
|
293
|
+
self.class == o.class &&
|
294
|
+
external_invoice_number == o.external_invoice_number &&
|
295
|
+
total_amount_billed == o.total_amount_billed &&
|
296
|
+
balance_due == o.balance_due &&
|
297
|
+
currency_code == o.currency_code &&
|
298
|
+
due_date == o.due_date &&
|
299
|
+
external_recipient_id == o.external_recipient_id &&
|
300
|
+
received_by_recipient_date == o.received_by_recipient_date &&
|
301
|
+
external_create_date_time == o.external_create_date_time &&
|
302
|
+
is_voided == o.is_voided &&
|
303
|
+
created_at == o.created_at &&
|
304
|
+
updated_at == o.updated_at &&
|
305
|
+
archived_at == o.archived_at &&
|
306
|
+
archived == o.archived &&
|
307
|
+
external_account_id == o.external_account_id &&
|
308
|
+
invoice_status == o.invoice_status &&
|
309
|
+
id == o.id
|
310
|
+
end
|
311
|
+
|
312
|
+
# @see the `==` method
|
313
|
+
# @param [Object] Object to be compared
|
314
|
+
def eql?(o)
|
315
|
+
self == o
|
316
|
+
end
|
317
|
+
|
318
|
+
# Calculates hash code according to all attributes.
|
319
|
+
# @return [Integer] Hash code
|
320
|
+
def hash
|
321
|
+
[external_invoice_number, total_amount_billed, balance_due, currency_code, due_date, external_recipient_id, received_by_recipient_date, external_create_date_time, is_voided, created_at, updated_at, archived_at, archived, external_account_id, invoice_status, id].hash
|
322
|
+
end
|
323
|
+
|
324
|
+
# Builds the object from hash
|
325
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
326
|
+
# @return [Object] Returns the model itself
|
327
|
+
def self.build_from_hash(attributes)
|
328
|
+
new.build_from_hash(attributes)
|
329
|
+
end
|
330
|
+
|
331
|
+
# Builds the object from hash
|
332
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
333
|
+
# @return [Object] Returns the model itself
|
334
|
+
def build_from_hash(attributes)
|
335
|
+
return nil unless attributes.is_a?(Hash)
|
336
|
+
self.class.openapi_types.each_pair do |key, type|
|
337
|
+
if type =~ /\AArray<(.*)>/i
|
338
|
+
# check to ensure the input is an array given that the attribute
|
339
|
+
# is documented as an array but the input is not
|
340
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
341
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
342
|
+
end
|
343
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
344
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
345
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
346
|
+
end
|
347
|
+
|
348
|
+
self
|
349
|
+
end
|
350
|
+
|
351
|
+
# Deserializes the data based on type
|
352
|
+
# @param string type Data type
|
353
|
+
# @param string value Value to be deserialized
|
354
|
+
# @return [Object] Deserialized data
|
355
|
+
def _deserialize(type, value)
|
356
|
+
case type.to_sym
|
357
|
+
when :DateTime
|
358
|
+
DateTime.parse(value)
|
359
|
+
when :Date
|
360
|
+
Date.parse(value)
|
361
|
+
when :String
|
362
|
+
value.to_s
|
363
|
+
when :Integer
|
364
|
+
value.to_i
|
365
|
+
when :Float
|
366
|
+
value.to_f
|
367
|
+
when :Boolean
|
368
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
369
|
+
true
|
370
|
+
else
|
371
|
+
false
|
372
|
+
end
|
373
|
+
when :Object
|
374
|
+
# generic object (usually a Hash), return directly
|
375
|
+
value
|
376
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
377
|
+
inner_type = Regexp.last_match[:inner_type]
|
378
|
+
value.map { |v| _deserialize(inner_type, v) }
|
379
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
380
|
+
k_type = Regexp.last_match[:k_type]
|
381
|
+
v_type = Regexp.last_match[:v_type]
|
382
|
+
{}.tap do |hash|
|
383
|
+
value.each do |k, v|
|
384
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
385
|
+
end
|
386
|
+
end
|
387
|
+
else # model
|
388
|
+
Hubspot::Crm::Extensions::Accounting.const_get(type).build_from_hash(value)
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
392
|
+
# Returns the string representation of the object
|
393
|
+
# @return [String] String presentation of the object
|
394
|
+
def to_s
|
395
|
+
to_hash.to_s
|
396
|
+
end
|
397
|
+
|
398
|
+
# to_body is an alias to to_hash (backward compatibility)
|
399
|
+
# @return [Hash] Returns the object in the form of hash
|
400
|
+
def to_body
|
401
|
+
to_hash
|
402
|
+
end
|
403
|
+
|
404
|
+
# Returns the object in the form of hash
|
405
|
+
# @return [Hash] Returns the object in the form of hash
|
406
|
+
def to_hash
|
407
|
+
hash = {}
|
408
|
+
self.class.attribute_map.each_pair do |attr, param|
|
409
|
+
value = self.send(attr)
|
410
|
+
if value.nil?
|
411
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
412
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
413
|
+
end
|
414
|
+
|
415
|
+
hash[param] = _to_hash(value)
|
416
|
+
end
|
417
|
+
hash
|
418
|
+
end
|
419
|
+
|
420
|
+
# Outputs non-array value in the form of hash
|
421
|
+
# For object, use to_hash. Otherwise, just return the value
|
422
|
+
# @param [Object] value Any valid value
|
423
|
+
# @return [Hash] Returns the value in the form of hash
|
424
|
+
def _to_hash(value)
|
425
|
+
if value.is_a?(Array)
|
426
|
+
value.compact.map { |v| _to_hash(v) }
|
427
|
+
elsif value.is_a?(Hash)
|
428
|
+
{}.tap do |hash|
|
429
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
430
|
+
end
|
431
|
+
elsif value.respond_to? :to_hash
|
432
|
+
value.to_hash
|
433
|
+
else
|
434
|
+
value
|
435
|
+
end
|
436
|
+
end
|
437
|
+
end
|
438
|
+
end
|
439
|
+
end
|
440
|
+
end
|
441
|
+
end
|
@@ -0,0 +1,264 @@
|
|
1
|
+
=begin
|
2
|
+
#Accounting Extension
|
3
|
+
|
4
|
+
#These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module Hubspot
|
16
|
+
module Crm
|
17
|
+
module Extensions
|
18
|
+
module Accounting
|
19
|
+
class InvoicesResponseExternal
|
20
|
+
# Designates if the response is a success ('OK') or failure ('ERR').
|
21
|
+
attr_accessor :result
|
22
|
+
|
23
|
+
# The list of invoices that were found for the request.
|
24
|
+
attr_accessor :invoices
|
25
|
+
|
26
|
+
class EnumAttributeValidator
|
27
|
+
attr_reader :datatype
|
28
|
+
attr_reader :allowable_values
|
29
|
+
|
30
|
+
def initialize(datatype, allowable_values)
|
31
|
+
@allowable_values = allowable_values.map do |value|
|
32
|
+
case datatype.to_s
|
33
|
+
when /Integer/i
|
34
|
+
value.to_i
|
35
|
+
when /Float/i
|
36
|
+
value.to_f
|
37
|
+
else
|
38
|
+
value
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
def valid?(value)
|
44
|
+
!value || allowable_values.include?(value)
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
49
|
+
def self.attribute_map
|
50
|
+
{
|
51
|
+
:'result' => :'@result',
|
52
|
+
:'invoices' => :'invoices'
|
53
|
+
}
|
54
|
+
end
|
55
|
+
|
56
|
+
# Attribute type mapping.
|
57
|
+
def self.openapi_types
|
58
|
+
{
|
59
|
+
:'result' => :'String',
|
60
|
+
:'invoices' => :'Array<AccountingExtensionInvoice>'
|
61
|
+
}
|
62
|
+
end
|
63
|
+
|
64
|
+
# List of attributes with nullable: true
|
65
|
+
def self.openapi_nullable
|
66
|
+
Set.new([
|
67
|
+
])
|
68
|
+
end
|
69
|
+
|
70
|
+
# Initializes the object
|
71
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
72
|
+
def initialize(attributes = {})
|
73
|
+
if (!attributes.is_a?(Hash))
|
74
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Crm::Extensions::Accounting::InvoicesResponseExternal` initialize method"
|
75
|
+
end
|
76
|
+
|
77
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
78
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
79
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
80
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Crm::Extensions::Accounting::InvoicesResponseExternal`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
81
|
+
end
|
82
|
+
h[k.to_sym] = v
|
83
|
+
}
|
84
|
+
|
85
|
+
if attributes.key?(:'result')
|
86
|
+
self.result = attributes[:'result']
|
87
|
+
end
|
88
|
+
|
89
|
+
if attributes.key?(:'invoices')
|
90
|
+
if (value = attributes[:'invoices']).is_a?(Array)
|
91
|
+
self.invoices = value
|
92
|
+
end
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
97
|
+
# @return Array for valid properties with the reasons
|
98
|
+
def list_invalid_properties
|
99
|
+
invalid_properties = Array.new
|
100
|
+
if @invoices.nil?
|
101
|
+
invalid_properties.push('invalid value for "invoices", invoices cannot be nil.')
|
102
|
+
end
|
103
|
+
|
104
|
+
invalid_properties
|
105
|
+
end
|
106
|
+
|
107
|
+
# Check to see if the all the properties in the model are valid
|
108
|
+
# @return true if the model is valid
|
109
|
+
def valid?
|
110
|
+
result_validator = EnumAttributeValidator.new('String', ["OK", "ERR"])
|
111
|
+
return false unless result_validator.valid?(@result)
|
112
|
+
return false if @invoices.nil?
|
113
|
+
true
|
114
|
+
end
|
115
|
+
|
116
|
+
# Custom attribute writer method checking allowed values (enum).
|
117
|
+
# @param [Object] result Object to be assigned
|
118
|
+
def result=(result)
|
119
|
+
validator = EnumAttributeValidator.new('String', ["OK", "ERR"])
|
120
|
+
unless validator.valid?(result)
|
121
|
+
fail ArgumentError, "invalid value for \"result\", must be one of #{validator.allowable_values}."
|
122
|
+
end
|
123
|
+
@result = result
|
124
|
+
end
|
125
|
+
|
126
|
+
# Checks equality by comparing each attribute.
|
127
|
+
# @param [Object] Object to be compared
|
128
|
+
def ==(o)
|
129
|
+
return true if self.equal?(o)
|
130
|
+
self.class == o.class &&
|
131
|
+
result == o.result &&
|
132
|
+
invoices == o.invoices
|
133
|
+
end
|
134
|
+
|
135
|
+
# @see the `==` method
|
136
|
+
# @param [Object] Object to be compared
|
137
|
+
def eql?(o)
|
138
|
+
self == o
|
139
|
+
end
|
140
|
+
|
141
|
+
# Calculates hash code according to all attributes.
|
142
|
+
# @return [Integer] Hash code
|
143
|
+
def hash
|
144
|
+
[result, invoices].hash
|
145
|
+
end
|
146
|
+
|
147
|
+
# Builds the object from hash
|
148
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
149
|
+
# @return [Object] Returns the model itself
|
150
|
+
def self.build_from_hash(attributes)
|
151
|
+
new.build_from_hash(attributes)
|
152
|
+
end
|
153
|
+
|
154
|
+
# Builds the object from hash
|
155
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
156
|
+
# @return [Object] Returns the model itself
|
157
|
+
def build_from_hash(attributes)
|
158
|
+
return nil unless attributes.is_a?(Hash)
|
159
|
+
self.class.openapi_types.each_pair do |key, type|
|
160
|
+
if type =~ /\AArray<(.*)>/i
|
161
|
+
# check to ensure the input is an array given that the attribute
|
162
|
+
# is documented as an array but the input is not
|
163
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
164
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
165
|
+
end
|
166
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
167
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
168
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
169
|
+
end
|
170
|
+
|
171
|
+
self
|
172
|
+
end
|
173
|
+
|
174
|
+
# Deserializes the data based on type
|
175
|
+
# @param string type Data type
|
176
|
+
# @param string value Value to be deserialized
|
177
|
+
# @return [Object] Deserialized data
|
178
|
+
def _deserialize(type, value)
|
179
|
+
case type.to_sym
|
180
|
+
when :DateTime
|
181
|
+
DateTime.parse(value)
|
182
|
+
when :Date
|
183
|
+
Date.parse(value)
|
184
|
+
when :String
|
185
|
+
value.to_s
|
186
|
+
when :Integer
|
187
|
+
value.to_i
|
188
|
+
when :Float
|
189
|
+
value.to_f
|
190
|
+
when :Boolean
|
191
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
192
|
+
true
|
193
|
+
else
|
194
|
+
false
|
195
|
+
end
|
196
|
+
when :Object
|
197
|
+
# generic object (usually a Hash), return directly
|
198
|
+
value
|
199
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
200
|
+
inner_type = Regexp.last_match[:inner_type]
|
201
|
+
value.map { |v| _deserialize(inner_type, v) }
|
202
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
203
|
+
k_type = Regexp.last_match[:k_type]
|
204
|
+
v_type = Regexp.last_match[:v_type]
|
205
|
+
{}.tap do |hash|
|
206
|
+
value.each do |k, v|
|
207
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
208
|
+
end
|
209
|
+
end
|
210
|
+
else # model
|
211
|
+
Hubspot::Crm::Extensions::Accounting.const_get(type).build_from_hash(value)
|
212
|
+
end
|
213
|
+
end
|
214
|
+
|
215
|
+
# Returns the string representation of the object
|
216
|
+
# @return [String] String presentation of the object
|
217
|
+
def to_s
|
218
|
+
to_hash.to_s
|
219
|
+
end
|
220
|
+
|
221
|
+
# to_body is an alias to to_hash (backward compatibility)
|
222
|
+
# @return [Hash] Returns the object in the form of hash
|
223
|
+
def to_body
|
224
|
+
to_hash
|
225
|
+
end
|
226
|
+
|
227
|
+
# Returns the object in the form of hash
|
228
|
+
# @return [Hash] Returns the object in the form of hash
|
229
|
+
def to_hash
|
230
|
+
hash = {}
|
231
|
+
self.class.attribute_map.each_pair do |attr, param|
|
232
|
+
value = self.send(attr)
|
233
|
+
if value.nil?
|
234
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
235
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
236
|
+
end
|
237
|
+
|
238
|
+
hash[param] = _to_hash(value)
|
239
|
+
end
|
240
|
+
hash
|
241
|
+
end
|
242
|
+
|
243
|
+
# Outputs non-array value in the form of hash
|
244
|
+
# For object, use to_hash. Otherwise, just return the value
|
245
|
+
# @param [Object] value Any valid value
|
246
|
+
# @return [Hash] Returns the value in the form of hash
|
247
|
+
def _to_hash(value)
|
248
|
+
if value.is_a?(Array)
|
249
|
+
value.compact.map { |v| _to_hash(v) }
|
250
|
+
elsif value.is_a?(Hash)
|
251
|
+
{}.tap do |hash|
|
252
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
253
|
+
end
|
254
|
+
elsif value.respond_to? :to_hash
|
255
|
+
value.to_hash
|
256
|
+
else
|
257
|
+
value
|
258
|
+
end
|
259
|
+
end
|
260
|
+
end
|
261
|
+
end
|
262
|
+
end
|
263
|
+
end
|
264
|
+
end
|