hubspot-api-client 8.0.1 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +4 -0
- data/CHANGELOG.md +25 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +31 -32
- data/README.md +4 -0
- data/Rakefile +1 -0
- data/hubspot-api-client.gemspec +6 -3
- data/lib/hubspot-api-client.rb +5 -537
- 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 +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +43 -73
- data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +1 -1
- data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +1 -1
- 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 +1 -1
- data/lib/hubspot/codegen/cms/domains/api_client.rb +43 -73
- data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/domains/models/paging.rb +1 -1
- 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 +41 -71
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/api_client.rb +43 -73
- data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/performance/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +43 -73
- data/lib/hubspot/codegen/cms/site-search/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +1 -1
- data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +3 -5
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +43 -73
- data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +17 -12
- data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +2 -2
- data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +1 -1
- 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 +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +1 -1
- 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 +4 -4
- data/lib/hubspot/codegen/crm/imports/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +16 -5
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +1 -1
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +37 -28
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +14 -5
- 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 +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
- data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
- 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/batch_response_simple_public_object_with_errors.rb +1 -1
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +1 -1
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -1
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/option.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +1 -1
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +10 -1
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -1
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +17 -19
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
- data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +13 -1
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +9 -3
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +43 -73
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +17 -12
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +14 -5
- data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +27 -19
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -23
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +25 -17
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +44 -74
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +19 -14
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +32 -43
- 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 +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +15 -6
- 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 +21 -21
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +30 -30
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +56 -56
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +21 -21
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +48 -48
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +2 -2
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +21 -21
- 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.rb +440 -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/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 +1 -1
- data/lib/hubspot/codegen/oauth/api_client.rb +43 -74
- data/lib/hubspot/codegen/oauth/api_error.rb +1 -1
- data/lib/hubspot/codegen/oauth/configuration.rb +17 -12
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +18 -2
- data/lib/hubspot/codegen/oauth/models/error.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +1 -1
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +20 -20
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
- data/lib/hubspot/codegen/webhooks/api_client.rb +43 -73
- data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
- data/lib/hubspot/codegen/webhooks/configuration.rb +17 -12
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +2 -2
- data/lib/hubspot/codegen/webhooks/models/error.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +1 -1
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +1 -1
- data/lib/hubspot/version.rb +1 -1
- 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/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/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/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/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
- metadata +1735 -2042
- data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -2090
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb +0 -240
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb +0 -240
- data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +0 -219
- data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +0 -224
- data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
- data/sample-apps/companies-app/.env.template +0 -2
- data/sample-apps/companies-app/.env.test.template +0 -3
- data/sample-apps/companies-app/.gitignore +0 -35
- data/sample-apps/companies-app/.rspec +0 -1
- data/sample-apps/companies-app/.ruby-version +0 -1
- data/sample-apps/companies-app/Dockerfile +0 -22
- data/sample-apps/companies-app/Gemfile +0 -33
- data/sample-apps/companies-app/Gemfile.lock +0 -271
- data/sample-apps/companies-app/README.md +0 -31
- data/sample-apps/companies-app/Rakefile +0 -6
- data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/companies-app/app/assets/images/.keep +0 -0
- data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
- data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
- data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
- data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
- data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
- data/sample-apps/companies-app/app/models/application_record.rb +0 -3
- data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
- data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
- data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
- data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
- data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
- data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/companies-app/bin/bundle +0 -3
- data/sample-apps/companies-app/bin/rails +0 -9
- data/sample-apps/companies-app/bin/rake +0 -9
- data/sample-apps/companies-app/bin/setup +0 -36
- data/sample-apps/companies-app/bin/spring +0 -17
- data/sample-apps/companies-app/bin/update +0 -31
- data/sample-apps/companies-app/bin/yarn +0 -11
- data/sample-apps/companies-app/config.ru +0 -5
- data/sample-apps/companies-app/config/application.rb +0 -19
- data/sample-apps/companies-app/config/boot.rb +0 -3
- data/sample-apps/companies-app/config/cable.yml +0 -10
- data/sample-apps/companies-app/config/database.yml +0 -25
- data/sample-apps/companies-app/config/environment.rb +0 -5
- data/sample-apps/companies-app/config/environments/development.rb +0 -61
- data/sample-apps/companies-app/config/environments/production.rb +0 -94
- data/sample-apps/companies-app/config/environments/test.rb +0 -46
- data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
- data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/companies-app/config/locales/en.yml +0 -33
- data/sample-apps/companies-app/config/puma.rb +0 -34
- data/sample-apps/companies-app/config/routes.rb +0 -17
- data/sample-apps/companies-app/config/spring.rb +0 -6
- data/sample-apps/companies-app/db/seeds.rb +0 -7
- data/sample-apps/companies-app/docker-compose.yml +0 -11
- data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
- data/sample-apps/companies-app/lib/assets/.keep +0 -0
- data/sample-apps/companies-app/lib/tasks/.keep +0 -0
- data/sample-apps/companies-app/log/.keep +0 -0
- data/sample-apps/companies-app/package.json +0 -5
- data/sample-apps/companies-app/public/404.html +0 -67
- data/sample-apps/companies-app/public/422.html +0 -67
- data/sample-apps/companies-app/public/500.html +0 -66
- data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/companies-app/public/favicon.ico +0 -0
- data/sample-apps/companies-app/public/robots.txt +0 -1
- data/sample-apps/companies-app/tmp/.keep +0 -0
- data/sample-apps/contacts-app/.env.template +0 -2
- data/sample-apps/contacts-app/.env.test.template +0 -3
- data/sample-apps/contacts-app/.gitignore +0 -35
- data/sample-apps/contacts-app/.rspec +0 -1
- data/sample-apps/contacts-app/.ruby-version +0 -1
- data/sample-apps/contacts-app/Dockerfile +0 -22
- data/sample-apps/contacts-app/Gemfile +0 -33
- data/sample-apps/contacts-app/Gemfile.lock +0 -271
- data/sample-apps/contacts-app/README.md +0 -41
- data/sample-apps/contacts-app/Rakefile +0 -6
- data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
- data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
- data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
- data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
- data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
- data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
- data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
- data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
- data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
- data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
- data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
- data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
- data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/contacts-app/bin/bundle +0 -3
- data/sample-apps/contacts-app/bin/rails +0 -9
- data/sample-apps/contacts-app/bin/rake +0 -9
- data/sample-apps/contacts-app/bin/setup +0 -36
- data/sample-apps/contacts-app/bin/spring +0 -17
- data/sample-apps/contacts-app/bin/update +0 -31
- data/sample-apps/contacts-app/bin/yarn +0 -11
- data/sample-apps/contacts-app/config.ru +0 -5
- data/sample-apps/contacts-app/config/application.rb +0 -19
- data/sample-apps/contacts-app/config/boot.rb +0 -3
- data/sample-apps/contacts-app/config/cable.yml +0 -10
- data/sample-apps/contacts-app/config/database.yml +0 -25
- data/sample-apps/contacts-app/config/environment.rb +0 -5
- data/sample-apps/contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/contacts-app/config/environments/test.rb +0 -46
- data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/contacts-app/config/puma.rb +0 -34
- data/sample-apps/contacts-app/config/routes.rb +0 -14
- data/sample-apps/contacts-app/config/spring.rb +0 -6
- data/sample-apps/contacts-app/db/seeds.rb +0 -7
- data/sample-apps/contacts-app/docker-compose.yml +0 -11
- data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/contacts-app/log/.keep +0 -0
- data/sample-apps/contacts-app/package.json +0 -5
- data/sample-apps/contacts-app/public/404.html +0 -67
- data/sample-apps/contacts-app/public/422.html +0 -67
- data/sample-apps/contacts-app/public/500.html +0 -66
- data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/contacts-app/public/favicon.ico +0 -0
- data/sample-apps/contacts-app/public/robots.txt +0 -1
- data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
- data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
- data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
- data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
- data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
- data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
- data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
- data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
- data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
- data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
- data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
- data/sample-apps/contacts-app/tmp/.keep +0 -0
- data/sample-apps/imports-contacts-app/.env.template +0 -2
- data/sample-apps/imports-contacts-app/.env.test.template +0 -3
- data/sample-apps/imports-contacts-app/.gitignore +0 -37
- data/sample-apps/imports-contacts-app/.rspec +0 -1
- data/sample-apps/imports-contacts-app/.ruby-version +0 -1
- data/sample-apps/imports-contacts-app/Dockerfile +0 -22
- data/sample-apps/imports-contacts-app/Gemfile +0 -33
- data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
- data/sample-apps/imports-contacts-app/README.md +0 -27
- data/sample-apps/imports-contacts-app/Rakefile +0 -6
- data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
- data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
- data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
- data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
- data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/imports-contacts-app/bin/bundle +0 -3
- data/sample-apps/imports-contacts-app/bin/rails +0 -9
- data/sample-apps/imports-contacts-app/bin/rake +0 -9
- data/sample-apps/imports-contacts-app/bin/setup +0 -36
- data/sample-apps/imports-contacts-app/bin/spring +0 -17
- data/sample-apps/imports-contacts-app/bin/update +0 -31
- data/sample-apps/imports-contacts-app/bin/yarn +0 -11
- data/sample-apps/imports-contacts-app/config.ru +0 -5
- data/sample-apps/imports-contacts-app/config/application.rb +0 -19
- data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
- data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
- data/sample-apps/imports-contacts-app/config/database.yml +0 -25
- data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
- data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
- data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
- data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
- data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
- data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
- data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
- data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/imports-contacts-app/log/.keep +0 -0
- data/sample-apps/imports-contacts-app/package.json +0 -5
- data/sample-apps/imports-contacts-app/public/404.html +0 -67
- data/sample-apps/imports-contacts-app/public/422.html +0 -67
- data/sample-apps/imports-contacts-app/public/500.html +0 -66
- data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
- data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
- data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
- data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
- data/sample-apps/leaky-bucket-app/.env.template +0 -3
- data/sample-apps/leaky-bucket-app/.gitignore +0 -34
- data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
- data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
- data/sample-apps/leaky-bucket-app/Gemfile +0 -39
- data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
- data/sample-apps/leaky-bucket-app/README.md +0 -34
- data/sample-apps/leaky-bucket-app/Rakefile +0 -6
- data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
- data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
- data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
- data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
- data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
- data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
- data/sample-apps/leaky-bucket-app/bin/rails +0 -9
- data/sample-apps/leaky-bucket-app/bin/rake +0 -9
- data/sample-apps/leaky-bucket-app/bin/setup +0 -36
- data/sample-apps/leaky-bucket-app/bin/spring +0 -17
- data/sample-apps/leaky-bucket-app/bin/update +0 -31
- data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
- data/sample-apps/leaky-bucket-app/config.ru +0 -5
- data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
- data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
- data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
- data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
- data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
- data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
- data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
- data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
- data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
- data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
- data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
- data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
- data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
- data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
- data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
- data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
- data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
- data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
- data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
- data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
- data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
- data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
- data/sample-apps/leaky-bucket-app/log/.keep +0 -0
- data/sample-apps/leaky-bucket-app/package.json +0 -5
- data/sample-apps/leaky-bucket-app/public/404.html +0 -67
- data/sample-apps/leaky-bucket-app/public/422.html +0 -67
- data/sample-apps/leaky-bucket-app/public/500.html +0 -66
- data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
- data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
- data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
- data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
- data/sample-apps/oauth-app/.env.template +0 -2
- data/sample-apps/oauth-app/.env.test.template +0 -3
- data/sample-apps/oauth-app/.gitignore +0 -35
- data/sample-apps/oauth-app/.rspec +0 -1
- data/sample-apps/oauth-app/.ruby-version +0 -1
- data/sample-apps/oauth-app/Dockerfile +0 -22
- data/sample-apps/oauth-app/Gemfile +0 -33
- data/sample-apps/oauth-app/Gemfile.lock +0 -270
- data/sample-apps/oauth-app/README.md +0 -33
- data/sample-apps/oauth-app/Rakefile +0 -6
- data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
- data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
- data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
- data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
- data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
- data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
- data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
- data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
- data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
- data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
- data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
- data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/oauth-app/bin/bundle +0 -3
- data/sample-apps/oauth-app/bin/rails +0 -9
- data/sample-apps/oauth-app/bin/rake +0 -9
- data/sample-apps/oauth-app/bin/setup +0 -36
- data/sample-apps/oauth-app/bin/spring +0 -17
- data/sample-apps/oauth-app/bin/update +0 -31
- data/sample-apps/oauth-app/bin/yarn +0 -11
- data/sample-apps/oauth-app/config.ru +0 -5
- data/sample-apps/oauth-app/config/application.rb +0 -19
- data/sample-apps/oauth-app/config/boot.rb +0 -3
- data/sample-apps/oauth-app/config/cable.yml +0 -10
- data/sample-apps/oauth-app/config/database.yml +0 -25
- data/sample-apps/oauth-app/config/environment.rb +0 -5
- data/sample-apps/oauth-app/config/environments/development.rb +0 -61
- data/sample-apps/oauth-app/config/environments/production.rb +0 -94
- data/sample-apps/oauth-app/config/environments/test.rb +0 -46
- data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
- data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/oauth-app/config/locales/en.yml +0 -33
- data/sample-apps/oauth-app/config/puma.rb +0 -34
- data/sample-apps/oauth-app/config/routes.rb +0 -14
- data/sample-apps/oauth-app/config/spring.rb +0 -6
- data/sample-apps/oauth-app/db/seeds.rb +0 -7
- data/sample-apps/oauth-app/docker-compose.yml +0 -11
- data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
- data/sample-apps/oauth-app/lib/assets/.keep +0 -0
- data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
- data/sample-apps/oauth-app/log/.keep +0 -0
- data/sample-apps/oauth-app/package.json +0 -5
- data/sample-apps/oauth-app/public/404.html +0 -67
- data/sample-apps/oauth-app/public/422.html +0 -67
- data/sample-apps/oauth-app/public/500.html +0 -66
- data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/oauth-app/public/favicon.ico +0 -0
- data/sample-apps/oauth-app/public/robots.txt +0 -1
- data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
- data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
- data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
- data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
- data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
- data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
- data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
- data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
- data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
- data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
- data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
- data/sample-apps/oauth-app/tmp/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
- data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
- data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
- data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
- data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
- data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
- data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
- data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
- data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
- data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
- data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
- data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
- data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
- data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
- data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
- data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
- data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
- data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
- data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
- data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
- data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
- data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
- data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
- data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
- data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
- data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
- data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
- data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
- data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
- data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
- data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
- data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
- data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
- data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
- data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
- data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
- data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
- data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
- data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
- data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
- data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
- data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
- data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
- data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
- data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
- data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
- data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
- data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
- data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
- data/sample-apps/retry-middleware-sample-app/README.md +0 -33
- data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
- data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
- data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
- data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
- data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
- data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
- data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
- data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
- data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
- data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
- data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
- data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
- data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
- data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
- data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
- data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
- data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
- data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
- data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
- data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
- data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
- data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
- data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
- data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
- data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
- data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
- data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
- data/sample-apps/retry-middleware-sample-app/package.json +0 -5
- data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
- data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
- data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
- data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
- data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
- data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
- data/sample-apps/search-result-paging-app/.env.template +0 -4
- data/sample-apps/search-result-paging-app/.gitignore +0 -35
- data/sample-apps/search-result-paging-app/.rspec +0 -1
- data/sample-apps/search-result-paging-app/.ruby-version +0 -1
- data/sample-apps/search-result-paging-app/Dockerfile +0 -22
- data/sample-apps/search-result-paging-app/Gemfile +0 -35
- data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
- data/sample-apps/search-result-paging-app/README.md +0 -0
- data/sample-apps/search-result-paging-app/Rakefile +0 -6
- data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
- data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
- data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
- data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
- data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
- data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
- data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
- data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
- data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/search-result-paging-app/bin/bundle +0 -3
- data/sample-apps/search-result-paging-app/bin/rails +0 -9
- data/sample-apps/search-result-paging-app/bin/rake +0 -9
- data/sample-apps/search-result-paging-app/bin/setup +0 -36
- data/sample-apps/search-result-paging-app/bin/spring +0 -17
- data/sample-apps/search-result-paging-app/bin/update +0 -31
- data/sample-apps/search-result-paging-app/bin/yarn +0 -11
- data/sample-apps/search-result-paging-app/config.ru +0 -5
- data/sample-apps/search-result-paging-app/config/application.rb +0 -19
- data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
- data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
- data/sample-apps/search-result-paging-app/config/database.yml +0 -25
- data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
- data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
- data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
- data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
- data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
- data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
- data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
- data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
- data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
- data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
- data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
- data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
- data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
- data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
- data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
- data/sample-apps/search-result-paging-app/log/.keep +0 -0
- data/sample-apps/search-result-paging-app/package.json +0 -5
- data/sample-apps/search-result-paging-app/public/404.html +0 -67
- data/sample-apps/search-result-paging-app/public/422.html +0 -67
- data/sample-apps/search-result-paging-app/public/500.html +0 -66
- data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
- data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
- data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
- data/sample-apps/timeline-events-app/.env.template +0 -5
- data/sample-apps/timeline-events-app/.gitignore +0 -35
- data/sample-apps/timeline-events-app/.rspec +0 -1
- data/sample-apps/timeline-events-app/.ruby-version +0 -1
- data/sample-apps/timeline-events-app/Dockerfile +0 -22
- data/sample-apps/timeline-events-app/Gemfile +0 -33
- data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
- data/sample-apps/timeline-events-app/README.md +0 -30
- data/sample-apps/timeline-events-app/Rakefile +0 -6
- data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
- data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
- data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
- data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
- data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
- data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
- data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
- data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
- data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
- data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
- data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
- data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
- data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
- data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
- data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
- data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
- data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
- data/sample-apps/timeline-events-app/bin/bundle +0 -3
- data/sample-apps/timeline-events-app/bin/rails +0 -9
- data/sample-apps/timeline-events-app/bin/rake +0 -9
- data/sample-apps/timeline-events-app/bin/setup +0 -36
- data/sample-apps/timeline-events-app/bin/spring +0 -17
- data/sample-apps/timeline-events-app/bin/update +0 -31
- data/sample-apps/timeline-events-app/bin/yarn +0 -11
- data/sample-apps/timeline-events-app/config.ru +0 -5
- data/sample-apps/timeline-events-app/config/application.rb +0 -19
- data/sample-apps/timeline-events-app/config/boot.rb +0 -3
- data/sample-apps/timeline-events-app/config/database.yml +0 -25
- data/sample-apps/timeline-events-app/config/environment.rb +0 -5
- data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
- data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
- data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
- data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
- data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
- data/sample-apps/timeline-events-app/config/puma.rb +0 -34
- data/sample-apps/timeline-events-app/config/routes.rb +0 -7
- data/sample-apps/timeline-events-app/config/spring.rb +0 -6
- data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
- data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
- data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
- data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
- data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
- data/sample-apps/timeline-events-app/log/.keep +0 -0
- data/sample-apps/timeline-events-app/package.json +0 -5
- data/sample-apps/timeline-events-app/public/404.html +0 -67
- data/sample-apps/timeline-events-app/public/422.html +0 -67
- data/sample-apps/timeline-events-app/public/500.html +0 -66
- data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
- data/sample-apps/timeline-events-app/public/robots.txt +0 -1
- data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
- data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
- data/sample-apps/timeline-events-app/tmp/.keep +0 -0
- data/sample-apps/trello-integration-app/.env.template +0 -7
- data/sample-apps/trello-integration-app/.gitignore +0 -35
- data/sample-apps/trello-integration-app/.rspec +0 -1
- data/sample-apps/trello-integration-app/.ruby-version +0 -1
- data/sample-apps/trello-integration-app/Dockerfile +0 -22
- data/sample-apps/trello-integration-app/Gemfile +0 -38
- data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
- data/sample-apps/trello-integration-app/README.md +0 -31
- data/sample-apps/trello-integration-app/Rakefile +0 -6
- data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
- data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
- data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
- data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
- data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
- data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
- data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
- data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
- data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
- data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
- data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
- data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
- data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
- data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
- data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
- data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
- data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
- data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
- data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
- data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
- data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
- data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
- data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
- data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
- data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
- data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
- data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
- data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
- data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
- data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
- data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
- data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
- data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
- data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
- data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
- data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
- data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
- data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
- data/sample-apps/trello-integration-app/bin/bundle +0 -3
- data/sample-apps/trello-integration-app/bin/rails +0 -9
- data/sample-apps/trello-integration-app/bin/rake +0 -9
- data/sample-apps/trello-integration-app/bin/setup +0 -36
- data/sample-apps/trello-integration-app/bin/spring +0 -17
- data/sample-apps/trello-integration-app/bin/update +0 -31
- data/sample-apps/trello-integration-app/bin/yarn +0 -11
- data/sample-apps/trello-integration-app/config.ru +0 -5
- data/sample-apps/trello-integration-app/config/application.rb +0 -20
- data/sample-apps/trello-integration-app/config/boot.rb +0 -3
- data/sample-apps/trello-integration-app/config/cable.yml +0 -10
- data/sample-apps/trello-integration-app/config/database.yml +0 -16
- data/sample-apps/trello-integration-app/config/environment.rb +0 -5
- data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
- data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
- data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
- data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
- data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
- data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
- data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
- data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
- data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
- data/sample-apps/trello-integration-app/config/puma.rb +0 -34
- data/sample-apps/trello-integration-app/config/routes.rb +0 -29
- data/sample-apps/trello-integration-app/config/spring.rb +0 -6
- data/sample-apps/trello-integration-app/config/storage.yml +0 -34
- data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
- data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
- data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
- data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
- data/sample-apps/trello-integration-app/db/schema.rb +0 -52
- data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
- data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
- data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
- data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
- data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
- data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
- data/sample-apps/trello-integration-app/log/.keep +0 -0
- data/sample-apps/trello-integration-app/package.json +0 -5
- data/sample-apps/trello-integration-app/public/404.html +0 -67
- data/sample-apps/trello-integration-app/public/422.html +0 -67
- data/sample-apps/trello-integration-app/public/500.html +0 -66
- data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
- data/sample-apps/trello-integration-app/public/robots.txt +0 -1
- data/sample-apps/trello-integration-app/tmp/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/.env.template +0 -4
- data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
- data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
- data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
- data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
- data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
- data/sample-apps/webhooks-contacts-app/README.md +0 -54
- data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
- data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
- data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
- data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
- data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
- data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
- data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
- data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
- data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
- data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
- data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
- data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
- data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
- data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
- data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
- data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
- data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
- data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
- data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
- data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
- data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
- data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
- data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
- data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
- data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
- data/sample-apps/webhooks-contacts-app/bin/update +0 -31
- data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
- data/sample-apps/webhooks-contacts-app/config.ru +0 -5
- data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
- data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
- data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
- data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
- data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
- data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
- data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
- data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
- data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
- data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
- data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
- data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
- data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
- data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
- data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
- data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
- data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
- data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
- data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
- data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
- data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
- data/sample-apps/webhooks-contacts-app/package.json +0 -5
- data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
- data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
- data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
- data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
- data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
- data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
- data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
- data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
- data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
- data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
- data/spec/oauth/api/tokens_api_spec.rb +0 -51
- data/spec/oauth/api_client_spec.rb +0 -226
- data/spec/oauth/configuration_spec.rb +0 -42
- data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
- data/spec/oauth/models/error_detail_spec.rb +0 -53
- data/spec/oauth/models/error_spec.rb +0 -71
- data/spec/oauth/models/json_node_spec.rb +0 -165
- data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
- data/spec/oauth/models/refresh_token_spec.rb +0 -59
- data/spec/owners/api/default_api_spec.rb +0 -60
- data/spec/owners/api_client_spec.rb +0 -226
- data/spec/owners/configuration_spec.rb +0 -42
- data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
- data/spec/owners/models/error_detail_spec.rb +0 -53
- data/spec/owners/models/error_spec.rb +0 -71
- data/spec/owners/models/next_page_spec.rb +0 -47
- data/spec/owners/models/paging_spec.rb +0 -41
- data/spec/owners/models/public_owner_spec.rb +0 -89
- data/spec/owners/models/public_team_spec.rb +0 -57
- data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
- data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
- data/spec/pipelines/api_client_spec.rb +0 -226
- data/spec/pipelines/configuration_spec.rb +0 -42
- data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
- data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
- data/spec/pipelines/models/error_detail_spec.rb +0 -53
- data/spec/pipelines/models/error_spec.rb +0 -71
- data/spec/pipelines/models/next_page_spec.rb +0 -47
- data/spec/pipelines/models/paging_spec.rb +0 -41
- data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_spec.rb +0 -83
- data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
- data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
- data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
- data/spec/properties/api/batch_api_spec.rb +0 -74
- data/spec/properties/api/core_api_spec.rb +0 -102
- data/spec/properties/api/groups_api_spec.rb +0 -100
- data/spec/properties/api_client_spec.rb +0 -226
- data/spec/properties/configuration_spec.rb +0 -42
- data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
- data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
- data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
- data/spec/properties/models/batch_response_property_spec.rb +0 -81
- data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
- data/spec/properties/models/collection_response_property_spec.rb +0 -47
- data/spec/properties/models/error_detail_spec.rb +0 -65
- data/spec/properties/models/error_spec.rb +0 -71
- data/spec/properties/models/next_page_spec.rb +0 -47
- data/spec/properties/models/option_input_spec.rb +0 -65
- data/spec/properties/models/option_spec.rb +0 -65
- data/spec/properties/models/paging_spec.rb +0 -41
- data/spec/properties/models/property_create_spec.rb +0 -103
- data/spec/properties/models/property_group_create_spec.rb +0 -53
- data/spec/properties/models/property_group_spec.rb +0 -59
- data/spec/properties/models/property_group_update_spec.rb +0 -47
- data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
- data/spec/properties/models/property_name_spec.rb +0 -41
- data/spec/properties/models/property_spec.rb +0 -177
- data/spec/properties/models/property_update_spec.rb +0 -91
@@ -1,2090 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#HubDB endpoints
|
3
|
-
|
4
|
-
#HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
|
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 'cgi'
|
14
|
-
|
15
|
-
module Hubspot
|
16
|
-
module Cms
|
17
|
-
module Hubdb
|
18
|
-
class DefaultApi
|
19
|
-
attr_accessor :api_client
|
20
|
-
|
21
|
-
def initialize(api_client = ApiClient.default)
|
22
|
-
@api_client = api_client
|
23
|
-
end
|
24
|
-
# Archive a table
|
25
|
-
# Archive an existing HubDB table.
|
26
|
-
# @param table_id [String] The ID or name of the table to archive.
|
27
|
-
# @param [Hash] opts the optional parameters
|
28
|
-
# @return [nil]
|
29
|
-
def archive_table(table_id, opts = {})
|
30
|
-
archive_table_with_http_info(table_id, opts)
|
31
|
-
nil
|
32
|
-
end
|
33
|
-
|
34
|
-
# Archive a table
|
35
|
-
# Archive an existing HubDB table.
|
36
|
-
# @param table_id [String] The ID or name of the table to archive.
|
37
|
-
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
39
|
-
def archive_table_with_http_info(table_id, opts = {})
|
40
|
-
if @api_client.config.debugging
|
41
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.archive_table ...'
|
42
|
-
end
|
43
|
-
# verify the required parameter 'table_id' is set
|
44
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
45
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.archive_table"
|
46
|
-
end
|
47
|
-
# resource path
|
48
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
49
|
-
|
50
|
-
# query parameters
|
51
|
-
query_params = opts[:query_params] || {}
|
52
|
-
|
53
|
-
# header parameters
|
54
|
-
header_params = opts[:header_params] || {}
|
55
|
-
# HTTP header 'Accept' (if needed)
|
56
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
57
|
-
|
58
|
-
# form parameters
|
59
|
-
form_params = opts[:form_params] || {}
|
60
|
-
|
61
|
-
# http body (model)
|
62
|
-
post_body = opts[:body]
|
63
|
-
|
64
|
-
# auth_names
|
65
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
66
|
-
|
67
|
-
# return_type
|
68
|
-
return_type = opts[:return_type]
|
69
|
-
|
70
|
-
return_types_map = {}
|
71
|
-
|
72
|
-
new_options = opts.merge(
|
73
|
-
:header_params => header_params,
|
74
|
-
:query_params => query_params,
|
75
|
-
:form_params => form_params,
|
76
|
-
:body => post_body,
|
77
|
-
:auth_names => auth_names,
|
78
|
-
:return_type => return_type,
|
79
|
-
:return_types_map => return_types_map
|
80
|
-
)
|
81
|
-
|
82
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
83
|
-
if @api_client.config.debugging
|
84
|
-
@api_client.config.logger.debug "API called: DefaultApi#archive_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
85
|
-
end
|
86
|
-
return data, status_code, headers
|
87
|
-
end
|
88
|
-
|
89
|
-
# Clone rows in batch
|
90
|
-
# Clones rows in the `DRAFT` version of the specified table, given a set of row ids.
|
91
|
-
# @param table_id [String] The ID or name of the table
|
92
|
-
# @param batch_input_string [BatchInputString] The JSON array of row ids
|
93
|
-
# @param [Hash] opts the optional parameters
|
94
|
-
# @return [Object]
|
95
|
-
def batch_clone_draft_table_rows(table_id, batch_input_string, opts = {})
|
96
|
-
data, _status_code, _headers = batch_clone_draft_table_rows_with_http_info(table_id, batch_input_string, opts)
|
97
|
-
data
|
98
|
-
end
|
99
|
-
|
100
|
-
# Clone rows in batch
|
101
|
-
# Clones rows in the `DRAFT` version of the specified table, given a set of row ids.
|
102
|
-
# @param table_id [String] The ID or name of the table
|
103
|
-
# @param batch_input_string [BatchInputString] The JSON array of row ids
|
104
|
-
# @param [Hash] opts the optional parameters
|
105
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
106
|
-
def batch_clone_draft_table_rows_with_http_info(table_id, batch_input_string, opts = {})
|
107
|
-
if @api_client.config.debugging
|
108
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_clone_draft_table_rows ...'
|
109
|
-
end
|
110
|
-
# verify the required parameter 'table_id' is set
|
111
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
112
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_clone_draft_table_rows"
|
113
|
-
end
|
114
|
-
# verify the required parameter 'batch_input_string' is set
|
115
|
-
if @api_client.config.client_side_validation && batch_input_string.nil?
|
116
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.batch_clone_draft_table_rows"
|
117
|
-
end
|
118
|
-
# resource path
|
119
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/clone'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
120
|
-
|
121
|
-
# query parameters
|
122
|
-
query_params = opts[:query_params] || {}
|
123
|
-
|
124
|
-
# header parameters
|
125
|
-
header_params = opts[:header_params] || {}
|
126
|
-
# HTTP header 'Accept' (if needed)
|
127
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
128
|
-
# HTTP header 'Content-Type'
|
129
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
130
|
-
|
131
|
-
# form parameters
|
132
|
-
form_params = opts[:form_params] || {}
|
133
|
-
|
134
|
-
# http body (model)
|
135
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
136
|
-
|
137
|
-
# auth_names
|
138
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
139
|
-
|
140
|
-
# return_type
|
141
|
-
return_type = opts[:return_type]
|
142
|
-
|
143
|
-
return_types_map = {
|
144
|
-
200 => 'Object',
|
145
|
-
}
|
146
|
-
|
147
|
-
new_options = opts.merge(
|
148
|
-
:header_params => header_params,
|
149
|
-
:query_params => query_params,
|
150
|
-
:form_params => form_params,
|
151
|
-
:body => post_body,
|
152
|
-
:auth_names => auth_names,
|
153
|
-
:return_type => return_type,
|
154
|
-
:return_types_map => return_types_map
|
155
|
-
)
|
156
|
-
|
157
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
158
|
-
if @api_client.config.debugging
|
159
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_clone_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
160
|
-
end
|
161
|
-
return data, status_code, headers
|
162
|
-
end
|
163
|
-
|
164
|
-
# Create rows in batch
|
165
|
-
# Creates rows in the `DRAFT` version of the specified table, given an array of row objects. See the endpoint `/tables/{tableId}/rows` for more details.
|
166
|
-
# @param table_id [String] The ID or name of the table
|
167
|
-
# @param batch_input_hub_db_table_row_v3 [BatchInputHubDbTableRowV3] JSON array of row objects
|
168
|
-
# @param [Hash] opts the optional parameters
|
169
|
-
# @return [Object]
|
170
|
-
def batch_create_draft_table_rows(table_id, batch_input_hub_db_table_row_v3, opts = {})
|
171
|
-
data, _status_code, _headers = batch_create_draft_table_rows_with_http_info(table_id, batch_input_hub_db_table_row_v3, opts)
|
172
|
-
data
|
173
|
-
end
|
174
|
-
|
175
|
-
# Create rows in batch
|
176
|
-
# Creates rows in the `DRAFT` version of the specified table, given an array of row objects. See the endpoint `/tables/{tableId}/rows` for more details.
|
177
|
-
# @param table_id [String] The ID or name of the table
|
178
|
-
# @param batch_input_hub_db_table_row_v3 [BatchInputHubDbTableRowV3] JSON array of row objects
|
179
|
-
# @param [Hash] opts the optional parameters
|
180
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
181
|
-
def batch_create_draft_table_rows_with_http_info(table_id, batch_input_hub_db_table_row_v3, opts = {})
|
182
|
-
if @api_client.config.debugging
|
183
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_create_draft_table_rows ...'
|
184
|
-
end
|
185
|
-
# verify the required parameter 'table_id' is set
|
186
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
187
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_create_draft_table_rows"
|
188
|
-
end
|
189
|
-
# verify the required parameter 'batch_input_hub_db_table_row_v3' is set
|
190
|
-
if @api_client.config.client_side_validation && batch_input_hub_db_table_row_v3.nil?
|
191
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_hub_db_table_row_v3' when calling DefaultApi.batch_create_draft_table_rows"
|
192
|
-
end
|
193
|
-
# resource path
|
194
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/create'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
195
|
-
|
196
|
-
# query parameters
|
197
|
-
query_params = opts[:query_params] || {}
|
198
|
-
|
199
|
-
# header parameters
|
200
|
-
header_params = opts[:header_params] || {}
|
201
|
-
# HTTP header 'Accept' (if needed)
|
202
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
203
|
-
# HTTP header 'Content-Type'
|
204
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
205
|
-
|
206
|
-
# form parameters
|
207
|
-
form_params = opts[:form_params] || {}
|
208
|
-
|
209
|
-
# http body (model)
|
210
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_hub_db_table_row_v3)
|
211
|
-
|
212
|
-
# auth_names
|
213
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
214
|
-
|
215
|
-
# return_type
|
216
|
-
return_type = opts[:return_type]
|
217
|
-
|
218
|
-
return_types_map = {
|
219
|
-
201 => 'Object',
|
220
|
-
207 => 'BatchResponseHubDbTableRowV3WithErrors',
|
221
|
-
}
|
222
|
-
|
223
|
-
new_options = opts.merge(
|
224
|
-
:header_params => header_params,
|
225
|
-
:query_params => query_params,
|
226
|
-
:form_params => form_params,
|
227
|
-
:body => post_body,
|
228
|
-
:auth_names => auth_names,
|
229
|
-
:return_type => return_type,
|
230
|
-
:return_types_map => return_types_map
|
231
|
-
)
|
232
|
-
|
233
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
234
|
-
if @api_client.config.debugging
|
235
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_create_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
236
|
-
end
|
237
|
-
return data, status_code, headers
|
238
|
-
end
|
239
|
-
|
240
|
-
# Permanently deletes rows
|
241
|
-
# Permanently deletes rows from the `DRAFT` version of the table, given a set of row ids.
|
242
|
-
# @param table_id [String] The ID or name of the table
|
243
|
-
# @param batch_input_string [BatchInputString] JSON array of row ids.
|
244
|
-
# @param [Hash] opts the optional parameters
|
245
|
-
# @return [nil]
|
246
|
-
def batch_purge_draft_table_rows(table_id, batch_input_string, opts = {})
|
247
|
-
batch_purge_draft_table_rows_with_http_info(table_id, batch_input_string, opts)
|
248
|
-
nil
|
249
|
-
end
|
250
|
-
|
251
|
-
# Permanently deletes rows
|
252
|
-
# Permanently deletes rows from the `DRAFT` version of the table, given a set of row ids.
|
253
|
-
# @param table_id [String] The ID or name of the table
|
254
|
-
# @param batch_input_string [BatchInputString] JSON array of row ids.
|
255
|
-
# @param [Hash] opts the optional parameters
|
256
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
257
|
-
def batch_purge_draft_table_rows_with_http_info(table_id, batch_input_string, opts = {})
|
258
|
-
if @api_client.config.debugging
|
259
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_purge_draft_table_rows ...'
|
260
|
-
end
|
261
|
-
# verify the required parameter 'table_id' is set
|
262
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
263
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_purge_draft_table_rows"
|
264
|
-
end
|
265
|
-
# verify the required parameter 'batch_input_string' is set
|
266
|
-
if @api_client.config.client_side_validation && batch_input_string.nil?
|
267
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.batch_purge_draft_table_rows"
|
268
|
-
end
|
269
|
-
# resource path
|
270
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/purge'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
271
|
-
|
272
|
-
# query parameters
|
273
|
-
query_params = opts[:query_params] || {}
|
274
|
-
|
275
|
-
# header parameters
|
276
|
-
header_params = opts[:header_params] || {}
|
277
|
-
# HTTP header 'Accept' (if needed)
|
278
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
279
|
-
# HTTP header 'Content-Type'
|
280
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
281
|
-
|
282
|
-
# form parameters
|
283
|
-
form_params = opts[:form_params] || {}
|
284
|
-
|
285
|
-
# http body (model)
|
286
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
287
|
-
|
288
|
-
# auth_names
|
289
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
290
|
-
|
291
|
-
# return_type
|
292
|
-
return_type = opts[:return_type]
|
293
|
-
|
294
|
-
return_types_map = {}
|
295
|
-
|
296
|
-
new_options = opts.merge(
|
297
|
-
:header_params => header_params,
|
298
|
-
:query_params => query_params,
|
299
|
-
:form_params => form_params,
|
300
|
-
:body => post_body,
|
301
|
-
:auth_names => auth_names,
|
302
|
-
:return_type => return_type,
|
303
|
-
:return_types_map => return_types_map
|
304
|
-
)
|
305
|
-
|
306
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
307
|
-
if @api_client.config.debugging
|
308
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_purge_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
309
|
-
end
|
310
|
-
return data, status_code, headers
|
311
|
-
end
|
312
|
-
|
313
|
-
# Get a set of rows from DRAFT table
|
314
|
-
# Returns rows in the `DRAFT` version of the specified table, given a set of row ids.
|
315
|
-
# @param table_id [String] The ID or name of the table
|
316
|
-
# @param batch_input_string [BatchInputString] JSON array of row ids.
|
317
|
-
# @param [Hash] opts the optional parameters
|
318
|
-
# @return [Object]
|
319
|
-
def batch_read_draft_table_rows(table_id, batch_input_string, opts = {})
|
320
|
-
data, _status_code, _headers = batch_read_draft_table_rows_with_http_info(table_id, batch_input_string, opts)
|
321
|
-
data
|
322
|
-
end
|
323
|
-
|
324
|
-
# Get a set of rows from DRAFT table
|
325
|
-
# Returns rows in the `DRAFT` version of the specified table, given a set of row ids.
|
326
|
-
# @param table_id [String] The ID or name of the table
|
327
|
-
# @param batch_input_string [BatchInputString] JSON array of row ids.
|
328
|
-
# @param [Hash] opts the optional parameters
|
329
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
330
|
-
def batch_read_draft_table_rows_with_http_info(table_id, batch_input_string, opts = {})
|
331
|
-
if @api_client.config.debugging
|
332
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_read_draft_table_rows ...'
|
333
|
-
end
|
334
|
-
# verify the required parameter 'table_id' is set
|
335
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
336
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_read_draft_table_rows"
|
337
|
-
end
|
338
|
-
# verify the required parameter 'batch_input_string' is set
|
339
|
-
if @api_client.config.client_side_validation && batch_input_string.nil?
|
340
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.batch_read_draft_table_rows"
|
341
|
-
end
|
342
|
-
# resource path
|
343
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/read'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
344
|
-
|
345
|
-
# query parameters
|
346
|
-
query_params = opts[:query_params] || {}
|
347
|
-
|
348
|
-
# header parameters
|
349
|
-
header_params = opts[:header_params] || {}
|
350
|
-
# HTTP header 'Accept' (if needed)
|
351
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
352
|
-
# HTTP header 'Content-Type'
|
353
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
354
|
-
|
355
|
-
# form parameters
|
356
|
-
form_params = opts[:form_params] || {}
|
357
|
-
|
358
|
-
# http body (model)
|
359
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
360
|
-
|
361
|
-
# auth_names
|
362
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
363
|
-
|
364
|
-
# return_type
|
365
|
-
return_type = opts[:return_type]
|
366
|
-
|
367
|
-
return_types_map = {
|
368
|
-
200 => 'Object',
|
369
|
-
207 => 'BatchResponseHubDbTableRowV3WithErrors',
|
370
|
-
}
|
371
|
-
|
372
|
-
new_options = opts.merge(
|
373
|
-
:header_params => header_params,
|
374
|
-
:query_params => query_params,
|
375
|
-
:form_params => form_params,
|
376
|
-
:body => post_body,
|
377
|
-
:auth_names => auth_names,
|
378
|
-
:return_type => return_type,
|
379
|
-
:return_types_map => return_types_map
|
380
|
-
)
|
381
|
-
|
382
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
383
|
-
if @api_client.config.debugging
|
384
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_read_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
385
|
-
end
|
386
|
-
return data, status_code, headers
|
387
|
-
end
|
388
|
-
|
389
|
-
# Get a set of rows
|
390
|
-
# Returns rows in the `PUBLISHED` version of the specified table, given a set of row ids.
|
391
|
-
# @param table_id [String] The ID or name of the table to query.
|
392
|
-
# @param batch_input_string [BatchInputString] The JSON array of row ids
|
393
|
-
# @param [Hash] opts the optional parameters
|
394
|
-
# @return [Object]
|
395
|
-
def batch_read_table_rows(table_id, batch_input_string, opts = {})
|
396
|
-
data, _status_code, _headers = batch_read_table_rows_with_http_info(table_id, batch_input_string, opts)
|
397
|
-
data
|
398
|
-
end
|
399
|
-
|
400
|
-
# Get a set of rows
|
401
|
-
# Returns rows in the `PUBLISHED` version of the specified table, given a set of row ids.
|
402
|
-
# @param table_id [String] The ID or name of the table to query.
|
403
|
-
# @param batch_input_string [BatchInputString] The JSON array of row ids
|
404
|
-
# @param [Hash] opts the optional parameters
|
405
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
406
|
-
def batch_read_table_rows_with_http_info(table_id, batch_input_string, opts = {})
|
407
|
-
if @api_client.config.debugging
|
408
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_read_table_rows ...'
|
409
|
-
end
|
410
|
-
# verify the required parameter 'table_id' is set
|
411
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
412
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_read_table_rows"
|
413
|
-
end
|
414
|
-
# verify the required parameter 'batch_input_string' is set
|
415
|
-
if @api_client.config.client_side_validation && batch_input_string.nil?
|
416
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.batch_read_table_rows"
|
417
|
-
end
|
418
|
-
# resource path
|
419
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/batch/read'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
420
|
-
|
421
|
-
# query parameters
|
422
|
-
query_params = opts[:query_params] || {}
|
423
|
-
|
424
|
-
# header parameters
|
425
|
-
header_params = opts[:header_params] || {}
|
426
|
-
# HTTP header 'Accept' (if needed)
|
427
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
428
|
-
# HTTP header 'Content-Type'
|
429
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
430
|
-
|
431
|
-
# form parameters
|
432
|
-
form_params = opts[:form_params] || {}
|
433
|
-
|
434
|
-
# http body (model)
|
435
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_string)
|
436
|
-
|
437
|
-
# auth_names
|
438
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
439
|
-
|
440
|
-
# return_type
|
441
|
-
return_type = opts[:return_type]
|
442
|
-
|
443
|
-
return_types_map = {
|
444
|
-
200 => 'Object',
|
445
|
-
207 => 'BatchResponseHubDbTableRowV3WithErrors',
|
446
|
-
}
|
447
|
-
|
448
|
-
new_options = opts.merge(
|
449
|
-
:header_params => header_params,
|
450
|
-
:query_params => query_params,
|
451
|
-
:form_params => form_params,
|
452
|
-
:body => post_body,
|
453
|
-
:auth_names => auth_names,
|
454
|
-
:return_type => return_type,
|
455
|
-
:return_types_map => return_types_map
|
456
|
-
)
|
457
|
-
|
458
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
459
|
-
if @api_client.config.debugging
|
460
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_read_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
461
|
-
end
|
462
|
-
return data, status_code, headers
|
463
|
-
end
|
464
|
-
|
465
|
-
# Replace rows in batch in DRAFT table
|
466
|
-
# Updates multiple rows as a batch in the `DRAFT` version of the table. See the endpoint `/tables/{tableId}/rows/{rowId}/draft PUT` for details on updating a single row.
|
467
|
-
# @param table_id [String] The ID or name of the table
|
468
|
-
# @param batch_input_hub_db_table_row_v3 [BatchInputHubDbTableRowV3] JSON array of row objects.
|
469
|
-
# @param [Hash] opts the optional parameters
|
470
|
-
# @return [Object]
|
471
|
-
def batch_replace_draft_table_rows(table_id, batch_input_hub_db_table_row_v3, opts = {})
|
472
|
-
data, _status_code, _headers = batch_replace_draft_table_rows_with_http_info(table_id, batch_input_hub_db_table_row_v3, opts)
|
473
|
-
data
|
474
|
-
end
|
475
|
-
|
476
|
-
# Replace rows in batch in DRAFT table
|
477
|
-
# Updates multiple rows as a batch in the `DRAFT` version of the table. See the endpoint `/tables/{tableId}/rows/{rowId}/draft PUT` for details on updating a single row.
|
478
|
-
# @param table_id [String] The ID or name of the table
|
479
|
-
# @param batch_input_hub_db_table_row_v3 [BatchInputHubDbTableRowV3] JSON array of row objects.
|
480
|
-
# @param [Hash] opts the optional parameters
|
481
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
482
|
-
def batch_replace_draft_table_rows_with_http_info(table_id, batch_input_hub_db_table_row_v3, opts = {})
|
483
|
-
if @api_client.config.debugging
|
484
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_replace_draft_table_rows ...'
|
485
|
-
end
|
486
|
-
# verify the required parameter 'table_id' is set
|
487
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
488
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_replace_draft_table_rows"
|
489
|
-
end
|
490
|
-
# verify the required parameter 'batch_input_hub_db_table_row_v3' is set
|
491
|
-
if @api_client.config.client_side_validation && batch_input_hub_db_table_row_v3.nil?
|
492
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_hub_db_table_row_v3' when calling DefaultApi.batch_replace_draft_table_rows"
|
493
|
-
end
|
494
|
-
# resource path
|
495
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/replace'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
496
|
-
|
497
|
-
# query parameters
|
498
|
-
query_params = opts[:query_params] || {}
|
499
|
-
|
500
|
-
# header parameters
|
501
|
-
header_params = opts[:header_params] || {}
|
502
|
-
# HTTP header 'Accept' (if needed)
|
503
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
504
|
-
# HTTP header 'Content-Type'
|
505
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
506
|
-
|
507
|
-
# form parameters
|
508
|
-
form_params = opts[:form_params] || {}
|
509
|
-
|
510
|
-
# http body (model)
|
511
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_hub_db_table_row_v3)
|
512
|
-
|
513
|
-
# auth_names
|
514
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
515
|
-
|
516
|
-
# return_type
|
517
|
-
return_type = opts[:return_type]
|
518
|
-
|
519
|
-
return_types_map = {
|
520
|
-
200 => 'Object',
|
521
|
-
207 => 'BatchResponseHubDbTableRowV3WithErrors',
|
522
|
-
}
|
523
|
-
|
524
|
-
new_options = opts.merge(
|
525
|
-
:header_params => header_params,
|
526
|
-
:query_params => query_params,
|
527
|
-
:form_params => form_params,
|
528
|
-
:body => post_body,
|
529
|
-
:auth_names => auth_names,
|
530
|
-
:return_type => return_type,
|
531
|
-
:return_types_map => return_types_map
|
532
|
-
)
|
533
|
-
|
534
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
535
|
-
if @api_client.config.debugging
|
536
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_replace_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
537
|
-
end
|
538
|
-
return data, status_code, headers
|
539
|
-
end
|
540
|
-
|
541
|
-
# Update rows in batch in DRAFT table
|
542
|
-
# Updates multiple rows as a batch in the `DRAFT` version of the table. See the endpoint `/tables/{tableId}/rows/{rowId}/draft PATCH` for details on updating a single row.
|
543
|
-
# @param table_id [String] The ID or name of the table
|
544
|
-
# @param batch_input_json_node [BatchInputJsonNode] JSON array of row objects.
|
545
|
-
# @param [Hash] opts the optional parameters
|
546
|
-
# @return [Object]
|
547
|
-
def batch_update_draft_table_rows(table_id, batch_input_json_node, opts = {})
|
548
|
-
data, _status_code, _headers = batch_update_draft_table_rows_with_http_info(table_id, batch_input_json_node, opts)
|
549
|
-
data
|
550
|
-
end
|
551
|
-
|
552
|
-
# Update rows in batch in DRAFT table
|
553
|
-
# Updates multiple rows as a batch in the `DRAFT` version of the table. See the endpoint `/tables/{tableId}/rows/{rowId}/draft PATCH` for details on updating a single row.
|
554
|
-
# @param table_id [String] The ID or name of the table
|
555
|
-
# @param batch_input_json_node [BatchInputJsonNode] JSON array of row objects.
|
556
|
-
# @param [Hash] opts the optional parameters
|
557
|
-
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
558
|
-
def batch_update_draft_table_rows_with_http_info(table_id, batch_input_json_node, opts = {})
|
559
|
-
if @api_client.config.debugging
|
560
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.batch_update_draft_table_rows ...'
|
561
|
-
end
|
562
|
-
# verify the required parameter 'table_id' is set
|
563
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
564
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.batch_update_draft_table_rows"
|
565
|
-
end
|
566
|
-
# verify the required parameter 'batch_input_json_node' is set
|
567
|
-
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
568
|
-
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling DefaultApi.batch_update_draft_table_rows"
|
569
|
-
end
|
570
|
-
# resource path
|
571
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft/batch/update'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
572
|
-
|
573
|
-
# query parameters
|
574
|
-
query_params = opts[:query_params] || {}
|
575
|
-
|
576
|
-
# header parameters
|
577
|
-
header_params = opts[:header_params] || {}
|
578
|
-
# HTTP header 'Accept' (if needed)
|
579
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
580
|
-
# HTTP header 'Content-Type'
|
581
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
582
|
-
|
583
|
-
# form parameters
|
584
|
-
form_params = opts[:form_params] || {}
|
585
|
-
|
586
|
-
# http body (model)
|
587
|
-
post_body = opts[:body] || @api_client.object_to_http_body(batch_input_json_node)
|
588
|
-
|
589
|
-
# auth_names
|
590
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
591
|
-
|
592
|
-
# return_type
|
593
|
-
return_type = opts[:return_type]
|
594
|
-
|
595
|
-
return_types_map = {
|
596
|
-
200 => 'Object',
|
597
|
-
207 => 'BatchResponseHubDbTableRowV3WithErrors',
|
598
|
-
}
|
599
|
-
|
600
|
-
new_options = opts.merge(
|
601
|
-
:header_params => header_params,
|
602
|
-
:query_params => query_params,
|
603
|
-
:form_params => form_params,
|
604
|
-
:body => post_body,
|
605
|
-
:auth_names => auth_names,
|
606
|
-
:return_type => return_type,
|
607
|
-
:return_types_map => return_types_map
|
608
|
-
)
|
609
|
-
|
610
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
611
|
-
if @api_client.config.debugging
|
612
|
-
@api_client.config.logger.debug "API called: DefaultApi#batch_update_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
613
|
-
end
|
614
|
-
return data, status_code, headers
|
615
|
-
end
|
616
|
-
|
617
|
-
# Clone a table
|
618
|
-
# Clone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `DRAFT`.
|
619
|
-
# @param table_id [String] The ID or name of the table to clone.
|
620
|
-
# @param hub_db_table_clone_request [HubDbTableCloneRequest] JSON object with the properties newName and newLabel. You can set copyRows to false to clone the table with copying rows and default is true.
|
621
|
-
# @param [Hash] opts the optional parameters
|
622
|
-
# @return [HubDbTableV3]
|
623
|
-
def clone_draft_table(table_id, hub_db_table_clone_request, opts = {})
|
624
|
-
data, _status_code, _headers = clone_draft_table_with_http_info(table_id, hub_db_table_clone_request, opts)
|
625
|
-
data
|
626
|
-
end
|
627
|
-
|
628
|
-
# Clone a table
|
629
|
-
# Clone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `DRAFT`.
|
630
|
-
# @param table_id [String] The ID or name of the table to clone.
|
631
|
-
# @param hub_db_table_clone_request [HubDbTableCloneRequest] JSON object with the properties newName and newLabel. You can set copyRows to false to clone the table with copying rows and default is true.
|
632
|
-
# @param [Hash] opts the optional parameters
|
633
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
634
|
-
def clone_draft_table_with_http_info(table_id, hub_db_table_clone_request, opts = {})
|
635
|
-
if @api_client.config.debugging
|
636
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.clone_draft_table ...'
|
637
|
-
end
|
638
|
-
# verify the required parameter 'table_id' is set
|
639
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
640
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.clone_draft_table"
|
641
|
-
end
|
642
|
-
# verify the required parameter 'hub_db_table_clone_request' is set
|
643
|
-
if @api_client.config.client_side_validation && hub_db_table_clone_request.nil?
|
644
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_clone_request' when calling DefaultApi.clone_draft_table"
|
645
|
-
end
|
646
|
-
# resource path
|
647
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft/clone'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
648
|
-
|
649
|
-
# query parameters
|
650
|
-
query_params = opts[:query_params] || {}
|
651
|
-
|
652
|
-
# header parameters
|
653
|
-
header_params = opts[:header_params] || {}
|
654
|
-
# HTTP header 'Accept' (if needed)
|
655
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
656
|
-
# HTTP header 'Content-Type'
|
657
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
658
|
-
|
659
|
-
# form parameters
|
660
|
-
form_params = opts[:form_params] || {}
|
661
|
-
|
662
|
-
# http body (model)
|
663
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_clone_request)
|
664
|
-
|
665
|
-
# auth_names
|
666
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
667
|
-
|
668
|
-
# return_type
|
669
|
-
return_type = opts[:return_type]
|
670
|
-
|
671
|
-
return_types_map = {
|
672
|
-
200 => 'HubDbTableV3',
|
673
|
-
}
|
674
|
-
|
675
|
-
new_options = opts.merge(
|
676
|
-
:header_params => header_params,
|
677
|
-
:query_params => query_params,
|
678
|
-
:form_params => form_params,
|
679
|
-
:body => post_body,
|
680
|
-
:auth_names => auth_names,
|
681
|
-
:return_type => return_type,
|
682
|
-
:return_types_map => return_types_map
|
683
|
-
)
|
684
|
-
|
685
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
686
|
-
if @api_client.config.debugging
|
687
|
-
@api_client.config.logger.debug "API called: DefaultApi#clone_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
688
|
-
end
|
689
|
-
return data, status_code, headers
|
690
|
-
end
|
691
|
-
|
692
|
-
# Clone a row
|
693
|
-
# Clones a single row in the `DRAFT` version of the table.
|
694
|
-
# @param row_id [String] The ID of the row
|
695
|
-
# @param table_id [String] The ID or name of the table
|
696
|
-
# @param [Hash] opts the optional parameters
|
697
|
-
# @return [HubDbTableRowV3]
|
698
|
-
def clone_draft_table_row(row_id, table_id, opts = {})
|
699
|
-
data, _status_code, _headers = clone_draft_table_row_with_http_info(row_id, table_id, opts)
|
700
|
-
data
|
701
|
-
end
|
702
|
-
|
703
|
-
# Clone a row
|
704
|
-
# Clones a single row in the `DRAFT` version of the table.
|
705
|
-
# @param row_id [String] The ID of the row
|
706
|
-
# @param table_id [String] The ID or name of the table
|
707
|
-
# @param [Hash] opts the optional parameters
|
708
|
-
# @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
|
709
|
-
def clone_draft_table_row_with_http_info(row_id, table_id, opts = {})
|
710
|
-
if @api_client.config.debugging
|
711
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.clone_draft_table_row ...'
|
712
|
-
end
|
713
|
-
# verify the required parameter 'row_id' is set
|
714
|
-
if @api_client.config.client_side_validation && row_id.nil?
|
715
|
-
fail ArgumentError, "Missing the required parameter 'row_id' when calling DefaultApi.clone_draft_table_row"
|
716
|
-
end
|
717
|
-
pattern = Regexp.new(/\d+/)
|
718
|
-
if @api_client.config.client_side_validation && row_id !~ pattern
|
719
|
-
fail ArgumentError, "invalid value for 'row_id' when calling DefaultApi.clone_draft_table_row, must conform to the pattern #{pattern}."
|
720
|
-
end
|
721
|
-
|
722
|
-
# verify the required parameter 'table_id' is set
|
723
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
724
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.clone_draft_table_row"
|
725
|
-
end
|
726
|
-
# resource path
|
727
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/{rowId}/draft/clone'.sub('{' + 'rowId' + '}', CGI.escape(row_id.to_s)).sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
728
|
-
|
729
|
-
# query parameters
|
730
|
-
query_params = opts[:query_params] || {}
|
731
|
-
|
732
|
-
# header parameters
|
733
|
-
header_params = opts[:header_params] || {}
|
734
|
-
# HTTP header 'Accept' (if needed)
|
735
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
736
|
-
|
737
|
-
# form parameters
|
738
|
-
form_params = opts[:form_params] || {}
|
739
|
-
|
740
|
-
# http body (model)
|
741
|
-
post_body = opts[:body]
|
742
|
-
|
743
|
-
# auth_names
|
744
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
745
|
-
|
746
|
-
# return_type
|
747
|
-
return_type = opts[:return_type]
|
748
|
-
|
749
|
-
return_types_map = {
|
750
|
-
200 => 'HubDbTableRowV3',
|
751
|
-
}
|
752
|
-
|
753
|
-
new_options = opts.merge(
|
754
|
-
:header_params => header_params,
|
755
|
-
:query_params => query_params,
|
756
|
-
:form_params => form_params,
|
757
|
-
:body => post_body,
|
758
|
-
:auth_names => auth_names,
|
759
|
-
:return_type => return_type,
|
760
|
-
:return_types_map => return_types_map
|
761
|
-
)
|
762
|
-
|
763
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
764
|
-
if @api_client.config.debugging
|
765
|
-
@api_client.config.logger.debug "API called: DefaultApi#clone_draft_table_row\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
766
|
-
end
|
767
|
-
return data, status_code, headers
|
768
|
-
end
|
769
|
-
|
770
|
-
# Create a new table
|
771
|
-
# Creates a new HubDB table given a JSON schema. The table name and label should be unique for each account.
|
772
|
-
# @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being created.
|
773
|
-
# @param [Hash] opts the optional parameters
|
774
|
-
# @return [HubDbTableV3]
|
775
|
-
def create_table(hub_db_table_v3_input, opts = {})
|
776
|
-
data, _status_code, _headers = create_table_with_http_info(hub_db_table_v3_input, opts)
|
777
|
-
data
|
778
|
-
end
|
779
|
-
|
780
|
-
# Create a new table
|
781
|
-
# Creates a new HubDB table given a JSON schema. The table name and label should be unique for each account.
|
782
|
-
# @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being created.
|
783
|
-
# @param [Hash] opts the optional parameters
|
784
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
785
|
-
def create_table_with_http_info(hub_db_table_v3_input, opts = {})
|
786
|
-
if @api_client.config.debugging
|
787
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.create_table ...'
|
788
|
-
end
|
789
|
-
# verify the required parameter 'hub_db_table_v3_input' is set
|
790
|
-
if @api_client.config.client_side_validation && hub_db_table_v3_input.nil?
|
791
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_input' when calling DefaultApi.create_table"
|
792
|
-
end
|
793
|
-
# resource path
|
794
|
-
local_var_path = '/cms/v3/hubdb/tables'
|
795
|
-
|
796
|
-
# query parameters
|
797
|
-
query_params = opts[:query_params] || {}
|
798
|
-
|
799
|
-
# header parameters
|
800
|
-
header_params = opts[:header_params] || {}
|
801
|
-
# HTTP header 'Accept' (if needed)
|
802
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
803
|
-
# HTTP header 'Content-Type'
|
804
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
805
|
-
|
806
|
-
# form parameters
|
807
|
-
form_params = opts[:form_params] || {}
|
808
|
-
|
809
|
-
# http body (model)
|
810
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_input)
|
811
|
-
|
812
|
-
# auth_names
|
813
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
814
|
-
|
815
|
-
# return_type
|
816
|
-
return_type = opts[:return_type]
|
817
|
-
|
818
|
-
return_types_map = {
|
819
|
-
201 => 'HubDbTableV3',
|
820
|
-
}
|
821
|
-
|
822
|
-
new_options = opts.merge(
|
823
|
-
:header_params => header_params,
|
824
|
-
:query_params => query_params,
|
825
|
-
:form_params => form_params,
|
826
|
-
:body => post_body,
|
827
|
-
:auth_names => auth_names,
|
828
|
-
:return_type => return_type,
|
829
|
-
:return_types_map => return_types_map
|
830
|
-
)
|
831
|
-
|
832
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
833
|
-
if @api_client.config.debugging
|
834
|
-
@api_client.config.logger.debug "API called: DefaultApi#create_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
835
|
-
end
|
836
|
-
return data, status_code, headers
|
837
|
-
end
|
838
|
-
|
839
|
-
# Add a new row to a table
|
840
|
-
# Add a new row to a HubDB table. New rows will be added to the `DRAFT` version of the table. Use the `/publish` endpoint to push these changes live.
|
841
|
-
# @param table_id [String] The ID or name of the target table.
|
842
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The row definition JSON, formatted as described above.
|
843
|
-
# @param [Hash] opts the optional parameters
|
844
|
-
# @return [HubDbTableRowV3]
|
845
|
-
def create_table_row(table_id, hub_db_table_row_v3_input, opts = {})
|
846
|
-
data, _status_code, _headers = create_table_row_with_http_info(table_id, hub_db_table_row_v3_input, opts)
|
847
|
-
data
|
848
|
-
end
|
849
|
-
|
850
|
-
# Add a new row to a table
|
851
|
-
# Add a new row to a HubDB table. New rows will be added to the `DRAFT` version of the table. Use the `/publish` endpoint to push these changes live.
|
852
|
-
# @param table_id [String] The ID or name of the target table.
|
853
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The row definition JSON, formatted as described above.
|
854
|
-
# @param [Hash] opts the optional parameters
|
855
|
-
# @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
|
856
|
-
def create_table_row_with_http_info(table_id, hub_db_table_row_v3_input, opts = {})
|
857
|
-
if @api_client.config.debugging
|
858
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.create_table_row ...'
|
859
|
-
end
|
860
|
-
# verify the required parameter 'table_id' is set
|
861
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
862
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.create_table_row"
|
863
|
-
end
|
864
|
-
# verify the required parameter 'hub_db_table_row_v3_input' is set
|
865
|
-
if @api_client.config.client_side_validation && hub_db_table_row_v3_input.nil?
|
866
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_row_v3_input' when calling DefaultApi.create_table_row"
|
867
|
-
end
|
868
|
-
# resource path
|
869
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
870
|
-
|
871
|
-
# query parameters
|
872
|
-
query_params = opts[:query_params] || {}
|
873
|
-
|
874
|
-
# header parameters
|
875
|
-
header_params = opts[:header_params] || {}
|
876
|
-
# HTTP header 'Accept' (if needed)
|
877
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
878
|
-
# HTTP header 'Content-Type'
|
879
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
880
|
-
|
881
|
-
# form parameters
|
882
|
-
form_params = opts[:form_params] || {}
|
883
|
-
|
884
|
-
# http body (model)
|
885
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_row_v3_input)
|
886
|
-
|
887
|
-
# auth_names
|
888
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
889
|
-
|
890
|
-
# return_type
|
891
|
-
return_type = opts[:return_type]
|
892
|
-
|
893
|
-
return_types_map = {
|
894
|
-
201 => 'HubDbTableRowV3',
|
895
|
-
}
|
896
|
-
|
897
|
-
new_options = opts.merge(
|
898
|
-
:header_params => header_params,
|
899
|
-
:query_params => query_params,
|
900
|
-
:form_params => form_params,
|
901
|
-
:body => post_body,
|
902
|
-
:auth_names => auth_names,
|
903
|
-
:return_type => return_type,
|
904
|
-
:return_types_map => return_types_map
|
905
|
-
)
|
906
|
-
|
907
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
908
|
-
if @api_client.config.debugging
|
909
|
-
@api_client.config.logger.debug "API called: DefaultApi#create_table_row\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
910
|
-
end
|
911
|
-
return data, status_code, headers
|
912
|
-
end
|
913
|
-
|
914
|
-
# Export a DRAFT table
|
915
|
-
# Exports the `DRAFT` version of a table to CSV / EXCEL format.
|
916
|
-
# @param table_id [String] The ID or name of the table to export.
|
917
|
-
# @param [Hash] opts the optional parameters
|
918
|
-
# @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
|
919
|
-
# @return [File]
|
920
|
-
def export_draft_table(table_id, opts = {})
|
921
|
-
data, _status_code, _headers = export_draft_table_with_http_info(table_id, opts)
|
922
|
-
data
|
923
|
-
end
|
924
|
-
|
925
|
-
# Export a DRAFT table
|
926
|
-
# Exports the `DRAFT` version of a table to CSV / EXCEL format.
|
927
|
-
# @param table_id [String] The ID or name of the table to export.
|
928
|
-
# @param [Hash] opts the optional parameters
|
929
|
-
# @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
|
930
|
-
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
931
|
-
def export_draft_table_with_http_info(table_id, opts = {})
|
932
|
-
if @api_client.config.debugging
|
933
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.export_draft_table ...'
|
934
|
-
end
|
935
|
-
# verify the required parameter 'table_id' is set
|
936
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
937
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.export_draft_table"
|
938
|
-
end
|
939
|
-
# resource path
|
940
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft/export'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
941
|
-
|
942
|
-
# query parameters
|
943
|
-
query_params = opts[:query_params] || {}
|
944
|
-
query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
|
945
|
-
|
946
|
-
# header parameters
|
947
|
-
header_params = opts[:header_params] || {}
|
948
|
-
# HTTP header 'Accept' (if needed)
|
949
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.ms-excel', 'text/csv', '*/*'])
|
950
|
-
|
951
|
-
# form parameters
|
952
|
-
form_params = opts[:form_params] || {}
|
953
|
-
|
954
|
-
# http body (model)
|
955
|
-
post_body = opts[:body]
|
956
|
-
|
957
|
-
# auth_names
|
958
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
959
|
-
|
960
|
-
# return_type
|
961
|
-
return_type = opts[:return_type]
|
962
|
-
|
963
|
-
return_types_map = {
|
964
|
-
200 => 'File',
|
965
|
-
}
|
966
|
-
|
967
|
-
new_options = opts.merge(
|
968
|
-
:header_params => header_params,
|
969
|
-
:query_params => query_params,
|
970
|
-
:form_params => form_params,
|
971
|
-
:body => post_body,
|
972
|
-
:auth_names => auth_names,
|
973
|
-
:return_type => return_type,
|
974
|
-
:return_types_map => return_types_map
|
975
|
-
)
|
976
|
-
|
977
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
978
|
-
if @api_client.config.debugging
|
979
|
-
@api_client.config.logger.debug "API called: DefaultApi#export_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
980
|
-
end
|
981
|
-
return data, status_code, headers
|
982
|
-
end
|
983
|
-
|
984
|
-
# Export a PUBLISHED version of a table
|
985
|
-
# Exports the `PUBLISHED` version of a table to CSV / EXCEL format.
|
986
|
-
# @param table_id [String] The ID or name of the table to export.
|
987
|
-
# @param [Hash] opts the optional parameters
|
988
|
-
# @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
|
989
|
-
# @return [File]
|
990
|
-
def export_table(table_id, opts = {})
|
991
|
-
data, _status_code, _headers = export_table_with_http_info(table_id, opts)
|
992
|
-
data
|
993
|
-
end
|
994
|
-
|
995
|
-
# Export a PUBLISHED version of a table
|
996
|
-
# Exports the `PUBLISHED` version of a table to CSV / EXCEL format.
|
997
|
-
# @param table_id [String] The ID or name of the table to export.
|
998
|
-
# @param [Hash] opts the optional parameters
|
999
|
-
# @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
|
1000
|
-
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
1001
|
-
def export_table_with_http_info(table_id, opts = {})
|
1002
|
-
if @api_client.config.debugging
|
1003
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.export_table ...'
|
1004
|
-
end
|
1005
|
-
# verify the required parameter 'table_id' is set
|
1006
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1007
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.export_table"
|
1008
|
-
end
|
1009
|
-
# resource path
|
1010
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/export'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1011
|
-
|
1012
|
-
# query parameters
|
1013
|
-
query_params = opts[:query_params] || {}
|
1014
|
-
query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
|
1015
|
-
|
1016
|
-
# header parameters
|
1017
|
-
header_params = opts[:header_params] || {}
|
1018
|
-
# HTTP header 'Accept' (if needed)
|
1019
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.ms-excel', 'text/csv', '*/*'])
|
1020
|
-
|
1021
|
-
# form parameters
|
1022
|
-
form_params = opts[:form_params] || {}
|
1023
|
-
|
1024
|
-
# http body (model)
|
1025
|
-
post_body = opts[:body]
|
1026
|
-
|
1027
|
-
# auth_names
|
1028
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1029
|
-
|
1030
|
-
# return_type
|
1031
|
-
return_type = opts[:return_type]
|
1032
|
-
|
1033
|
-
return_types_map = {
|
1034
|
-
200 => 'File',
|
1035
|
-
}
|
1036
|
-
|
1037
|
-
new_options = opts.merge(
|
1038
|
-
:header_params => header_params,
|
1039
|
-
:query_params => query_params,
|
1040
|
-
:form_params => form_params,
|
1041
|
-
:body => post_body,
|
1042
|
-
:auth_names => auth_names,
|
1043
|
-
:return_type => return_type,
|
1044
|
-
:return_types_map => return_types_map
|
1045
|
-
)
|
1046
|
-
|
1047
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1048
|
-
if @api_client.config.debugging
|
1049
|
-
@api_client.config.logger.debug "API called: DefaultApi#export_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1050
|
-
end
|
1051
|
-
return data, status_code, headers
|
1052
|
-
end
|
1053
|
-
|
1054
|
-
# Return all DRAFT tables
|
1055
|
-
# Returns the details for each DRAFT table defined in the specified account, including column definitions. `Note:` Unlike other HubDB GET endpoints, getting all tables will require authentication.\"
|
1056
|
-
# @param [Hash] opts the optional parameters
|
1057
|
-
# @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
|
1058
|
-
# @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
|
1059
|
-
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1060
|
-
# @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
|
1061
|
-
# @option opts [DateTime] :created_after Only return tables created after the specified time.
|
1062
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1063
|
-
# @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to `false`.
|
1064
|
-
# @option opts [DateTime] :created_before Only return tables created before the specified time.
|
1065
|
-
# @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
|
1066
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
|
1067
|
-
# @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
|
1068
|
-
def get_all_draft_tables(opts = {})
|
1069
|
-
data, _status_code, _headers = get_all_draft_tables_with_http_info(opts)
|
1070
|
-
data
|
1071
|
-
end
|
1072
|
-
|
1073
|
-
# Return all DRAFT tables
|
1074
|
-
# Returns the details for each DRAFT table defined in the specified account, including column definitions. `Note:` Unlike other HubDB GET endpoints, getting all tables will require authentication.\"
|
1075
|
-
# @param [Hash] opts the optional parameters
|
1076
|
-
# @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
|
1077
|
-
# @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
|
1078
|
-
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1079
|
-
# @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
|
1080
|
-
# @option opts [DateTime] :created_after Only return tables created after the specified time.
|
1081
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1082
|
-
# @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to `false`.
|
1083
|
-
# @option opts [DateTime] :created_before Only return tables created before the specified time.
|
1084
|
-
# @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
|
1085
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
|
1086
|
-
# @return [Array<(CollectionResponseWithTotalHubDbTableV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableV3ForwardPaging data, response status code and response headers
|
1087
|
-
def get_all_draft_tables_with_http_info(opts = {})
|
1088
|
-
if @api_client.config.debugging
|
1089
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.get_all_draft_tables ...'
|
1090
|
-
end
|
1091
|
-
# resource path
|
1092
|
-
local_var_path = '/cms/v3/hubdb/tables/draft'
|
1093
|
-
|
1094
|
-
# query parameters
|
1095
|
-
query_params = opts[:query_params] || {}
|
1096
|
-
query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
1097
|
-
query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
|
1098
|
-
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
1099
|
-
query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
|
1100
|
-
query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
1101
|
-
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1102
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1103
|
-
query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
1104
|
-
query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
|
1105
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1106
|
-
|
1107
|
-
# header parameters
|
1108
|
-
header_params = opts[:header_params] || {}
|
1109
|
-
# HTTP header 'Accept' (if needed)
|
1110
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1111
|
-
|
1112
|
-
# form parameters
|
1113
|
-
form_params = opts[:form_params] || {}
|
1114
|
-
|
1115
|
-
# http body (model)
|
1116
|
-
post_body = opts[:body]
|
1117
|
-
|
1118
|
-
# auth_names
|
1119
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1120
|
-
|
1121
|
-
# return_type
|
1122
|
-
return_type = opts[:return_type]
|
1123
|
-
|
1124
|
-
return_types_map = {
|
1125
|
-
200 => 'CollectionResponseWithTotalHubDbTableV3ForwardPaging',
|
1126
|
-
}
|
1127
|
-
|
1128
|
-
new_options = opts.merge(
|
1129
|
-
:header_params => header_params,
|
1130
|
-
:query_params => query_params,
|
1131
|
-
:form_params => form_params,
|
1132
|
-
:body => post_body,
|
1133
|
-
:auth_names => auth_names,
|
1134
|
-
:return_type => return_type,
|
1135
|
-
:return_types_map => return_types_map
|
1136
|
-
)
|
1137
|
-
|
1138
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1139
|
-
if @api_client.config.debugging
|
1140
|
-
@api_client.config.logger.debug "API called: DefaultApi#get_all_draft_tables\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1141
|
-
end
|
1142
|
-
return data, status_code, headers
|
1143
|
-
end
|
1144
|
-
|
1145
|
-
# Get all tables
|
1146
|
-
# Returns the details for each table defined in an account, including column definitions. `Note:` Unlike other HubDB GET endpoints, getting all tables will require authentication.\"
|
1147
|
-
# @param [Hash] opts the optional parameters
|
1148
|
-
# @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
|
1149
|
-
# @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
|
1150
|
-
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1151
|
-
# @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
|
1152
|
-
# @option opts [DateTime] :created_after Only return tables created after the specified time.
|
1153
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1154
|
-
# @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to `false`.
|
1155
|
-
# @option opts [DateTime] :created_before Only return tables created before the specified time.
|
1156
|
-
# @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
|
1157
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
|
1158
|
-
# @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
|
1159
|
-
def get_all_tables(opts = {})
|
1160
|
-
data, _status_code, _headers = get_all_tables_with_http_info(opts)
|
1161
|
-
data
|
1162
|
-
end
|
1163
|
-
|
1164
|
-
# Get all tables
|
1165
|
-
# Returns the details for each table defined in an account, including column definitions. `Note:` Unlike other HubDB GET endpoints, getting all tables will require authentication.\"
|
1166
|
-
# @param [Hash] opts the optional parameters
|
1167
|
-
# @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
|
1168
|
-
# @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
|
1169
|
-
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1170
|
-
# @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
|
1171
|
-
# @option opts [DateTime] :created_after Only return tables created after the specified time.
|
1172
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1173
|
-
# @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to `false`.
|
1174
|
-
# @option opts [DateTime] :created_before Only return tables created before the specified time.
|
1175
|
-
# @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
|
1176
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
|
1177
|
-
# @return [Array<(CollectionResponseWithTotalHubDbTableV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableV3ForwardPaging data, response status code and response headers
|
1178
|
-
def get_all_tables_with_http_info(opts = {})
|
1179
|
-
if @api_client.config.debugging
|
1180
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.get_all_tables ...'
|
1181
|
-
end
|
1182
|
-
# resource path
|
1183
|
-
local_var_path = '/cms/v3/hubdb/tables'
|
1184
|
-
|
1185
|
-
# query parameters
|
1186
|
-
query_params = opts[:query_params] || {}
|
1187
|
-
query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
1188
|
-
query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
|
1189
|
-
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
1190
|
-
query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
|
1191
|
-
query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
1192
|
-
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1193
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1194
|
-
query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
1195
|
-
query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
|
1196
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1197
|
-
|
1198
|
-
# header parameters
|
1199
|
-
header_params = opts[:header_params] || {}
|
1200
|
-
# HTTP header 'Accept' (if needed)
|
1201
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1202
|
-
|
1203
|
-
# form parameters
|
1204
|
-
form_params = opts[:form_params] || {}
|
1205
|
-
|
1206
|
-
# http body (model)
|
1207
|
-
post_body = opts[:body]
|
1208
|
-
|
1209
|
-
# auth_names
|
1210
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1211
|
-
|
1212
|
-
# return_type
|
1213
|
-
return_type = opts[:return_type]
|
1214
|
-
|
1215
|
-
return_types_map = {
|
1216
|
-
200 => 'CollectionResponseWithTotalHubDbTableV3ForwardPaging',
|
1217
|
-
}
|
1218
|
-
|
1219
|
-
new_options = opts.merge(
|
1220
|
-
:header_params => header_params,
|
1221
|
-
:query_params => query_params,
|
1222
|
-
:form_params => form_params,
|
1223
|
-
:body => post_body,
|
1224
|
-
:auth_names => auth_names,
|
1225
|
-
:return_type => return_type,
|
1226
|
-
:return_types_map => return_types_map
|
1227
|
-
)
|
1228
|
-
|
1229
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1230
|
-
if @api_client.config.debugging
|
1231
|
-
@api_client.config.logger.debug "API called: DefaultApi#get_all_tables\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1232
|
-
end
|
1233
|
-
return data, status_code, headers
|
1234
|
-
end
|
1235
|
-
|
1236
|
-
# Get details for a DRAFT table
|
1237
|
-
# Get the details for the `DRAFT` version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.
|
1238
|
-
# @param table_id [String] The ID or name of the table to return.
|
1239
|
-
# @param [Hash] opts the optional parameters
|
1240
|
-
# @option opts [Boolean] :archived Set this to `true` to return an archived table. Defaults to `false`.
|
1241
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
1242
|
-
# @return [HubDbTableV3]
|
1243
|
-
def get_draft_table_details_by_id(table_id, opts = {})
|
1244
|
-
data, _status_code, _headers = get_draft_table_details_by_id_with_http_info(table_id, opts)
|
1245
|
-
data
|
1246
|
-
end
|
1247
|
-
|
1248
|
-
# Get details for a DRAFT table
|
1249
|
-
# Get the details for the `DRAFT` version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.
|
1250
|
-
# @param table_id [String] The ID or name of the table to return.
|
1251
|
-
# @param [Hash] opts the optional parameters
|
1252
|
-
# @option opts [Boolean] :archived Set this to `true` to return an archived table. Defaults to `false`.
|
1253
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
1254
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
1255
|
-
def get_draft_table_details_by_id_with_http_info(table_id, opts = {})
|
1256
|
-
if @api_client.config.debugging
|
1257
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.get_draft_table_details_by_id ...'
|
1258
|
-
end
|
1259
|
-
# verify the required parameter 'table_id' is set
|
1260
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1261
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.get_draft_table_details_by_id"
|
1262
|
-
end
|
1263
|
-
# resource path
|
1264
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1265
|
-
|
1266
|
-
# query parameters
|
1267
|
-
query_params = opts[:query_params] || {}
|
1268
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1269
|
-
query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
|
1270
|
-
|
1271
|
-
# header parameters
|
1272
|
-
header_params = opts[:header_params] || {}
|
1273
|
-
# HTTP header 'Accept' (if needed)
|
1274
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1275
|
-
|
1276
|
-
# form parameters
|
1277
|
-
form_params = opts[:form_params] || {}
|
1278
|
-
|
1279
|
-
# http body (model)
|
1280
|
-
post_body = opts[:body]
|
1281
|
-
|
1282
|
-
# auth_names
|
1283
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1284
|
-
|
1285
|
-
# return_type
|
1286
|
-
return_type = opts[:return_type]
|
1287
|
-
|
1288
|
-
return_types_map = {
|
1289
|
-
200 => 'HubDbTableV3',
|
1290
|
-
}
|
1291
|
-
|
1292
|
-
new_options = opts.merge(
|
1293
|
-
:header_params => header_params,
|
1294
|
-
:query_params => query_params,
|
1295
|
-
:form_params => form_params,
|
1296
|
-
:body => post_body,
|
1297
|
-
:auth_names => auth_names,
|
1298
|
-
:return_type => return_type,
|
1299
|
-
:return_types_map => return_types_map
|
1300
|
-
)
|
1301
|
-
|
1302
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1303
|
-
if @api_client.config.debugging
|
1304
|
-
@api_client.config.logger.debug "API called: DefaultApi#get_draft_table_details_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1305
|
-
end
|
1306
|
-
return data, status_code, headers
|
1307
|
-
end
|
1308
|
-
|
1309
|
-
# Get a table row
|
1310
|
-
# Get a single row by ID from a table's `DRAFT` version.
|
1311
|
-
# @param row_id [String] The ID of the row
|
1312
|
-
# @param table_id [String] The ID or name of the table
|
1313
|
-
# @param [Hash] opts the optional parameters
|
1314
|
-
# @return [HubDbTableRowV3]
|
1315
|
-
def get_draft_table_row_by_id(row_id, table_id, opts = {})
|
1316
|
-
data, _status_code, _headers = get_draft_table_row_by_id_with_http_info(row_id, table_id, opts)
|
1317
|
-
data
|
1318
|
-
end
|
1319
|
-
|
1320
|
-
# Get a table row
|
1321
|
-
# Get a single row by ID from a table's `DRAFT` version.
|
1322
|
-
# @param row_id [String] The ID of the row
|
1323
|
-
# @param table_id [String] The ID or name of the table
|
1324
|
-
# @param [Hash] opts the optional parameters
|
1325
|
-
# @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
|
1326
|
-
def get_draft_table_row_by_id_with_http_info(row_id, table_id, opts = {})
|
1327
|
-
if @api_client.config.debugging
|
1328
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.get_draft_table_row_by_id ...'
|
1329
|
-
end
|
1330
|
-
# verify the required parameter 'row_id' is set
|
1331
|
-
if @api_client.config.client_side_validation && row_id.nil?
|
1332
|
-
fail ArgumentError, "Missing the required parameter 'row_id' when calling DefaultApi.get_draft_table_row_by_id"
|
1333
|
-
end
|
1334
|
-
pattern = Regexp.new(/\d+/)
|
1335
|
-
if @api_client.config.client_side_validation && row_id !~ pattern
|
1336
|
-
fail ArgumentError, "invalid value for 'row_id' when calling DefaultApi.get_draft_table_row_by_id, must conform to the pattern #{pattern}."
|
1337
|
-
end
|
1338
|
-
|
1339
|
-
# verify the required parameter 'table_id' is set
|
1340
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1341
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.get_draft_table_row_by_id"
|
1342
|
-
end
|
1343
|
-
# resource path
|
1344
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/{rowId}/draft'.sub('{' + 'rowId' + '}', CGI.escape(row_id.to_s)).sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1345
|
-
|
1346
|
-
# query parameters
|
1347
|
-
query_params = opts[:query_params] || {}
|
1348
|
-
|
1349
|
-
# header parameters
|
1350
|
-
header_params = opts[:header_params] || {}
|
1351
|
-
# HTTP header 'Accept' (if needed)
|
1352
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1353
|
-
|
1354
|
-
# form parameters
|
1355
|
-
form_params = opts[:form_params] || {}
|
1356
|
-
|
1357
|
-
# http body (model)
|
1358
|
-
post_body = opts[:body]
|
1359
|
-
|
1360
|
-
# auth_names
|
1361
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1362
|
-
|
1363
|
-
# return_type
|
1364
|
-
return_type = opts[:return_type]
|
1365
|
-
|
1366
|
-
return_types_map = {
|
1367
|
-
200 => 'HubDbTableRowV3',
|
1368
|
-
}
|
1369
|
-
|
1370
|
-
new_options = opts.merge(
|
1371
|
-
:header_params => header_params,
|
1372
|
-
:query_params => query_params,
|
1373
|
-
:form_params => form_params,
|
1374
|
-
:body => post_body,
|
1375
|
-
:auth_names => auth_names,
|
1376
|
-
:return_type => return_type,
|
1377
|
-
:return_types_map => return_types_map
|
1378
|
-
)
|
1379
|
-
|
1380
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1381
|
-
if @api_client.config.debugging
|
1382
|
-
@api_client.config.logger.debug "API called: DefaultApi#get_draft_table_row_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1383
|
-
end
|
1384
|
-
return data, status_code, headers
|
1385
|
-
end
|
1386
|
-
|
1387
|
-
# Import data into DRAFT table
|
1388
|
-
# Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the `DRAFT` version of the table. Use the `/push-live` endpoint to push these changes to `PUBLISHED`. This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import. The second part will be the CSV file you want to import. Refer the overview section to check the details and format of the JSON-formatted options for the import.
|
1389
|
-
# @param table_id [String] The ID of the destination table where data will be imported.
|
1390
|
-
# @param [Hash] opts the optional parameters
|
1391
|
-
# @option opts [File] :file The source CSV file to be imported.
|
1392
|
-
# @option opts [String] :config Configuration for the import in JSON format as described above.
|
1393
|
-
# @return [ImportResult]
|
1394
|
-
def import_draft_table(table_id, opts = {})
|
1395
|
-
data, _status_code, _headers = import_draft_table_with_http_info(table_id, opts)
|
1396
|
-
data
|
1397
|
-
end
|
1398
|
-
|
1399
|
-
# Import data into DRAFT table
|
1400
|
-
# Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the `DRAFT` version of the table. Use the `/push-live` endpoint to push these changes to `PUBLISHED`. This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import. The second part will be the CSV file you want to import. Refer the overview section to check the details and format of the JSON-formatted options for the import.
|
1401
|
-
# @param table_id [String] The ID of the destination table where data will be imported.
|
1402
|
-
# @param [Hash] opts the optional parameters
|
1403
|
-
# @option opts [File] :file The source CSV file to be imported.
|
1404
|
-
# @option opts [String] :config Configuration for the import in JSON format as described above.
|
1405
|
-
# @return [Array<(ImportResult, Integer, Hash)>] ImportResult data, response status code and response headers
|
1406
|
-
def import_draft_table_with_http_info(table_id, opts = {})
|
1407
|
-
if @api_client.config.debugging
|
1408
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.import_draft_table ...'
|
1409
|
-
end
|
1410
|
-
# verify the required parameter 'table_id' is set
|
1411
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1412
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.import_draft_table"
|
1413
|
-
end
|
1414
|
-
# resource path
|
1415
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft/import'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1416
|
-
|
1417
|
-
# query parameters
|
1418
|
-
query_params = opts[:query_params] || {}
|
1419
|
-
|
1420
|
-
# header parameters
|
1421
|
-
header_params = opts[:header_params] || {}
|
1422
|
-
# HTTP header 'Accept' (if needed)
|
1423
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1424
|
-
# HTTP header 'Content-Type'
|
1425
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
|
1426
|
-
|
1427
|
-
# form parameters
|
1428
|
-
form_params = opts[:form_params] || {}
|
1429
|
-
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
1430
|
-
form_params['config'] = opts[:'config'] if !opts[:'config'].nil?
|
1431
|
-
|
1432
|
-
# http body (model)
|
1433
|
-
post_body = opts[:body]
|
1434
|
-
|
1435
|
-
# auth_names
|
1436
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1437
|
-
|
1438
|
-
# return_type
|
1439
|
-
return_type = opts[:return_type]
|
1440
|
-
|
1441
|
-
return_types_map = {
|
1442
|
-
200 => 'ImportResult',
|
1443
|
-
}
|
1444
|
-
|
1445
|
-
new_options = opts.merge(
|
1446
|
-
:header_params => header_params,
|
1447
|
-
:query_params => query_params,
|
1448
|
-
:form_params => form_params,
|
1449
|
-
:body => post_body,
|
1450
|
-
:auth_names => auth_names,
|
1451
|
-
:return_type => return_type,
|
1452
|
-
:return_types_map => return_types_map
|
1453
|
-
)
|
1454
|
-
|
1455
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1456
|
-
if @api_client.config.debugging
|
1457
|
-
@api_client.config.logger.debug "API called: DefaultApi#import_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1458
|
-
end
|
1459
|
-
return data, status_code, headers
|
1460
|
-
end
|
1461
|
-
|
1462
|
-
# Publish a table from draft
|
1463
|
-
# Publishes the current `DRAFT` version of the table by copying the data to the PUBLISHED version of the table. This will immediately push the data for any stored `DRAFT` version to the `PUBLISHED` version of the table, meaning any website pages using data from the table will be updated.
|
1464
|
-
# @param table_id [String] The ID or name of the table to publish.
|
1465
|
-
# @param [Hash] opts the optional parameters
|
1466
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the response.
|
1467
|
-
# @return [HubDbTableV3]
|
1468
|
-
def publish_draft_table(table_id, opts = {})
|
1469
|
-
data, _status_code, _headers = publish_draft_table_with_http_info(table_id, opts)
|
1470
|
-
data
|
1471
|
-
end
|
1472
|
-
|
1473
|
-
# Publish a table from draft
|
1474
|
-
# Publishes the current `DRAFT` version of the table by copying the data to the PUBLISHED version of the table. This will immediately push the data for any stored `DRAFT` version to the `PUBLISHED` version of the table, meaning any website pages using data from the table will be updated.
|
1475
|
-
# @param table_id [String] The ID or name of the table to publish.
|
1476
|
-
# @param [Hash] opts the optional parameters
|
1477
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the response.
|
1478
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
1479
|
-
def publish_draft_table_with_http_info(table_id, opts = {})
|
1480
|
-
if @api_client.config.debugging
|
1481
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.publish_draft_table ...'
|
1482
|
-
end
|
1483
|
-
# verify the required parameter 'table_id' is set
|
1484
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1485
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.publish_draft_table"
|
1486
|
-
end
|
1487
|
-
# resource path
|
1488
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft/push-live'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1489
|
-
|
1490
|
-
# query parameters
|
1491
|
-
query_params = opts[:query_params] || {}
|
1492
|
-
query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
|
1493
|
-
|
1494
|
-
# header parameters
|
1495
|
-
header_params = opts[:header_params] || {}
|
1496
|
-
# HTTP header 'Accept' (if needed)
|
1497
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1498
|
-
|
1499
|
-
# form parameters
|
1500
|
-
form_params = opts[:form_params] || {}
|
1501
|
-
|
1502
|
-
# http body (model)
|
1503
|
-
post_body = opts[:body]
|
1504
|
-
|
1505
|
-
# auth_names
|
1506
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1507
|
-
|
1508
|
-
# return_type
|
1509
|
-
return_type = opts[:return_type]
|
1510
|
-
|
1511
|
-
return_types_map = {
|
1512
|
-
200 => 'HubDbTableV3',
|
1513
|
-
}
|
1514
|
-
|
1515
|
-
new_options = opts.merge(
|
1516
|
-
:header_params => header_params,
|
1517
|
-
:query_params => query_params,
|
1518
|
-
:form_params => form_params,
|
1519
|
-
:body => post_body,
|
1520
|
-
:auth_names => auth_names,
|
1521
|
-
:return_type => return_type,
|
1522
|
-
:return_types_map => return_types_map
|
1523
|
-
)
|
1524
|
-
|
1525
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1526
|
-
if @api_client.config.debugging
|
1527
|
-
@api_client.config.logger.debug "API called: DefaultApi#publish_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1528
|
-
end
|
1529
|
-
return data, status_code, headers
|
1530
|
-
end
|
1531
|
-
|
1532
|
-
# Permanently deletes a row
|
1533
|
-
# Permanently deletes a row from a table's `DRAFT` version.
|
1534
|
-
# @param row_id [String] The ID of the row
|
1535
|
-
# @param table_id [String] The ID or name of the table
|
1536
|
-
# @param [Hash] opts the optional parameters
|
1537
|
-
# @return [nil]
|
1538
|
-
def purge_draft_table_row(row_id, table_id, opts = {})
|
1539
|
-
purge_draft_table_row_with_http_info(row_id, table_id, opts)
|
1540
|
-
nil
|
1541
|
-
end
|
1542
|
-
|
1543
|
-
# Permanently deletes a row
|
1544
|
-
# Permanently deletes a row from a table's `DRAFT` version.
|
1545
|
-
# @param row_id [String] The ID of the row
|
1546
|
-
# @param table_id [String] The ID or name of the table
|
1547
|
-
# @param [Hash] opts the optional parameters
|
1548
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1549
|
-
def purge_draft_table_row_with_http_info(row_id, table_id, opts = {})
|
1550
|
-
if @api_client.config.debugging
|
1551
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.purge_draft_table_row ...'
|
1552
|
-
end
|
1553
|
-
# verify the required parameter 'row_id' is set
|
1554
|
-
if @api_client.config.client_side_validation && row_id.nil?
|
1555
|
-
fail ArgumentError, "Missing the required parameter 'row_id' when calling DefaultApi.purge_draft_table_row"
|
1556
|
-
end
|
1557
|
-
pattern = Regexp.new(/\d+/)
|
1558
|
-
if @api_client.config.client_side_validation && row_id !~ pattern
|
1559
|
-
fail ArgumentError, "invalid value for 'row_id' when calling DefaultApi.purge_draft_table_row, must conform to the pattern #{pattern}."
|
1560
|
-
end
|
1561
|
-
|
1562
|
-
# verify the required parameter 'table_id' is set
|
1563
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1564
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.purge_draft_table_row"
|
1565
|
-
end
|
1566
|
-
# resource path
|
1567
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/{rowId}/draft'.sub('{' + 'rowId' + '}', CGI.escape(row_id.to_s)).sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1568
|
-
|
1569
|
-
# query parameters
|
1570
|
-
query_params = opts[:query_params] || {}
|
1571
|
-
|
1572
|
-
# header parameters
|
1573
|
-
header_params = opts[:header_params] || {}
|
1574
|
-
# HTTP header 'Accept' (if needed)
|
1575
|
-
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1576
|
-
|
1577
|
-
# form parameters
|
1578
|
-
form_params = opts[:form_params] || {}
|
1579
|
-
|
1580
|
-
# http body (model)
|
1581
|
-
post_body = opts[:body]
|
1582
|
-
|
1583
|
-
# auth_names
|
1584
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1585
|
-
|
1586
|
-
# return_type
|
1587
|
-
return_type = opts[:return_type]
|
1588
|
-
|
1589
|
-
return_types_map = {}
|
1590
|
-
|
1591
|
-
new_options = opts.merge(
|
1592
|
-
:header_params => header_params,
|
1593
|
-
:query_params => query_params,
|
1594
|
-
:form_params => form_params,
|
1595
|
-
:body => post_body,
|
1596
|
-
:auth_names => auth_names,
|
1597
|
-
:return_type => return_type,
|
1598
|
-
:return_types_map => return_types_map
|
1599
|
-
)
|
1600
|
-
|
1601
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
1602
|
-
if @api_client.config.debugging
|
1603
|
-
@api_client.config.logger.debug "API called: DefaultApi#purge_draft_table_row\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1604
|
-
end
|
1605
|
-
return data, status_code, headers
|
1606
|
-
end
|
1607
|
-
|
1608
|
-
# Get rows from DRAFT table
|
1609
|
-
# Returns rows in the `DRAFT` version of the specified table. Row results can be filtered and sorted using the options mentioned in the `/tables/{tableId}/rows` endpoint.
|
1610
|
-
# @param table_id [String] The ID or name of the table to query.
|
1611
|
-
# @param [Hash] opts the optional parameters
|
1612
|
-
# @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details.
|
1613
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1614
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is `1000`.
|
1615
|
-
# @option opts [Array<String>] :sort Specifies the column names to sort the results by.
|
1616
|
-
# @return [CollectionResponseWithTotalHubDbTableRowV3ForwardPaging]
|
1617
|
-
def read_draft_table_rows(table_id, opts = {})
|
1618
|
-
data, _status_code, _headers = read_draft_table_rows_with_http_info(table_id, opts)
|
1619
|
-
data
|
1620
|
-
end
|
1621
|
-
|
1622
|
-
# Get rows from DRAFT table
|
1623
|
-
# Returns rows in the `DRAFT` version of the specified table. Row results can be filtered and sorted using the options mentioned in the `/tables/{tableId}/rows` endpoint.
|
1624
|
-
# @param table_id [String] The ID or name of the table to query.
|
1625
|
-
# @param [Hash] opts the optional parameters
|
1626
|
-
# @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details.
|
1627
|
-
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1628
|
-
# @option opts [Integer] :limit The maximum number of results to return. Default is `1000`.
|
1629
|
-
# @option opts [Array<String>] :sort Specifies the column names to sort the results by.
|
1630
|
-
# @return [Array<(CollectionResponseWithTotalHubDbTableRowV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableRowV3ForwardPaging data, response status code and response headers
|
1631
|
-
def read_draft_table_rows_with_http_info(table_id, opts = {})
|
1632
|
-
if @api_client.config.debugging
|
1633
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.read_draft_table_rows ...'
|
1634
|
-
end
|
1635
|
-
# verify the required parameter 'table_id' is set
|
1636
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1637
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.read_draft_table_rows"
|
1638
|
-
end
|
1639
|
-
# resource path
|
1640
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/draft'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1641
|
-
|
1642
|
-
# query parameters
|
1643
|
-
query_params = opts[:query_params] || {}
|
1644
|
-
query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :multi) if !opts[:'properties'].nil?
|
1645
|
-
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1646
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1647
|
-
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
1648
|
-
|
1649
|
-
# header parameters
|
1650
|
-
header_params = opts[:header_params] || {}
|
1651
|
-
# HTTP header 'Accept' (if needed)
|
1652
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1653
|
-
|
1654
|
-
# form parameters
|
1655
|
-
form_params = opts[:form_params] || {}
|
1656
|
-
|
1657
|
-
# http body (model)
|
1658
|
-
post_body = opts[:body]
|
1659
|
-
|
1660
|
-
# auth_names
|
1661
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1662
|
-
|
1663
|
-
# return_type
|
1664
|
-
return_type = opts[:return_type]
|
1665
|
-
|
1666
|
-
return_types_map = {
|
1667
|
-
200 => 'CollectionResponseWithTotalHubDbTableRowV3ForwardPaging',
|
1668
|
-
}
|
1669
|
-
|
1670
|
-
new_options = opts.merge(
|
1671
|
-
:header_params => header_params,
|
1672
|
-
:query_params => query_params,
|
1673
|
-
:form_params => form_params,
|
1674
|
-
:body => post_body,
|
1675
|
-
:auth_names => auth_names,
|
1676
|
-
:return_type => return_type,
|
1677
|
-
:return_types_map => return_types_map
|
1678
|
-
)
|
1679
|
-
|
1680
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1681
|
-
if @api_client.config.debugging
|
1682
|
-
@api_client.config.logger.debug "API called: DefaultApi#read_draft_table_rows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1683
|
-
end
|
1684
|
-
return data, status_code, headers
|
1685
|
-
end
|
1686
|
-
|
1687
|
-
# Replaces an existing row
|
1688
|
-
# Replace a single row in the table's `DRAFT` version. All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
|
1689
|
-
# @param row_id [String] The ID of the row
|
1690
|
-
# @param table_id [String] The ID or name of the table
|
1691
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The JSON object of the row
|
1692
|
-
# @param [Hash] opts the optional parameters
|
1693
|
-
# @return [HubDbTableRowV3]
|
1694
|
-
def replace_draft_table_row(row_id, table_id, hub_db_table_row_v3_input, opts = {})
|
1695
|
-
data, _status_code, _headers = replace_draft_table_row_with_http_info(row_id, table_id, hub_db_table_row_v3_input, opts)
|
1696
|
-
data
|
1697
|
-
end
|
1698
|
-
|
1699
|
-
# Replaces an existing row
|
1700
|
-
# Replace a single row in the table's `DRAFT` version. All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
|
1701
|
-
# @param row_id [String] The ID of the row
|
1702
|
-
# @param table_id [String] The ID or name of the table
|
1703
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The JSON object of the row
|
1704
|
-
# @param [Hash] opts the optional parameters
|
1705
|
-
# @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
|
1706
|
-
def replace_draft_table_row_with_http_info(row_id, table_id, hub_db_table_row_v3_input, opts = {})
|
1707
|
-
if @api_client.config.debugging
|
1708
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.replace_draft_table_row ...'
|
1709
|
-
end
|
1710
|
-
# verify the required parameter 'row_id' is set
|
1711
|
-
if @api_client.config.client_side_validation && row_id.nil?
|
1712
|
-
fail ArgumentError, "Missing the required parameter 'row_id' when calling DefaultApi.replace_draft_table_row"
|
1713
|
-
end
|
1714
|
-
pattern = Regexp.new(/\d+/)
|
1715
|
-
if @api_client.config.client_side_validation && row_id !~ pattern
|
1716
|
-
fail ArgumentError, "invalid value for 'row_id' when calling DefaultApi.replace_draft_table_row, must conform to the pattern #{pattern}."
|
1717
|
-
end
|
1718
|
-
|
1719
|
-
# verify the required parameter 'table_id' is set
|
1720
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1721
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.replace_draft_table_row"
|
1722
|
-
end
|
1723
|
-
# verify the required parameter 'hub_db_table_row_v3_input' is set
|
1724
|
-
if @api_client.config.client_side_validation && hub_db_table_row_v3_input.nil?
|
1725
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_row_v3_input' when calling DefaultApi.replace_draft_table_row"
|
1726
|
-
end
|
1727
|
-
# resource path
|
1728
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/{rowId}/draft'.sub('{' + 'rowId' + '}', CGI.escape(row_id.to_s)).sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1729
|
-
|
1730
|
-
# query parameters
|
1731
|
-
query_params = opts[:query_params] || {}
|
1732
|
-
|
1733
|
-
# header parameters
|
1734
|
-
header_params = opts[:header_params] || {}
|
1735
|
-
# HTTP header 'Accept' (if needed)
|
1736
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1737
|
-
# HTTP header 'Content-Type'
|
1738
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1739
|
-
|
1740
|
-
# form parameters
|
1741
|
-
form_params = opts[:form_params] || {}
|
1742
|
-
|
1743
|
-
# http body (model)
|
1744
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_row_v3_input)
|
1745
|
-
|
1746
|
-
# auth_names
|
1747
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1748
|
-
|
1749
|
-
# return_type
|
1750
|
-
return_type = opts[:return_type]
|
1751
|
-
|
1752
|
-
return_types_map = {
|
1753
|
-
200 => 'HubDbTableRowV3',
|
1754
|
-
}
|
1755
|
-
|
1756
|
-
new_options = opts.merge(
|
1757
|
-
:header_params => header_params,
|
1758
|
-
:query_params => query_params,
|
1759
|
-
:form_params => form_params,
|
1760
|
-
:body => post_body,
|
1761
|
-
:auth_names => auth_names,
|
1762
|
-
:return_type => return_type,
|
1763
|
-
:return_types_map => return_types_map
|
1764
|
-
)
|
1765
|
-
|
1766
|
-
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1767
|
-
if @api_client.config.debugging
|
1768
|
-
@api_client.config.logger.debug "API called: DefaultApi#replace_draft_table_row\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1769
|
-
end
|
1770
|
-
return data, status_code, headers
|
1771
|
-
end
|
1772
|
-
|
1773
|
-
# Reset a draft table
|
1774
|
-
# Replaces the data in the `DRAFT` version of the table with values from the `PUBLISHED` version. Any unpublished changes in the `DRAFT` will be lost after this call is made.
|
1775
|
-
# @param table_id [String] The ID or name of the table to reset.
|
1776
|
-
# @param [Hash] opts the optional parameters
|
1777
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the response.
|
1778
|
-
# @return [HubDbTableV3]
|
1779
|
-
def reset_draft_table(table_id, opts = {})
|
1780
|
-
data, _status_code, _headers = reset_draft_table_with_http_info(table_id, opts)
|
1781
|
-
data
|
1782
|
-
end
|
1783
|
-
|
1784
|
-
# Reset a draft table
|
1785
|
-
# Replaces the data in the `DRAFT` version of the table with values from the `PUBLISHED` version. Any unpublished changes in the `DRAFT` will be lost after this call is made.
|
1786
|
-
# @param table_id [String] The ID or name of the table to reset.
|
1787
|
-
# @param [Hash] opts the optional parameters
|
1788
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the response.
|
1789
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
1790
|
-
def reset_draft_table_with_http_info(table_id, opts = {})
|
1791
|
-
if @api_client.config.debugging
|
1792
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.reset_draft_table ...'
|
1793
|
-
end
|
1794
|
-
# verify the required parameter 'table_id' is set
|
1795
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1796
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.reset_draft_table"
|
1797
|
-
end
|
1798
|
-
# resource path
|
1799
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft/reset'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1800
|
-
|
1801
|
-
# query parameters
|
1802
|
-
query_params = opts[:query_params] || {}
|
1803
|
-
query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
|
1804
|
-
|
1805
|
-
# header parameters
|
1806
|
-
header_params = opts[:header_params] || {}
|
1807
|
-
# HTTP header 'Accept' (if needed)
|
1808
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1809
|
-
|
1810
|
-
# form parameters
|
1811
|
-
form_params = opts[:form_params] || {}
|
1812
|
-
|
1813
|
-
# http body (model)
|
1814
|
-
post_body = opts[:body]
|
1815
|
-
|
1816
|
-
# auth_names
|
1817
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1818
|
-
|
1819
|
-
# return_type
|
1820
|
-
return_type = opts[:return_type]
|
1821
|
-
|
1822
|
-
return_types_map = {
|
1823
|
-
200 => 'HubDbTableV3',
|
1824
|
-
}
|
1825
|
-
|
1826
|
-
new_options = opts.merge(
|
1827
|
-
:header_params => header_params,
|
1828
|
-
:query_params => query_params,
|
1829
|
-
:form_params => form_params,
|
1830
|
-
:body => post_body,
|
1831
|
-
:auth_names => auth_names,
|
1832
|
-
:return_type => return_type,
|
1833
|
-
:return_types_map => return_types_map
|
1834
|
-
)
|
1835
|
-
|
1836
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1837
|
-
if @api_client.config.debugging
|
1838
|
-
@api_client.config.logger.debug "API called: DefaultApi#reset_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1839
|
-
end
|
1840
|
-
return data, status_code, headers
|
1841
|
-
end
|
1842
|
-
|
1843
|
-
# Update an existing table
|
1844
|
-
# Update an existing HubDB table. You can use this endpoint to add or remove a column. Tables updated using the endpoint will only modify the `DRAFT` table. Use the publish endpoint to push all changes to the `PUBLISHED` version. You can only include the columns that need to be modified without including the remaining columns.
|
1845
|
-
# @param table_id [String] The ID or name of the table to update.
|
1846
|
-
# @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being updated.
|
1847
|
-
# @param [Hash] opts the optional parameters
|
1848
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
1849
|
-
# @return [HubDbTableV3]
|
1850
|
-
def update_draft_table(table_id, hub_db_table_v3_input, opts = {})
|
1851
|
-
data, _status_code, _headers = update_draft_table_with_http_info(table_id, hub_db_table_v3_input, opts)
|
1852
|
-
data
|
1853
|
-
end
|
1854
|
-
|
1855
|
-
# Update an existing table
|
1856
|
-
# Update an existing HubDB table. You can use this endpoint to add or remove a column. Tables updated using the endpoint will only modify the `DRAFT` table. Use the publish endpoint to push all changes to the `PUBLISHED` version. You can only include the columns that need to be modified without including the remaining columns.
|
1857
|
-
# @param table_id [String] The ID or name of the table to update.
|
1858
|
-
# @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being updated.
|
1859
|
-
# @param [Hash] opts the optional parameters
|
1860
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
1861
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
1862
|
-
def update_draft_table_with_http_info(table_id, hub_db_table_v3_input, opts = {})
|
1863
|
-
if @api_client.config.debugging
|
1864
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.update_draft_table ...'
|
1865
|
-
end
|
1866
|
-
# verify the required parameter 'table_id' is set
|
1867
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1868
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.update_draft_table"
|
1869
|
-
end
|
1870
|
-
# verify the required parameter 'hub_db_table_v3_input' is set
|
1871
|
-
if @api_client.config.client_side_validation && hub_db_table_v3_input.nil?
|
1872
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_input' when calling DefaultApi.update_draft_table"
|
1873
|
-
end
|
1874
|
-
# resource path
|
1875
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/draft'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1876
|
-
|
1877
|
-
# query parameters
|
1878
|
-
query_params = opts[:query_params] || {}
|
1879
|
-
query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
|
1880
|
-
|
1881
|
-
# header parameters
|
1882
|
-
header_params = opts[:header_params] || {}
|
1883
|
-
# HTTP header 'Accept' (if needed)
|
1884
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1885
|
-
# HTTP header 'Content-Type'
|
1886
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1887
|
-
|
1888
|
-
# form parameters
|
1889
|
-
form_params = opts[:form_params] || {}
|
1890
|
-
|
1891
|
-
# http body (model)
|
1892
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_input)
|
1893
|
-
|
1894
|
-
# auth_names
|
1895
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1896
|
-
|
1897
|
-
# return_type
|
1898
|
-
return_type = opts[:return_type]
|
1899
|
-
|
1900
|
-
return_types_map = {
|
1901
|
-
200 => 'HubDbTableV3',
|
1902
|
-
}
|
1903
|
-
|
1904
|
-
new_options = opts.merge(
|
1905
|
-
:header_params => header_params,
|
1906
|
-
:query_params => query_params,
|
1907
|
-
:form_params => form_params,
|
1908
|
-
:body => post_body,
|
1909
|
-
:auth_names => auth_names,
|
1910
|
-
:return_type => return_type,
|
1911
|
-
:return_types_map => return_types_map
|
1912
|
-
)
|
1913
|
-
|
1914
|
-
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1915
|
-
if @api_client.config.debugging
|
1916
|
-
@api_client.config.logger.debug "API called: DefaultApi#update_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1917
|
-
end
|
1918
|
-
return data, status_code, headers
|
1919
|
-
end
|
1920
|
-
|
1921
|
-
# Updates an existing row
|
1922
|
-
# Sparse updates a single row in the table's `DRAFT` version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
|
1923
|
-
# @param row_id [String] The ID of the row
|
1924
|
-
# @param table_id [String] The ID or name of the table
|
1925
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The JSON object of the row with necessary fields that needs to be updated.
|
1926
|
-
# @param [Hash] opts the optional parameters
|
1927
|
-
# @return [HubDbTableRowV3]
|
1928
|
-
def update_draft_table_row(row_id, table_id, hub_db_table_row_v3_input, opts = {})
|
1929
|
-
data, _status_code, _headers = update_draft_table_row_with_http_info(row_id, table_id, hub_db_table_row_v3_input, opts)
|
1930
|
-
data
|
1931
|
-
end
|
1932
|
-
|
1933
|
-
# Updates an existing row
|
1934
|
-
# Sparse updates a single row in the table's `DRAFT` version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
|
1935
|
-
# @param row_id [String] The ID of the row
|
1936
|
-
# @param table_id [String] The ID or name of the table
|
1937
|
-
# @param hub_db_table_row_v3_input [HubDbTableRowV3Input] The JSON object of the row with necessary fields that needs to be updated.
|
1938
|
-
# @param [Hash] opts the optional parameters
|
1939
|
-
# @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
|
1940
|
-
def update_draft_table_row_with_http_info(row_id, table_id, hub_db_table_row_v3_input, opts = {})
|
1941
|
-
if @api_client.config.debugging
|
1942
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.update_draft_table_row ...'
|
1943
|
-
end
|
1944
|
-
# verify the required parameter 'row_id' is set
|
1945
|
-
if @api_client.config.client_side_validation && row_id.nil?
|
1946
|
-
fail ArgumentError, "Missing the required parameter 'row_id' when calling DefaultApi.update_draft_table_row"
|
1947
|
-
end
|
1948
|
-
pattern = Regexp.new(/\d+/)
|
1949
|
-
if @api_client.config.client_side_validation && row_id !~ pattern
|
1950
|
-
fail ArgumentError, "invalid value for 'row_id' when calling DefaultApi.update_draft_table_row, must conform to the pattern #{pattern}."
|
1951
|
-
end
|
1952
|
-
|
1953
|
-
# verify the required parameter 'table_id' is set
|
1954
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
1955
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.update_draft_table_row"
|
1956
|
-
end
|
1957
|
-
# verify the required parameter 'hub_db_table_row_v3_input' is set
|
1958
|
-
if @api_client.config.client_side_validation && hub_db_table_row_v3_input.nil?
|
1959
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_row_v3_input' when calling DefaultApi.update_draft_table_row"
|
1960
|
-
end
|
1961
|
-
# resource path
|
1962
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}/rows/{rowId}/draft'.sub('{' + 'rowId' + '}', CGI.escape(row_id.to_s)).sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
1963
|
-
|
1964
|
-
# query parameters
|
1965
|
-
query_params = opts[:query_params] || {}
|
1966
|
-
|
1967
|
-
# header parameters
|
1968
|
-
header_params = opts[:header_params] || {}
|
1969
|
-
# HTTP header 'Accept' (if needed)
|
1970
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1971
|
-
# HTTP header 'Content-Type'
|
1972
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1973
|
-
|
1974
|
-
# form parameters
|
1975
|
-
form_params = opts[:form_params] || {}
|
1976
|
-
|
1977
|
-
# http body (model)
|
1978
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_row_v3_input)
|
1979
|
-
|
1980
|
-
# auth_names
|
1981
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
1982
|
-
|
1983
|
-
# return_type
|
1984
|
-
return_type = opts[:return_type]
|
1985
|
-
|
1986
|
-
return_types_map = {
|
1987
|
-
200 => 'HubDbTableRowV3',
|
1988
|
-
}
|
1989
|
-
|
1990
|
-
new_options = opts.merge(
|
1991
|
-
:header_params => header_params,
|
1992
|
-
:query_params => query_params,
|
1993
|
-
:form_params => form_params,
|
1994
|
-
:body => post_body,
|
1995
|
-
:auth_names => auth_names,
|
1996
|
-
:return_type => return_type,
|
1997
|
-
:return_types_map => return_types_map
|
1998
|
-
)
|
1999
|
-
|
2000
|
-
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2001
|
-
if @api_client.config.debugging
|
2002
|
-
@api_client.config.logger.debug "API called: DefaultApi#update_draft_table_row\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2003
|
-
end
|
2004
|
-
return data, status_code, headers
|
2005
|
-
end
|
2006
|
-
|
2007
|
-
# Publish or unpublish a live version of a table or restore an archived table
|
2008
|
-
# Use this endpoint to perform one of the following <ul><li> Publish a live version of a table (without copying table data from DRAFT) </li><li>Un-publish a live version of a table (Leaving the data in the live version)</li><li>Restore an archived table</li></ul> To publish a table, send `published` property in the JSON object with the value `true`. To unpublish a table, send `published` property in the JSON object with the value `false`. To restore an archived table, send `archived` property in the JSON object with the value `false` along with the query parameter `archived=true`. When restoring an archived table, if an active table already exists with the same `name` or `label`, you will need to change the name of the archived table when restoring it using the `name` and `label` parameters with a new name and new label. Examples: Publish a table: ``` { \"published\": true } ``` Unpublish a table: ``` { \"published\": false } ``` Restore a table: (send `archived=true` in query parameters) ``` { \"archived\": false } ``` Restore a table with a new name: (send `archived=true` in query parameters) ``` { \"label\": \"New Table Name\", \"name\": \"new_table_name\", \"archived\": false } ```
|
2009
|
-
# @param table_id [String] The ID or name of the table to return.
|
2010
|
-
# @param hub_db_table_v3_live_input [HubDbTableV3LiveInput] The JSON object as described.
|
2011
|
-
# @param [Hash] opts the optional parameters
|
2012
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
2013
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
2014
|
-
# @return [HubDbTableV3]
|
2015
|
-
def update_table(table_id, hub_db_table_v3_live_input, opts = {})
|
2016
|
-
data, _status_code, _headers = update_table_with_http_info(table_id, hub_db_table_v3_live_input, opts)
|
2017
|
-
data
|
2018
|
-
end
|
2019
|
-
|
2020
|
-
# Publish or unpublish a live version of a table or restore an archived table
|
2021
|
-
# Use this endpoint to perform one of the following <ul><li> Publish a live version of a table (without copying table data from DRAFT) </li><li>Un-publish a live version of a table (Leaving the data in the live version)</li><li>Restore an archived table</li></ul> To publish a table, send `published` property in the JSON object with the value `true`. To unpublish a table, send `published` property in the JSON object with the value `false`. To restore an archived table, send `archived` property in the JSON object with the value `false` along with the query parameter `archived=true`. When restoring an archived table, if an active table already exists with the same `name` or `label`, you will need to change the name of the archived table when restoring it using the `name` and `label` parameters with a new name and new label. Examples: Publish a table: ``` { \"published\": true } ``` Unpublish a table: ``` { \"published\": false } ``` Restore a table: (send `archived=true` in query parameters) ``` { \"archived\": false } ``` Restore a table with a new name: (send `archived=true` in query parameters) ``` { \"label\": \"New Table Name\", \"name\": \"new_table_name\", \"archived\": false } ```
|
2022
|
-
# @param table_id [String] The ID or name of the table to return.
|
2023
|
-
# @param hub_db_table_v3_live_input [HubDbTableV3LiveInput] The JSON object as described.
|
2024
|
-
# @param [Hash] opts the optional parameters
|
2025
|
-
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
2026
|
-
# @option opts [Boolean] :include_foreign_ids Set this to `true` to populate foreign ID values in the result.
|
2027
|
-
# @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
|
2028
|
-
def update_table_with_http_info(table_id, hub_db_table_v3_live_input, opts = {})
|
2029
|
-
if @api_client.config.debugging
|
2030
|
-
@api_client.config.logger.debug 'Calling API: DefaultApi.update_table ...'
|
2031
|
-
end
|
2032
|
-
# verify the required parameter 'table_id' is set
|
2033
|
-
if @api_client.config.client_side_validation && table_id.nil?
|
2034
|
-
fail ArgumentError, "Missing the required parameter 'table_id' when calling DefaultApi.update_table"
|
2035
|
-
end
|
2036
|
-
# verify the required parameter 'hub_db_table_v3_live_input' is set
|
2037
|
-
if @api_client.config.client_side_validation && hub_db_table_v3_live_input.nil?
|
2038
|
-
fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_live_input' when calling DefaultApi.update_table"
|
2039
|
-
end
|
2040
|
-
# resource path
|
2041
|
-
local_var_path = '/cms/v3/hubdb/tables/{tableId}'.sub('{' + 'tableId' + '}', CGI.escape(table_id.to_s))
|
2042
|
-
|
2043
|
-
# query parameters
|
2044
|
-
query_params = opts[:query_params] || {}
|
2045
|
-
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
2046
|
-
query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
|
2047
|
-
|
2048
|
-
# header parameters
|
2049
|
-
header_params = opts[:header_params] || {}
|
2050
|
-
# HTTP header 'Accept' (if needed)
|
2051
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2052
|
-
# HTTP header 'Content-Type'
|
2053
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2054
|
-
|
2055
|
-
# form parameters
|
2056
|
-
form_params = opts[:form_params] || {}
|
2057
|
-
|
2058
|
-
# http body (model)
|
2059
|
-
post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_live_input)
|
2060
|
-
|
2061
|
-
# auth_names
|
2062
|
-
auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
|
2063
|
-
|
2064
|
-
# return_type
|
2065
|
-
return_type = opts[:return_type]
|
2066
|
-
|
2067
|
-
return_types_map = {
|
2068
|
-
200 => 'HubDbTableV3',
|
2069
|
-
}
|
2070
|
-
|
2071
|
-
new_options = opts.merge(
|
2072
|
-
:header_params => header_params,
|
2073
|
-
:query_params => query_params,
|
2074
|
-
:form_params => form_params,
|
2075
|
-
:body => post_body,
|
2076
|
-
:auth_names => auth_names,
|
2077
|
-
:return_type => return_type,
|
2078
|
-
:return_types_map => return_types_map
|
2079
|
-
)
|
2080
|
-
|
2081
|
-
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2082
|
-
if @api_client.config.debugging
|
2083
|
-
@api_client.config.logger.debug "API called: DefaultApi#update_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2084
|
-
end
|
2085
|
-
return data, status_code, headers
|
2086
|
-
end
|
2087
|
-
end
|
2088
|
-
end
|
2089
|
-
end
|
2090
|
-
end
|