hubspot-api-client 7.1.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +4 -0
- data/CHANGELOG.md +65 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +31 -32
- data/LICENSE +201 -0
- data/README.md +45 -0
- data/Rakefile +1 -0
- data/hubspot-api-client.gemspec +7 -4
- 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 +406 -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 +53 -69
- 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 +408 -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 +408 -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 +1207 -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 +393 -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 +408 -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 +53 -69
- 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 +406 -0
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +217 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +333 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +388 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +288 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +292 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +293 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +243 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +392 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +295 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +241 -0
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +263 -0
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +257 -0
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +1 -1
- data/lib/hubspot/codegen/cms/performance/api_client.rb +53 -69
- 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 +3 -6
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +53 -69
- 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 +20 -3
- 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 +6 -3
- 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 +16 -16
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +1 -1
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +53 -69
- 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/conversations/visitor-identification/api/generate_api.rb +90 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +406 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +1 -1
- data/lib/hubspot/codegen/crm/associations/api_client.rb +53 -69
- 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 -7
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/companies/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/deals/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +408 -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 +408 -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 +53 -69
- 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 +408 -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/default_api.rb +90 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +53 -69
- 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_error_forward_paging.rb +226 -0
- 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/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +238 -0
- 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_error.rb +353 -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 +38 -29
- 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 -7
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +272 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +402 -0
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +309 -0
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/api_client.rb +406 -0
- data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/objects/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +100 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +175 -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 +408 -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_associated_id_forward_paging.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -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/forward_paging.rb +212 -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 +279 -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/simple_public_object_with_associations.rb +290 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
- data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +229 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +313 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +333 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- data/lib/hubspot/codegen/crm/objects/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +272 -0
- data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/objects/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/paging.rb +219 -0
- data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +286 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +277 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +231 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +215 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +217 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/owners/api/default_api.rb +10 -4
- data/lib/hubspot/codegen/crm/owners/api_client.rb +53 -69
- 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_forward_paging.rb +226 -0
- 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/forward_paging.rb +210 -0
- data/lib/hubspot/codegen/crm/owners/models/next_page.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 +53 -69
- 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 -7
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/products/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- 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 +53 -69
- 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 -4
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -7
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +484 -0
- data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +84 -0
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +406 -0
- data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +263 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +276 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +241 -0
- data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +217 -0
- data/lib/hubspot/codegen/crm/schemas/models/error.rb +292 -0
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +403 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +325 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +378 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +221 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +265 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +356 -0
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +266 -0
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +271 -0
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +465 -0
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +252 -0
- data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +13 -7
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +14 -11
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +1 -1
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +4 -4
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +53 -69
- 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 +21 -21
- 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_associated_id_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
- 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/forward_paging.rb +210 -0
- 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 +2 -13
- 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/simple_public_object_with_associations.rb +288 -0
- 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 +54 -70
- 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/events/api/events_api.rb +105 -0
- data/lib/hubspot/codegen/events/api_client.rb +404 -0
- data/lib/hubspot/codegen/events/api_error.rb +59 -0
- data/lib/hubspot/codegen/events/configuration.rb +261 -0
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
- data/lib/hubspot/codegen/events/models/error.rb +290 -0
- data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
- data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
- data/lib/hubspot/codegen/events/models/paging.rb +208 -0
- data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
- data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
- data/lib/hubspot/codegen/files/files/api_client.rb +406 -0
- data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
- data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
- data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
- data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
- data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
- data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
- data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
- data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
- data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
- data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
- data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
- data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
- data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
- data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
- data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +406 -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 +53 -70
- 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 +53 -69
- 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/lib/hubspot-api-client.rb +8 -451
- 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 +77 -0
- data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
- data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
- data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
- data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
- data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
- data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
- data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
- data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
- data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
- data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
- data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
- data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
- data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
- data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
- data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
- data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
- data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
- data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
- data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
- data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
- data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
- data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
- data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/companies/api/associations_api_spec.rb +77 -0
- data/spec/codegen/crm/companies/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/companies/models/simple_public_object_with_associations_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 +77 -0
- data/spec/codegen/crm/contacts/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_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 +77 -0
- data/spec/codegen/crm/deals/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/deals/models/simple_public_object_with_associations_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/api/default_api_spec.rb +47 -0
- data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
- data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +47 -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/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/imports/models/import_row_core_spec.rb +53 -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_error_spec.rb +97 -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 +77 -0
- data/spec/codegen/crm/line_items/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_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 +80 -0
- data/spec/codegen/crm/objects/api/basic_api_spec.rb +110 -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 +49 -0
- data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +67 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/objects/models/simple_public_object_with_associations_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 +62 -0
- data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_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/forward_paging_spec.rb +41 -0
- data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -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 +77 -0
- data/spec/codegen/crm/products/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/products/models/simple_public_object_with_associations_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 +49 -0
- data/spec/codegen/crm/quotes/api/basic_api_spec.rb +67 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_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 +123 -0
- data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
- data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +53 -0
- data/spec/codegen/crm/schemas/models/association_definition_spec.rb +71 -0
- data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +41 -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/object_schema_egg_spec.rb +83 -0
- data/spec/codegen/crm/schemas/models/object_schema_spec.rb +119 -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 +113 -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/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 +77 -0
- data/spec/codegen/crm/tickets/api/basic_api_spec.rb +105 -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_forward_paging_spec.rb +47 -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_with_associations_forward_paging_spec.rb +47 -0
- data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_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/forward_paging_spec.rb +41 -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 +71 -0
- data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +77 -0
- data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
- data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
- data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
- data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
- data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
- data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
- data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
- data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
- data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
- data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
- data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
- data/spec/codegen/events/api/events_api_spec.rb +54 -0
- data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
- data/spec/codegen/events/models/error_detail_spec.rb +65 -0
- data/spec/codegen/events/models/error_spec.rb +77 -0
- data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
- data/spec/codegen/events/models/next_page_spec.rb +47 -0
- data/spec/codegen/events/models/paging_spec.rb +41 -0
- data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
- data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
- data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
- data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
- data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
- data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
- data/spec/codegen/files/files/models/error_spec.rb +77 -0
- data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
- data/spec/codegen/files/files/models/file_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/hubspot_file_spec.rb +147 -0
- data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
- data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
- data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/paging_spec.rb +47 -0
- data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
- data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
- data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
- data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
- data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
- data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
- data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
- data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
- data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
- data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
- data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
- data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
- data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
- data/spec/codegen/oauth/models/error_spec.rb +77 -0
- data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
- data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
- data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
- data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
- data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
- data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
- data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
- data/spec/codegen/webhooks/models/error_spec.rb +77 -0
- data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
- data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
- data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
- data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
- data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
- data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
- data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
- data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/features/automation/actions/functions_api_spec.rb +13 -0
- data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
- data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
- data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
- data/spec/features/cms/domains/domains_api_spec.rb +8 -0
- data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
- data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
- data/spec/features/cms/site-search/default_api_spec.rb +8 -0
- data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/features/crm/associations/batch_api_spec.rb +9 -0
- data/spec/features/crm/associations/types_api_spec.rb +7 -0
- data/spec/features/crm/companies/associations_api_spec.rb +9 -0
- data/spec/features/crm/companies/basic_api_spec.rb +11 -0
- data/spec/features/crm/companies/batch_api_spec.rb +10 -0
- data/spec/features/crm/companies/search_api_spec.rb +7 -0
- data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
- data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/features/crm/contacts/search_api_spec.rb +7 -0
- data/spec/features/crm/deals/associations_api_spec.rb +9 -0
- data/spec/features/crm/deals/basic_api_spec.rb +11 -0
- data/spec/features/crm/deals/batch_api_spec.rb +10 -0
- data/spec/features/crm/deals/search_api_spec.rb +7 -0
- data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
- data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
- data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
- data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
- data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
- data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
- data/spec/features/crm/imports/core_api_spec.rb +10 -0
- data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
- data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
- data/spec/features/crm/line_items/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/associations_api_spec.rb +9 -0
- data/spec/features/crm/objects/basic_api_spec.rb +11 -0
- data/spec/features/crm/objects/batch_api_spec.rb +10 -0
- data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
- data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
- data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
- data/spec/features/crm/objects/search_api_spec.rb +7 -0
- data/spec/features/crm/owners/default_api_spec.rb +8 -0
- data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/features/crm/products/associations_api_spec.rb +9 -0
- data/spec/features/crm/products/basic_api_spec.rb +11 -0
- data/spec/features/crm/products/batch_api_spec.rb +10 -0
- data/spec/features/crm/products/search_api_spec.rb +7 -0
- data/spec/features/crm/properties/batch_api_spec.rb +9 -0
- data/spec/features/crm/properties/core_api_spec.rb +11 -0
- data/spec/features/crm/properties/groups_api_spec.rb +11 -0
- data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
- data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
- data/spec/features/crm/quotes/search_api_spec.rb +7 -0
- data/spec/features/crm/schemas/core_api_spec.rb +13 -0
- data/spec/features/crm/schemas/default_api_spec.rb +7 -0
- data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
- data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
- data/spec/features/crm/tickets/search_api_spec.rb +7 -0
- data/spec/features/crm/timeline/events_api_spec.rb +11 -0
- data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/features/events/events_api_spec.rb +7 -0
- data/spec/features/files/files/files_api_spec.rb +16 -0
- data/spec/features/files/files/folders_api_spec.rb +14 -0
- data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
- data/spec/features/oauth/default_api_spec.rb +10 -0
- data/spec/features/webhooks/settings_api_spec.rb +9 -0
- data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
- metadata +1963 -1852
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +0 -226
- data/lib/hubspot/codegen/crm/owners/models/paging.rb +0 -210
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +0 -241
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +0 -226
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +0 -241
- 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 -26
- 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/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/config.ru +0 -5
- 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 +0 -4
- 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 -24
- 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 -23
- 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 -27
- 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/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/config.ru +0 -5
- data/sample-apps/contacts-app/db/development.sqlite3 +0 -0
- 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/log/development.log +0 -453
- 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/contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/contacts-app/tmp/restart.txt +0 -0
- data/sample-apps/imports-contacts-app/.env +0 -2
- 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/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/config.ru +0 -5
- data/sample-apps/imports-contacts-app/db/development.sqlite3 +0 -0
- 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/log/development.log +0 -2295
- 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/public/uploads/example (1).csv +0 -2
- data/sample-apps/imports-contacts-app/public/uploads/example (3).csv +0 -2
- data/sample-apps/imports-contacts-app/public/uploads/example.csv +0 -2
- data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/imports-contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/imports-contacts-app/tmp/restart.txt +0 -0
- data/sample-apps/leaky-bucket-app/.env +0 -3
- 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/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/config.ru +0 -5
- data/sample-apps/leaky-bucket-app/db/development.sqlite3 +0 -0
- 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/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/3i/3iGcB4HFJSCib6hd2s7NHyA3p3m7WmwbnwoKbFDNkbU.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/F9/F9Cr6ENgXbyOBwpTZ8D9adNYcj0LUld_VXL2ACB69rQ.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fo/FoZvtPYqmTQXyBxMZA_g3iFKEBR1z4vvQt3054qOa8I.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aQ/aQTFIUhrXBb2LvUDWZkgEeWr6CeBshkDOFNO44m9Ee8.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dC/dCeNBKGKdDiAU7F6_2GEqpvTtykUJZwmaat5fGdP8Ho.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/er/erMUdJdhdd1rYhxzKZuXOaV1w5v5L_remJqi4Vk6OvQ.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/hw/hwfcCbCulgrifkp9iZUNXey6lL-s6DjR25afiktYu5Q.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
- data/sample-apps/leaky-bucket-app/tmp/development_secret.txt +0 -1
- data/sample-apps/leaky-bucket-app/tmp/restart.txt +0 -0
- data/sample-apps/oauth-app/.env +0 -2
- data/sample-apps/oauth-app/.env.template +0 -2
- data/sample-apps/oauth-app/.env.test +0 -3
- 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 -24
- 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/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/config.ru +0 -5
- data/sample-apps/oauth-app/db/development.sqlite3 +0 -0
- data/sample-apps/oauth-app/db/seeds.rb +0 -7
- data/sample-apps/oauth-app/db/test.sqlite3 +0 -0
- 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/log/development.log +0 -276
- data/sample-apps/oauth-app/log/test.log +0 -1890
- 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/oauth-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1U/1UpJmI14JpcnoWoA6uDWd4rgiR_j5c8y03sN2BVXiL0.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2A/2A3umH19vP49evH2cz_iW72sD271nGL_AQr7_jImNS8.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2X/2XrkSiz6V3CxNAjlQovZ-2sP1KhSZNjwmo4Rh66fVxc.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/5h/5hkQ5P4i1GpzLLijVLIsXSqZ_WNhtLB3vSyd_dFGYVQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/6P/6P40XW9SqAEdFZNbhI1JXI6-I_6QpCCWjocyWXETdqk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/7E/7E7Nuvl6VeCk9ogBf-sjyEcJ3bUtpzf6Gfhvs7kr1Kk.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/8c/8ceD6_zKe5lkXrzQV8cEc2zj3Kebok7XVGkQCRBcMtY.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/oauth-app/tmp/development_secret.txt +0 -1
- data/sample-apps/oauth-app/tmp/restart.txt +0 -0
- data/sample-apps/rate-limits-redis-sample-app/.env +0 -3
- 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/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/config.ru +0 -5
- data/sample-apps/rate-limits-redis-sample-app/db/development.sqlite3 +0 -0
- 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/log/development.log +0 -3655
- 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/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt +0 -1
- data/sample-apps/rate-limits-redis-sample-app/tmp/restart.txt +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/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/config.ru +0 -5
- 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 +0 -4
- 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 -23
- 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/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/config.ru +0 -5
- data/sample-apps/search-result-paging-app/db/development.sqlite3 +0 -0
- 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/log/development.log +0 -2187
- 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/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -7
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache +0 -0
- data/sample-apps/search-result-paging-app/tmp/development_secret.txt +0 -1
- data/sample-apps/search-result-paging-app/tmp/restart.txt +0 -0
- data/sample-apps/trello-integration-app/.env +0 -13
- 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/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/config.ru +0 -5
- 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/log/development.log +0 -9458
- 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/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache +0 -2
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache +0 -0
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache +0 -1
- data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache +0 -3
- data/sample-apps/trello-integration-app/tmp/development_secret.txt +0 -1
- data/sample-apps/trello-integration-app/tmp/restart.txt +0 -0
- data/sample-apps/webhooks-contacts-app/.env +0 -9
- 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 -39
- 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/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/config.ru +0 -5
- 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/log/development.log +0 -5020
- 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/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache +0 -2
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache +0 -0
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
- data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/development_secret.txt +0 -1
- data/sample-apps/webhooks-contacts-app/tmp/restart.txt +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
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubspot-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 10.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HubSpot
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: typhoeus
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 1.4.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 1.4.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: json
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,6 +44,20 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 2.1.0
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: require_all
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 3.0.0
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 3.0.0
|
47
61
|
- !ruby/object:Gem::Dependency
|
48
62
|
name: rspec
|
49
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -165,25 +179,19 @@ dependencies:
|
|
165
179
|
- !ruby/object:Gem::Version
|
166
180
|
version: 0.2.16
|
167
181
|
- !ruby/object:Gem::Dependency
|
168
|
-
name:
|
182
|
+
name: rake-release
|
169
183
|
requirement: !ruby/object:Gem::Requirement
|
170
184
|
requirements:
|
171
|
-
- - "~>"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '0.2'
|
174
185
|
- - ">="
|
175
186
|
- !ruby/object:Gem::Version
|
176
|
-
version: 0
|
187
|
+
version: '0'
|
177
188
|
type: :development
|
178
189
|
prerelease: false
|
179
190
|
version_requirements: !ruby/object:Gem::Requirement
|
180
191
|
requirements:
|
181
|
-
- - "~>"
|
182
|
-
- !ruby/object:Gem::Version
|
183
|
-
version: '0.2'
|
184
192
|
- - ">="
|
185
193
|
- !ruby/object:Gem::Version
|
186
|
-
version: 0
|
194
|
+
version: '0'
|
187
195
|
description: HubSpot Ruby API client
|
188
196
|
email:
|
189
197
|
- ''
|
@@ -191,14 +199,46 @@ executables: []
|
|
191
199
|
extensions: []
|
192
200
|
extra_rdoc_files: []
|
193
201
|
files:
|
202
|
+
- ".github/CODEOWNERS"
|
194
203
|
- CHANGELOG.md
|
195
204
|
- Gemfile
|
196
205
|
- Gemfile.lock
|
206
|
+
- LICENSE
|
197
207
|
- README.md
|
198
208
|
- Rakefile
|
199
209
|
- git_push.sh
|
200
210
|
- hubspot-api-client.gemspec
|
201
211
|
- lib/hubspot-api-client.rb
|
212
|
+
- lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
|
213
|
+
- lib/hubspot/codegen/automation/actions/api/definitions_api.rb
|
214
|
+
- lib/hubspot/codegen/automation/actions/api/functions_api.rb
|
215
|
+
- lib/hubspot/codegen/automation/actions/api/revisions_api.rb
|
216
|
+
- lib/hubspot/codegen/automation/actions/api_client.rb
|
217
|
+
- lib/hubspot/codegen/automation/actions/api_error.rb
|
218
|
+
- lib/hubspot/codegen/automation/actions/configuration.rb
|
219
|
+
- lib/hubspot/codegen/automation/actions/models/action_function.rb
|
220
|
+
- lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb
|
221
|
+
- lib/hubspot/codegen/automation/actions/models/action_labels.rb
|
222
|
+
- lib/hubspot/codegen/automation/actions/models/action_revision.rb
|
223
|
+
- lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb
|
224
|
+
- lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb
|
225
|
+
- lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb
|
226
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb
|
227
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb
|
228
|
+
- lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb
|
229
|
+
- lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb
|
230
|
+
- lib/hubspot/codegen/automation/actions/models/error.rb
|
231
|
+
- lib/hubspot/codegen/automation/actions/models/error_detail.rb
|
232
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
|
233
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
|
234
|
+
- lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
|
235
|
+
- lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
|
236
|
+
- lib/hubspot/codegen/automation/actions/models/forward_paging.rb
|
237
|
+
- lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
|
238
|
+
- lib/hubspot/codegen/automation/actions/models/next_page.rb
|
239
|
+
- lib/hubspot/codegen/automation/actions/models/object_request_options.rb
|
240
|
+
- lib/hubspot/codegen/automation/actions/models/option.rb
|
241
|
+
- lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
|
202
242
|
- lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
|
203
243
|
- lib/hubspot/codegen/cms/audit-logs/api_client.rb
|
204
244
|
- lib/hubspot/codegen/cms/audit-logs/api_error.rb
|
@@ -209,6 +249,67 @@ files:
|
|
209
249
|
- lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
|
210
250
|
- lib/hubspot/codegen/cms/audit-logs/models/paging.rb
|
211
251
|
- lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
|
252
|
+
- lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb
|
253
|
+
- lib/hubspot/codegen/cms/blogs/authors/api_client.rb
|
254
|
+
- lib/hubspot/codegen/cms/blogs/authors/api_error.rb
|
255
|
+
- lib/hubspot/codegen/cms/blogs/authors/configuration.rb
|
256
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
|
257
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
|
258
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
|
259
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
|
260
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
|
261
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
|
262
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/error.rb
|
263
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
|
264
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
|
265
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
|
266
|
+
- lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
|
267
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb
|
268
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
|
269
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
|
270
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
|
271
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
|
272
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
|
273
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
|
274
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
|
275
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
|
276
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
|
277
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
|
278
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
|
279
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
|
280
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
|
281
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
|
282
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
|
283
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
|
284
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
|
285
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
|
286
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
|
287
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
|
288
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
|
289
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
|
290
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
|
291
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
|
292
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
|
293
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
|
294
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
|
295
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
|
296
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
|
297
|
+
- lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
|
298
|
+
- lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb
|
299
|
+
- lib/hubspot/codegen/cms/blogs/tags/api_client.rb
|
300
|
+
- lib/hubspot/codegen/cms/blogs/tags/api_error.rb
|
301
|
+
- lib/hubspot/codegen/cms/blogs/tags/configuration.rb
|
302
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
|
303
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
|
304
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
|
305
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
|
306
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
|
307
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/error.rb
|
308
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
|
309
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
|
310
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
|
311
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
|
312
|
+
- lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
|
212
313
|
- lib/hubspot/codegen/cms/domains/api/domains_api.rb
|
213
314
|
- lib/hubspot/codegen/cms/domains/api_client.rb
|
214
315
|
- lib/hubspot/codegen/cms/domains/api_error.rb
|
@@ -221,6 +322,35 @@ files:
|
|
221
322
|
- lib/hubspot/codegen/cms/domains/models/error_detail.rb
|
222
323
|
- lib/hubspot/codegen/cms/domains/models/next_page.rb
|
223
324
|
- lib/hubspot/codegen/cms/domains/models/paging.rb
|
325
|
+
- lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
|
326
|
+
- lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
|
327
|
+
- lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
|
328
|
+
- lib/hubspot/codegen/cms/hubdb/api_client.rb
|
329
|
+
- lib/hubspot/codegen/cms/hubdb/api_error.rb
|
330
|
+
- lib/hubspot/codegen/cms/hubdb/configuration.rb
|
331
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb
|
332
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
|
333
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
|
334
|
+
- lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
|
335
|
+
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
|
336
|
+
- lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
|
337
|
+
- lib/hubspot/codegen/cms/hubdb/models/column.rb
|
338
|
+
- lib/hubspot/codegen/cms/hubdb/models/column_input.rb
|
339
|
+
- lib/hubspot/codegen/cms/hubdb/models/error.rb
|
340
|
+
- lib/hubspot/codegen/cms/hubdb/models/error_detail.rb
|
341
|
+
- lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
|
342
|
+
- lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
|
343
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
|
344
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
|
345
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb
|
346
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
|
347
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb
|
348
|
+
- lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb
|
349
|
+
- lib/hubspot/codegen/cms/hubdb/models/import_result.rb
|
350
|
+
- lib/hubspot/codegen/cms/hubdb/models/next_page.rb
|
351
|
+
- lib/hubspot/codegen/cms/hubdb/models/option.rb
|
352
|
+
- lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
|
353
|
+
- lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
|
224
354
|
- lib/hubspot/codegen/cms/performance/api/default_api.rb
|
225
355
|
- lib/hubspot/codegen/cms/performance/api_client.rb
|
226
356
|
- lib/hubspot/codegen/cms/performance/api_error.rb
|
@@ -250,6 +380,14 @@ files:
|
|
250
380
|
- lib/hubspot/codegen/cms/url-redirects/models/paging.rb
|
251
381
|
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
|
252
382
|
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
|
383
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
|
384
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
|
385
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
|
386
|
+
- lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
|
387
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
|
388
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
|
389
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
|
390
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
|
253
391
|
- lib/hubspot/codegen/crm/associations/api/batch_api.rb
|
254
392
|
- lib/hubspot/codegen/crm/associations/api/types_api.rb
|
255
393
|
- lib/hubspot/codegen/crm/associations/api_client.rb
|
@@ -262,6 +400,7 @@ files:
|
|
262
400
|
- lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
|
263
401
|
- lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
|
264
402
|
- lib/hubspot/codegen/crm/associations/models/error.rb
|
403
|
+
- lib/hubspot/codegen/crm/associations/models/error_category.rb
|
265
404
|
- lib/hubspot/codegen/crm/associations/models/error_detail.rb
|
266
405
|
- lib/hubspot/codegen/crm/associations/models/next_page.rb
|
267
406
|
- lib/hubspot/codegen/crm/associations/models/paging.rb
|
@@ -269,6 +408,7 @@ files:
|
|
269
408
|
- lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
|
270
409
|
- lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
|
271
410
|
- lib/hubspot/codegen/crm/associations/models/public_object_id.rb
|
411
|
+
- lib/hubspot/codegen/crm/associations/models/standard_error.rb
|
272
412
|
- lib/hubspot/codegen/crm/companies/api/associations_api.rb
|
273
413
|
- lib/hubspot/codegen/crm/companies/api/basic_api.rb
|
274
414
|
- lib/hubspot/codegen/crm/companies/api/batch_api.rb
|
@@ -284,19 +424,25 @@ files:
|
|
284
424
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
|
285
425
|
- lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
|
286
426
|
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
|
287
|
-
- lib/hubspot/codegen/crm/companies/models/
|
288
|
-
- lib/hubspot/codegen/crm/companies/models/
|
427
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb
|
428
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
429
|
+
- lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
289
430
|
- lib/hubspot/codegen/crm/companies/models/error.rb
|
431
|
+
- lib/hubspot/codegen/crm/companies/models/error_category.rb
|
290
432
|
- lib/hubspot/codegen/crm/companies/models/error_detail.rb
|
291
433
|
- lib/hubspot/codegen/crm/companies/models/filter.rb
|
292
434
|
- lib/hubspot/codegen/crm/companies/models/filter_group.rb
|
435
|
+
- lib/hubspot/codegen/crm/companies/models/forward_paging.rb
|
293
436
|
- lib/hubspot/codegen/crm/companies/models/next_page.rb
|
294
437
|
- lib/hubspot/codegen/crm/companies/models/paging.rb
|
438
|
+
- lib/hubspot/codegen/crm/companies/models/previous_page.rb
|
295
439
|
- lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
|
296
440
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
|
297
441
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
|
298
442
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
|
299
443
|
- lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
|
444
|
+
- lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
|
445
|
+
- lib/hubspot/codegen/crm/companies/models/standard_error.rb
|
300
446
|
- lib/hubspot/codegen/crm/contacts/api/associations_api.rb
|
301
447
|
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
|
302
448
|
- lib/hubspot/codegen/crm/contacts/api/batch_api.rb
|
@@ -312,19 +458,25 @@ files:
|
|
312
458
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
|
313
459
|
- lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
|
314
460
|
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
|
315
|
-
- lib/hubspot/codegen/crm/contacts/models/
|
316
|
-
- lib/hubspot/codegen/crm/contacts/models/
|
461
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb
|
462
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
463
|
+
- lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
317
464
|
- lib/hubspot/codegen/crm/contacts/models/error.rb
|
465
|
+
- lib/hubspot/codegen/crm/contacts/models/error_category.rb
|
318
466
|
- lib/hubspot/codegen/crm/contacts/models/error_detail.rb
|
319
467
|
- lib/hubspot/codegen/crm/contacts/models/filter.rb
|
320
468
|
- lib/hubspot/codegen/crm/contacts/models/filter_group.rb
|
469
|
+
- lib/hubspot/codegen/crm/contacts/models/forward_paging.rb
|
321
470
|
- lib/hubspot/codegen/crm/contacts/models/next_page.rb
|
322
471
|
- lib/hubspot/codegen/crm/contacts/models/paging.rb
|
472
|
+
- lib/hubspot/codegen/crm/contacts/models/previous_page.rb
|
323
473
|
- lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
|
324
474
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
|
325
475
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
|
326
476
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
|
327
477
|
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
|
478
|
+
- lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
|
479
|
+
- lib/hubspot/codegen/crm/contacts/models/standard_error.rb
|
328
480
|
- lib/hubspot/codegen/crm/deals/api/associations_api.rb
|
329
481
|
- lib/hubspot/codegen/crm/deals/api/basic_api.rb
|
330
482
|
- lib/hubspot/codegen/crm/deals/api/batch_api.rb
|
@@ -340,19 +492,78 @@ files:
|
|
340
492
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
|
341
493
|
- lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
|
342
494
|
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
|
343
|
-
- lib/hubspot/codegen/crm/deals/models/
|
344
|
-
- lib/hubspot/codegen/crm/deals/models/
|
495
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb
|
496
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
497
|
+
- lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
345
498
|
- lib/hubspot/codegen/crm/deals/models/error.rb
|
499
|
+
- lib/hubspot/codegen/crm/deals/models/error_category.rb
|
346
500
|
- lib/hubspot/codegen/crm/deals/models/error_detail.rb
|
347
501
|
- lib/hubspot/codegen/crm/deals/models/filter.rb
|
348
502
|
- lib/hubspot/codegen/crm/deals/models/filter_group.rb
|
503
|
+
- lib/hubspot/codegen/crm/deals/models/forward_paging.rb
|
349
504
|
- lib/hubspot/codegen/crm/deals/models/next_page.rb
|
350
505
|
- lib/hubspot/codegen/crm/deals/models/paging.rb
|
506
|
+
- lib/hubspot/codegen/crm/deals/models/previous_page.rb
|
351
507
|
- lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
|
352
508
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
|
353
509
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
|
354
510
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
|
355
511
|
- lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
|
512
|
+
- lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
|
513
|
+
- lib/hubspot/codegen/crm/deals/models/standard_error.rb
|
514
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
|
515
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
|
516
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
|
517
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb
|
518
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb
|
519
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api_client.rb
|
520
|
+
- lib/hubspot/codegen/crm/extensions/accounting/api_error.rb
|
521
|
+
- lib/hubspot/codegen/crm/extensions/accounting/configuration.rb
|
522
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb
|
523
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb
|
524
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb
|
525
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb
|
526
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb
|
527
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb
|
528
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb
|
529
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/address.rb
|
530
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb
|
531
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb
|
532
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb
|
533
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb
|
534
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/error.rb
|
535
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb
|
536
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb
|
537
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb
|
538
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb
|
539
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb
|
540
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb
|
541
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb
|
542
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb
|
543
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb
|
544
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb
|
545
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb
|
546
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/product.rb
|
547
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb
|
548
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb
|
549
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb
|
550
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb
|
551
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb
|
552
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb
|
553
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb
|
554
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb
|
555
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
|
556
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
|
557
|
+
- lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
|
558
|
+
- lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
|
559
|
+
- lib/hubspot/codegen/crm/extensions/calling/api_client.rb
|
560
|
+
- lib/hubspot/codegen/crm/extensions/calling/api_error.rb
|
561
|
+
- lib/hubspot/codegen/crm/extensions/calling/configuration.rb
|
562
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/error.rb
|
563
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
|
564
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb
|
565
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb
|
566
|
+
- lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb
|
356
567
|
- lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
|
357
568
|
- lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb
|
358
569
|
- lib/hubspot/codegen/crm/extensions/cards/api_client.rb
|
@@ -378,16 +589,29 @@ files:
|
|
378
589
|
- lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
|
379
590
|
- lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
|
380
591
|
- lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
|
592
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb
|
593
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb
|
594
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb
|
595
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb
|
596
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb
|
597
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb
|
598
|
+
- lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb
|
381
599
|
- lib/hubspot/codegen/crm/imports/api/core_api.rb
|
600
|
+
- lib/hubspot/codegen/crm/imports/api/default_api.rb
|
382
601
|
- lib/hubspot/codegen/crm/imports/api_client.rb
|
383
602
|
- lib/hubspot/codegen/crm/imports/api_error.rb
|
384
603
|
- lib/hubspot/codegen/crm/imports/configuration.rb
|
385
604
|
- lib/hubspot/codegen/crm/imports/models/action_response.rb
|
605
|
+
- lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb
|
386
606
|
- lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb
|
387
607
|
- lib/hubspot/codegen/crm/imports/models/error.rb
|
388
608
|
- lib/hubspot/codegen/crm/imports/models/error_detail.rb
|
609
|
+
- lib/hubspot/codegen/crm/imports/models/forward_paging.rb
|
610
|
+
- lib/hubspot/codegen/crm/imports/models/import_row_core.rb
|
389
611
|
- lib/hubspot/codegen/crm/imports/models/next_page.rb
|
390
612
|
- lib/hubspot/codegen/crm/imports/models/paging.rb
|
613
|
+
- lib/hubspot/codegen/crm/imports/models/previous_page.rb
|
614
|
+
- lib/hubspot/codegen/crm/imports/models/public_import_error.rb
|
391
615
|
- lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
|
392
616
|
- lib/hubspot/codegen/crm/imports/models/public_import_response.rb
|
393
617
|
- lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
|
@@ -406,28 +630,102 @@ files:
|
|
406
630
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
|
407
631
|
- lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
|
408
632
|
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
|
409
|
-
- lib/hubspot/codegen/crm/line_items/models/
|
410
|
-
- lib/hubspot/codegen/crm/line_items/models/
|
633
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb
|
634
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
635
|
+
- lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
411
636
|
- lib/hubspot/codegen/crm/line_items/models/error.rb
|
637
|
+
- lib/hubspot/codegen/crm/line_items/models/error_category.rb
|
412
638
|
- lib/hubspot/codegen/crm/line_items/models/error_detail.rb
|
413
639
|
- lib/hubspot/codegen/crm/line_items/models/filter.rb
|
414
640
|
- lib/hubspot/codegen/crm/line_items/models/filter_group.rb
|
641
|
+
- lib/hubspot/codegen/crm/line_items/models/forward_paging.rb
|
415
642
|
- lib/hubspot/codegen/crm/line_items/models/next_page.rb
|
416
643
|
- lib/hubspot/codegen/crm/line_items/models/paging.rb
|
644
|
+
- lib/hubspot/codegen/crm/line_items/models/previous_page.rb
|
417
645
|
- lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
|
418
646
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
|
419
647
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
|
420
648
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
|
421
649
|
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
|
650
|
+
- lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
|
651
|
+
- lib/hubspot/codegen/crm/line_items/models/standard_error.rb
|
652
|
+
- lib/hubspot/codegen/crm/objects/api/associations_api.rb
|
653
|
+
- lib/hubspot/codegen/crm/objects/api/basic_api.rb
|
654
|
+
- lib/hubspot/codegen/crm/objects/api/batch_api.rb
|
655
|
+
- lib/hubspot/codegen/crm/objects/api/search_api.rb
|
656
|
+
- lib/hubspot/codegen/crm/objects/api_client.rb
|
657
|
+
- lib/hubspot/codegen/crm/objects/api_error.rb
|
658
|
+
- lib/hubspot/codegen/crm/objects/configuration.rb
|
659
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb
|
660
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
|
661
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
|
662
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
|
663
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
|
664
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
|
665
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
|
666
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
|
667
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
|
668
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
|
669
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb
|
670
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
|
671
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
|
672
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
|
673
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
|
674
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb
|
675
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
676
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
677
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
|
678
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb
|
679
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb
|
680
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb
|
681
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb
|
682
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb
|
683
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
|
684
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
|
685
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
|
686
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
|
687
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
|
688
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
|
689
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
|
690
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
|
691
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb
|
692
|
+
- lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
|
693
|
+
- lib/hubspot/codegen/crm/objects/models/associated_id.rb
|
694
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
|
695
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
|
696
|
+
- lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
|
697
|
+
- lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
|
698
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
|
699
|
+
- lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
|
700
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
|
701
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb
|
702
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
703
|
+
- lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
704
|
+
- lib/hubspot/codegen/crm/objects/models/error.rb
|
705
|
+
- lib/hubspot/codegen/crm/objects/models/error_category.rb
|
706
|
+
- lib/hubspot/codegen/crm/objects/models/error_detail.rb
|
707
|
+
- lib/hubspot/codegen/crm/objects/models/filter.rb
|
708
|
+
- lib/hubspot/codegen/crm/objects/models/filter_group.rb
|
709
|
+
- lib/hubspot/codegen/crm/objects/models/forward_paging.rb
|
710
|
+
- lib/hubspot/codegen/crm/objects/models/next_page.rb
|
711
|
+
- lib/hubspot/codegen/crm/objects/models/paging.rb
|
712
|
+
- lib/hubspot/codegen/crm/objects/models/previous_page.rb
|
713
|
+
- lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
|
714
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
|
715
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
|
716
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
|
717
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
|
718
|
+
- lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
|
719
|
+
- lib/hubspot/codegen/crm/objects/models/standard_error.rb
|
422
720
|
- lib/hubspot/codegen/crm/owners/api/default_api.rb
|
423
721
|
- lib/hubspot/codegen/crm/owners/api_client.rb
|
424
722
|
- lib/hubspot/codegen/crm/owners/api_error.rb
|
425
723
|
- lib/hubspot/codegen/crm/owners/configuration.rb
|
426
|
-
- lib/hubspot/codegen/crm/owners/models/
|
724
|
+
- lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb
|
427
725
|
- lib/hubspot/codegen/crm/owners/models/error.rb
|
428
726
|
- lib/hubspot/codegen/crm/owners/models/error_detail.rb
|
727
|
+
- lib/hubspot/codegen/crm/owners/models/forward_paging.rb
|
429
728
|
- lib/hubspot/codegen/crm/owners/models/next_page.rb
|
430
|
-
- lib/hubspot/codegen/crm/owners/models/paging.rb
|
431
729
|
- lib/hubspot/codegen/crm/owners/models/public_owner.rb
|
432
730
|
- lib/hubspot/codegen/crm/owners/models/public_team.rb
|
433
731
|
- lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
|
@@ -462,19 +760,25 @@ files:
|
|
462
760
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
|
463
761
|
- lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
|
464
762
|
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
|
465
|
-
- lib/hubspot/codegen/crm/products/models/
|
466
|
-
- lib/hubspot/codegen/crm/products/models/
|
763
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb
|
764
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
765
|
+
- lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
467
766
|
- lib/hubspot/codegen/crm/products/models/error.rb
|
767
|
+
- lib/hubspot/codegen/crm/products/models/error_category.rb
|
468
768
|
- lib/hubspot/codegen/crm/products/models/error_detail.rb
|
469
769
|
- lib/hubspot/codegen/crm/products/models/filter.rb
|
470
770
|
- lib/hubspot/codegen/crm/products/models/filter_group.rb
|
771
|
+
- lib/hubspot/codegen/crm/products/models/forward_paging.rb
|
471
772
|
- lib/hubspot/codegen/crm/products/models/next_page.rb
|
472
773
|
- lib/hubspot/codegen/crm/products/models/paging.rb
|
774
|
+
- lib/hubspot/codegen/crm/products/models/previous_page.rb
|
473
775
|
- lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
|
474
776
|
- lib/hubspot/codegen/crm/products/models/simple_public_object.rb
|
475
777
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
|
476
778
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
|
477
779
|
- lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
|
780
|
+
- lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
|
781
|
+
- lib/hubspot/codegen/crm/products/models/standard_error.rb
|
478
782
|
- lib/hubspot/codegen/crm/properties/api/batch_api.rb
|
479
783
|
- lib/hubspot/codegen/crm/properties/api/core_api.rb
|
480
784
|
- lib/hubspot/codegen/crm/properties/api/groups_api.rb
|
@@ -488,6 +792,7 @@ files:
|
|
488
792
|
- lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
|
489
793
|
- lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
|
490
794
|
- lib/hubspot/codegen/crm/properties/models/error.rb
|
795
|
+
- lib/hubspot/codegen/crm/properties/models/error_category.rb
|
491
796
|
- lib/hubspot/codegen/crm/properties/models/error_detail.rb
|
492
797
|
- lib/hubspot/codegen/crm/properties/models/next_page.rb
|
493
798
|
- lib/hubspot/codegen/crm/properties/models/option.rb
|
@@ -501,10 +806,10 @@ files:
|
|
501
806
|
- lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
|
502
807
|
- lib/hubspot/codegen/crm/properties/models/property_name.rb
|
503
808
|
- lib/hubspot/codegen/crm/properties/models/property_update.rb
|
809
|
+
- lib/hubspot/codegen/crm/properties/models/standard_error.rb
|
504
810
|
- lib/hubspot/codegen/crm/quotes/api/associations_api.rb
|
505
811
|
- lib/hubspot/codegen/crm/quotes/api/basic_api.rb
|
506
812
|
- lib/hubspot/codegen/crm/quotes/api/batch_api.rb
|
507
|
-
- lib/hubspot/codegen/crm/quotes/api/default_api.rb
|
508
813
|
- lib/hubspot/codegen/crm/quotes/api/search_api.rb
|
509
814
|
- lib/hubspot/codegen/crm/quotes/api_client.rb
|
510
815
|
- lib/hubspot/codegen/crm/quotes/api_error.rb
|
@@ -517,19 +822,45 @@ files:
|
|
517
822
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
|
518
823
|
- lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
|
519
824
|
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
|
520
|
-
- lib/hubspot/codegen/crm/quotes/models/
|
521
|
-
- lib/hubspot/codegen/crm/quotes/models/
|
825
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb
|
826
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
827
|
+
- lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
522
828
|
- lib/hubspot/codegen/crm/quotes/models/error.rb
|
829
|
+
- lib/hubspot/codegen/crm/quotes/models/error_category.rb
|
523
830
|
- lib/hubspot/codegen/crm/quotes/models/error_detail.rb
|
524
831
|
- lib/hubspot/codegen/crm/quotes/models/filter.rb
|
525
832
|
- lib/hubspot/codegen/crm/quotes/models/filter_group.rb
|
833
|
+
- lib/hubspot/codegen/crm/quotes/models/forward_paging.rb
|
526
834
|
- lib/hubspot/codegen/crm/quotes/models/next_page.rb
|
527
835
|
- lib/hubspot/codegen/crm/quotes/models/paging.rb
|
836
|
+
- lib/hubspot/codegen/crm/quotes/models/previous_page.rb
|
528
837
|
- lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
|
529
838
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
|
530
839
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
|
531
840
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
|
532
841
|
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
|
842
|
+
- lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
|
843
|
+
- lib/hubspot/codegen/crm/quotes/models/standard_error.rb
|
844
|
+
- lib/hubspot/codegen/crm/schemas/api/core_api.rb
|
845
|
+
- lib/hubspot/codegen/crm/schemas/api/default_api.rb
|
846
|
+
- lib/hubspot/codegen/crm/schemas/api_client.rb
|
847
|
+
- lib/hubspot/codegen/crm/schemas/api_error.rb
|
848
|
+
- lib/hubspot/codegen/crm/schemas/configuration.rb
|
849
|
+
- lib/hubspot/codegen/crm/schemas/models/association_definition.rb
|
850
|
+
- lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb
|
851
|
+
- lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb
|
852
|
+
- lib/hubspot/codegen/crm/schemas/models/error.rb
|
853
|
+
- lib/hubspot/codegen/crm/schemas/models/error_detail.rb
|
854
|
+
- lib/hubspot/codegen/crm/schemas/models/object_schema.rb
|
855
|
+
- lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb
|
856
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb
|
857
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb
|
858
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb
|
859
|
+
- lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb
|
860
|
+
- lib/hubspot/codegen/crm/schemas/models/option.rb
|
861
|
+
- lib/hubspot/codegen/crm/schemas/models/option_input.rb
|
862
|
+
- lib/hubspot/codegen/crm/schemas/models/property.rb
|
863
|
+
- lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
|
533
864
|
- lib/hubspot/codegen/crm/tickets/api/associations_api.rb
|
534
865
|
- lib/hubspot/codegen/crm/tickets/api/basic_api.rb
|
535
866
|
- lib/hubspot/codegen/crm/tickets/api/batch_api.rb
|
@@ -545,19 +876,25 @@ files:
|
|
545
876
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
|
546
877
|
- lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
|
547
878
|
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
|
548
|
-
- lib/hubspot/codegen/crm/tickets/models/
|
549
|
-
- lib/hubspot/codegen/crm/tickets/models/
|
879
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb
|
880
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
|
881
|
+
- lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
|
550
882
|
- lib/hubspot/codegen/crm/tickets/models/error.rb
|
883
|
+
- lib/hubspot/codegen/crm/tickets/models/error_category.rb
|
551
884
|
- lib/hubspot/codegen/crm/tickets/models/error_detail.rb
|
552
885
|
- lib/hubspot/codegen/crm/tickets/models/filter.rb
|
553
886
|
- lib/hubspot/codegen/crm/tickets/models/filter_group.rb
|
887
|
+
- lib/hubspot/codegen/crm/tickets/models/forward_paging.rb
|
554
888
|
- lib/hubspot/codegen/crm/tickets/models/next_page.rb
|
555
889
|
- lib/hubspot/codegen/crm/tickets/models/paging.rb
|
890
|
+
- lib/hubspot/codegen/crm/tickets/models/previous_page.rb
|
556
891
|
- lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
|
557
892
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
|
558
893
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
|
559
894
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
|
560
895
|
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
|
896
|
+
- lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
|
897
|
+
- lib/hubspot/codegen/crm/tickets/models/standard_error.rb
|
561
898
|
- lib/hubspot/codegen/crm/timeline/api/events_api.rb
|
562
899
|
- lib/hubspot/codegen/crm/timeline/api/templates_api.rb
|
563
900
|
- lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
|
@@ -566,12 +903,16 @@ files:
|
|
566
903
|
- lib/hubspot/codegen/crm/timeline/configuration.rb
|
567
904
|
- lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
|
568
905
|
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
|
906
|
+
- lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
|
569
907
|
- lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
|
570
908
|
- lib/hubspot/codegen/crm/timeline/models/error.rb
|
909
|
+
- lib/hubspot/codegen/crm/timeline/models/error_category.rb
|
571
910
|
- lib/hubspot/codegen/crm/timeline/models/error_detail.rb
|
572
911
|
- lib/hubspot/codegen/crm/timeline/models/event_detail.rb
|
573
912
|
- lib/hubspot/codegen/crm/timeline/models/next_page.rb
|
574
913
|
- lib/hubspot/codegen/crm/timeline/models/paging.rb
|
914
|
+
- lib/hubspot/codegen/crm/timeline/models/previous_page.rb
|
915
|
+
- lib/hubspot/codegen/crm/timeline/models/standard_error.rb
|
575
916
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
|
576
917
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
|
577
918
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb
|
@@ -581,6 +922,56 @@ files:
|
|
581
922
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb
|
582
923
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
|
583
924
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb
|
925
|
+
- lib/hubspot/codegen/events/api/events_api.rb
|
926
|
+
- lib/hubspot/codegen/events/api_client.rb
|
927
|
+
- lib/hubspot/codegen/events/api_error.rb
|
928
|
+
- lib/hubspot/codegen/events/configuration.rb
|
929
|
+
- lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb
|
930
|
+
- lib/hubspot/codegen/events/models/error.rb
|
931
|
+
- lib/hubspot/codegen/events/models/error_detail.rb
|
932
|
+
- lib/hubspot/codegen/events/models/external_unified_event.rb
|
933
|
+
- lib/hubspot/codegen/events/models/next_page.rb
|
934
|
+
- lib/hubspot/codegen/events/models/paging.rb
|
935
|
+
- lib/hubspot/codegen/files/files/api/files_api.rb
|
936
|
+
- lib/hubspot/codegen/files/files/api/folders_api.rb
|
937
|
+
- lib/hubspot/codegen/files/files/api_client.rb
|
938
|
+
- lib/hubspot/codegen/files/files/api_error.rb
|
939
|
+
- lib/hubspot/codegen/files/files/configuration.rb
|
940
|
+
- lib/hubspot/codegen/files/files/models/collection_response_file.rb
|
941
|
+
- lib/hubspot/codegen/files/files/models/collection_response_folder.rb
|
942
|
+
- lib/hubspot/codegen/files/files/models/error.rb
|
943
|
+
- lib/hubspot/codegen/files/files/models/error_category.rb
|
944
|
+
- lib/hubspot/codegen/files/files/models/error_detail.rb
|
945
|
+
- lib/hubspot/codegen/files/files/models/file_action_response.rb
|
946
|
+
- lib/hubspot/codegen/files/files/models/file_update_input.rb
|
947
|
+
- lib/hubspot/codegen/files/files/models/folder.rb
|
948
|
+
- lib/hubspot/codegen/files/files/models/folder_action_response.rb
|
949
|
+
- lib/hubspot/codegen/files/files/models/folder_input.rb
|
950
|
+
- lib/hubspot/codegen/files/files/models/folder_update_input.rb
|
951
|
+
- lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb
|
952
|
+
- lib/hubspot/codegen/files/files/models/hubspot_file.rb
|
953
|
+
- lib/hubspot/codegen/files/files/models/import_from_url_input.rb
|
954
|
+
- lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb
|
955
|
+
- lib/hubspot/codegen/files/files/models/next_page.rb
|
956
|
+
- lib/hubspot/codegen/files/files/models/paging.rb
|
957
|
+
- lib/hubspot/codegen/files/files/models/previous_page.rb
|
958
|
+
- lib/hubspot/codegen/files/files/models/signed_url.rb
|
959
|
+
- lib/hubspot/codegen/files/files/models/standard_error.rb
|
960
|
+
- lib/hubspot/codegen/marketing/transactional/api/default_api.rb
|
961
|
+
- lib/hubspot/codegen/marketing/transactional/api_client.rb
|
962
|
+
- lib/hubspot/codegen/marketing/transactional/api_error.rb
|
963
|
+
- lib/hubspot/codegen/marketing/transactional/configuration.rb
|
964
|
+
- lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb
|
965
|
+
- lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb
|
966
|
+
- lib/hubspot/codegen/marketing/transactional/models/error.rb
|
967
|
+
- lib/hubspot/codegen/marketing/transactional/models/error_detail.rb
|
968
|
+
- lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb
|
969
|
+
- lib/hubspot/codegen/marketing/transactional/models/next_page.rb
|
970
|
+
- lib/hubspot/codegen/marketing/transactional/models/paging.rb
|
971
|
+
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb
|
972
|
+
- lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb
|
973
|
+
- lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb
|
974
|
+
- lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb
|
584
975
|
- lib/hubspot/codegen/oauth/api/default_api.rb
|
585
976
|
- lib/hubspot/codegen/oauth/api_client.rb
|
586
977
|
- lib/hubspot/codegen/oauth/api_error.rb
|
@@ -599,9 +990,11 @@ files:
|
|
599
990
|
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
|
600
991
|
- lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
|
601
992
|
- lib/hubspot/codegen/webhooks/models/error.rb
|
993
|
+
- lib/hubspot/codegen/webhooks/models/error_category.rb
|
602
994
|
- lib/hubspot/codegen/webhooks/models/error_detail.rb
|
603
995
|
- lib/hubspot/codegen/webhooks/models/settings_change_request.rb
|
604
996
|
- lib/hubspot/codegen/webhooks/models/settings_response.rb
|
997
|
+
- lib/hubspot/codegen/webhooks/models/standard_error.rb
|
605
998
|
- lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb
|
606
999
|
- lib/hubspot/codegen/webhooks/models/subscription_create_request.rb
|
607
1000
|
- lib/hubspot/codegen/webhooks/models/subscription_list_response.rb
|
@@ -614,1763 +1007,778 @@ files:
|
|
614
1007
|
- lib/hubspot/helpers/webhooks_helper.rb
|
615
1008
|
- lib/hubspot/oauth_helper.rb
|
616
1009
|
- lib/hubspot/version.rb
|
617
|
-
-
|
618
|
-
-
|
619
|
-
-
|
620
|
-
-
|
621
|
-
-
|
622
|
-
-
|
623
|
-
-
|
624
|
-
-
|
625
|
-
-
|
626
|
-
-
|
627
|
-
-
|
628
|
-
-
|
629
|
-
-
|
630
|
-
-
|
631
|
-
-
|
632
|
-
-
|
633
|
-
-
|
634
|
-
-
|
635
|
-
-
|
636
|
-
-
|
637
|
-
-
|
638
|
-
-
|
639
|
-
-
|
640
|
-
-
|
641
|
-
-
|
642
|
-
-
|
643
|
-
-
|
644
|
-
-
|
645
|
-
-
|
646
|
-
-
|
647
|
-
-
|
648
|
-
-
|
649
|
-
-
|
650
|
-
-
|
651
|
-
-
|
652
|
-
-
|
653
|
-
-
|
654
|
-
-
|
655
|
-
-
|
656
|
-
-
|
657
|
-
-
|
658
|
-
-
|
659
|
-
-
|
660
|
-
-
|
661
|
-
-
|
662
|
-
-
|
663
|
-
-
|
664
|
-
-
|
665
|
-
-
|
666
|
-
-
|
667
|
-
-
|
668
|
-
-
|
669
|
-
-
|
670
|
-
-
|
671
|
-
-
|
672
|
-
-
|
673
|
-
-
|
674
|
-
-
|
675
|
-
-
|
676
|
-
-
|
677
|
-
-
|
678
|
-
-
|
679
|
-
-
|
680
|
-
-
|
681
|
-
-
|
682
|
-
-
|
683
|
-
-
|
684
|
-
-
|
685
|
-
-
|
686
|
-
-
|
687
|
-
-
|
688
|
-
-
|
689
|
-
-
|
690
|
-
-
|
691
|
-
-
|
692
|
-
-
|
693
|
-
-
|
694
|
-
-
|
695
|
-
-
|
696
|
-
-
|
697
|
-
-
|
698
|
-
-
|
699
|
-
-
|
700
|
-
-
|
701
|
-
-
|
702
|
-
-
|
703
|
-
-
|
704
|
-
-
|
705
|
-
-
|
706
|
-
-
|
707
|
-
-
|
708
|
-
-
|
709
|
-
-
|
710
|
-
-
|
711
|
-
-
|
712
|
-
-
|
713
|
-
-
|
714
|
-
-
|
715
|
-
-
|
716
|
-
-
|
717
|
-
-
|
718
|
-
-
|
719
|
-
-
|
720
|
-
-
|
721
|
-
-
|
722
|
-
-
|
723
|
-
-
|
724
|
-
-
|
725
|
-
-
|
726
|
-
-
|
727
|
-
-
|
728
|
-
-
|
729
|
-
-
|
730
|
-
-
|
731
|
-
-
|
732
|
-
-
|
733
|
-
-
|
734
|
-
-
|
735
|
-
-
|
736
|
-
-
|
737
|
-
-
|
738
|
-
-
|
739
|
-
-
|
740
|
-
-
|
741
|
-
-
|
742
|
-
-
|
743
|
-
-
|
744
|
-
-
|
745
|
-
-
|
746
|
-
-
|
747
|
-
-
|
748
|
-
-
|
749
|
-
-
|
750
|
-
-
|
751
|
-
-
|
752
|
-
-
|
753
|
-
-
|
754
|
-
-
|
755
|
-
-
|
756
|
-
-
|
757
|
-
-
|
758
|
-
-
|
759
|
-
-
|
760
|
-
-
|
761
|
-
-
|
762
|
-
-
|
763
|
-
-
|
764
|
-
-
|
765
|
-
-
|
766
|
-
-
|
767
|
-
-
|
768
|
-
-
|
769
|
-
-
|
770
|
-
-
|
771
|
-
-
|
772
|
-
-
|
773
|
-
-
|
774
|
-
-
|
775
|
-
-
|
776
|
-
-
|
777
|
-
-
|
778
|
-
-
|
779
|
-
-
|
780
|
-
-
|
781
|
-
-
|
782
|
-
-
|
783
|
-
-
|
784
|
-
-
|
785
|
-
-
|
786
|
-
-
|
787
|
-
-
|
788
|
-
-
|
789
|
-
-
|
790
|
-
-
|
791
|
-
-
|
792
|
-
-
|
793
|
-
-
|
794
|
-
-
|
795
|
-
-
|
796
|
-
-
|
797
|
-
-
|
798
|
-
-
|
799
|
-
-
|
800
|
-
-
|
801
|
-
-
|
802
|
-
-
|
803
|
-
-
|
804
|
-
-
|
805
|
-
-
|
806
|
-
-
|
807
|
-
-
|
808
|
-
-
|
809
|
-
-
|
810
|
-
-
|
811
|
-
-
|
812
|
-
-
|
813
|
-
-
|
814
|
-
-
|
815
|
-
-
|
816
|
-
-
|
817
|
-
-
|
818
|
-
-
|
819
|
-
-
|
820
|
-
-
|
821
|
-
-
|
822
|
-
-
|
823
|
-
-
|
824
|
-
-
|
825
|
-
-
|
826
|
-
-
|
827
|
-
-
|
828
|
-
-
|
829
|
-
-
|
830
|
-
-
|
831
|
-
-
|
832
|
-
-
|
833
|
-
-
|
834
|
-
-
|
835
|
-
-
|
836
|
-
-
|
837
|
-
-
|
838
|
-
-
|
839
|
-
-
|
840
|
-
-
|
841
|
-
-
|
842
|
-
-
|
843
|
-
-
|
844
|
-
-
|
845
|
-
-
|
846
|
-
-
|
847
|
-
-
|
848
|
-
-
|
849
|
-
-
|
850
|
-
-
|
851
|
-
-
|
852
|
-
-
|
853
|
-
-
|
854
|
-
-
|
855
|
-
-
|
856
|
-
-
|
857
|
-
-
|
858
|
-
-
|
859
|
-
-
|
860
|
-
-
|
861
|
-
-
|
862
|
-
-
|
863
|
-
-
|
864
|
-
-
|
865
|
-
-
|
866
|
-
-
|
867
|
-
-
|
868
|
-
-
|
869
|
-
-
|
870
|
-
-
|
871
|
-
-
|
872
|
-
-
|
873
|
-
-
|
874
|
-
-
|
875
|
-
-
|
876
|
-
-
|
877
|
-
-
|
878
|
-
-
|
879
|
-
-
|
880
|
-
-
|
881
|
-
-
|
882
|
-
-
|
883
|
-
-
|
884
|
-
-
|
885
|
-
-
|
886
|
-
-
|
887
|
-
-
|
888
|
-
-
|
889
|
-
-
|
890
|
-
-
|
891
|
-
-
|
892
|
-
-
|
893
|
-
-
|
894
|
-
-
|
895
|
-
-
|
896
|
-
-
|
897
|
-
-
|
898
|
-
-
|
899
|
-
-
|
900
|
-
-
|
901
|
-
-
|
902
|
-
-
|
903
|
-
-
|
904
|
-
-
|
905
|
-
-
|
906
|
-
-
|
907
|
-
-
|
908
|
-
-
|
909
|
-
-
|
910
|
-
-
|
911
|
-
-
|
912
|
-
-
|
913
|
-
-
|
914
|
-
-
|
915
|
-
-
|
916
|
-
-
|
917
|
-
-
|
918
|
-
-
|
919
|
-
-
|
920
|
-
-
|
921
|
-
-
|
922
|
-
-
|
923
|
-
-
|
924
|
-
-
|
925
|
-
-
|
926
|
-
-
|
927
|
-
-
|
928
|
-
-
|
929
|
-
-
|
930
|
-
-
|
931
|
-
-
|
932
|
-
-
|
933
|
-
-
|
934
|
-
-
|
935
|
-
-
|
936
|
-
-
|
937
|
-
-
|
938
|
-
-
|
939
|
-
-
|
940
|
-
-
|
941
|
-
-
|
942
|
-
-
|
943
|
-
-
|
944
|
-
-
|
945
|
-
-
|
946
|
-
-
|
947
|
-
-
|
948
|
-
-
|
949
|
-
-
|
950
|
-
-
|
951
|
-
-
|
952
|
-
-
|
953
|
-
-
|
954
|
-
-
|
955
|
-
-
|
956
|
-
-
|
957
|
-
-
|
958
|
-
-
|
959
|
-
-
|
960
|
-
-
|
961
|
-
-
|
962
|
-
-
|
963
|
-
-
|
964
|
-
-
|
965
|
-
-
|
966
|
-
-
|
967
|
-
-
|
968
|
-
-
|
969
|
-
-
|
970
|
-
-
|
971
|
-
-
|
972
|
-
-
|
973
|
-
-
|
974
|
-
-
|
975
|
-
-
|
976
|
-
-
|
977
|
-
-
|
978
|
-
-
|
979
|
-
-
|
980
|
-
-
|
981
|
-
-
|
982
|
-
-
|
983
|
-
-
|
984
|
-
-
|
985
|
-
-
|
986
|
-
-
|
987
|
-
-
|
988
|
-
-
|
989
|
-
-
|
990
|
-
-
|
991
|
-
-
|
992
|
-
-
|
993
|
-
-
|
994
|
-
-
|
995
|
-
-
|
996
|
-
-
|
997
|
-
-
|
998
|
-
-
|
999
|
-
-
|
1000
|
-
-
|
1001
|
-
-
|
1002
|
-
-
|
1003
|
-
-
|
1004
|
-
-
|
1005
|
-
-
|
1006
|
-
-
|
1007
|
-
-
|
1008
|
-
-
|
1009
|
-
-
|
1010
|
-
-
|
1011
|
-
-
|
1012
|
-
-
|
1013
|
-
-
|
1014
|
-
-
|
1015
|
-
-
|
1016
|
-
-
|
1017
|
-
-
|
1018
|
-
-
|
1019
|
-
-
|
1020
|
-
-
|
1021
|
-
-
|
1022
|
-
-
|
1023
|
-
-
|
1024
|
-
-
|
1025
|
-
-
|
1026
|
-
-
|
1027
|
-
-
|
1028
|
-
-
|
1029
|
-
-
|
1030
|
-
-
|
1031
|
-
-
|
1032
|
-
-
|
1033
|
-
-
|
1034
|
-
-
|
1035
|
-
-
|
1036
|
-
-
|
1037
|
-
-
|
1038
|
-
-
|
1039
|
-
-
|
1040
|
-
-
|
1041
|
-
-
|
1042
|
-
-
|
1043
|
-
-
|
1044
|
-
-
|
1045
|
-
-
|
1046
|
-
-
|
1047
|
-
-
|
1048
|
-
-
|
1049
|
-
-
|
1050
|
-
-
|
1051
|
-
-
|
1052
|
-
-
|
1053
|
-
-
|
1054
|
-
-
|
1055
|
-
-
|
1056
|
-
-
|
1057
|
-
-
|
1058
|
-
-
|
1059
|
-
-
|
1060
|
-
-
|
1061
|
-
-
|
1062
|
-
-
|
1063
|
-
-
|
1064
|
-
-
|
1065
|
-
-
|
1066
|
-
-
|
1067
|
-
-
|
1068
|
-
-
|
1069
|
-
-
|
1070
|
-
-
|
1071
|
-
-
|
1072
|
-
-
|
1073
|
-
-
|
1074
|
-
-
|
1075
|
-
-
|
1076
|
-
-
|
1077
|
-
-
|
1078
|
-
-
|
1079
|
-
-
|
1080
|
-
-
|
1081
|
-
-
|
1082
|
-
-
|
1083
|
-
-
|
1084
|
-
-
|
1085
|
-
-
|
1086
|
-
-
|
1087
|
-
-
|
1088
|
-
-
|
1089
|
-
-
|
1090
|
-
-
|
1091
|
-
-
|
1092
|
-
-
|
1093
|
-
-
|
1094
|
-
-
|
1095
|
-
-
|
1096
|
-
-
|
1097
|
-
-
|
1098
|
-
-
|
1099
|
-
-
|
1100
|
-
-
|
1101
|
-
-
|
1102
|
-
-
|
1103
|
-
-
|
1104
|
-
-
|
1105
|
-
-
|
1106
|
-
-
|
1107
|
-
-
|
1108
|
-
-
|
1109
|
-
-
|
1110
|
-
-
|
1111
|
-
-
|
1112
|
-
-
|
1113
|
-
-
|
1114
|
-
-
|
1115
|
-
-
|
1116
|
-
-
|
1117
|
-
-
|
1118
|
-
-
|
1119
|
-
-
|
1120
|
-
-
|
1121
|
-
-
|
1122
|
-
-
|
1123
|
-
-
|
1124
|
-
-
|
1125
|
-
-
|
1126
|
-
-
|
1127
|
-
-
|
1128
|
-
-
|
1129
|
-
-
|
1130
|
-
-
|
1131
|
-
-
|
1132
|
-
-
|
1133
|
-
-
|
1134
|
-
-
|
1135
|
-
-
|
1136
|
-
-
|
1137
|
-
-
|
1138
|
-
-
|
1139
|
-
-
|
1140
|
-
-
|
1141
|
-
-
|
1142
|
-
-
|
1143
|
-
-
|
1144
|
-
-
|
1145
|
-
-
|
1146
|
-
-
|
1147
|
-
-
|
1148
|
-
-
|
1149
|
-
-
|
1150
|
-
-
|
1151
|
-
-
|
1152
|
-
-
|
1153
|
-
-
|
1154
|
-
-
|
1155
|
-
-
|
1156
|
-
-
|
1157
|
-
-
|
1158
|
-
-
|
1159
|
-
-
|
1160
|
-
-
|
1161
|
-
-
|
1162
|
-
-
|
1163
|
-
-
|
1164
|
-
-
|
1165
|
-
-
|
1166
|
-
-
|
1167
|
-
-
|
1168
|
-
-
|
1169
|
-
-
|
1170
|
-
-
|
1171
|
-
-
|
1172
|
-
-
|
1173
|
-
-
|
1174
|
-
-
|
1175
|
-
-
|
1176
|
-
-
|
1177
|
-
-
|
1178
|
-
-
|
1179
|
-
-
|
1180
|
-
-
|
1181
|
-
-
|
1182
|
-
-
|
1183
|
-
-
|
1184
|
-
-
|
1185
|
-
-
|
1186
|
-
-
|
1187
|
-
-
|
1188
|
-
-
|
1189
|
-
-
|
1190
|
-
-
|
1191
|
-
-
|
1192
|
-
-
|
1193
|
-
-
|
1194
|
-
-
|
1195
|
-
-
|
1196
|
-
-
|
1197
|
-
-
|
1198
|
-
-
|
1199
|
-
-
|
1200
|
-
-
|
1201
|
-
-
|
1202
|
-
-
|
1203
|
-
-
|
1204
|
-
-
|
1205
|
-
-
|
1206
|
-
-
|
1207
|
-
-
|
1208
|
-
-
|
1209
|
-
-
|
1210
|
-
-
|
1211
|
-
-
|
1212
|
-
-
|
1213
|
-
-
|
1214
|
-
-
|
1215
|
-
-
|
1216
|
-
-
|
1217
|
-
-
|
1218
|
-
-
|
1219
|
-
-
|
1220
|
-
-
|
1221
|
-
-
|
1222
|
-
-
|
1223
|
-
-
|
1224
|
-
-
|
1225
|
-
-
|
1226
|
-
-
|
1227
|
-
-
|
1228
|
-
-
|
1229
|
-
-
|
1230
|
-
-
|
1231
|
-
-
|
1232
|
-
-
|
1233
|
-
-
|
1234
|
-
-
|
1235
|
-
-
|
1236
|
-
-
|
1237
|
-
-
|
1238
|
-
-
|
1239
|
-
-
|
1240
|
-
-
|
1241
|
-
-
|
1242
|
-
-
|
1243
|
-
-
|
1244
|
-
-
|
1245
|
-
-
|
1246
|
-
-
|
1247
|
-
-
|
1248
|
-
-
|
1249
|
-
-
|
1250
|
-
-
|
1251
|
-
-
|
1252
|
-
-
|
1253
|
-
-
|
1254
|
-
-
|
1255
|
-
-
|
1256
|
-
-
|
1257
|
-
-
|
1258
|
-
-
|
1259
|
-
-
|
1260
|
-
-
|
1261
|
-
-
|
1262
|
-
-
|
1263
|
-
-
|
1264
|
-
-
|
1265
|
-
-
|
1266
|
-
-
|
1267
|
-
-
|
1268
|
-
-
|
1269
|
-
-
|
1270
|
-
-
|
1271
|
-
-
|
1272
|
-
-
|
1273
|
-
-
|
1274
|
-
-
|
1275
|
-
-
|
1276
|
-
-
|
1277
|
-
-
|
1278
|
-
-
|
1279
|
-
-
|
1280
|
-
-
|
1281
|
-
-
|
1282
|
-
-
|
1283
|
-
-
|
1284
|
-
-
|
1285
|
-
-
|
1286
|
-
-
|
1287
|
-
-
|
1288
|
-
-
|
1289
|
-
-
|
1290
|
-
-
|
1291
|
-
-
|
1292
|
-
-
|
1293
|
-
-
|
1294
|
-
-
|
1295
|
-
-
|
1296
|
-
-
|
1297
|
-
-
|
1298
|
-
-
|
1299
|
-
-
|
1300
|
-
-
|
1301
|
-
-
|
1302
|
-
-
|
1303
|
-
-
|
1304
|
-
-
|
1305
|
-
-
|
1306
|
-
-
|
1307
|
-
-
|
1308
|
-
-
|
1309
|
-
-
|
1310
|
-
-
|
1311
|
-
-
|
1312
|
-
-
|
1313
|
-
-
|
1314
|
-
-
|
1315
|
-
-
|
1316
|
-
-
|
1317
|
-
-
|
1318
|
-
-
|
1319
|
-
-
|
1320
|
-
-
|
1321
|
-
-
|
1322
|
-
-
|
1323
|
-
-
|
1324
|
-
-
|
1325
|
-
-
|
1326
|
-
-
|
1327
|
-
-
|
1328
|
-
-
|
1329
|
-
-
|
1330
|
-
-
|
1331
|
-
-
|
1332
|
-
-
|
1333
|
-
-
|
1334
|
-
-
|
1335
|
-
-
|
1336
|
-
-
|
1337
|
-
-
|
1338
|
-
-
|
1339
|
-
-
|
1340
|
-
-
|
1341
|
-
-
|
1342
|
-
-
|
1343
|
-
-
|
1344
|
-
-
|
1345
|
-
-
|
1346
|
-
-
|
1347
|
-
-
|
1348
|
-
-
|
1349
|
-
-
|
1350
|
-
-
|
1351
|
-
-
|
1352
|
-
-
|
1353
|
-
-
|
1354
|
-
-
|
1355
|
-
-
|
1356
|
-
-
|
1357
|
-
-
|
1358
|
-
-
|
1359
|
-
-
|
1360
|
-
-
|
1361
|
-
-
|
1362
|
-
-
|
1363
|
-
-
|
1364
|
-
-
|
1365
|
-
-
|
1366
|
-
-
|
1367
|
-
-
|
1368
|
-
-
|
1369
|
-
-
|
1370
|
-
-
|
1371
|
-
-
|
1372
|
-
-
|
1373
|
-
-
|
1374
|
-
-
|
1375
|
-
-
|
1376
|
-
-
|
1377
|
-
-
|
1378
|
-
-
|
1379
|
-
-
|
1380
|
-
-
|
1381
|
-
-
|
1382
|
-
-
|
1383
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache
|
1384
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache
|
1385
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
|
1386
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache
|
1387
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache
|
1388
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache
|
1389
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache
|
1390
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache
|
1391
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache
|
1392
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
|
1393
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache
|
1394
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
|
1395
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache
|
1396
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache
|
1397
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
|
1398
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache
|
1399
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache
|
1400
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
|
1401
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
|
1402
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache
|
1403
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
|
1404
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
|
1405
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache
|
1406
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
|
1407
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
|
1408
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
|
1409
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
|
1410
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
|
1411
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
|
1412
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
|
1413
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
|
1414
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
|
1415
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
|
1416
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
|
1417
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
|
1418
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache
|
1419
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
|
1420
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache
|
1421
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache
|
1422
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
|
1423
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
|
1424
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
|
1425
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
|
1426
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
|
1427
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
|
1428
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
|
1429
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
|
1430
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
|
1431
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
|
1432
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache
|
1433
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache
|
1434
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
|
1435
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
|
1436
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache
|
1437
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
|
1438
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache
|
1439
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
|
1440
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
|
1441
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
|
1442
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache
|
1443
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache
|
1444
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
|
1445
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
|
1446
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache
|
1447
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache
|
1448
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
|
1449
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
|
1450
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
|
1451
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
|
1452
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
|
1453
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
|
1454
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
|
1455
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
|
1456
|
-
- sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
|
1457
|
-
- sample-apps/oauth-app/tmp/development_secret.txt
|
1458
|
-
- sample-apps/oauth-app/tmp/restart.txt
|
1459
|
-
- sample-apps/rate-limits-redis-sample-app/.env
|
1460
|
-
- sample-apps/rate-limits-redis-sample-app/.env.template
|
1461
|
-
- sample-apps/rate-limits-redis-sample-app/.gitignore
|
1462
|
-
- sample-apps/rate-limits-redis-sample-app/.ruby-version
|
1463
|
-
- sample-apps/rate-limits-redis-sample-app/Dockerfile
|
1464
|
-
- sample-apps/rate-limits-redis-sample-app/Gemfile
|
1465
|
-
- sample-apps/rate-limits-redis-sample-app/Gemfile.lock
|
1466
|
-
- sample-apps/rate-limits-redis-sample-app/README.md
|
1467
|
-
- sample-apps/rate-limits-redis-sample-app/Rakefile
|
1468
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js
|
1469
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep
|
1470
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js
|
1471
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js
|
1472
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep
|
1473
|
-
- sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css
|
1474
|
-
- sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb
|
1475
|
-
- sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep
|
1476
|
-
- sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb
|
1477
|
-
- sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb
|
1478
|
-
- sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb
|
1479
|
-
- sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb
|
1480
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb
|
1481
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb
|
1482
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb
|
1483
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb
|
1484
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb
|
1485
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb
|
1486
|
-
- sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb
|
1487
|
-
- sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb
|
1488
|
-
- sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep
|
1489
|
-
- sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb
|
1490
|
-
- sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb
|
1491
|
-
- sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb
|
1492
|
-
- sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb
|
1493
|
-
- sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb
|
1494
|
-
- sample-apps/rate-limits-redis-sample-app/bin/bundle
|
1495
|
-
- sample-apps/rate-limits-redis-sample-app/bin/rails
|
1496
|
-
- sample-apps/rate-limits-redis-sample-app/bin/rake
|
1497
|
-
- sample-apps/rate-limits-redis-sample-app/bin/setup
|
1498
|
-
- sample-apps/rate-limits-redis-sample-app/bin/spring
|
1499
|
-
- sample-apps/rate-limits-redis-sample-app/bin/update
|
1500
|
-
- sample-apps/rate-limits-redis-sample-app/bin/yarn
|
1501
|
-
- sample-apps/rate-limits-redis-sample-app/config.ru
|
1502
|
-
- sample-apps/rate-limits-redis-sample-app/config/application.rb
|
1503
|
-
- sample-apps/rate-limits-redis-sample-app/config/boot.rb
|
1504
|
-
- sample-apps/rate-limits-redis-sample-app/config/cable.yml
|
1505
|
-
- sample-apps/rate-limits-redis-sample-app/config/database.yml
|
1506
|
-
- sample-apps/rate-limits-redis-sample-app/config/environment.rb
|
1507
|
-
- sample-apps/rate-limits-redis-sample-app/config/environments/development.rb
|
1508
|
-
- sample-apps/rate-limits-redis-sample-app/config/environments/production.rb
|
1509
|
-
- sample-apps/rate-limits-redis-sample-app/config/environments/test.rb
|
1510
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb
|
1511
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb
|
1512
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb
|
1513
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb
|
1514
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb
|
1515
|
-
- sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb
|
1516
|
-
- sample-apps/rate-limits-redis-sample-app/config/locales/en.yml
|
1517
|
-
- sample-apps/rate-limits-redis-sample-app/config/puma.rb
|
1518
|
-
- sample-apps/rate-limits-redis-sample-app/config/routes.rb
|
1519
|
-
- sample-apps/rate-limits-redis-sample-app/config/spring.rb
|
1520
|
-
- sample-apps/rate-limits-redis-sample-app/db/development.sqlite3
|
1521
|
-
- sample-apps/rate-limits-redis-sample-app/db/seeds.rb
|
1522
|
-
- sample-apps/rate-limits-redis-sample-app/docker-compose.yml
|
1523
|
-
- sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh
|
1524
|
-
- sample-apps/rate-limits-redis-sample-app/lib/assets/.keep
|
1525
|
-
- sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep
|
1526
|
-
- sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake
|
1527
|
-
- sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake
|
1528
|
-
- sample-apps/rate-limits-redis-sample-app/log/.keep
|
1529
|
-
- sample-apps/rate-limits-redis-sample-app/log/development.log
|
1530
|
-
- sample-apps/rate-limits-redis-sample-app/package.json
|
1531
|
-
- sample-apps/rate-limits-redis-sample-app/public/404.html
|
1532
|
-
- sample-apps/rate-limits-redis-sample-app/public/422.html
|
1533
|
-
- sample-apps/rate-limits-redis-sample-app/public/500.html
|
1534
|
-
- sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png
|
1535
|
-
- sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png
|
1536
|
-
- sample-apps/rate-limits-redis-sample-app/public/favicon.ico
|
1537
|
-
- sample-apps/rate-limits-redis-sample-app/public/robots.txt
|
1538
|
-
- sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh
|
1539
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/.keep
|
1540
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache
|
1541
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache
|
1542
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache
|
1543
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache
|
1544
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache
|
1545
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache
|
1546
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache
|
1547
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache
|
1548
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache
|
1549
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache
|
1550
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache
|
1551
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache
|
1552
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache
|
1553
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache
|
1554
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache
|
1555
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache
|
1556
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache
|
1557
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache
|
1558
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache
|
1559
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache
|
1560
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
|
1561
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache
|
1562
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
|
1563
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache
|
1564
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache
|
1565
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache
|
1566
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache
|
1567
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache
|
1568
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache
|
1569
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache
|
1570
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
|
1571
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache
|
1572
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
|
1573
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache
|
1574
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache
|
1575
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache
|
1576
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
|
1577
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache
|
1578
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache
|
1579
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
|
1580
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache
|
1581
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache
|
1582
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
|
1583
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
|
1584
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache
|
1585
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
|
1586
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache
|
1587
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
|
1588
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache
|
1589
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache
|
1590
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache
|
1591
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
|
1592
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache
|
1593
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache
|
1594
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache
|
1595
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache
|
1596
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache
|
1597
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache
|
1598
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache
|
1599
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache
|
1600
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache
|
1601
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache
|
1602
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
|
1603
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
|
1604
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
|
1605
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache
|
1606
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt
|
1607
|
-
- sample-apps/rate-limits-redis-sample-app/tmp/restart.txt
|
1608
|
-
- sample-apps/retry-middleware-sample-app/.env.template
|
1609
|
-
- sample-apps/retry-middleware-sample-app/.gitignore
|
1610
|
-
- sample-apps/retry-middleware-sample-app/.ruby-version
|
1611
|
-
- sample-apps/retry-middleware-sample-app/Dockerfile
|
1612
|
-
- sample-apps/retry-middleware-sample-app/Gemfile
|
1613
|
-
- sample-apps/retry-middleware-sample-app/Gemfile.lock
|
1614
|
-
- sample-apps/retry-middleware-sample-app/README.md
|
1615
|
-
- sample-apps/retry-middleware-sample-app/Rakefile
|
1616
|
-
- sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js
|
1617
|
-
- sample-apps/retry-middleware-sample-app/app/assets/images/.keep
|
1618
|
-
- sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js
|
1619
|
-
- sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js
|
1620
|
-
- sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep
|
1621
|
-
- sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css
|
1622
|
-
- sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb
|
1623
|
-
- sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep
|
1624
|
-
- sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb
|
1625
|
-
- sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb
|
1626
|
-
- sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb
|
1627
|
-
- sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb
|
1628
|
-
- sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb
|
1629
|
-
- sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb
|
1630
|
-
- sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb
|
1631
|
-
- sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb
|
1632
|
-
- sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb
|
1633
|
-
- sample-apps/retry-middleware-sample-app/app/models/application_record.rb
|
1634
|
-
- sample-apps/retry-middleware-sample-app/app/models/concerns/.keep
|
1635
|
-
- sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb
|
1636
|
-
- sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb
|
1637
|
-
- sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb
|
1638
|
-
- sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb
|
1639
|
-
- sample-apps/retry-middleware-sample-app/bin/bundle
|
1640
|
-
- sample-apps/retry-middleware-sample-app/bin/rails
|
1641
|
-
- sample-apps/retry-middleware-sample-app/bin/rake
|
1642
|
-
- sample-apps/retry-middleware-sample-app/bin/setup
|
1643
|
-
- sample-apps/retry-middleware-sample-app/bin/spring
|
1644
|
-
- sample-apps/retry-middleware-sample-app/bin/update
|
1645
|
-
- sample-apps/retry-middleware-sample-app/bin/yarn
|
1646
|
-
- sample-apps/retry-middleware-sample-app/config.ru
|
1647
|
-
- sample-apps/retry-middleware-sample-app/config/application.rb
|
1648
|
-
- sample-apps/retry-middleware-sample-app/config/boot.rb
|
1649
|
-
- sample-apps/retry-middleware-sample-app/config/cable.yml
|
1650
|
-
- sample-apps/retry-middleware-sample-app/config/database.yml
|
1651
|
-
- sample-apps/retry-middleware-sample-app/config/environment.rb
|
1652
|
-
- sample-apps/retry-middleware-sample-app/config/environments/development.rb
|
1653
|
-
- sample-apps/retry-middleware-sample-app/config/environments/production.rb
|
1654
|
-
- sample-apps/retry-middleware-sample-app/config/environments/test.rb
|
1655
|
-
- sample-apps/retry-middleware-sample-app/config/initializers/assets.rb
|
1656
|
-
- sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb
|
1657
|
-
- sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb
|
1658
|
-
- sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb
|
1659
|
-
- sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb
|
1660
|
-
- sample-apps/retry-middleware-sample-app/config/locales/en.yml
|
1661
|
-
- sample-apps/retry-middleware-sample-app/config/puma.rb
|
1662
|
-
- sample-apps/retry-middleware-sample-app/config/routes.rb
|
1663
|
-
- sample-apps/retry-middleware-sample-app/config/spring.rb
|
1664
|
-
- sample-apps/retry-middleware-sample-app/db/seeds.rb
|
1665
|
-
- sample-apps/retry-middleware-sample-app/docker-compose.yml
|
1666
|
-
- sample-apps/retry-middleware-sample-app/docker-entrypoint.sh
|
1667
|
-
- sample-apps/retry-middleware-sample-app/lib/assets/.keep
|
1668
|
-
- sample-apps/retry-middleware-sample-app/lib/tasks/.keep
|
1669
|
-
- sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake
|
1670
|
-
- sample-apps/retry-middleware-sample-app/log/.keep
|
1671
|
-
- sample-apps/retry-middleware-sample-app/package.json
|
1672
|
-
- sample-apps/retry-middleware-sample-app/public/404.html
|
1673
|
-
- sample-apps/retry-middleware-sample-app/public/422.html
|
1674
|
-
- sample-apps/retry-middleware-sample-app/public/500.html
|
1675
|
-
- sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png
|
1676
|
-
- sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png
|
1677
|
-
- sample-apps/retry-middleware-sample-app/public/favicon.ico
|
1678
|
-
- sample-apps/retry-middleware-sample-app/public/robots.txt
|
1679
|
-
- sample-apps/retry-middleware-sample-app/tmp/.keep
|
1680
|
-
- sample-apps/search-result-paging-app/.env
|
1681
|
-
- sample-apps/search-result-paging-app/.env.template
|
1682
|
-
- sample-apps/search-result-paging-app/.gitignore
|
1683
|
-
- sample-apps/search-result-paging-app/.rspec
|
1684
|
-
- sample-apps/search-result-paging-app/.ruby-version
|
1685
|
-
- sample-apps/search-result-paging-app/Dockerfile
|
1686
|
-
- sample-apps/search-result-paging-app/Gemfile
|
1687
|
-
- sample-apps/search-result-paging-app/Gemfile.lock
|
1688
|
-
- sample-apps/search-result-paging-app/README.md
|
1689
|
-
- sample-apps/search-result-paging-app/Rakefile
|
1690
|
-
- sample-apps/search-result-paging-app/app/assets/config/manifest.js
|
1691
|
-
- sample-apps/search-result-paging-app/app/assets/images/.keep
|
1692
|
-
- sample-apps/search-result-paging-app/app/assets/javascripts/application.js
|
1693
|
-
- sample-apps/search-result-paging-app/app/assets/javascripts/cable.js
|
1694
|
-
- sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep
|
1695
|
-
- sample-apps/search-result-paging-app/app/assets/stylesheets/application.css
|
1696
|
-
- sample-apps/search-result-paging-app/app/controllers/application_controller.rb
|
1697
|
-
- sample-apps/search-result-paging-app/app/controllers/concerns/.keep
|
1698
|
-
- sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb
|
1699
|
-
- sample-apps/search-result-paging-app/app/controllers/home_controller.rb
|
1700
|
-
- sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb
|
1701
|
-
- sample-apps/search-result-paging-app/app/helpers/application_helper.rb
|
1702
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb
|
1703
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
|
1704
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb
|
1705
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb
|
1706
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
|
1707
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb
|
1708
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb
|
1709
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb
|
1710
|
-
- sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb
|
1711
|
-
- sample-apps/search-result-paging-app/app/models/application_record.rb
|
1712
|
-
- sample-apps/search-result-paging-app/app/models/concerns/.keep
|
1713
|
-
- sample-apps/search-result-paging-app/app/views/home/index.html.erb
|
1714
|
-
- sample-apps/search-result-paging-app/app/views/layouts/application.html.erb
|
1715
|
-
- sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb
|
1716
|
-
- sample-apps/search-result-paging-app/app/views/shared/_header.html.erb
|
1717
|
-
- sample-apps/search-result-paging-app/bin/bundle
|
1718
|
-
- sample-apps/search-result-paging-app/bin/rails
|
1719
|
-
- sample-apps/search-result-paging-app/bin/rake
|
1720
|
-
- sample-apps/search-result-paging-app/bin/setup
|
1721
|
-
- sample-apps/search-result-paging-app/bin/spring
|
1722
|
-
- sample-apps/search-result-paging-app/bin/update
|
1723
|
-
- sample-apps/search-result-paging-app/bin/yarn
|
1724
|
-
- sample-apps/search-result-paging-app/config.ru
|
1725
|
-
- sample-apps/search-result-paging-app/config/application.rb
|
1726
|
-
- sample-apps/search-result-paging-app/config/boot.rb
|
1727
|
-
- sample-apps/search-result-paging-app/config/cable.yml
|
1728
|
-
- sample-apps/search-result-paging-app/config/database.yml
|
1729
|
-
- sample-apps/search-result-paging-app/config/environment.rb
|
1730
|
-
- sample-apps/search-result-paging-app/config/environments/development.rb
|
1731
|
-
- sample-apps/search-result-paging-app/config/environments/production.rb
|
1732
|
-
- sample-apps/search-result-paging-app/config/environments/test.rb
|
1733
|
-
- sample-apps/search-result-paging-app/config/initializers/assets.rb
|
1734
|
-
- sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb
|
1735
|
-
- sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb
|
1736
|
-
- sample-apps/search-result-paging-app/config/initializers/mime_types.rb
|
1737
|
-
- sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb
|
1738
|
-
- sample-apps/search-result-paging-app/config/locales/en.yml
|
1739
|
-
- sample-apps/search-result-paging-app/config/puma.rb
|
1740
|
-
- sample-apps/search-result-paging-app/config/routes.rb
|
1741
|
-
- sample-apps/search-result-paging-app/config/spring.rb
|
1742
|
-
- sample-apps/search-result-paging-app/db/development.sqlite3
|
1743
|
-
- sample-apps/search-result-paging-app/db/seeds.rb
|
1744
|
-
- sample-apps/search-result-paging-app/docker-compose.yml
|
1745
|
-
- sample-apps/search-result-paging-app/docker-entrypoint.sh
|
1746
|
-
- sample-apps/search-result-paging-app/lib/assets/.keep
|
1747
|
-
- sample-apps/search-result-paging-app/lib/tasks/.keep
|
1748
|
-
- sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake
|
1749
|
-
- sample-apps/search-result-paging-app/log/.keep
|
1750
|
-
- sample-apps/search-result-paging-app/log/development.log
|
1751
|
-
- sample-apps/search-result-paging-app/package.json
|
1752
|
-
- sample-apps/search-result-paging-app/public/404.html
|
1753
|
-
- sample-apps/search-result-paging-app/public/422.html
|
1754
|
-
- sample-apps/search-result-paging-app/public/500.html
|
1755
|
-
- sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png
|
1756
|
-
- sample-apps/search-result-paging-app/public/apple-touch-icon.png
|
1757
|
-
- sample-apps/search-result-paging-app/public/favicon.ico
|
1758
|
-
- sample-apps/search-result-paging-app/public/robots.txt
|
1759
|
-
- sample-apps/search-result-paging-app/tmp/.keep
|
1760
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache
|
1761
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
|
1762
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache
|
1763
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
|
1764
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
|
1765
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache
|
1766
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
|
1767
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
|
1768
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
|
1769
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
|
1770
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache
|
1771
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache
|
1772
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache
|
1773
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
|
1774
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
|
1775
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
|
1776
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
|
1777
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache
|
1778
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache
|
1779
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache
|
1780
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache
|
1781
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
|
1782
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache
|
1783
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
|
1784
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache
|
1785
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache
|
1786
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
|
1787
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
|
1788
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
|
1789
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
|
1790
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache
|
1791
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
|
1792
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
|
1793
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
|
1794
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache
|
1795
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache
|
1796
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache
|
1797
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
|
1798
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
|
1799
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache
|
1800
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
|
1801
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache
|
1802
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache
|
1803
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
|
1804
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
|
1805
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
|
1806
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
|
1807
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache
|
1808
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
|
1809
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
|
1810
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
|
1811
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache
|
1812
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
|
1813
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
|
1814
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache
|
1815
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache
|
1816
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
|
1817
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
|
1818
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache
|
1819
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
|
1820
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache
|
1821
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache
|
1822
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache
|
1823
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache
|
1824
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache
|
1825
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache
|
1826
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
|
1827
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
|
1828
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
|
1829
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
|
1830
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
|
1831
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
|
1832
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache
|
1833
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
|
1834
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache
|
1835
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache
|
1836
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
|
1837
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
|
1838
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
|
1839
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache
|
1840
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
|
1841
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
|
1842
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
|
1843
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache
|
1844
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
|
1845
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
|
1846
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
|
1847
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
|
1848
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
|
1849
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
|
1850
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
|
1851
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache
|
1852
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache
|
1853
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache
|
1854
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
|
1855
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
|
1856
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache
|
1857
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache
|
1858
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
|
1859
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
|
1860
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
|
1861
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
|
1862
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
|
1863
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
|
1864
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
|
1865
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache
|
1866
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
|
1867
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
|
1868
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
|
1869
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
|
1870
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache
|
1871
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
|
1872
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache
|
1873
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
|
1874
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache
|
1875
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
|
1876
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache
|
1877
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
|
1878
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
|
1879
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
|
1880
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache
|
1881
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
|
1882
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
|
1883
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
|
1884
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
|
1885
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
|
1886
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache
|
1887
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
|
1888
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
|
1889
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
|
1890
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
|
1891
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
|
1892
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
|
1893
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache
|
1894
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
|
1895
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache
|
1896
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
|
1897
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache
|
1898
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
|
1899
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache
|
1900
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
|
1901
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache
|
1902
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache
|
1903
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
|
1904
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache
|
1905
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache
|
1906
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
|
1907
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
|
1908
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
|
1909
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
|
1910
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
|
1911
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache
|
1912
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
|
1913
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
|
1914
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
|
1915
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
|
1916
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache
|
1917
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
|
1918
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
|
1919
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache
|
1920
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
|
1921
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
|
1922
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
|
1923
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
|
1924
|
-
- sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
|
1925
|
-
- sample-apps/search-result-paging-app/tmp/development_secret.txt
|
1926
|
-
- sample-apps/search-result-paging-app/tmp/restart.txt
|
1927
|
-
- sample-apps/trello-integration-app/.env
|
1928
|
-
- sample-apps/trello-integration-app/.env.template
|
1929
|
-
- sample-apps/trello-integration-app/.gitignore
|
1930
|
-
- sample-apps/trello-integration-app/.rspec
|
1931
|
-
- sample-apps/trello-integration-app/.ruby-version
|
1932
|
-
- sample-apps/trello-integration-app/Dockerfile
|
1933
|
-
- sample-apps/trello-integration-app/Gemfile
|
1934
|
-
- sample-apps/trello-integration-app/Gemfile.lock
|
1935
|
-
- sample-apps/trello-integration-app/README.md
|
1936
|
-
- sample-apps/trello-integration-app/Rakefile
|
1937
|
-
- sample-apps/trello-integration-app/app/assets/config/manifest.js
|
1938
|
-
- sample-apps/trello-integration-app/app/assets/images/.keep
|
1939
|
-
- sample-apps/trello-integration-app/app/assets/images/right-arrow.png
|
1940
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/application.js
|
1941
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/cable.js
|
1942
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep
|
1943
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js
|
1944
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/lodash.js
|
1945
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/mappings.js
|
1946
|
-
- sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js
|
1947
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/application.css
|
1948
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss
|
1949
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
|
1950
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss
|
1951
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss
|
1952
|
-
- sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss
|
1953
|
-
- sample-apps/trello-integration-app/app/controllers/application_controller.rb
|
1954
|
-
- sample-apps/trello-integration-app/app/controllers/concerns/.keep
|
1955
|
-
- sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb
|
1956
|
-
- sample-apps/trello-integration-app/app/controllers/home_controller.rb
|
1957
|
-
- sample-apps/trello-integration-app/app/controllers/mappings_controller.rb
|
1958
|
-
- sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb
|
1959
|
-
- sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb
|
1960
|
-
- sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb
|
1961
|
-
- sample-apps/trello-integration-app/app/helpers/application_helper.rb
|
1962
|
-
- sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
|
1963
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb
|
1964
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
|
1965
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb
|
1966
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb
|
1967
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
|
1968
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
|
1969
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb
|
1970
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb
|
1971
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
|
1972
|
-
- sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
|
1973
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb
|
1974
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
|
1975
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb
|
1976
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb
|
1977
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
|
1978
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb
|
1979
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb
|
1980
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb
|
1981
|
-
- sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb
|
1982
|
-
- sample-apps/trello-integration-app/app/models/application_record.rb
|
1983
|
-
- sample-apps/trello-integration-app/app/models/concerns/.keep
|
1984
|
-
- sample-apps/trello-integration-app/app/models/deal_association.rb
|
1985
|
-
- sample-apps/trello-integration-app/app/models/extension_card.rb
|
1986
|
-
- sample-apps/trello-integration-app/app/models/hubspot_token.rb
|
1987
|
-
- sample-apps/trello-integration-app/app/models/mapping.rb
|
1988
|
-
- sample-apps/trello-integration-app/app/models/trello_token.rb
|
1989
|
-
- sample-apps/trello-integration-app/app/models/webhook.rb
|
1990
|
-
- sample-apps/trello-integration-app/app/views/home/index.html.erb
|
1991
|
-
- sample-apps/trello-integration-app/app/views/home/success.html.erb
|
1992
|
-
- sample-apps/trello-integration-app/app/views/layouts/application.html.erb
|
1993
|
-
- sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
|
1994
|
-
- sample-apps/trello-integration-app/app/views/mappings/index.html.erb
|
1995
|
-
- sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb
|
1996
|
-
- sample-apps/trello-integration-app/app/views/shared/_header.html.erb
|
1997
|
-
- sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb
|
1998
|
-
- sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb
|
1999
|
-
- sample-apps/trello-integration-app/bin/bundle
|
2000
|
-
- sample-apps/trello-integration-app/bin/rails
|
2001
|
-
- sample-apps/trello-integration-app/bin/rake
|
2002
|
-
- sample-apps/trello-integration-app/bin/setup
|
2003
|
-
- sample-apps/trello-integration-app/bin/spring
|
2004
|
-
- sample-apps/trello-integration-app/bin/update
|
2005
|
-
- sample-apps/trello-integration-app/bin/yarn
|
2006
|
-
- sample-apps/trello-integration-app/config.ru
|
2007
|
-
- sample-apps/trello-integration-app/config/application.rb
|
2008
|
-
- sample-apps/trello-integration-app/config/boot.rb
|
2009
|
-
- sample-apps/trello-integration-app/config/cable.yml
|
2010
|
-
- sample-apps/trello-integration-app/config/database.yml
|
2011
|
-
- sample-apps/trello-integration-app/config/environment.rb
|
2012
|
-
- sample-apps/trello-integration-app/config/environments/development.rb
|
2013
|
-
- sample-apps/trello-integration-app/config/environments/production.rb
|
2014
|
-
- sample-apps/trello-integration-app/config/environments/test.rb
|
2015
|
-
- sample-apps/trello-integration-app/config/initializers/assets.rb
|
2016
|
-
- sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb
|
2017
|
-
- sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb
|
2018
|
-
- sample-apps/trello-integration-app/config/initializers/mime_types.rb
|
2019
|
-
- sample-apps/trello-integration-app/config/initializers/omniauth.rb
|
2020
|
-
- sample-apps/trello-integration-app/config/initializers/trello.rb
|
2021
|
-
- sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb
|
2022
|
-
- sample-apps/trello-integration-app/config/locales/en.yml
|
2023
|
-
- sample-apps/trello-integration-app/config/puma.rb
|
2024
|
-
- sample-apps/trello-integration-app/config/routes.rb
|
2025
|
-
- sample-apps/trello-integration-app/config/spring.rb
|
2026
|
-
- sample-apps/trello-integration-app/config/storage.yml
|
2027
|
-
- sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
|
2028
|
-
- sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
|
2029
|
-
- sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb
|
2030
|
-
- sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
|
2031
|
-
- sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb
|
2032
|
-
- sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
|
2033
|
-
- sample-apps/trello-integration-app/db/schema.rb
|
2034
|
-
- sample-apps/trello-integration-app/db/seeds.rb
|
2035
|
-
- sample-apps/trello-integration-app/docker-compose.yml
|
2036
|
-
- sample-apps/trello-integration-app/docker-entrypoint.sh
|
2037
|
-
- sample-apps/trello-integration-app/lib/assets/.keep
|
2038
|
-
- sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb
|
2039
|
-
- sample-apps/trello-integration-app/lib/tasks/.keep
|
2040
|
-
- sample-apps/trello-integration-app/log/.keep
|
2041
|
-
- sample-apps/trello-integration-app/log/development.log
|
2042
|
-
- sample-apps/trello-integration-app/package.json
|
2043
|
-
- sample-apps/trello-integration-app/public/404.html
|
2044
|
-
- sample-apps/trello-integration-app/public/422.html
|
2045
|
-
- sample-apps/trello-integration-app/public/500.html
|
2046
|
-
- sample-apps/trello-integration-app/public/favicon.ico
|
2047
|
-
- sample-apps/trello-integration-app/public/robots.txt
|
2048
|
-
- sample-apps/trello-integration-app/tmp/.keep
|
2049
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache
|
2050
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache
|
2051
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache
|
2052
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
|
2053
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache
|
2054
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache
|
2055
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache
|
2056
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache
|
2057
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache
|
2058
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache
|
2059
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache
|
2060
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache
|
2061
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache
|
2062
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache
|
2063
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
|
2064
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache
|
2065
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache
|
2066
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache
|
2067
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache
|
2068
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache
|
2069
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
|
2070
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache
|
2071
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache
|
2072
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache
|
2073
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
|
2074
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache
|
2075
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
|
2076
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache
|
2077
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
|
2078
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache
|
2079
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache
|
2080
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache
|
2081
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache
|
2082
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache
|
2083
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache
|
2084
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache
|
2085
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache
|
2086
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache
|
2087
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache
|
2088
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache
|
2089
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache
|
2090
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache
|
2091
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache
|
2092
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
|
2093
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
|
2094
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache
|
2095
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache
|
2096
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache
|
2097
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache
|
2098
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache
|
2099
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
|
2100
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache
|
2101
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache
|
2102
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache
|
2103
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache
|
2104
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache
|
2105
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache
|
2106
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache
|
2107
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache
|
2108
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache
|
2109
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
|
2110
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache
|
2111
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache
|
2112
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache
|
2113
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache
|
2114
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache
|
2115
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache
|
2116
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache
|
2117
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache
|
2118
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache
|
2119
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache
|
2120
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache
|
2121
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache
|
2122
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
|
2123
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache
|
2124
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache
|
2125
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache
|
2126
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
|
2127
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache
|
2128
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache
|
2129
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache
|
2130
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache
|
2131
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache
|
2132
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache
|
2133
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache
|
2134
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache
|
2135
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
|
2136
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache
|
2137
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache
|
2138
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache
|
2139
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache
|
2140
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache
|
2141
|
-
- sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache
|
2142
|
-
- sample-apps/trello-integration-app/tmp/development_secret.txt
|
2143
|
-
- sample-apps/trello-integration-app/tmp/restart.txt
|
2144
|
-
- sample-apps/webhooks-contacts-app/.env
|
2145
|
-
- sample-apps/webhooks-contacts-app/.env.template
|
2146
|
-
- sample-apps/webhooks-contacts-app/.gitignore
|
2147
|
-
- sample-apps/webhooks-contacts-app/.ruby-version
|
2148
|
-
- sample-apps/webhooks-contacts-app/Dockerfile
|
2149
|
-
- sample-apps/webhooks-contacts-app/Gemfile
|
2150
|
-
- sample-apps/webhooks-contacts-app/Gemfile.lock
|
2151
|
-
- sample-apps/webhooks-contacts-app/README.md
|
2152
|
-
- sample-apps/webhooks-contacts-app/Rakefile
|
2153
|
-
- sample-apps/webhooks-contacts-app/app/assets/config/manifest.js
|
2154
|
-
- sample-apps/webhooks-contacts-app/app/assets/images/.keep
|
2155
|
-
- sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js
|
2156
|
-
- sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js
|
2157
|
-
- sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep
|
2158
|
-
- sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css
|
2159
|
-
- sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb
|
2160
|
-
- sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep
|
2161
|
-
- sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb
|
2162
|
-
- sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb
|
2163
|
-
- sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb
|
2164
|
-
- sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb
|
2165
|
-
- sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb
|
2166
|
-
- sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb
|
2167
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb
|
2168
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
|
2169
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb
|
2170
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb
|
2171
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
|
2172
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb
|
2173
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb
|
2174
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb
|
2175
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb
|
2176
|
-
- sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb
|
2177
|
-
- sample-apps/webhooks-contacts-app/app/models/application_record.rb
|
2178
|
-
- sample-apps/webhooks-contacts-app/app/models/concerns/.keep
|
2179
|
-
- sample-apps/webhooks-contacts-app/app/models/event.rb
|
2180
|
-
- sample-apps/webhooks-contacts-app/app/models/token.rb
|
2181
|
-
- sample-apps/webhooks-contacts-app/app/views/events/index.html.erb
|
2182
|
-
- sample-apps/webhooks-contacts-app/app/views/home/index.html.erb
|
2183
|
-
- sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb
|
2184
|
-
- sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb
|
2185
|
-
- sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb
|
2186
|
-
- sample-apps/webhooks-contacts-app/bin/bundle
|
2187
|
-
- sample-apps/webhooks-contacts-app/bin/rails
|
2188
|
-
- sample-apps/webhooks-contacts-app/bin/rake
|
2189
|
-
- sample-apps/webhooks-contacts-app/bin/setup
|
2190
|
-
- sample-apps/webhooks-contacts-app/bin/spring
|
2191
|
-
- sample-apps/webhooks-contacts-app/bin/update
|
2192
|
-
- sample-apps/webhooks-contacts-app/bin/yarn
|
2193
|
-
- sample-apps/webhooks-contacts-app/config.ru
|
2194
|
-
- sample-apps/webhooks-contacts-app/config/application.rb
|
2195
|
-
- sample-apps/webhooks-contacts-app/config/boot.rb
|
2196
|
-
- sample-apps/webhooks-contacts-app/config/cable.yml
|
2197
|
-
- sample-apps/webhooks-contacts-app/config/database.yml
|
2198
|
-
- sample-apps/webhooks-contacts-app/config/environment.rb
|
2199
|
-
- sample-apps/webhooks-contacts-app/config/environments/development.rb
|
2200
|
-
- sample-apps/webhooks-contacts-app/config/environments/production.rb
|
2201
|
-
- sample-apps/webhooks-contacts-app/config/environments/test.rb
|
2202
|
-
- sample-apps/webhooks-contacts-app/config/initializers/assets.rb
|
2203
|
-
- sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb
|
2204
|
-
- sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb
|
2205
|
-
- sample-apps/webhooks-contacts-app/config/locales/en.yml
|
2206
|
-
- sample-apps/webhooks-contacts-app/config/puma.rb
|
2207
|
-
- sample-apps/webhooks-contacts-app/config/routes.rb
|
2208
|
-
- sample-apps/webhooks-contacts-app/config/spring.rb
|
2209
|
-
- sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb
|
2210
|
-
- sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb
|
2211
|
-
- sample-apps/webhooks-contacts-app/db/schema.rb
|
2212
|
-
- sample-apps/webhooks-contacts-app/docker-compose.yml
|
2213
|
-
- sample-apps/webhooks-contacts-app/docker-entrypoint.sh
|
2214
|
-
- sample-apps/webhooks-contacts-app/lib/assets/.keep
|
2215
|
-
- sample-apps/webhooks-contacts-app/lib/tasks/.keep
|
2216
|
-
- sample-apps/webhooks-contacts-app/log/.keep
|
2217
|
-
- sample-apps/webhooks-contacts-app/log/development.log
|
2218
|
-
- sample-apps/webhooks-contacts-app/package.json
|
2219
|
-
- sample-apps/webhooks-contacts-app/public/404.html
|
2220
|
-
- sample-apps/webhooks-contacts-app/public/422.html
|
2221
|
-
- sample-apps/webhooks-contacts-app/public/500.html
|
2222
|
-
- sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png
|
2223
|
-
- sample-apps/webhooks-contacts-app/public/apple-touch-icon.png
|
2224
|
-
- sample-apps/webhooks-contacts-app/public/favicon.ico
|
2225
|
-
- sample-apps/webhooks-contacts-app/public/robots.txt
|
2226
|
-
- sample-apps/webhooks-contacts-app/public/sample.png
|
2227
|
-
- sample-apps/webhooks-contacts-app/tmp/.keep
|
2228
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache
|
2229
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
|
2230
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
|
2231
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
|
2232
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
|
2233
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
|
2234
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache
|
2235
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache
|
2236
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache
|
2237
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache
|
2238
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache
|
2239
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
|
2240
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache
|
2241
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache
|
2242
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache
|
2243
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache
|
2244
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache
|
2245
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache
|
2246
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache
|
2247
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
|
2248
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
|
2249
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache
|
2250
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache
|
2251
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache
|
2252
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
|
2253
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
|
2254
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache
|
2255
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
|
2256
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache
|
2257
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache
|
2258
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache
|
2259
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
|
2260
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache
|
2261
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
|
2262
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache
|
2263
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache
|
2264
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache
|
2265
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
|
2266
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
|
2267
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache
|
2268
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache
|
2269
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache
|
2270
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
|
2271
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache
|
2272
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache
|
2273
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache
|
2274
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache
|
2275
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache
|
2276
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache
|
2277
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
|
2278
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
|
2279
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
|
2280
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache
|
2281
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache
|
2282
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache
|
2283
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache
|
2284
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
|
2285
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache
|
2286
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache
|
2287
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache
|
2288
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache
|
2289
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache
|
2290
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache
|
2291
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache
|
2292
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
|
2293
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache
|
2294
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
|
2295
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache
|
2296
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache
|
2297
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache
|
2298
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache
|
2299
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache
|
2300
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
|
2301
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache
|
2302
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
|
2303
|
-
- sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
|
2304
|
-
- sample-apps/webhooks-contacts-app/tmp/development_secret.txt
|
2305
|
-
- sample-apps/webhooks-contacts-app/tmp/restart.txt
|
2306
|
-
- spec/oauth/api/access_tokens_api_spec.rb
|
2307
|
-
- spec/oauth/api/refresh_tokens_api_spec.rb
|
2308
|
-
- spec/oauth/api/tokens_api_spec.rb
|
2309
|
-
- spec/oauth/api_client_spec.rb
|
2310
|
-
- spec/oauth/configuration_spec.rb
|
2311
|
-
- spec/oauth/models/access_token_info_response_spec.rb
|
2312
|
-
- spec/oauth/models/error_detail_spec.rb
|
2313
|
-
- spec/oauth/models/error_spec.rb
|
2314
|
-
- spec/oauth/models/json_node_spec.rb
|
2315
|
-
- spec/oauth/models/refresh_token_info_response_spec.rb
|
2316
|
-
- spec/oauth/models/refresh_token_spec.rb
|
2317
|
-
- spec/owners/api/default_api_spec.rb
|
2318
|
-
- spec/owners/api_client_spec.rb
|
2319
|
-
- spec/owners/configuration_spec.rb
|
2320
|
-
- spec/owners/models/collection_response_public_owner_spec.rb
|
2321
|
-
- spec/owners/models/error_detail_spec.rb
|
2322
|
-
- spec/owners/models/error_spec.rb
|
2323
|
-
- spec/owners/models/next_page_spec.rb
|
2324
|
-
- spec/owners/models/paging_spec.rb
|
2325
|
-
- spec/owners/models/public_owner_spec.rb
|
2326
|
-
- spec/owners/models/public_team_spec.rb
|
2327
|
-
- spec/pipelines/api/pipeline_stages_api_spec.rb
|
2328
|
-
- spec/pipelines/api/pipelines_api_spec.rb
|
2329
|
-
- spec/pipelines/api_client_spec.rb
|
2330
|
-
- spec/pipelines/configuration_spec.rb
|
2331
|
-
- spec/pipelines/models/collection_response_pipeline_spec.rb
|
2332
|
-
- spec/pipelines/models/collection_response_pipeline_stage_spec.rb
|
2333
|
-
- spec/pipelines/models/error_detail_spec.rb
|
2334
|
-
- spec/pipelines/models/error_spec.rb
|
2335
|
-
- spec/pipelines/models/next_page_spec.rb
|
2336
|
-
- spec/pipelines/models/paging_spec.rb
|
2337
|
-
- spec/pipelines/models/pipeline_input_spec.rb
|
2338
|
-
- spec/pipelines/models/pipeline_patch_input_spec.rb
|
2339
|
-
- spec/pipelines/models/pipeline_spec.rb
|
2340
|
-
- spec/pipelines/models/pipeline_stage_input_spec.rb
|
2341
|
-
- spec/pipelines/models/pipeline_stage_patch_input_spec.rb
|
2342
|
-
- spec/pipelines/models/pipeline_stage_spec.rb
|
2343
|
-
- spec/properties/api/batch_api_spec.rb
|
2344
|
-
- spec/properties/api/core_api_spec.rb
|
2345
|
-
- spec/properties/api/groups_api_spec.rb
|
2346
|
-
- spec/properties/api_client_spec.rb
|
2347
|
-
- spec/properties/configuration_spec.rb
|
2348
|
-
- spec/properties/models/batch_input_property_create_spec.rb
|
2349
|
-
- spec/properties/models/batch_input_property_name_spec.rb
|
2350
|
-
- spec/properties/models/batch_read_input_property_name_spec.rb
|
2351
|
-
- spec/properties/models/batch_response_property_spec.rb
|
2352
|
-
- spec/properties/models/collection_response_property_group_spec.rb
|
2353
|
-
- spec/properties/models/collection_response_property_spec.rb
|
2354
|
-
- spec/properties/models/error_detail_spec.rb
|
2355
|
-
- spec/properties/models/error_spec.rb
|
2356
|
-
- spec/properties/models/next_page_spec.rb
|
2357
|
-
- spec/properties/models/option_input_spec.rb
|
2358
|
-
- spec/properties/models/option_spec.rb
|
2359
|
-
- spec/properties/models/paging_spec.rb
|
2360
|
-
- spec/properties/models/property_create_spec.rb
|
2361
|
-
- spec/properties/models/property_group_create_spec.rb
|
2362
|
-
- spec/properties/models/property_group_spec.rb
|
2363
|
-
- spec/properties/models/property_group_update_spec.rb
|
2364
|
-
- spec/properties/models/property_modification_metadata_spec.rb
|
2365
|
-
- spec/properties/models/property_name_spec.rb
|
2366
|
-
- spec/properties/models/property_spec.rb
|
2367
|
-
- spec/properties/models/property_update_spec.rb
|
1010
|
+
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
1011
|
+
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
1012
|
+
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
1013
|
+
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
1014
|
+
- spec/codegen/automation/actions/models/action_function_identifier_spec.rb
|
1015
|
+
- spec/codegen/automation/actions/models/action_function_spec.rb
|
1016
|
+
- spec/codegen/automation/actions/models/action_labels_spec.rb
|
1017
|
+
- spec/codegen/automation/actions/models/action_revision_spec.rb
|
1018
|
+
- spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
|
1019
|
+
- spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
|
1020
|
+
- spec/codegen/automation/actions/models/callback_completion_request_spec.rb
|
1021
|
+
- spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
|
1022
|
+
- spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
|
1023
|
+
- spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
|
1024
|
+
- spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
|
1025
|
+
- spec/codegen/automation/actions/models/error_detail_spec.rb
|
1026
|
+
- spec/codegen/automation/actions/models/error_spec.rb
|
1027
|
+
- spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
|
1028
|
+
- spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
|
1029
|
+
- spec/codegen/automation/actions/models/extension_action_definition_spec.rb
|
1030
|
+
- spec/codegen/automation/actions/models/field_type_definition_spec.rb
|
1031
|
+
- spec/codegen/automation/actions/models/forward_paging_spec.rb
|
1032
|
+
- spec/codegen/automation/actions/models/input_field_definition_spec.rb
|
1033
|
+
- spec/codegen/automation/actions/models/next_page_spec.rb
|
1034
|
+
- spec/codegen/automation/actions/models/object_request_options_spec.rb
|
1035
|
+
- spec/codegen/automation/actions/models/option_spec.rb
|
1036
|
+
- spec/codegen/automation/actions/models/single_field_dependency_spec.rb
|
1037
|
+
- spec/codegen/cms/audit-logs/api/default_api_spec.rb
|
1038
|
+
- spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
|
1039
|
+
- spec/codegen/cms/audit-logs/models/error_detail_spec.rb
|
1040
|
+
- spec/codegen/cms/audit-logs/models/error_spec.rb
|
1041
|
+
- spec/codegen/cms/audit-logs/models/next_page_spec.rb
|
1042
|
+
- spec/codegen/cms/audit-logs/models/paging_spec.rb
|
1043
|
+
- spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
|
1044
|
+
- spec/codegen/cms/blogs/authors/api/default_api_spec.rb
|
1045
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
|
1046
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
|
1047
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
|
1048
|
+
- spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
|
1049
|
+
- spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
|
1050
|
+
- spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
|
1051
|
+
- spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
|
1052
|
+
- spec/codegen/cms/blogs/authors/models/error_spec.rb
|
1053
|
+
- spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
|
1054
|
+
- spec/codegen/cms/blogs/authors/models/next_page_spec.rb
|
1055
|
+
- spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
|
1056
|
+
- spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
|
1057
|
+
- spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
|
1058
|
+
- spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
|
1059
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
|
1060
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
|
1061
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
|
1062
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
|
1063
|
+
- spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
|
1064
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
|
1065
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
|
1066
|
+
- spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
|
1067
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
|
1068
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
|
1069
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
|
1070
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
|
1071
|
+
- spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
|
1072
|
+
- spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
|
1073
|
+
- spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
|
1074
|
+
- spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
|
1075
|
+
- spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
|
1076
|
+
- spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
|
1077
|
+
- spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
|
1078
|
+
- spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
|
1079
|
+
- spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
|
1080
|
+
- spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
|
1081
|
+
- spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
|
1082
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
|
1083
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
|
1084
|
+
- spec/codegen/cms/blogs/tags/api/default_api_spec.rb
|
1085
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
|
1086
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
|
1087
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
|
1088
|
+
- spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
|
1089
|
+
- spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
|
1090
|
+
- spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
|
1091
|
+
- spec/codegen/cms/blogs/tags/models/error_spec.rb
|
1092
|
+
- spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
|
1093
|
+
- spec/codegen/cms/blogs/tags/models/next_page_spec.rb
|
1094
|
+
- spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
|
1095
|
+
- spec/codegen/cms/blogs/tags/models/tag_spec.rb
|
1096
|
+
- spec/codegen/cms/domains/api/domains_api_spec.rb
|
1097
|
+
- spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
|
1098
|
+
- spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
|
1099
|
+
- spec/codegen/cms/domains/models/domain_setup_info_spec.rb
|
1100
|
+
- spec/codegen/cms/domains/models/domain_spec.rb
|
1101
|
+
- spec/codegen/cms/domains/models/error_detail_spec.rb
|
1102
|
+
- spec/codegen/cms/domains/models/error_spec.rb
|
1103
|
+
- spec/codegen/cms/domains/models/next_page_spec.rb
|
1104
|
+
- spec/codegen/cms/domains/models/paging_spec.rb
|
1105
|
+
- spec/codegen/cms/hubdb/api/rows_api_spec.rb
|
1106
|
+
- spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
|
1107
|
+
- spec/codegen/cms/hubdb/api/tables_api_spec.rb
|
1108
|
+
- spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
|
1109
|
+
- spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
|
1110
|
+
- spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
|
1111
|
+
- spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
|
1112
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
|
1113
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
|
1114
|
+
- spec/codegen/cms/hubdb/models/column_input_spec.rb
|
1115
|
+
- spec/codegen/cms/hubdb/models/column_spec.rb
|
1116
|
+
- spec/codegen/cms/hubdb/models/error_detail_spec.rb
|
1117
|
+
- spec/codegen/cms/hubdb/models/error_spec.rb
|
1118
|
+
- spec/codegen/cms/hubdb/models/foreign_id_spec.rb
|
1119
|
+
- spec/codegen/cms/hubdb/models/forward_paging_spec.rb
|
1120
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
|
1121
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
|
1122
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
|
1123
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
|
1124
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
|
1125
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
|
1126
|
+
- spec/codegen/cms/hubdb/models/import_result_spec.rb
|
1127
|
+
- spec/codegen/cms/hubdb/models/next_page_spec.rb
|
1128
|
+
- spec/codegen/cms/hubdb/models/option_spec.rb
|
1129
|
+
- spec/codegen/cms/hubdb/models/simple_user_spec.rb
|
1130
|
+
- spec/codegen/cms/hubdb/models/standard_error_spec.rb
|
1131
|
+
- spec/codegen/cms/performance/api/default_api_spec.rb
|
1132
|
+
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
1133
|
+
- spec/codegen/cms/performance/models/error_spec.rb
|
1134
|
+
- spec/codegen/cms/performance/models/performance_view_spec.rb
|
1135
|
+
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
1136
|
+
- spec/codegen/cms/site-search/api/default_api_spec.rb
|
1137
|
+
- spec/codegen/cms/site-search/models/content_search_result_spec.rb
|
1138
|
+
- spec/codegen/cms/site-search/models/error_detail_spec.rb
|
1139
|
+
- spec/codegen/cms/site-search/models/error_spec.rb
|
1140
|
+
- spec/codegen/cms/site-search/models/indexed_data_spec.rb
|
1141
|
+
- spec/codegen/cms/site-search/models/public_search_results_spec.rb
|
1142
|
+
- spec/codegen/cms/site-search/models/search_hit_field_spec.rb
|
1143
|
+
- spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
|
1144
|
+
- spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
|
1145
|
+
- spec/codegen/cms/url-redirects/models/error_detail_spec.rb
|
1146
|
+
- spec/codegen/cms/url-redirects/models/error_spec.rb
|
1147
|
+
- spec/codegen/cms/url-redirects/models/next_page_spec.rb
|
1148
|
+
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
1149
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
1150
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
1151
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
1152
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
1153
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
1154
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
1155
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
1156
|
+
- spec/codegen/crm/associations/api/batch_api_spec.rb
|
1157
|
+
- spec/codegen/crm/associations/api/types_api_spec.rb
|
1158
|
+
- spec/codegen/crm/associations/models/associated_id_spec.rb
|
1159
|
+
- spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
|
1160
|
+
- spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
|
1161
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
|
1162
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
|
1163
|
+
- spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
|
1164
|
+
- spec/codegen/crm/associations/models/error_category_spec.rb
|
1165
|
+
- spec/codegen/crm/associations/models/error_detail_spec.rb
|
1166
|
+
- spec/codegen/crm/associations/models/error_spec.rb
|
1167
|
+
- spec/codegen/crm/associations/models/next_page_spec.rb
|
1168
|
+
- spec/codegen/crm/associations/models/paging_spec.rb
|
1169
|
+
- spec/codegen/crm/associations/models/public_association_definiton_spec.rb
|
1170
|
+
- spec/codegen/crm/associations/models/public_association_multi_spec.rb
|
1171
|
+
- spec/codegen/crm/associations/models/public_association_spec.rb
|
1172
|
+
- spec/codegen/crm/associations/models/public_object_id_spec.rb
|
1173
|
+
- spec/codegen/crm/associations/models/standard_error_spec.rb
|
1174
|
+
- spec/codegen/crm/companies/api/associations_api_spec.rb
|
1175
|
+
- spec/codegen/crm/companies/api/basic_api_spec.rb
|
1176
|
+
- spec/codegen/crm/companies/api/batch_api_spec.rb
|
1177
|
+
- spec/codegen/crm/companies/api/search_api_spec.rb
|
1178
|
+
- spec/codegen/crm/companies/models/associated_id_spec.rb
|
1179
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
|
1180
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
|
1181
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
|
1182
|
+
- spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
|
1183
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
|
1184
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
|
1185
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb
|
1186
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
1187
|
+
- spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1188
|
+
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1189
|
+
- spec/codegen/crm/companies/models/error_category_spec.rb
|
1190
|
+
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
1191
|
+
- spec/codegen/crm/companies/models/error_spec.rb
|
1192
|
+
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
1193
|
+
- spec/codegen/crm/companies/models/filter_spec.rb
|
1194
|
+
- spec/codegen/crm/companies/models/forward_paging_spec.rb
|
1195
|
+
- spec/codegen/crm/companies/models/next_page_spec.rb
|
1196
|
+
- spec/codegen/crm/companies/models/paging_spec.rb
|
1197
|
+
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
1198
|
+
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
1199
|
+
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
1200
|
+
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
1201
|
+
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
1202
|
+
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
1203
|
+
- spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
|
1204
|
+
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
1205
|
+
- spec/codegen/crm/contacts/api/associations_api_spec.rb
|
1206
|
+
- spec/codegen/crm/contacts/api/basic_api_spec.rb
|
1207
|
+
- spec/codegen/crm/contacts/api/batch_api_spec.rb
|
1208
|
+
- spec/codegen/crm/contacts/api/search_api_spec.rb
|
1209
|
+
- spec/codegen/crm/contacts/models/associated_id_spec.rb
|
1210
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
|
1211
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
|
1212
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
|
1213
|
+
- spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
|
1214
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
|
1215
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
|
1216
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb
|
1217
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
|
1218
|
+
- spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1219
|
+
- spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1220
|
+
- spec/codegen/crm/contacts/models/error_category_spec.rb
|
1221
|
+
- spec/codegen/crm/contacts/models/error_detail_spec.rb
|
1222
|
+
- spec/codegen/crm/contacts/models/error_spec.rb
|
1223
|
+
- spec/codegen/crm/contacts/models/filter_group_spec.rb
|
1224
|
+
- spec/codegen/crm/contacts/models/filter_spec.rb
|
1225
|
+
- spec/codegen/crm/contacts/models/forward_paging_spec.rb
|
1226
|
+
- spec/codegen/crm/contacts/models/next_page_spec.rb
|
1227
|
+
- spec/codegen/crm/contacts/models/paging_spec.rb
|
1228
|
+
- spec/codegen/crm/contacts/models/previous_page_spec.rb
|
1229
|
+
- spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
|
1230
|
+
- spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
|
1231
|
+
- spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
|
1232
|
+
- spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
|
1233
|
+
- spec/codegen/crm/contacts/models/simple_public_object_spec.rb
|
1234
|
+
- spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb
|
1235
|
+
- spec/codegen/crm/contacts/models/standard_error_spec.rb
|
1236
|
+
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
1237
|
+
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
1238
|
+
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
1239
|
+
- spec/codegen/crm/deals/api/search_api_spec.rb
|
1240
|
+
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
1241
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
1242
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
1243
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
1244
|
+
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
1245
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
1246
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
1247
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
|
1248
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
1249
|
+
- spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1250
|
+
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1251
|
+
- spec/codegen/crm/deals/models/error_category_spec.rb
|
1252
|
+
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
1253
|
+
- spec/codegen/crm/deals/models/error_spec.rb
|
1254
|
+
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
1255
|
+
- spec/codegen/crm/deals/models/filter_spec.rb
|
1256
|
+
- spec/codegen/crm/deals/models/forward_paging_spec.rb
|
1257
|
+
- spec/codegen/crm/deals/models/next_page_spec.rb
|
1258
|
+
- spec/codegen/crm/deals/models/paging_spec.rb
|
1259
|
+
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
1260
|
+
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
1261
|
+
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
1262
|
+
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
1263
|
+
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
1264
|
+
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
1265
|
+
- spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
|
1266
|
+
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
1267
|
+
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
1268
|
+
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
1269
|
+
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
1270
|
+
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
1271
|
+
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
1272
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
1273
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
1274
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
1275
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
1276
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
1277
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
1278
|
+
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
1279
|
+
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
1280
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
1281
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
1282
|
+
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
1283
|
+
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
1284
|
+
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
1285
|
+
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
1286
|
+
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
1287
|
+
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
1288
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
1289
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
1290
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
1291
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
1292
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
1293
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
1294
|
+
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
1295
|
+
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
1296
|
+
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
1297
|
+
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
1298
|
+
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
1299
|
+
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
1300
|
+
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
1301
|
+
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
1302
|
+
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
1303
|
+
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
1304
|
+
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
1305
|
+
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
1306
|
+
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
1307
|
+
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
1308
|
+
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
1309
|
+
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
1310
|
+
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
1311
|
+
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
1312
|
+
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
1313
|
+
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
1314
|
+
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
1315
|
+
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
1316
|
+
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
1317
|
+
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
1318
|
+
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
1319
|
+
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
1320
|
+
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
1321
|
+
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
1322
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
1323
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
1324
|
+
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
1325
|
+
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
1326
|
+
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
1327
|
+
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
1328
|
+
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
1329
|
+
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
1330
|
+
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
1331
|
+
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
1332
|
+
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
1333
|
+
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
1334
|
+
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
1335
|
+
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
1336
|
+
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
1337
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
1338
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
1339
|
+
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
1340
|
+
- spec/codegen/crm/imports/api/core_api_spec.rb
|
1341
|
+
- spec/codegen/crm/imports/api/default_api_spec.rb
|
1342
|
+
- spec/codegen/crm/imports/models/action_response_spec.rb
|
1343
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
|
1344
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
1345
|
+
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
1346
|
+
- spec/codegen/crm/imports/models/error_spec.rb
|
1347
|
+
- spec/codegen/crm/imports/models/forward_paging_spec.rb
|
1348
|
+
- spec/codegen/crm/imports/models/import_row_core_spec.rb
|
1349
|
+
- spec/codegen/crm/imports/models/next_page_spec.rb
|
1350
|
+
- spec/codegen/crm/imports/models/paging_spec.rb
|
1351
|
+
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
1352
|
+
- spec/codegen/crm/imports/models/public_import_error_spec.rb
|
1353
|
+
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
1354
|
+
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
1355
|
+
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
1356
|
+
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
1357
|
+
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
1358
|
+
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
1359
|
+
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
1360
|
+
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
1361
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
1362
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
1363
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
1364
|
+
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
1365
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
1366
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
1367
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
|
1368
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
1369
|
+
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1370
|
+
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1371
|
+
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
1372
|
+
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
1373
|
+
- spec/codegen/crm/line_items/models/error_spec.rb
|
1374
|
+
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
1375
|
+
- spec/codegen/crm/line_items/models/filter_spec.rb
|
1376
|
+
- spec/codegen/crm/line_items/models/forward_paging_spec.rb
|
1377
|
+
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
1378
|
+
- spec/codegen/crm/line_items/models/paging_spec.rb
|
1379
|
+
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
1380
|
+
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
1381
|
+
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
1382
|
+
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
1383
|
+
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
1384
|
+
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
1385
|
+
- spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
|
1386
|
+
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
1387
|
+
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
1388
|
+
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
1389
|
+
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
1390
|
+
- spec/codegen/crm/objects/api/search_api_spec.rb
|
1391
|
+
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
1392
|
+
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
1393
|
+
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
1394
|
+
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
1395
|
+
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
1396
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
1397
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
1398
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
1399
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
1400
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
1401
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
1402
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
|
1403
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
1404
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1405
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1406
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
1407
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
1408
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
1409
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
1410
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
1411
|
+
- spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
|
1412
|
+
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
1413
|
+
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
1414
|
+
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
1415
|
+
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
1416
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
1417
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
1418
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
1419
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
1420
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
|
1421
|
+
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
1422
|
+
- spec/codegen/crm/objects/models/associated_id_spec.rb
|
1423
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
|
1424
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
|
1425
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
|
1426
|
+
- spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
|
1427
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
|
1428
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
|
1429
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
|
1430
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
|
1431
|
+
- spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1432
|
+
- spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1433
|
+
- spec/codegen/crm/objects/models/error_category_spec.rb
|
1434
|
+
- spec/codegen/crm/objects/models/error_detail_spec.rb
|
1435
|
+
- spec/codegen/crm/objects/models/error_spec.rb
|
1436
|
+
- spec/codegen/crm/objects/models/filter_group_spec.rb
|
1437
|
+
- spec/codegen/crm/objects/models/filter_spec.rb
|
1438
|
+
- spec/codegen/crm/objects/models/forward_paging_spec.rb
|
1439
|
+
- spec/codegen/crm/objects/models/next_page_spec.rb
|
1440
|
+
- spec/codegen/crm/objects/models/paging_spec.rb
|
1441
|
+
- spec/codegen/crm/objects/models/previous_page_spec.rb
|
1442
|
+
- spec/codegen/crm/objects/models/public_object_search_request_spec.rb
|
1443
|
+
- spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
|
1444
|
+
- spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
|
1445
|
+
- spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
|
1446
|
+
- spec/codegen/crm/objects/models/simple_public_object_spec.rb
|
1447
|
+
- spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb
|
1448
|
+
- spec/codegen/crm/objects/models/standard_error_spec.rb
|
1449
|
+
- spec/codegen/crm/owners/api/default_api_spec.rb
|
1450
|
+
- spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
|
1451
|
+
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
1452
|
+
- spec/codegen/crm/owners/models/error_spec.rb
|
1453
|
+
- spec/codegen/crm/owners/models/forward_paging_spec.rb
|
1454
|
+
- spec/codegen/crm/owners/models/next_page_spec.rb
|
1455
|
+
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
1456
|
+
- spec/codegen/crm/owners/models/public_team_spec.rb
|
1457
|
+
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
1458
|
+
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
1459
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
1460
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
1461
|
+
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
1462
|
+
- spec/codegen/crm/pipelines/models/error_spec.rb
|
1463
|
+
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
1464
|
+
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
1465
|
+
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
1466
|
+
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
1467
|
+
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
1468
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
1469
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
1470
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
1471
|
+
- spec/codegen/crm/products/api/associations_api_spec.rb
|
1472
|
+
- spec/codegen/crm/products/api/basic_api_spec.rb
|
1473
|
+
- spec/codegen/crm/products/api/batch_api_spec.rb
|
1474
|
+
- spec/codegen/crm/products/api/search_api_spec.rb
|
1475
|
+
- spec/codegen/crm/products/models/associated_id_spec.rb
|
1476
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
|
1477
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
|
1478
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
|
1479
|
+
- spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
|
1480
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
|
1481
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
|
1482
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb
|
1483
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
|
1484
|
+
- spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1485
|
+
- spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1486
|
+
- spec/codegen/crm/products/models/error_category_spec.rb
|
1487
|
+
- spec/codegen/crm/products/models/error_detail_spec.rb
|
1488
|
+
- spec/codegen/crm/products/models/error_spec.rb
|
1489
|
+
- spec/codegen/crm/products/models/filter_group_spec.rb
|
1490
|
+
- spec/codegen/crm/products/models/filter_spec.rb
|
1491
|
+
- spec/codegen/crm/products/models/forward_paging_spec.rb
|
1492
|
+
- spec/codegen/crm/products/models/next_page_spec.rb
|
1493
|
+
- spec/codegen/crm/products/models/paging_spec.rb
|
1494
|
+
- spec/codegen/crm/products/models/previous_page_spec.rb
|
1495
|
+
- spec/codegen/crm/products/models/public_object_search_request_spec.rb
|
1496
|
+
- spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
|
1497
|
+
- spec/codegen/crm/products/models/simple_public_object_id_spec.rb
|
1498
|
+
- spec/codegen/crm/products/models/simple_public_object_input_spec.rb
|
1499
|
+
- spec/codegen/crm/products/models/simple_public_object_spec.rb
|
1500
|
+
- spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb
|
1501
|
+
- spec/codegen/crm/products/models/standard_error_spec.rb
|
1502
|
+
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
1503
|
+
- spec/codegen/crm/properties/api/core_api_spec.rb
|
1504
|
+
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
1505
|
+
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
1506
|
+
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
1507
|
+
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
1508
|
+
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
1509
|
+
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
1510
|
+
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
1511
|
+
- spec/codegen/crm/properties/models/error_category_spec.rb
|
1512
|
+
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
1513
|
+
- spec/codegen/crm/properties/models/error_spec.rb
|
1514
|
+
- spec/codegen/crm/properties/models/next_page_spec.rb
|
1515
|
+
- spec/codegen/crm/properties/models/option_input_spec.rb
|
1516
|
+
- spec/codegen/crm/properties/models/option_spec.rb
|
1517
|
+
- spec/codegen/crm/properties/models/paging_spec.rb
|
1518
|
+
- spec/codegen/crm/properties/models/property_create_spec.rb
|
1519
|
+
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
1520
|
+
- spec/codegen/crm/properties/models/property_group_spec.rb
|
1521
|
+
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
1522
|
+
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
1523
|
+
- spec/codegen/crm/properties/models/property_name_spec.rb
|
1524
|
+
- spec/codegen/crm/properties/models/property_spec.rb
|
1525
|
+
- spec/codegen/crm/properties/models/property_update_spec.rb
|
1526
|
+
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
1527
|
+
- spec/codegen/crm/quotes/api/associations_api_spec.rb
|
1528
|
+
- spec/codegen/crm/quotes/api/basic_api_spec.rb
|
1529
|
+
- spec/codegen/crm/quotes/api/batch_api_spec.rb
|
1530
|
+
- spec/codegen/crm/quotes/api/search_api_spec.rb
|
1531
|
+
- spec/codegen/crm/quotes/models/associated_id_spec.rb
|
1532
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
|
1533
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
|
1534
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
|
1535
|
+
- spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
|
1536
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
|
1537
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
|
1538
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb
|
1539
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
|
1540
|
+
- spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1541
|
+
- spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1542
|
+
- spec/codegen/crm/quotes/models/error_category_spec.rb
|
1543
|
+
- spec/codegen/crm/quotes/models/error_detail_spec.rb
|
1544
|
+
- spec/codegen/crm/quotes/models/error_spec.rb
|
1545
|
+
- spec/codegen/crm/quotes/models/filter_group_spec.rb
|
1546
|
+
- spec/codegen/crm/quotes/models/filter_spec.rb
|
1547
|
+
- spec/codegen/crm/quotes/models/forward_paging_spec.rb
|
1548
|
+
- spec/codegen/crm/quotes/models/next_page_spec.rb
|
1549
|
+
- spec/codegen/crm/quotes/models/paging_spec.rb
|
1550
|
+
- spec/codegen/crm/quotes/models/previous_page_spec.rb
|
1551
|
+
- spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
|
1552
|
+
- spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
|
1553
|
+
- spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
|
1554
|
+
- spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
|
1555
|
+
- spec/codegen/crm/quotes/models/simple_public_object_spec.rb
|
1556
|
+
- spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb
|
1557
|
+
- spec/codegen/crm/quotes/models/standard_error_spec.rb
|
1558
|
+
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
1559
|
+
- spec/codegen/crm/schemas/api/default_api_spec.rb
|
1560
|
+
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
1561
|
+
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
1562
|
+
- spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
|
1563
|
+
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
1564
|
+
- spec/codegen/crm/schemas/models/error_spec.rb
|
1565
|
+
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
1566
|
+
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
1567
|
+
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
1568
|
+
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
1569
|
+
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
1570
|
+
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
1571
|
+
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
1572
|
+
- spec/codegen/crm/schemas/models/option_spec.rb
|
1573
|
+
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
1574
|
+
- spec/codegen/crm/schemas/models/property_spec.rb
|
1575
|
+
- spec/codegen/crm/tickets/api/associations_api_spec.rb
|
1576
|
+
- spec/codegen/crm/tickets/api/basic_api_spec.rb
|
1577
|
+
- spec/codegen/crm/tickets/api/batch_api_spec.rb
|
1578
|
+
- spec/codegen/crm/tickets/api/search_api_spec.rb
|
1579
|
+
- spec/codegen/crm/tickets/models/associated_id_spec.rb
|
1580
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
|
1581
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
|
1582
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
|
1583
|
+
- spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
|
1584
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
|
1585
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
|
1586
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb
|
1587
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
|
1588
|
+
- spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1589
|
+
- spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1590
|
+
- spec/codegen/crm/tickets/models/error_category_spec.rb
|
1591
|
+
- spec/codegen/crm/tickets/models/error_detail_spec.rb
|
1592
|
+
- spec/codegen/crm/tickets/models/error_spec.rb
|
1593
|
+
- spec/codegen/crm/tickets/models/filter_group_spec.rb
|
1594
|
+
- spec/codegen/crm/tickets/models/filter_spec.rb
|
1595
|
+
- spec/codegen/crm/tickets/models/forward_paging_spec.rb
|
1596
|
+
- spec/codegen/crm/tickets/models/next_page_spec.rb
|
1597
|
+
- spec/codegen/crm/tickets/models/paging_spec.rb
|
1598
|
+
- spec/codegen/crm/tickets/models/previous_page_spec.rb
|
1599
|
+
- spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
|
1600
|
+
- spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
|
1601
|
+
- spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
|
1602
|
+
- spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
|
1603
|
+
- spec/codegen/crm/tickets/models/simple_public_object_spec.rb
|
1604
|
+
- spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb
|
1605
|
+
- spec/codegen/crm/tickets/models/standard_error_spec.rb
|
1606
|
+
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
1607
|
+
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
1608
|
+
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
1609
|
+
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
1610
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
1611
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
1612
|
+
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
|
1613
|
+
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
1614
|
+
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
1615
|
+
- spec/codegen/crm/timeline/models/error_spec.rb
|
1616
|
+
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
1617
|
+
- spec/codegen/crm/timeline/models/next_page_spec.rb
|
1618
|
+
- spec/codegen/crm/timeline/models/paging_spec.rb
|
1619
|
+
- spec/codegen/crm/timeline/models/previous_page_spec.rb
|
1620
|
+
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
1621
|
+
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
1622
|
+
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
1623
|
+
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
1624
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
1625
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
1626
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
1627
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
1628
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
1629
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
1630
|
+
- spec/codegen/events/api/events_api_spec.rb
|
1631
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
1632
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
1633
|
+
- spec/codegen/events/models/error_spec.rb
|
1634
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
1635
|
+
- spec/codegen/events/models/next_page_spec.rb
|
1636
|
+
- spec/codegen/events/models/paging_spec.rb
|
1637
|
+
- spec/codegen/files/files/api/files_api_spec.rb
|
1638
|
+
- spec/codegen/files/files/api/folders_api_spec.rb
|
1639
|
+
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
1640
|
+
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
1641
|
+
- spec/codegen/files/files/models/error_category_spec.rb
|
1642
|
+
- spec/codegen/files/files/models/error_detail_spec.rb
|
1643
|
+
- spec/codegen/files/files/models/error_spec.rb
|
1644
|
+
- spec/codegen/files/files/models/file_action_response_spec.rb
|
1645
|
+
- spec/codegen/files/files/models/file_update_input_spec.rb
|
1646
|
+
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
1647
|
+
- spec/codegen/files/files/models/folder_input_spec.rb
|
1648
|
+
- spec/codegen/files/files/models/folder_spec.rb
|
1649
|
+
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
1650
|
+
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
1651
|
+
- spec/codegen/files/files/models/hubspot_file_spec.rb
|
1652
|
+
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
1653
|
+
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
1654
|
+
- spec/codegen/files/files/models/next_page_spec.rb
|
1655
|
+
- spec/codegen/files/files/models/paging_spec.rb
|
1656
|
+
- spec/codegen/files/files/models/previous_page_spec.rb
|
1657
|
+
- spec/codegen/files/files/models/signed_url_spec.rb
|
1658
|
+
- spec/codegen/files/files/models/standard_error_spec.rb
|
1659
|
+
- spec/codegen/marketing/transactional/api/default_api_spec.rb
|
1660
|
+
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
1661
|
+
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
1662
|
+
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
1663
|
+
- spec/codegen/marketing/transactional/models/error_spec.rb
|
1664
|
+
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
1665
|
+
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
1666
|
+
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
1667
|
+
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
1668
|
+
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
1669
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
1670
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
1671
|
+
- spec/codegen/oauth/api/default_api_spec.rb
|
1672
|
+
- spec/codegen/oauth/models/access_token_info_response_spec.rb
|
1673
|
+
- spec/codegen/oauth/models/error_detail_spec.rb
|
1674
|
+
- spec/codegen/oauth/models/error_spec.rb
|
1675
|
+
- spec/codegen/oauth/models/refresh_token_info_response_spec.rb
|
1676
|
+
- spec/codegen/oauth/models/token_response_if_spec.rb
|
1677
|
+
- spec/codegen/webhooks/api/settings_api_spec.rb
|
1678
|
+
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
1679
|
+
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
1680
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
1681
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
1682
|
+
- spec/codegen/webhooks/models/error_category_spec.rb
|
1683
|
+
- spec/codegen/webhooks/models/error_detail_spec.rb
|
1684
|
+
- spec/codegen/webhooks/models/error_spec.rb
|
1685
|
+
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
1686
|
+
- spec/codegen/webhooks/models/settings_response_spec.rb
|
1687
|
+
- spec/codegen/webhooks/models/standard_error_spec.rb
|
1688
|
+
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
1689
|
+
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
1690
|
+
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
1691
|
+
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
1692
|
+
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
1693
|
+
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
1694
|
+
- spec/features/automation/actions/callbacks_api_spec.rb
|
1695
|
+
- spec/features/automation/actions/definitions_api_spec.rb
|
1696
|
+
- spec/features/automation/actions/functions_api_spec.rb
|
1697
|
+
- spec/features/automation/actions/revisions_api_spec.rb
|
1698
|
+
- spec/features/cms/audit-logs/default_api_spec.rb
|
1699
|
+
- spec/features/cms/blogs/authors/default_api_spec.rb
|
1700
|
+
- spec/features/cms/blogs/blog-posts/default_api_spec.rb
|
1701
|
+
- spec/features/cms/blogs/tags/default_api_spec.rb
|
1702
|
+
- spec/features/cms/domains/domains_api_spec.rb
|
1703
|
+
- spec/features/cms/hubdb/rows_api_spec.rb
|
1704
|
+
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
1705
|
+
- spec/features/cms/hubdb/tables_api_spec.rb
|
1706
|
+
- spec/features/cms/perfomance/default_api_spec.rb
|
1707
|
+
- spec/features/cms/site-search/default_api_spec.rb
|
1708
|
+
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
1709
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
1710
|
+
- spec/features/crm/associations/batch_api_spec.rb
|
1711
|
+
- spec/features/crm/associations/types_api_spec.rb
|
1712
|
+
- spec/features/crm/companies/associations_api_spec.rb
|
1713
|
+
- spec/features/crm/companies/basic_api_spec.rb
|
1714
|
+
- spec/features/crm/companies/batch_api_spec.rb
|
1715
|
+
- spec/features/crm/companies/search_api_spec.rb
|
1716
|
+
- spec/features/crm/contacts/associations_api_spec.rb
|
1717
|
+
- spec/features/crm/contacts/basic_api_spec.rb
|
1718
|
+
- spec/features/crm/contacts/batch_api_spec.rb
|
1719
|
+
- spec/features/crm/contacts/search_api_spec.rb
|
1720
|
+
- spec/features/crm/deals/associations_api_spec.rb
|
1721
|
+
- spec/features/crm/deals/basic_api_spec.rb
|
1722
|
+
- spec/features/crm/deals/batch_api_spec.rb
|
1723
|
+
- spec/features/crm/deals/search_api_spec.rb
|
1724
|
+
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
1725
|
+
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
1726
|
+
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
1727
|
+
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
1728
|
+
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
1729
|
+
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
1730
|
+
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
1731
|
+
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
1732
|
+
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
1733
|
+
- spec/features/crm/imports/core_api_spec.rb
|
1734
|
+
- spec/features/crm/line_items/associations_api_spec.rb
|
1735
|
+
- spec/features/crm/line_items/basic_api_spec.rb
|
1736
|
+
- spec/features/crm/line_items/batch_api_spec.rb
|
1737
|
+
- spec/features/crm/line_items/search_api_spec.rb
|
1738
|
+
- spec/features/crm/objects/associations_api_spec.rb
|
1739
|
+
- spec/features/crm/objects/basic_api_spec.rb
|
1740
|
+
- spec/features/crm/objects/batch_api_spec.rb
|
1741
|
+
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
1742
|
+
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
1743
|
+
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
1744
|
+
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
1745
|
+
- spec/features/crm/objects/search_api_spec.rb
|
1746
|
+
- spec/features/crm/owners/default_api_spec.rb
|
1747
|
+
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
1748
|
+
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
1749
|
+
- spec/features/crm/products/associations_api_spec.rb
|
1750
|
+
- spec/features/crm/products/basic_api_spec.rb
|
1751
|
+
- spec/features/crm/products/batch_api_spec.rb
|
1752
|
+
- spec/features/crm/products/search_api_spec.rb
|
1753
|
+
- spec/features/crm/properties/batch_api_spec.rb
|
1754
|
+
- spec/features/crm/properties/core_api_spec.rb
|
1755
|
+
- spec/features/crm/properties/groups_api_spec.rb
|
1756
|
+
- spec/features/crm/quotes/associations_api_spec.rb
|
1757
|
+
- spec/features/crm/quotes/basic_api_spec.rb
|
1758
|
+
- spec/features/crm/quotes/batch_api_spec.rb
|
1759
|
+
- spec/features/crm/quotes/search_api_spec.rb
|
1760
|
+
- spec/features/crm/schemas/core_api_spec.rb
|
1761
|
+
- spec/features/crm/schemas/default_api_spec.rb
|
1762
|
+
- spec/features/crm/tickets/associations_api_spec.rb
|
1763
|
+
- spec/features/crm/tickets/basic_api_spec.rb
|
1764
|
+
- spec/features/crm/tickets/batch_api_spec.rb
|
1765
|
+
- spec/features/crm/tickets/search_api_spec.rb
|
1766
|
+
- spec/features/crm/timeline/events_api_spec.rb
|
1767
|
+
- spec/features/crm/timeline/templates_api_spec.rb
|
1768
|
+
- spec/features/crm/timeline/tokens_api_spec.rb
|
1769
|
+
- spec/features/events/events_api_spec.rb
|
1770
|
+
- spec/features/files/files/files_api_spec.rb
|
1771
|
+
- spec/features/files/files/folders_api_spec.rb
|
1772
|
+
- spec/features/marketing/transactional/default_api_spec.rb
|
1773
|
+
- spec/features/oauth/default_api_spec.rb
|
1774
|
+
- spec/features/webhooks/settings_api_spec.rb
|
1775
|
+
- spec/features/webhooks/subscriptions_api_spec.rb
|
2368
1776
|
- spec/spec_helper.rb
|
2369
1777
|
homepage: https://github.com/HubSpot/hubspot-api-ruby
|
2370
1778
|
licenses:
|
2371
|
-
-
|
1779
|
+
- Apache-2.0
|
2372
1780
|
metadata: {}
|
2373
|
-
post_install_message:
|
1781
|
+
post_install_message:
|
2374
1782
|
rdoc_options: []
|
2375
1783
|
require_paths:
|
2376
1784
|
- lib
|
@@ -2385,72 +1793,775 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2385
1793
|
- !ruby/object:Gem::Version
|
2386
1794
|
version: '0'
|
2387
1795
|
requirements: []
|
2388
|
-
|
2389
|
-
|
2390
|
-
signing_key:
|
1796
|
+
rubygems_version: 3.1.2
|
1797
|
+
signing_key:
|
2391
1798
|
specification_version: 4
|
2392
1799
|
summary: HubSpot Ruby API Gem
|
2393
1800
|
test_files:
|
2394
|
-
- spec/oauth/models/
|
2395
|
-
- spec/oauth/models/
|
2396
|
-
- spec/oauth/models/
|
2397
|
-
- spec/oauth/models/
|
2398
|
-
- spec/oauth/models/
|
2399
|
-
- spec/oauth/
|
2400
|
-
- spec/
|
2401
|
-
- spec/
|
2402
|
-
- spec/
|
2403
|
-
- spec/
|
2404
|
-
- spec/
|
2405
|
-
- spec/
|
2406
|
-
- spec/
|
2407
|
-
- spec/
|
2408
|
-
- spec/
|
2409
|
-
- spec/
|
2410
|
-
- spec/
|
2411
|
-
- spec/
|
2412
|
-
- spec/
|
2413
|
-
- spec/
|
2414
|
-
- spec/
|
2415
|
-
- spec/
|
2416
|
-
- spec/
|
2417
|
-
- spec/
|
2418
|
-
- spec/
|
2419
|
-
- spec/
|
2420
|
-
- spec/
|
2421
|
-
- spec/
|
2422
|
-
- spec/
|
2423
|
-
- spec/
|
2424
|
-
- spec/
|
2425
|
-
- spec/
|
2426
|
-
- spec/
|
2427
|
-
- spec/
|
2428
|
-
- spec/
|
2429
|
-
- spec/
|
2430
|
-
- spec/
|
2431
|
-
- spec/
|
2432
|
-
- spec/
|
2433
|
-
- spec/
|
2434
|
-
- spec/
|
2435
|
-
- spec/
|
2436
|
-
- spec/
|
2437
|
-
- spec/
|
2438
|
-
- spec/
|
2439
|
-
- spec/
|
2440
|
-
- spec/
|
2441
|
-
- spec/
|
2442
|
-
- spec/
|
2443
|
-
- spec/
|
2444
|
-
- spec/
|
2445
|
-
- spec/
|
2446
|
-
- spec/
|
2447
|
-
- spec/
|
2448
|
-
- spec/
|
2449
|
-
- spec/
|
2450
|
-
- spec/
|
2451
|
-
- spec/
|
2452
|
-
- spec/
|
2453
|
-
- spec/
|
2454
|
-
- spec/
|
2455
|
-
- spec/
|
1801
|
+
- spec/codegen/oauth/models/error_spec.rb
|
1802
|
+
- spec/codegen/oauth/models/access_token_info_response_spec.rb
|
1803
|
+
- spec/codegen/oauth/models/error_detail_spec.rb
|
1804
|
+
- spec/codegen/oauth/models/refresh_token_info_response_spec.rb
|
1805
|
+
- spec/codegen/oauth/models/token_response_if_spec.rb
|
1806
|
+
- spec/codegen/oauth/api/default_api_spec.rb
|
1807
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
|
1808
|
+
- spec/codegen/crm/tickets/models/error_spec.rb
|
1809
|
+
- spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
|
1810
|
+
- spec/codegen/crm/tickets/models/simple_public_object_spec.rb
|
1811
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
|
1812
|
+
- spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
|
1813
|
+
- spec/codegen/crm/tickets/models/next_page_spec.rb
|
1814
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
|
1815
|
+
- spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb
|
1816
|
+
- spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1817
|
+
- spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
|
1818
|
+
- spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
|
1819
|
+
- spec/codegen/crm/tickets/models/standard_error_spec.rb
|
1820
|
+
- spec/codegen/crm/tickets/models/filter_group_spec.rb
|
1821
|
+
- spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
|
1822
|
+
- spec/codegen/crm/tickets/models/associated_id_spec.rb
|
1823
|
+
- spec/codegen/crm/tickets/models/error_category_spec.rb
|
1824
|
+
- spec/codegen/crm/tickets/models/error_detail_spec.rb
|
1825
|
+
- spec/codegen/crm/tickets/models/paging_spec.rb
|
1826
|
+
- spec/codegen/crm/tickets/models/previous_page_spec.rb
|
1827
|
+
- spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
|
1828
|
+
- spec/codegen/crm/tickets/models/forward_paging_spec.rb
|
1829
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
|
1830
|
+
- spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
|
1831
|
+
- spec/codegen/crm/tickets/models/filter_spec.rb
|
1832
|
+
- spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1833
|
+
- spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb
|
1834
|
+
- spec/codegen/crm/tickets/api/search_api_spec.rb
|
1835
|
+
- spec/codegen/crm/tickets/api/associations_api_spec.rb
|
1836
|
+
- spec/codegen/crm/tickets/api/basic_api_spec.rb
|
1837
|
+
- spec/codegen/crm/tickets/api/batch_api_spec.rb
|
1838
|
+
- spec/codegen/crm/associations/models/error_spec.rb
|
1839
|
+
- spec/codegen/crm/associations/models/public_object_id_spec.rb
|
1840
|
+
- spec/codegen/crm/associations/models/public_association_spec.rb
|
1841
|
+
- spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
|
1842
|
+
- spec/codegen/crm/associations/models/public_association_definiton_spec.rb
|
1843
|
+
- spec/codegen/crm/associations/models/next_page_spec.rb
|
1844
|
+
- spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
|
1845
|
+
- spec/codegen/crm/associations/models/public_association_multi_spec.rb
|
1846
|
+
- spec/codegen/crm/associations/models/standard_error_spec.rb
|
1847
|
+
- spec/codegen/crm/associations/models/associated_id_spec.rb
|
1848
|
+
- spec/codegen/crm/associations/models/error_category_spec.rb
|
1849
|
+
- spec/codegen/crm/associations/models/error_detail_spec.rb
|
1850
|
+
- spec/codegen/crm/associations/models/paging_spec.rb
|
1851
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
|
1852
|
+
- spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
|
1853
|
+
- spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
|
1854
|
+
- spec/codegen/crm/associations/api/types_api_spec.rb
|
1855
|
+
- spec/codegen/crm/associations/api/batch_api_spec.rb
|
1856
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
|
1857
|
+
- spec/codegen/crm/products/models/error_spec.rb
|
1858
|
+
- spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
|
1859
|
+
- spec/codegen/crm/products/models/simple_public_object_spec.rb
|
1860
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
|
1861
|
+
- spec/codegen/crm/products/models/public_object_search_request_spec.rb
|
1862
|
+
- spec/codegen/crm/products/models/next_page_spec.rb
|
1863
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
|
1864
|
+
- spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb
|
1865
|
+
- spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1866
|
+
- spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
|
1867
|
+
- spec/codegen/crm/products/models/simple_public_object_id_spec.rb
|
1868
|
+
- spec/codegen/crm/products/models/standard_error_spec.rb
|
1869
|
+
- spec/codegen/crm/products/models/filter_group_spec.rb
|
1870
|
+
- spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
|
1871
|
+
- spec/codegen/crm/products/models/associated_id_spec.rb
|
1872
|
+
- spec/codegen/crm/products/models/error_category_spec.rb
|
1873
|
+
- spec/codegen/crm/products/models/error_detail_spec.rb
|
1874
|
+
- spec/codegen/crm/products/models/paging_spec.rb
|
1875
|
+
- spec/codegen/crm/products/models/previous_page_spec.rb
|
1876
|
+
- spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
|
1877
|
+
- spec/codegen/crm/products/models/forward_paging_spec.rb
|
1878
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
|
1879
|
+
- spec/codegen/crm/products/models/simple_public_object_input_spec.rb
|
1880
|
+
- spec/codegen/crm/products/models/filter_spec.rb
|
1881
|
+
- spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1882
|
+
- spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb
|
1883
|
+
- spec/codegen/crm/products/api/search_api_spec.rb
|
1884
|
+
- spec/codegen/crm/products/api/associations_api_spec.rb
|
1885
|
+
- spec/codegen/crm/products/api/basic_api_spec.rb
|
1886
|
+
- spec/codegen/crm/products/api/batch_api_spec.rb
|
1887
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
|
1888
|
+
- spec/codegen/crm/quotes/models/error_spec.rb
|
1889
|
+
- spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
|
1890
|
+
- spec/codegen/crm/quotes/models/simple_public_object_spec.rb
|
1891
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
|
1892
|
+
- spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
|
1893
|
+
- spec/codegen/crm/quotes/models/next_page_spec.rb
|
1894
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
|
1895
|
+
- spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb
|
1896
|
+
- spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1897
|
+
- spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
|
1898
|
+
- spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
|
1899
|
+
- spec/codegen/crm/quotes/models/standard_error_spec.rb
|
1900
|
+
- spec/codegen/crm/quotes/models/filter_group_spec.rb
|
1901
|
+
- spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
|
1902
|
+
- spec/codegen/crm/quotes/models/associated_id_spec.rb
|
1903
|
+
- spec/codegen/crm/quotes/models/error_category_spec.rb
|
1904
|
+
- spec/codegen/crm/quotes/models/error_detail_spec.rb
|
1905
|
+
- spec/codegen/crm/quotes/models/paging_spec.rb
|
1906
|
+
- spec/codegen/crm/quotes/models/previous_page_spec.rb
|
1907
|
+
- spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
|
1908
|
+
- spec/codegen/crm/quotes/models/forward_paging_spec.rb
|
1909
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
|
1910
|
+
- spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
|
1911
|
+
- spec/codegen/crm/quotes/models/filter_spec.rb
|
1912
|
+
- spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1913
|
+
- spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb
|
1914
|
+
- spec/codegen/crm/quotes/api/search_api_spec.rb
|
1915
|
+
- spec/codegen/crm/quotes/api/associations_api_spec.rb
|
1916
|
+
- spec/codegen/crm/quotes/api/basic_api_spec.rb
|
1917
|
+
- spec/codegen/crm/quotes/api/batch_api_spec.rb
|
1918
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
|
1919
|
+
- spec/codegen/crm/contacts/models/error_spec.rb
|
1920
|
+
- spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
|
1921
|
+
- spec/codegen/crm/contacts/models/simple_public_object_spec.rb
|
1922
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
|
1923
|
+
- spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
|
1924
|
+
- spec/codegen/crm/contacts/models/next_page_spec.rb
|
1925
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
|
1926
|
+
- spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb
|
1927
|
+
- spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1928
|
+
- spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
|
1929
|
+
- spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
|
1930
|
+
- spec/codegen/crm/contacts/models/standard_error_spec.rb
|
1931
|
+
- spec/codegen/crm/contacts/models/filter_group_spec.rb
|
1932
|
+
- spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
|
1933
|
+
- spec/codegen/crm/contacts/models/associated_id_spec.rb
|
1934
|
+
- spec/codegen/crm/contacts/models/error_category_spec.rb
|
1935
|
+
- spec/codegen/crm/contacts/models/error_detail_spec.rb
|
1936
|
+
- spec/codegen/crm/contacts/models/paging_spec.rb
|
1937
|
+
- spec/codegen/crm/contacts/models/previous_page_spec.rb
|
1938
|
+
- spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
|
1939
|
+
- spec/codegen/crm/contacts/models/forward_paging_spec.rb
|
1940
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
|
1941
|
+
- spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
|
1942
|
+
- spec/codegen/crm/contacts/models/filter_spec.rb
|
1943
|
+
- spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1944
|
+
- spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb
|
1945
|
+
- spec/codegen/crm/contacts/api/search_api_spec.rb
|
1946
|
+
- spec/codegen/crm/contacts/api/associations_api_spec.rb
|
1947
|
+
- spec/codegen/crm/contacts/api/basic_api_spec.rb
|
1948
|
+
- spec/codegen/crm/contacts/api/batch_api_spec.rb
|
1949
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
|
1950
|
+
- spec/codegen/crm/objects/models/error_spec.rb
|
1951
|
+
- spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
|
1952
|
+
- spec/codegen/crm/objects/models/simple_public_object_spec.rb
|
1953
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
|
1954
|
+
- spec/codegen/crm/objects/models/public_object_search_request_spec.rb
|
1955
|
+
- spec/codegen/crm/objects/models/next_page_spec.rb
|
1956
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
|
1957
|
+
- spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb
|
1958
|
+
- spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1959
|
+
- spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
|
1960
|
+
- spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
|
1961
|
+
- spec/codegen/crm/objects/models/standard_error_spec.rb
|
1962
|
+
- spec/codegen/crm/objects/models/filter_group_spec.rb
|
1963
|
+
- spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
|
1964
|
+
- spec/codegen/crm/objects/models/associated_id_spec.rb
|
1965
|
+
- spec/codegen/crm/objects/models/error_category_spec.rb
|
1966
|
+
- spec/codegen/crm/objects/models/error_detail_spec.rb
|
1967
|
+
- spec/codegen/crm/objects/models/paging_spec.rb
|
1968
|
+
- spec/codegen/crm/objects/models/previous_page_spec.rb
|
1969
|
+
- spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
|
1970
|
+
- spec/codegen/crm/objects/models/forward_paging_spec.rb
|
1971
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
|
1972
|
+
- spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
|
1973
|
+
- spec/codegen/crm/objects/models/filter_spec.rb
|
1974
|
+
- spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
1975
|
+
- spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
|
1976
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
|
1977
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
|
1978
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
|
1979
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
|
1980
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
|
1981
|
+
- spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
|
1982
|
+
- spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
|
1983
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
|
1984
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
|
1985
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
1986
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
|
1987
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
|
1988
|
+
- spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
|
1989
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
|
1990
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
|
1991
|
+
- spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
|
1992
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
|
1993
|
+
- spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
|
1994
|
+
- spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
|
1995
|
+
- spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
|
1996
|
+
- spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
|
1997
|
+
- spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
|
1998
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
|
1999
|
+
- spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
|
2000
|
+
- spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
|
2001
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2002
|
+
- spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
|
2003
|
+
- spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
|
2004
|
+
- spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
|
2005
|
+
- spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
|
2006
|
+
- spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
|
2007
|
+
- spec/codegen/crm/objects/api/search_api_spec.rb
|
2008
|
+
- spec/codegen/crm/objects/api/associations_api_spec.rb
|
2009
|
+
- spec/codegen/crm/objects/api/basic_api_spec.rb
|
2010
|
+
- spec/codegen/crm/objects/api/batch_api_spec.rb
|
2011
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
|
2012
|
+
- spec/codegen/crm/deals/models/error_spec.rb
|
2013
|
+
- spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
|
2014
|
+
- spec/codegen/crm/deals/models/simple_public_object_spec.rb
|
2015
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
|
2016
|
+
- spec/codegen/crm/deals/models/public_object_search_request_spec.rb
|
2017
|
+
- spec/codegen/crm/deals/models/next_page_spec.rb
|
2018
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
|
2019
|
+
- spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
|
2020
|
+
- spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2021
|
+
- spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
|
2022
|
+
- spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
|
2023
|
+
- spec/codegen/crm/deals/models/standard_error_spec.rb
|
2024
|
+
- spec/codegen/crm/deals/models/filter_group_spec.rb
|
2025
|
+
- spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
|
2026
|
+
- spec/codegen/crm/deals/models/associated_id_spec.rb
|
2027
|
+
- spec/codegen/crm/deals/models/error_category_spec.rb
|
2028
|
+
- spec/codegen/crm/deals/models/error_detail_spec.rb
|
2029
|
+
- spec/codegen/crm/deals/models/paging_spec.rb
|
2030
|
+
- spec/codegen/crm/deals/models/previous_page_spec.rb
|
2031
|
+
- spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
|
2032
|
+
- spec/codegen/crm/deals/models/forward_paging_spec.rb
|
2033
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
|
2034
|
+
- spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
|
2035
|
+
- spec/codegen/crm/deals/models/filter_spec.rb
|
2036
|
+
- spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2037
|
+
- spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
|
2038
|
+
- spec/codegen/crm/deals/api/search_api_spec.rb
|
2039
|
+
- spec/codegen/crm/deals/api/associations_api_spec.rb
|
2040
|
+
- spec/codegen/crm/deals/api/basic_api_spec.rb
|
2041
|
+
- spec/codegen/crm/deals/api/batch_api_spec.rb
|
2042
|
+
- spec/codegen/crm/pipelines/models/error_spec.rb
|
2043
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
|
2044
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
|
2045
|
+
- spec/codegen/crm/pipelines/models/next_page_spec.rb
|
2046
|
+
- spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
|
2047
|
+
- spec/codegen/crm/pipelines/models/error_detail_spec.rb
|
2048
|
+
- spec/codegen/crm/pipelines/models/paging_spec.rb
|
2049
|
+
- spec/codegen/crm/pipelines/models/pipeline_spec.rb
|
2050
|
+
- spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
|
2051
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
|
2052
|
+
- spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
|
2053
|
+
- spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
|
2054
|
+
- spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
|
2055
|
+
- spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
|
2056
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
|
2057
|
+
- spec/codegen/crm/line_items/models/error_spec.rb
|
2058
|
+
- spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
|
2059
|
+
- spec/codegen/crm/line_items/models/simple_public_object_spec.rb
|
2060
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
|
2061
|
+
- spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
|
2062
|
+
- spec/codegen/crm/line_items/models/next_page_spec.rb
|
2063
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
|
2064
|
+
- spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
|
2065
|
+
- spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2066
|
+
- spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
|
2067
|
+
- spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
|
2068
|
+
- spec/codegen/crm/line_items/models/standard_error_spec.rb
|
2069
|
+
- spec/codegen/crm/line_items/models/filter_group_spec.rb
|
2070
|
+
- spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
|
2071
|
+
- spec/codegen/crm/line_items/models/associated_id_spec.rb
|
2072
|
+
- spec/codegen/crm/line_items/models/error_category_spec.rb
|
2073
|
+
- spec/codegen/crm/line_items/models/error_detail_spec.rb
|
2074
|
+
- spec/codegen/crm/line_items/models/paging_spec.rb
|
2075
|
+
- spec/codegen/crm/line_items/models/previous_page_spec.rb
|
2076
|
+
- spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
|
2077
|
+
- spec/codegen/crm/line_items/models/forward_paging_spec.rb
|
2078
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
|
2079
|
+
- spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
|
2080
|
+
- spec/codegen/crm/line_items/models/filter_spec.rb
|
2081
|
+
- spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2082
|
+
- spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
|
2083
|
+
- spec/codegen/crm/line_items/api/search_api_spec.rb
|
2084
|
+
- spec/codegen/crm/line_items/api/associations_api_spec.rb
|
2085
|
+
- spec/codegen/crm/line_items/api/basic_api_spec.rb
|
2086
|
+
- spec/codegen/crm/line_items/api/batch_api_spec.rb
|
2087
|
+
- spec/codegen/crm/imports/models/error_spec.rb
|
2088
|
+
- spec/codegen/crm/imports/models/action_response_spec.rb
|
2089
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
|
2090
|
+
- spec/codegen/crm/imports/models/public_import_response_spec.rb
|
2091
|
+
- spec/codegen/crm/imports/models/public_object_list_record_spec.rb
|
2092
|
+
- spec/codegen/crm/imports/models/public_import_error_spec.rb
|
2093
|
+
- spec/codegen/crm/imports/models/next_page_spec.rb
|
2094
|
+
- spec/codegen/crm/imports/models/public_import_metadata_spec.rb
|
2095
|
+
- spec/codegen/crm/imports/models/import_row_core_spec.rb
|
2096
|
+
- spec/codegen/crm/imports/models/error_detail_spec.rb
|
2097
|
+
- spec/codegen/crm/imports/models/paging_spec.rb
|
2098
|
+
- spec/codegen/crm/imports/models/previous_page_spec.rb
|
2099
|
+
- spec/codegen/crm/imports/models/forward_paging_spec.rb
|
2100
|
+
- spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
|
2101
|
+
- spec/codegen/crm/imports/api/default_api_spec.rb
|
2102
|
+
- spec/codegen/crm/imports/api/core_api_spec.rb
|
2103
|
+
- spec/codegen/crm/schemas/models/error_spec.rb
|
2104
|
+
- spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
|
2105
|
+
- spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
|
2106
|
+
- spec/codegen/crm/schemas/models/option_spec.rb
|
2107
|
+
- spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
|
2108
|
+
- spec/codegen/crm/schemas/models/association_definition_spec.rb
|
2109
|
+
- spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
|
2110
|
+
- spec/codegen/crm/schemas/models/property_spec.rb
|
2111
|
+
- spec/codegen/crm/schemas/models/option_input_spec.rb
|
2112
|
+
- spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
|
2113
|
+
- spec/codegen/crm/schemas/models/object_schema_spec.rb
|
2114
|
+
- spec/codegen/crm/schemas/models/object_type_definition_spec.rb
|
2115
|
+
- spec/codegen/crm/schemas/models/error_detail_spec.rb
|
2116
|
+
- spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
|
2117
|
+
- spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
|
2118
|
+
- spec/codegen/crm/schemas/api/default_api_spec.rb
|
2119
|
+
- spec/codegen/crm/schemas/api/core_api_spec.rb
|
2120
|
+
- spec/codegen/crm/extensions/accounting/models/error_spec.rb
|
2121
|
+
- spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
|
2122
|
+
- spec/codegen/crm/extensions/accounting/models/tax_spec.rb
|
2123
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
|
2124
|
+
- spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
|
2125
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
|
2126
|
+
- spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
|
2127
|
+
- spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
|
2128
|
+
- spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
|
2129
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
|
2130
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
|
2131
|
+
- spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
|
2132
|
+
- spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
|
2133
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
|
2134
|
+
- spec/codegen/crm/extensions/accounting/models/product_spec.rb
|
2135
|
+
- spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
|
2136
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
|
2137
|
+
- spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
|
2138
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
|
2139
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
|
2140
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
|
2141
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
|
2142
|
+
- spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
|
2143
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
|
2144
|
+
- spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
|
2145
|
+
- spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
|
2146
|
+
- spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
|
2147
|
+
- spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
|
2148
|
+
- spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
|
2149
|
+
- spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
|
2150
|
+
- spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
|
2151
|
+
- spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
|
2152
|
+
- spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
|
2153
|
+
- spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
|
2154
|
+
- spec/codegen/crm/extensions/accounting/models/address_spec.rb
|
2155
|
+
- spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
|
2156
|
+
- spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
|
2157
|
+
- spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
|
2158
|
+
- spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
|
2159
|
+
- spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
|
2160
|
+
- spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
|
2161
|
+
- spec/codegen/crm/extensions/calling/models/error_spec.rb
|
2162
|
+
- spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
|
2163
|
+
- spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
|
2164
|
+
- spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
|
2165
|
+
- spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
|
2166
|
+
- spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
|
2167
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
|
2168
|
+
- spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
|
2169
|
+
- spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
|
2170
|
+
- spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
|
2171
|
+
- spec/codegen/crm/extensions/cards/models/error_spec.rb
|
2172
|
+
- spec/codegen/crm/extensions/cards/models/card_response_spec.rb
|
2173
|
+
- spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
|
2174
|
+
- spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
|
2175
|
+
- spec/codegen/crm/extensions/cards/models/display_option_spec.rb
|
2176
|
+
- spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
|
2177
|
+
- spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
|
2178
|
+
- spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
|
2179
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
|
2180
|
+
- spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
|
2181
|
+
- spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
|
2182
|
+
- spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
|
2183
|
+
- spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
|
2184
|
+
- spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
|
2185
|
+
- spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
|
2186
|
+
- spec/codegen/crm/extensions/cards/models/object_token_spec.rb
|
2187
|
+
- spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
|
2188
|
+
- spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
|
2189
|
+
- spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
|
2190
|
+
- spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
|
2191
|
+
- spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
|
2192
|
+
- spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
|
2193
|
+
- spec/codegen/crm/properties/models/error_spec.rb
|
2194
|
+
- spec/codegen/crm/properties/models/property_name_spec.rb
|
2195
|
+
- spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
|
2196
|
+
- spec/codegen/crm/properties/models/property_create_spec.rb
|
2197
|
+
- spec/codegen/crm/properties/models/batch_response_property_spec.rb
|
2198
|
+
- spec/codegen/crm/properties/models/option_spec.rb
|
2199
|
+
- spec/codegen/crm/properties/models/property_group_spec.rb
|
2200
|
+
- spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
|
2201
|
+
- spec/codegen/crm/properties/models/next_page_spec.rb
|
2202
|
+
- spec/codegen/crm/properties/models/property_group_update_spec.rb
|
2203
|
+
- spec/codegen/crm/properties/models/property_spec.rb
|
2204
|
+
- spec/codegen/crm/properties/models/standard_error_spec.rb
|
2205
|
+
- spec/codegen/crm/properties/models/option_input_spec.rb
|
2206
|
+
- spec/codegen/crm/properties/models/property_group_create_spec.rb
|
2207
|
+
- spec/codegen/crm/properties/models/error_category_spec.rb
|
2208
|
+
- spec/codegen/crm/properties/models/error_detail_spec.rb
|
2209
|
+
- spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
|
2210
|
+
- spec/codegen/crm/properties/models/paging_spec.rb
|
2211
|
+
- spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
|
2212
|
+
- spec/codegen/crm/properties/models/property_update_spec.rb
|
2213
|
+
- spec/codegen/crm/properties/models/collection_response_property_spec.rb
|
2214
|
+
- spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
|
2215
|
+
- spec/codegen/crm/properties/api/groups_api_spec.rb
|
2216
|
+
- spec/codegen/crm/properties/api/core_api_spec.rb
|
2217
|
+
- spec/codegen/crm/properties/api/batch_api_spec.rb
|
2218
|
+
- spec/codegen/crm/owners/models/error_spec.rb
|
2219
|
+
- spec/codegen/crm/owners/models/next_page_spec.rb
|
2220
|
+
- spec/codegen/crm/owners/models/public_owner_spec.rb
|
2221
|
+
- spec/codegen/crm/owners/models/error_detail_spec.rb
|
2222
|
+
- spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
|
2223
|
+
- spec/codegen/crm/owners/models/forward_paging_spec.rb
|
2224
|
+
- spec/codegen/crm/owners/models/public_team_spec.rb
|
2225
|
+
- spec/codegen/crm/owners/api/default_api_spec.rb
|
2226
|
+
- spec/codegen/crm/timeline/models/error_spec.rb
|
2227
|
+
- spec/codegen/crm/timeline/models/event_detail_spec.rb
|
2228
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
|
2229
|
+
- spec/codegen/crm/timeline/models/timeline_event_spec.rb
|
2230
|
+
- spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
|
2231
|
+
- spec/codegen/crm/timeline/models/next_page_spec.rb
|
2232
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
2233
|
+
- spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
|
2234
|
+
- spec/codegen/crm/timeline/models/standard_error_spec.rb
|
2235
|
+
- spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
|
2236
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
2237
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
2238
|
+
- spec/codegen/crm/timeline/models/error_category_spec.rb
|
2239
|
+
- spec/codegen/crm/timeline/models/error_detail_spec.rb
|
2240
|
+
- spec/codegen/crm/timeline/models/paging_spec.rb
|
2241
|
+
- spec/codegen/crm/timeline/models/previous_page_spec.rb
|
2242
|
+
- spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
|
2243
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
|
2244
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
|
2245
|
+
- spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
|
2246
|
+
- spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
|
2247
|
+
- spec/codegen/crm/timeline/api/tokens_api_spec.rb
|
2248
|
+
- spec/codegen/crm/timeline/api/events_api_spec.rb
|
2249
|
+
- spec/codegen/crm/timeline/api/templates_api_spec.rb
|
2250
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
|
2251
|
+
- spec/codegen/crm/companies/models/error_spec.rb
|
2252
|
+
- spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
|
2253
|
+
- spec/codegen/crm/companies/models/simple_public_object_spec.rb
|
2254
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
|
2255
|
+
- spec/codegen/crm/companies/models/public_object_search_request_spec.rb
|
2256
|
+
- spec/codegen/crm/companies/models/next_page_spec.rb
|
2257
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
|
2258
|
+
- spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
|
2259
|
+
- spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
|
2260
|
+
- spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
|
2261
|
+
- spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
|
2262
|
+
- spec/codegen/crm/companies/models/standard_error_spec.rb
|
2263
|
+
- spec/codegen/crm/companies/models/filter_group_spec.rb
|
2264
|
+
- spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
|
2265
|
+
- spec/codegen/crm/companies/models/associated_id_spec.rb
|
2266
|
+
- spec/codegen/crm/companies/models/error_category_spec.rb
|
2267
|
+
- spec/codegen/crm/companies/models/error_detail_spec.rb
|
2268
|
+
- spec/codegen/crm/companies/models/paging_spec.rb
|
2269
|
+
- spec/codegen/crm/companies/models/previous_page_spec.rb
|
2270
|
+
- spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
|
2271
|
+
- spec/codegen/crm/companies/models/forward_paging_spec.rb
|
2272
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
|
2273
|
+
- spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
|
2274
|
+
- spec/codegen/crm/companies/models/filter_spec.rb
|
2275
|
+
- spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
|
2276
|
+
- spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb
|
2277
|
+
- spec/codegen/crm/companies/api/search_api_spec.rb
|
2278
|
+
- spec/codegen/crm/companies/api/associations_api_spec.rb
|
2279
|
+
- spec/codegen/crm/companies/api/basic_api_spec.rb
|
2280
|
+
- spec/codegen/crm/companies/api/batch_api_spec.rb
|
2281
|
+
- spec/codegen/cms/audit-logs/models/error_spec.rb
|
2282
|
+
- spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
|
2283
|
+
- spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
|
2284
|
+
- spec/codegen/cms/audit-logs/models/next_page_spec.rb
|
2285
|
+
- spec/codegen/cms/audit-logs/models/error_detail_spec.rb
|
2286
|
+
- spec/codegen/cms/audit-logs/models/paging_spec.rb
|
2287
|
+
- spec/codegen/cms/audit-logs/api/default_api_spec.rb
|
2288
|
+
- spec/codegen/cms/site-search/models/error_spec.rb
|
2289
|
+
- spec/codegen/cms/site-search/models/content_search_result_spec.rb
|
2290
|
+
- spec/codegen/cms/site-search/models/indexed_data_spec.rb
|
2291
|
+
- spec/codegen/cms/site-search/models/public_search_results_spec.rb
|
2292
|
+
- spec/codegen/cms/site-search/models/error_detail_spec.rb
|
2293
|
+
- spec/codegen/cms/site-search/models/search_hit_field_spec.rb
|
2294
|
+
- spec/codegen/cms/site-search/api/default_api_spec.rb
|
2295
|
+
- spec/codegen/cms/blogs/authors/models/error_spec.rb
|
2296
|
+
- spec/codegen/cms/blogs/authors/models/next_page_spec.rb
|
2297
|
+
- spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
|
2298
|
+
- spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
|
2299
|
+
- spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
|
2300
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
|
2301
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
|
2302
|
+
- spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
|
2303
|
+
- spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
|
2304
|
+
- spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
|
2305
|
+
- spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
|
2306
|
+
- spec/codegen/cms/blogs/authors/api/default_api_spec.rb
|
2307
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
|
2308
|
+
- spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
|
2309
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
|
2310
|
+
- spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
|
2311
|
+
- spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
|
2312
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
|
2313
|
+
- spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
|
2314
|
+
- spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
|
2315
|
+
- spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
|
2316
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
|
2317
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
|
2318
|
+
- spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
|
2319
|
+
- spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
|
2320
|
+
- spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
|
2321
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
|
2322
|
+
- spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
|
2323
|
+
- spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
|
2324
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
|
2325
|
+
- spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
|
2326
|
+
- spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
|
2327
|
+
- spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
|
2328
|
+
- spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
|
2329
|
+
- spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
|
2330
|
+
- spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
|
2331
|
+
- spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
|
2332
|
+
- spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
|
2333
|
+
- spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
|
2334
|
+
- spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
|
2335
|
+
- spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
|
2336
|
+
- spec/codegen/cms/blogs/tags/models/error_spec.rb
|
2337
|
+
- spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
|
2338
|
+
- spec/codegen/cms/blogs/tags/models/tag_spec.rb
|
2339
|
+
- spec/codegen/cms/blogs/tags/models/next_page_spec.rb
|
2340
|
+
- spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
|
2341
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
|
2342
|
+
- spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
|
2343
|
+
- spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
|
2344
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
|
2345
|
+
- spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
|
2346
|
+
- spec/codegen/cms/blogs/tags/api/default_api_spec.rb
|
2347
|
+
- spec/codegen/cms/hubdb/models/error_spec.rb
|
2348
|
+
- spec/codegen/cms/hubdb/models/import_result_spec.rb
|
2349
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
|
2350
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
|
2351
|
+
- spec/codegen/cms/hubdb/models/option_spec.rb
|
2352
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
|
2353
|
+
- spec/codegen/cms/hubdb/models/next_page_spec.rb
|
2354
|
+
- spec/codegen/cms/hubdb/models/simple_user_spec.rb
|
2355
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
|
2356
|
+
- spec/codegen/cms/hubdb/models/column_input_spec.rb
|
2357
|
+
- spec/codegen/cms/hubdb/models/standard_error_spec.rb
|
2358
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
|
2359
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
|
2360
|
+
- spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
|
2361
|
+
- spec/codegen/cms/hubdb/models/column_spec.rb
|
2362
|
+
- spec/codegen/cms/hubdb/models/error_detail_spec.rb
|
2363
|
+
- spec/codegen/cms/hubdb/models/foreign_id_spec.rb
|
2364
|
+
- spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
|
2365
|
+
- spec/codegen/cms/hubdb/models/forward_paging_spec.rb
|
2366
|
+
- spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
|
2367
|
+
- spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
|
2368
|
+
- spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
|
2369
|
+
- spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
|
2370
|
+
- spec/codegen/cms/hubdb/api/rows_api_spec.rb
|
2371
|
+
- spec/codegen/cms/hubdb/api/tables_api_spec.rb
|
2372
|
+
- spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
|
2373
|
+
- spec/codegen/cms/domains/models/error_spec.rb
|
2374
|
+
- spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
|
2375
|
+
- spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
|
2376
|
+
- spec/codegen/cms/domains/models/next_page_spec.rb
|
2377
|
+
- spec/codegen/cms/domains/models/domain_spec.rb
|
2378
|
+
- spec/codegen/cms/domains/models/error_detail_spec.rb
|
2379
|
+
- spec/codegen/cms/domains/models/paging_spec.rb
|
2380
|
+
- spec/codegen/cms/domains/models/domain_setup_info_spec.rb
|
2381
|
+
- spec/codegen/cms/domains/api/domains_api_spec.rb
|
2382
|
+
- spec/codegen/cms/url-redirects/models/error_spec.rb
|
2383
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
2384
|
+
- spec/codegen/cms/url-redirects/models/next_page_spec.rb
|
2385
|
+
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
2386
|
+
- spec/codegen/cms/url-redirects/models/error_detail_spec.rb
|
2387
|
+
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
2388
|
+
- spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
|
2389
|
+
- spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
|
2390
|
+
- spec/codegen/cms/performance/models/error_spec.rb
|
2391
|
+
- spec/codegen/cms/performance/models/performance_view_spec.rb
|
2392
|
+
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
2393
|
+
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
2394
|
+
- spec/codegen/cms/performance/api/default_api_spec.rb
|
2395
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
2396
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
2397
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
2398
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
2399
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
2400
|
+
- spec/codegen/files/files/models/error_spec.rb
|
2401
|
+
- spec/codegen/files/files/models/folder_input_spec.rb
|
2402
|
+
- spec/codegen/files/files/models/file_update_input_spec.rb
|
2403
|
+
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
2404
|
+
- spec/codegen/files/files/models/folder_spec.rb
|
2405
|
+
- spec/codegen/files/files/models/file_action_response_spec.rb
|
2406
|
+
- spec/codegen/files/files/models/next_page_spec.rb
|
2407
|
+
- spec/codegen/files/files/models/import_from_url_input_spec.rb
|
2408
|
+
- spec/codegen/files/files/models/hubspot_file_spec.rb
|
2409
|
+
- spec/codegen/files/files/models/standard_error_spec.rb
|
2410
|
+
- spec/codegen/files/files/models/folder_update_task_locator_spec.rb
|
2411
|
+
- spec/codegen/files/files/models/error_category_spec.rb
|
2412
|
+
- spec/codegen/files/files/models/folder_update_input_spec.rb
|
2413
|
+
- spec/codegen/files/files/models/collection_response_folder_spec.rb
|
2414
|
+
- spec/codegen/files/files/models/error_detail_spec.rb
|
2415
|
+
- spec/codegen/files/files/models/signed_url_spec.rb
|
2416
|
+
- spec/codegen/files/files/models/paging_spec.rb
|
2417
|
+
- spec/codegen/files/files/models/folder_action_response_spec.rb
|
2418
|
+
- spec/codegen/files/files/models/previous_page_spec.rb
|
2419
|
+
- spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
|
2420
|
+
- spec/codegen/files/files/api/files_api_spec.rb
|
2421
|
+
- spec/codegen/files/files/api/folders_api_spec.rb
|
2422
|
+
- spec/codegen/marketing/transactional/models/error_spec.rb
|
2423
|
+
- spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
|
2424
|
+
- spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
|
2425
|
+
- spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
|
2426
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
|
2427
|
+
- spec/codegen/marketing/transactional/models/next_page_spec.rb
|
2428
|
+
- spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
|
2429
|
+
- spec/codegen/marketing/transactional/models/event_id_view_spec.rb
|
2430
|
+
- spec/codegen/marketing/transactional/models/error_detail_spec.rb
|
2431
|
+
- spec/codegen/marketing/transactional/models/paging_spec.rb
|
2432
|
+
- spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
|
2433
|
+
- spec/codegen/marketing/transactional/api/default_api_spec.rb
|
2434
|
+
- spec/codegen/automation/actions/models/error_spec.rb
|
2435
|
+
- spec/codegen/automation/actions/models/callback_completion_request_spec.rb
|
2436
|
+
- spec/codegen/automation/actions/models/option_spec.rb
|
2437
|
+
- spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
|
2438
|
+
- spec/codegen/automation/actions/models/input_field_definition_spec.rb
|
2439
|
+
- spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
|
2440
|
+
- spec/codegen/automation/actions/models/object_request_options_spec.rb
|
2441
|
+
- spec/codegen/automation/actions/models/next_page_spec.rb
|
2442
|
+
- spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
|
2443
|
+
- spec/codegen/automation/actions/models/action_function_spec.rb
|
2444
|
+
- spec/codegen/automation/actions/models/action_revision_spec.rb
|
2445
|
+
- spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
|
2446
|
+
- spec/codegen/automation/actions/models/field_type_definition_spec.rb
|
2447
|
+
- spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
|
2448
|
+
- spec/codegen/automation/actions/models/extension_action_definition_spec.rb
|
2449
|
+
- spec/codegen/automation/actions/models/action_labels_spec.rb
|
2450
|
+
- spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
|
2451
|
+
- spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
|
2452
|
+
- spec/codegen/automation/actions/models/error_detail_spec.rb
|
2453
|
+
- spec/codegen/automation/actions/models/single_field_dependency_spec.rb
|
2454
|
+
- spec/codegen/automation/actions/models/forward_paging_spec.rb
|
2455
|
+
- spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
|
2456
|
+
- spec/codegen/automation/actions/models/action_function_identifier_spec.rb
|
2457
|
+
- spec/codegen/automation/actions/api/functions_api_spec.rb
|
2458
|
+
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
2459
|
+
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
2460
|
+
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
2461
|
+
- spec/codegen/events/models/error_spec.rb
|
2462
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
2463
|
+
- spec/codegen/events/models/next_page_spec.rb
|
2464
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
2465
|
+
- spec/codegen/events/models/paging_spec.rb
|
2466
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
2467
|
+
- spec/codegen/events/api/events_api_spec.rb
|
2468
|
+
- spec/codegen/webhooks/models/error_spec.rb
|
2469
|
+
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
2470
|
+
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
2471
|
+
- spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
|
2472
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
|
2473
|
+
- spec/codegen/webhooks/models/subscription_response_spec.rb
|
2474
|
+
- spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
|
2475
|
+
- spec/codegen/webhooks/models/standard_error_spec.rb
|
2476
|
+
- spec/codegen/webhooks/models/subscription_list_response_spec.rb
|
2477
|
+
- spec/codegen/webhooks/models/error_category_spec.rb
|
2478
|
+
- spec/codegen/webhooks/models/subscription_create_request_spec.rb
|
2479
|
+
- spec/codegen/webhooks/models/error_detail_spec.rb
|
2480
|
+
- spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
|
2481
|
+
- spec/codegen/webhooks/models/settings_change_request_spec.rb
|
2482
|
+
- spec/codegen/webhooks/models/settings_response_spec.rb
|
2483
|
+
- spec/codegen/webhooks/api/settings_api_spec.rb
|
2484
|
+
- spec/codegen/webhooks/api/subscriptions_api_spec.rb
|
2485
|
+
- spec/features/oauth/default_api_spec.rb
|
2486
|
+
- spec/features/crm/tickets/search_api_spec.rb
|
2487
|
+
- spec/features/crm/tickets/associations_api_spec.rb
|
2488
|
+
- spec/features/crm/tickets/basic_api_spec.rb
|
2489
|
+
- spec/features/crm/tickets/batch_api_spec.rb
|
2490
|
+
- spec/features/crm/associations/types_api_spec.rb
|
2491
|
+
- spec/features/crm/associations/batch_api_spec.rb
|
2492
|
+
- spec/features/crm/products/search_api_spec.rb
|
2493
|
+
- spec/features/crm/products/associations_api_spec.rb
|
2494
|
+
- spec/features/crm/products/basic_api_spec.rb
|
2495
|
+
- spec/features/crm/products/batch_api_spec.rb
|
2496
|
+
- spec/features/crm/quotes/search_api_spec.rb
|
2497
|
+
- spec/features/crm/quotes/associations_api_spec.rb
|
2498
|
+
- spec/features/crm/quotes/basic_api_spec.rb
|
2499
|
+
- spec/features/crm/quotes/batch_api_spec.rb
|
2500
|
+
- spec/features/crm/contacts/search_api_spec.rb
|
2501
|
+
- spec/features/crm/contacts/associations_api_spec.rb
|
2502
|
+
- spec/features/crm/contacts/basic_api_spec.rb
|
2503
|
+
- spec/features/crm/contacts/batch_api_spec.rb
|
2504
|
+
- spec/features/crm/objects/search_api_spec.rb
|
2505
|
+
- spec/features/crm/objects/associations_api_spec.rb
|
2506
|
+
- spec/features/crm/objects/basic_api_spec.rb
|
2507
|
+
- spec/features/crm/objects/feedback_submissions/search_api_spec.rb
|
2508
|
+
- spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
|
2509
|
+
- spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
|
2510
|
+
- spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
|
2511
|
+
- spec/features/crm/objects/batch_api_spec.rb
|
2512
|
+
- spec/features/crm/deals/search_api_spec.rb
|
2513
|
+
- spec/features/crm/deals/associations_api_spec.rb
|
2514
|
+
- spec/features/crm/deals/basic_api_spec.rb
|
2515
|
+
- spec/features/crm/deals/batch_api_spec.rb
|
2516
|
+
- spec/features/crm/pipelines/pipelines_api_spec.rb
|
2517
|
+
- spec/features/crm/pipelines/pipeline_stages_api_spec.rb
|
2518
|
+
- spec/features/crm/line_items/search_api_spec.rb
|
2519
|
+
- spec/features/crm/line_items/associations_api_spec.rb
|
2520
|
+
- spec/features/crm/line_items/basic_api_spec.rb
|
2521
|
+
- spec/features/crm/line_items/batch_api_spec.rb
|
2522
|
+
- spec/features/crm/imports/core_api_spec.rb
|
2523
|
+
- spec/features/crm/schemas/default_api_spec.rb
|
2524
|
+
- spec/features/crm/schemas/core_api_spec.rb
|
2525
|
+
- spec/features/crm/extensions/accounting/invoice_api_spec.rb
|
2526
|
+
- spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
|
2527
|
+
- spec/features/crm/extensions/accounting/sync_api_spec.rb
|
2528
|
+
- spec/features/crm/extensions/accounting/callbacks_api_spec.rb
|
2529
|
+
- spec/features/crm/extensions/accounting/settings_api_spec.rb
|
2530
|
+
- spec/features/crm/extensions/calling/settings_api_spec.rb
|
2531
|
+
- spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
|
2532
|
+
- spec/features/crm/extensions/cards/sample_response_api_spec.rb
|
2533
|
+
- spec/features/crm/extensions/cards/cards_api_spec.rb
|
2534
|
+
- spec/features/crm/properties/groups_api_spec.rb
|
2535
|
+
- spec/features/crm/properties/core_api_spec.rb
|
2536
|
+
- spec/features/crm/properties/batch_api_spec.rb
|
2537
|
+
- spec/features/crm/owners/default_api_spec.rb
|
2538
|
+
- spec/features/crm/timeline/tokens_api_spec.rb
|
2539
|
+
- spec/features/crm/timeline/events_api_spec.rb
|
2540
|
+
- spec/features/crm/timeline/templates_api_spec.rb
|
2541
|
+
- spec/features/crm/companies/search_api_spec.rb
|
2542
|
+
- spec/features/crm/companies/associations_api_spec.rb
|
2543
|
+
- spec/features/crm/companies/basic_api_spec.rb
|
2544
|
+
- spec/features/crm/companies/batch_api_spec.rb
|
2545
|
+
- spec/features/cms/audit-logs/default_api_spec.rb
|
2546
|
+
- spec/features/cms/site-search/default_api_spec.rb
|
2547
|
+
- spec/features/cms/blogs/authors/default_api_spec.rb
|
2548
|
+
- spec/features/cms/blogs/blog-posts/default_api_spec.rb
|
2549
|
+
- spec/features/cms/blogs/tags/default_api_spec.rb
|
2550
|
+
- spec/features/cms/hubdb/rows_api_spec.rb
|
2551
|
+
- spec/features/cms/hubdb/tables_api_spec.rb
|
2552
|
+
- spec/features/cms/hubdb/rows_batch_api_spec.rb
|
2553
|
+
- spec/features/cms/domains/domains_api_spec.rb
|
2554
|
+
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
2555
|
+
- spec/features/cms/perfomance/default_api_spec.rb
|
2556
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
2557
|
+
- spec/features/files/files/files_api_spec.rb
|
2558
|
+
- spec/features/files/files/folders_api_spec.rb
|
2559
|
+
- spec/features/marketing/transactional/default_api_spec.rb
|
2560
|
+
- spec/features/automation/actions/functions_api_spec.rb
|
2561
|
+
- spec/features/automation/actions/definitions_api_spec.rb
|
2562
|
+
- spec/features/automation/actions/callbacks_api_spec.rb
|
2563
|
+
- spec/features/automation/actions/revisions_api_spec.rb
|
2564
|
+
- spec/features/events/events_api_spec.rb
|
2565
|
+
- spec/features/webhooks/settings_api_spec.rb
|
2566
|
+
- spec/features/webhooks/subscriptions_api_spec.rb
|
2456
2567
|
- spec/spec_helper.rb
|