hubspot-api-client 7.1.0 → 18.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 +616 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +46 -39
- data/LICENSE +201 -0
- data/README.md +119 -25
- data/Rakefile +1 -0
- data/hubspot-api-client.gemspec +9 -6
- data/lib/hubspot/client.rb +32 -0
- data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +164 -0
- data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +383 -0
- data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +601 -0
- data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +172 -0
- data/lib/hubspot/codegen/automation/actions/api_client.rb +410 -0
- data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
- data/lib/hubspot/codegen/automation/actions/configuration.rb +294 -0
- data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +244 -0
- data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_definition_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_function_identifier_no_paging.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_revision_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/automation/actions/models/error.rb +305 -0
- data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +393 -0
- data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +284 -0
- data/lib/hubspot/codegen/automation/actions/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/automation/actions/models/option.rb +312 -0
- data/lib/hubspot/codegen/automation/actions/models/output_field_definition.rb +228 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition.rb +385 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_egg.rb +357 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_input_field_dependencies_inner.rb +109 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_definition_patch.rb +307 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_function.rb +285 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_function_identifier.rb +271 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_labels.rb +310 -0
- data/lib/hubspot/codegen/automation/actions/models/public_action_revision.rb +270 -0
- data/lib/hubspot/codegen/automation/actions/models/public_conditional_single_field_dependency.rb +308 -0
- data/lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb +244 -0
- data/lib/hubspot/codegen/automation/actions/models/public_object_request_options.rb +230 -0
- data/lib/hubspot/codegen/automation/actions/models/public_single_field_dependency.rb +294 -0
- data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +107 -0
- data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +240 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +232 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +374 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +1016 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +412 -0
- data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +289 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +357 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +501 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +266 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +307 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +333 -0
- data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1694 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +412 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +289 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +357 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +1231 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +230 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +411 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +247 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +307 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +260 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +407 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +235 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +277 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +244 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +333 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +314 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +274 -0
- data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +262 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +1016 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +412 -0
- data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
- data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +289 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +272 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +234 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +335 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +357 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +258 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +307 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +226 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +242 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +232 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +333 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +354 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +267 -0
- data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +24 -31
- data/lib/hubspot/codegen/cms/domains/api_client.rb +103 -115
- data/lib/hubspot/codegen/cms/domains/api_error.rb +3 -3
- data/lib/hubspot/codegen/cms/domains/configuration.rb +59 -30
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/cms/domains/models/domain.rb +120 -769
- data/lib/hubspot/codegen/cms/domains/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/domains/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +716 -0
- data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +544 -0
- data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1027 -0
- data/lib/hubspot/codegen/cms/hubdb/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/hubdb/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +230 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +231 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +231 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +306 -0
- data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +354 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column.rb +409 -0
- data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +345 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +259 -0
- data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +249 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +300 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +270 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +413 -0
- data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +308 -0
- data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +276 -0
- data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/cms/hubdb/models/option.rb +283 -0
- data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +274 -0
- data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +330 -0
- data/lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb +2754 -0
- data/lib/hubspot/codegen/cms/pages/api/site_pages_api.rb +1896 -0
- data/lib/hubspot/codegen/cms/pages/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/pages/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/pages/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_create_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_end_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/ab_test_rerun_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/angle.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/attach_to_lang_primary_request_v_next.rb +269 -0
- data/lib/hubspot/codegen/cms/pages/models/background_image.rb +259 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_content_folder.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_json_node.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_page.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_input_string.rb +231 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder.rb +326 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder_with_errors.rb +354 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_page.rb +326 -0
- data/lib/hubspot/codegen/cms/pages/models/batch_response_page_with_errors.rb +354 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_content_folder_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_page_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_content_folder.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_page.rb +255 -0
- data/lib/hubspot/codegen/cms/pages/models/color_stop.rb +228 -0
- data/lib/hubspot/codegen/cms/pages/models/content_clone_request_v_next.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/content_folder.rb +317 -0
- data/lib/hubspot/codegen/cms/pages/models/content_language_clone_request_v_next.rb +249 -0
- data/lib/hubspot/codegen/cms/pages/models/content_language_variation.rb +409 -0
- data/lib/hubspot/codegen/cms/pages/models/content_schedule_request_v_next.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/detach_from_lang_group_request_v_next.rb +229 -0
- data/lib/hubspot/codegen/cms/pages/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/pages/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/pages/models/gradient.rb +259 -0
- data/lib/hubspot/codegen/cms/pages/models/layout_section.rb +416 -0
- data/lib/hubspot/codegen/cms/pages/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/page.rb +1165 -0
- data/lib/hubspot/codegen/cms/pages/models/paging.rb +232 -0
- data/lib/hubspot/codegen/cms/pages/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/cms/pages/models/rgba_color.rb +274 -0
- data/lib/hubspot/codegen/cms/pages/models/row_meta_data.rb +243 -0
- data/lib/hubspot/codegen/cms/pages/models/set_new_language_primary_request_v_next.rb +229 -0
- data/lib/hubspot/codegen/cms/pages/models/side_or_corner.rb +244 -0
- data/lib/hubspot/codegen/cms/pages/models/standard_error.rb +330 -0
- data/lib/hubspot/codegen/cms/pages/models/styles.rb +316 -0
- data/lib/hubspot/codegen/cms/pages/models/update_languages_request_v_next.rb +246 -0
- data/lib/hubspot/codegen/cms/pages/models/version_content_folder.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/version_page.rb +271 -0
- data/lib/hubspot/codegen/cms/pages/models/version_user.rb +259 -0
- data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +188 -0
- data/lib/hubspot/codegen/cms/performance/api_client.rb +103 -115
- data/lib/hubspot/codegen/cms/performance/api_error.rb +3 -3
- data/lib/hubspot/codegen/cms/performance/configuration.rb +64 -28
- data/lib/hubspot/codegen/cms/performance/models/error.rb +71 -58
- data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +125 -127
- data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +74 -61
- data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +221 -0
- data/lib/hubspot/codegen/cms/site_search/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/site_search/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/site_search/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +457 -0
- data/lib/hubspot/codegen/cms/site_search/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/site_search/models/indexed_data.rb +295 -0
- data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +272 -0
- data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +295 -0
- data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +338 -0
- data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +94 -0
- data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +103 -0
- data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +149 -0
- data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +102 -0
- data/lib/hubspot/codegen/cms/source_code/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/source_code/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/source_code/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +310 -0
- data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +320 -0
- data/lib/hubspot/codegen/cms/source_code/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +228 -0
- data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +239 -0
- data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +381 -0
- data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +410 -0
- data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +61 -0
- data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +287 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +305 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +397 -0
- data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +319 -0
- data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +81 -0
- data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +223 -0
- data/lib/hubspot/codegen/communication_preferences/api_client.rb +408 -0
- data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
- data/lib/hubspot/codegen/communication_preferences/configuration.rb +285 -0
- data/lib/hubspot/codegen/communication_preferences/models/error.rb +303 -0
- data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +269 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +385 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +244 -0
- data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +296 -0
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +352 -0
- data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +229 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +94 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/api_client.rb +410 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +287 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +305 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +250 -0
- data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +53 -29
- data/lib/hubspot/codegen/crm/associations/api_client.rb +103 -115
- data/lib/hubspot/codegen/crm/associations/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/associations/configuration.rb +59 -30
- data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +67 -63
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +67 -63
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/associations/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/associations/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/crm/associations/models/paging.rb +34 -12
- data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/associations/models/public_association.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +31 -9
- data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +21 -8
- data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +97 -0
- data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +365 -0
- data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
- data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +334 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +414 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +65 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +291 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +289 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +234 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +309 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +255 -0
- data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +255 -0
- data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +59 -39
- data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/companies/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/companies/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/companies/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/companies/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/companies/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/companies/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/companies/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +66 -53
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +61 -41
- data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/contacts/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/contacts/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/contacts/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/contacts/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/contacts/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +66 -53
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +59 -39
- data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/deals/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/deals/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/deals/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/deals/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/deals/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/deals/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/deals/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +66 -53
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +768 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +256 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +165 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +176 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +159 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +255 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +395 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +276 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +371 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +267 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +262 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +312 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +267 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +246 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +307 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +262 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +283 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +311 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +232 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +276 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +297 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +469 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +295 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +454 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +231 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +295 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +281 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +249 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +249 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +262 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +242 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +278 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +242 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +333 -0
- data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +338 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +227 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +302 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +225 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +230 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +277 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +287 -0
- data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +337 -0
- data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +84 -65
- data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +7 -6
- data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +103 -115
- data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +61 -25
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +21 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +21 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_audit_response.rb +346 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +38 -24
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +56 -42
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +90 -24
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +85 -19
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +23 -10
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +33 -19
- data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +22 -8
- data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +62 -49
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +50 -36
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +46 -33
- data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +31 -18
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_fetch_body.rb +246 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_list_response.rb +232 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_response.rb +320 -0
- data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +36 -23
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +228 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +271 -0
- data/lib/hubspot/codegen/crm/imports/api/core_api.rb +25 -18
- data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +91 -0
- data/lib/hubspot/codegen/crm/imports/api_client.rb +103 -115
- data/lib/hubspot/codegen/crm/imports/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/imports/configuration.rb +59 -30
- data/lib/hubspot/codegen/crm/imports/models/action_response.rb +53 -29
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +34 -21
- data/lib/hubspot/codegen/crm/imports/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +267 -0
- data/lib/hubspot/codegen/crm/imports/models/import_template.rb +276 -0
- data/lib/hubspot/codegen/crm/imports/models/next_page.rb +34 -21
- data/lib/hubspot/codegen/crm/imports/models/paging.rb +34 -12
- data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +361 -0
- data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +42 -29
- data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +90 -38
- data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +21 -8
- data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +59 -39
- data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/line_items/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/line_items/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/line_items/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/line_items/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/line_items/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +66 -58
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +41 -24
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -12
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +241 -0
- data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +635 -0
- data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +452 -0
- data/lib/hubspot/codegen/crm/lists/api_client.rb +410 -0
- data/lib/hubspot/codegen/crm/lists/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/lists/configuration.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/collection_response_long.rb +240 -0
- data/lib/hubspot/codegen/crm/lists/models/error.rb +305 -0
- data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +228 -0
- data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +266 -0
- data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +276 -0
- data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +223 -0
- data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +231 -0
- data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +248 -0
- data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +264 -0
- data/lib/hubspot/codegen/crm/lists/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/lists/models/paging.rb +232 -0
- data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +336 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +264 -0
- data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +366 -0
- data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +352 -0
- data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +345 -0
- data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +333 -0
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +365 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +334 -0
- data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +350 -0
- data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +305 -0
- data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +308 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb +115 -0
- data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +242 -0
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +317 -0
- data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +331 -0
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +301 -0
- data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +242 -0
- data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +295 -0
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +114 -0
- data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +294 -0
- data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +314 -0
- data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +308 -0
- data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +300 -0
- data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +282 -0
- data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +373 -0
- data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +381 -0
- data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +319 -0
- data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +352 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +114 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +130 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +329 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb +123 -0
- data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +315 -0
- data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +334 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +361 -0
- data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +320 -0
- data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +278 -0
- data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +306 -0
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +292 -0
- data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +338 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +256 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +338 -0
- data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +109 -0
- data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +300 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +307 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +350 -0
- data/lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb +310 -0
- data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +287 -0
- data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +326 -0
- data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +419 -0
- data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +317 -0
- data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +100 -0
- data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +98 -0
- data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/api_client.rb +410 -0
- data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/communications/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/communications/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/communications/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/configuration.rb +287 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +94 -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 +412 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/goals/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/goals/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/goals/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +271 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +326 -0
- data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/objects/models/error.rb +305 -0
- data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/crm/objects/models/filter.rb +306 -0
- data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/objects/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/crm/objects/models/paging.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +299 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb +391 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +295 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +96 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +94 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb +92 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api_client.rb +412 -0
- data/lib/hubspot/codegen/crm/objects/taxes/api_error.rb +63 -0
- data/lib/hubspot/codegen/crm/objects/taxes/configuration.rb +289 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb +278 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb +328 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb +348 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/error.rb +307 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/error_detail.rb +273 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/filter.rb +308 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/filter_group.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/forward_paging.rb +225 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/paging.rb +234 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb +246 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb +239 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +244 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +301 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb +303 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +255 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb +230 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +232 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +248 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb +314 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb +324 -0
- data/lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb +285 -0
- data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +164 -0
- data/lib/hubspot/codegen/crm/owners/api_client.rb +104 -116
- data/lib/hubspot/codegen/crm/owners/api_error.rb +4 -4
- data/lib/hubspot/codegen/crm/owners/configuration.rb +60 -31
- data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/owners/models/error.rb +72 -59
- data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/owners/models/next_page.rb +35 -22
- data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +73 -60
- data/lib/hubspot/codegen/crm/owners/models/public_team.rb +45 -61
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +95 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +95 -0
- data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +71 -53
- data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +89 -53
- data/lib/hubspot/codegen/crm/pipelines/api_client.rb +103 -115
- data/lib/hubspot/codegen/crm/pipelines/api_error.rb +3 -3
- data/lib/hubspot/codegen/crm/pipelines/configuration.rb +59 -30
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/pipelines/models/error.rb +71 -58
- data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +74 -61
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +40 -27
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +36 -23
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +107 -51
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +44 -31
- data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +41 -28
- data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +292 -0
- data/lib/hubspot/codegen/crm/products/api/basic_api.rb +59 -39
- data/lib/hubspot/codegen/crm/products/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/products/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/products/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/products/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/products/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/products/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/products/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/products/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/products/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/products/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +66 -58
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +41 -29
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +21 -12
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +237 -0
- data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/products/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
- data/lib/hubspot/codegen/crm/properties/api/core_api.rb +39 -22
- data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +31 -20
- data/lib/hubspot/codegen/crm/properties/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/properties/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +38 -25
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +62 -69
- data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/properties/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/properties/models/option.rb +54 -41
- data/lib/hubspot/codegen/crm/properties/models/option_input.rb +54 -41
- data/lib/hubspot/codegen/crm/properties/models/property.rb +172 -147
- data/lib/hubspot/codegen/crm/properties/models/property_create.rb +107 -64
- data/lib/hubspot/codegen/crm/properties/models/property_group.rb +45 -32
- data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +34 -21
- data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +34 -21
- data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +48 -35
- data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
- data/lib/hubspot/codegen/crm/properties/models/property_update.rb +79 -56
- data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +232 -16
- data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +208 -8
- data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/quotes/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/quotes/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/quotes/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/quotes/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/quotes/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +66 -53
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +500 -0
- data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +85 -0
- data/lib/hubspot/codegen/crm/schemas/api_client.rb +410 -0
- data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
- data/lib/hubspot/codegen/crm/schemas/configuration.rb +287 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +289 -0
- data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +254 -0
- data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/schemas/models/error.rb +305 -0
- data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +400 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +337 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +375 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +234 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +287 -0
- data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +475 -0
- data/lib/hubspot/codegen/crm/schemas/models/option.rb +279 -0
- data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +284 -0
- data/lib/hubspot/codegen/crm/schemas/models/property.rb +488 -0
- data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +269 -0
- data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +59 -39
- data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -34
- data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +94 -0
- data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +92 -0
- data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +11 -11
- data/lib/hubspot/codegen/crm/tickets/api_client.rb +102 -114
- data/lib/hubspot/codegen/crm/tickets/api_error.rb +2 -2
- data/lib/hubspot/codegen/crm/tickets/configuration.rb +58 -29
- data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb +230 -0
- data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +49 -20
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +62 -49
- data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +74 -61
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
- data/lib/hubspot/codegen/crm/tickets/models/error.rb +70 -57
- data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +48 -35
- data/lib/hubspot/codegen/crm/tickets/models/filter.rb +50 -16
- data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +33 -20
- data/lib/hubspot/codegen/crm/tickets/models/paging.rb +33 -11
- data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +237 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +244 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb +237 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +242 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
- data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +64 -51
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +66 -53
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +46 -24
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +246 -0
- data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +312 -0
- data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +283 -0
- data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +52 -33
- data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +55 -36
- data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +41 -24
- data/lib/hubspot/codegen/crm/timeline/api_client.rb +104 -116
- data/lib/hubspot/codegen/crm/timeline/api_error.rb +4 -4
- data/lib/hubspot/codegen/crm/timeline/configuration.rb +62 -26
- data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +71 -69
- data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +346 -0
- data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +230 -0
- data/lib/hubspot/codegen/crm/timeline/models/error.rb +72 -59
- data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +50 -37
- data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +22 -9
- data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +322 -0
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +80 -72
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +38 -25
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +97 -84
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +77 -64
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +54 -41
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +62 -54
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +40 -27
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +38 -30
- data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +58 -45
- data/lib/hubspot/codegen/events/api/events_api.rb +119 -0
- data/lib/hubspot/codegen/events/api_client.rb +408 -0
- data/lib/hubspot/codegen/events/api_error.rb +59 -0
- data/lib/hubspot/codegen/events/configuration.rb +285 -0
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +238 -0
- data/lib/hubspot/codegen/events/models/error.rb +303 -0
- data/lib/hubspot/codegen/events/models/error_detail.rb +269 -0
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +298 -0
- data/lib/hubspot/codegen/events/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/events/models/paging.rb +230 -0
- data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
- data/lib/hubspot/codegen/events/send/api/custom_event_data_api.rb +94 -0
- data/lib/hubspot/codegen/events/send/api_client.rb +410 -0
- data/lib/hubspot/codegen/events/send/api_error.rb +61 -0
- data/lib/hubspot/codegen/events/send/configuration.rb +287 -0
- data/lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb +290 -0
- data/lib/hubspot/codegen/events/send/models/error.rb +305 -0
- data/lib/hubspot/codegen/events/send/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
- data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
- data/lib/hubspot/codegen/files/api_client.rb +408 -0
- data/lib/hubspot/codegen/files/api_error.rb +59 -0
- data/lib/hubspot/codegen/files/configuration.rb +285 -0
- data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
- data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
- data/lib/hubspot/codegen/files/models/error.rb +303 -0
- data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
- data/lib/hubspot/codegen/files/models/file.rb +460 -0
- data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
- data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
- data/lib/hubspot/codegen/files/models/file_update_input.rb +305 -0
- data/lib/hubspot/codegen/files/models/folder.rb +312 -0
- data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
- data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
- data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
- data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
- data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
- data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
- data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
- data/lib/hubspot/codegen/files/models/paging.rb +230 -0
- data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
- data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
- data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
- data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
- data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +460 -0
- data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +162 -0
- data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +103 -0
- data/lib/hubspot/codegen/marketing/events/api/search_api.rb +90 -0
- data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +163 -0
- data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +200 -0
- data/lib/hubspot/codegen/marketing/events/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/events/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/events/configuration.rb +294 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +231 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +232 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +232 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +354 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +230 -0
- data/lib/hubspot/codegen/marketing/events/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +244 -0
- data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +229 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +346 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +316 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +266 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +259 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +361 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +436 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +249 -0
- data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +306 -0
- data/lib/hubspot/codegen/marketing/events/models/property_value.rb +451 -0
- data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +330 -0
- data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
- data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
- data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +444 -0
- data/lib/hubspot/codegen/marketing/forms/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/forms/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/forms/configuration.rb +287 -0
- data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +388 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +120 -0
- data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +321 -0
- data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +412 -0
- data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +247 -0
- data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +268 -0
- data/lib/hubspot/codegen/marketing/forms/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +318 -0
- data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +403 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +108 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +318 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +279 -0
- data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +429 -0
- data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +425 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +405 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +397 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +391 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +383 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +273 -0
- data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +258 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +330 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +312 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +320 -0
- data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +264 -0
- data/lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb +244 -0
- data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +388 -0
- data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +402 -0
- data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +397 -0
- data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +391 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +417 -0
- data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +243 -0
- data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +412 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +378 -0
- data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +388 -0
- data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +352 -0
- data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +94 -0
- data/lib/hubspot/codegen/marketing/transactional/api_client.rb +410 -0
- data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
- data/lib/hubspot/codegen/marketing/transactional/configuration.rb +287 -0
- data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +340 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error.rb +305 -0
- data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +245 -0
- data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +239 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +286 -0
- data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +268 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +245 -0
- data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +315 -0
- data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +83 -0
- data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +142 -0
- data/lib/hubspot/codegen/oauth/api/tokens_api.rb +104 -0
- data/lib/hubspot/codegen/oauth/api_client.rb +103 -116
- data/lib/hubspot/codegen/oauth/api_error.rb +3 -3
- data/lib/hubspot/codegen/oauth/configuration.rb +59 -23
- data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +84 -62
- data/lib/hubspot/codegen/oauth/models/error.rb +71 -58
- data/lib/hubspot/codegen/oauth/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +82 -61
- data/lib/hubspot/codegen/oauth/models/token_response_if.rb +67 -26
- data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +95 -0
- data/lib/hubspot/codegen/settings/business_units/api_client.rb +410 -0
- data/lib/hubspot/codegen/settings/business_units/api_error.rb +61 -0
- data/lib/hubspot/codegen/settings/business_units/configuration.rb +287 -0
- data/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb +232 -0
- data/lib/hubspot/codegen/settings/business_units/models/error.rb +305 -0
- data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb +254 -0
- data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +245 -0
- data/lib/hubspot/codegen/settings/users/api/roles_api.rb +83 -0
- data/lib/hubspot/codegen/settings/users/api/teams_api.rb +83 -0
- data/lib/hubspot/codegen/settings/users/api/users_api.rb +366 -0
- data/lib/hubspot/codegen/settings/users/api_client.rb +410 -0
- data/lib/hubspot/codegen/settings/users/api_error.rb +61 -0
- data/lib/hubspot/codegen/settings/users/configuration.rb +287 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +230 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +230 -0
- data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +239 -0
- data/lib/hubspot/codegen/settings/users/models/error.rb +305 -0
- data/lib/hubspot/codegen/settings/users/models/error_detail.rb +271 -0
- data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +223 -0
- data/lib/hubspot/codegen/settings/users/models/next_page.rb +237 -0
- data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +260 -0
- data/lib/hubspot/codegen/settings/users/models/public_team.rb +279 -0
- data/lib/hubspot/codegen/settings/users/models/public_user.rb +306 -0
- data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +247 -0
- data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +272 -0
- data/lib/hubspot/codegen/webhooks/api/settings_api.rb +26 -32
- data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +70 -79
- data/lib/hubspot/codegen/webhooks/api_client.rb +103 -115
- data/lib/hubspot/codegen/webhooks/api_error.rb +3 -3
- data/lib/hubspot/codegen/webhooks/configuration.rb +61 -25
- data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +63 -50
- data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +75 -62
- data/lib/hubspot/codegen/webhooks/models/error.rb +71 -58
- data/lib/hubspot/codegen/webhooks/models/error_detail.rb +49 -36
- data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +40 -27
- data/lib/hubspot/codegen/webhooks/models/settings_response.rb +43 -30
- data/lib/hubspot/codegen/webhooks/models/standard_error.rb +320 -0
- data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +39 -26
- data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +37 -26
- data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +21 -8
- data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +50 -37
- data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +40 -27
- data/lib/hubspot/configuration.rb +3 -1
- data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +13 -0
- data/lib/hubspot/discovery/automation/actions/client.rb +22 -0
- data/lib/hubspot/discovery/automation/client.rb +17 -0
- data/lib/hubspot/discovery/base_api_client.rb +173 -0
- data/lib/hubspot/discovery/base_module_client.rb +62 -0
- data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +13 -0
- data/lib/hubspot/discovery/cms/audit_logs/client.rb +19 -0
- data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/authors/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/client.rb +21 -0
- data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +15 -0
- data/lib/hubspot/discovery/cms/blogs/tags/client.rb +21 -0
- data/lib/hubspot/discovery/cms/client.rb +25 -0
- data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +13 -0
- data/lib/hubspot/discovery/cms/domains/client.rb +19 -0
- data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +13 -0
- data/lib/hubspot/discovery/cms/hubdb/client.rb +21 -0
- data/lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb +13 -0
- data/lib/hubspot/discovery/cms/pages/api/site_pages_api.rb +13 -0
- data/lib/hubspot/discovery/cms/pages/client.rb +20 -0
- data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +13 -0
- data/lib/hubspot/discovery/cms/performance/client.rb +19 -0
- data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +13 -0
- data/lib/hubspot/discovery/cms/site_search/client.rb +19 -0
- data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +13 -0
- data/lib/hubspot/discovery/cms/source_code/client.rb +23 -0
- data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +13 -0
- data/lib/hubspot/discovery/cms/url_redirects/client.rb +19 -0
- data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +11 -0
- data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +11 -0
- data/lib/hubspot/discovery/communication_preferences/client.rb +18 -0
- data/lib/hubspot/discovery/conversations/client.rb +17 -0
- data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +13 -0
- data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +19 -0
- data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/associations/client.rb +24 -0
- data/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/schema/client.rb +20 -0
- data/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/associations/v4/client.rb +26 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb +17 -0
- data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +22 -0
- data/lib/hubspot/discovery/crm/client.rb +34 -0
- data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/companies/client.rb +22 -0
- data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/contacts/client.rb +23 -0
- data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/deals/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +26 -0
- data/lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/calling/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/cards/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/client.rb +22 -0
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +15 -0
- data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +21 -0
- data/lib/hubspot/discovery/crm/imports/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +13 -0
- data/lib/hubspot/discovery/crm/imports/client.rb +20 -0
- data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/line_items/client.rb +23 -0
- data/lib/hubspot/discovery/crm/lists/api/lists_api.rb +13 -0
- data/lib/hubspot/discovery/crm/lists/api/memberships_api.rb +13 -0
- data/lib/hubspot/discovery/crm/lists/client.rb +20 -0
- data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/calls/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/client.rb +39 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/communications/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/emails/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/goals/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/meetings/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/notes/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/tasks/client.rb +25 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb +15 -0
- data/lib/hubspot/discovery/crm/objects/taxes/client.rb +25 -0
- data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +13 -0
- data/lib/hubspot/discovery/crm/owners/client.rb +19 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +13 -0
- data/lib/hubspot/discovery/crm/pipelines/client.rb +22 -0
- data/lib/hubspot/discovery/crm/products/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/products/client.rb +24 -0
- data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +13 -0
- data/lib/hubspot/discovery/crm/properties/client.rb +21 -0
- data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/quotes/client.rb +24 -0
- data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +13 -0
- data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +13 -0
- data/lib/hubspot/discovery/crm/schemas/client.rb +20 -0
- data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/crm/tickets/client.rb +24 -0
- data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +13 -0
- data/lib/hubspot/discovery/crm/timeline/client.rb +21 -0
- data/lib/hubspot/discovery/events/api/events_api.rb +11 -0
- data/lib/hubspot/discovery/events/client.rb +23 -0
- data/lib/hubspot/discovery/events/send/api/custom_event_data_api.rb +13 -0
- data/lib/hubspot/discovery/events/send/client.rb +19 -0
- data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
- data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
- data/lib/hubspot/discovery/files/client.rb +18 -0
- data/lib/hubspot/discovery/marketing/client.rb +19 -0
- data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/search_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/events/client.rb +25 -0
- data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/forms/client.rb +19 -0
- data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +13 -0
- data/lib/hubspot/discovery/marketing/transactional/client.rb +20 -0
- data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/api/tokens_api.rb +11 -0
- data/lib/hubspot/discovery/oauth/client.rb +19 -0
- data/lib/hubspot/discovery/settings/business_units/api/business_unit_api.rb +13 -0
- data/lib/hubspot/discovery/settings/business_units/client.rb +19 -0
- data/lib/hubspot/discovery/settings/client.rb +18 -0
- data/lib/hubspot/discovery/settings/users/api/roles_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/api/teams_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/api/users_api.rb +13 -0
- data/lib/hubspot/discovery/settings/users/client.rb +21 -0
- data/lib/hubspot/discovery/webhooks/api/settings_api.rb +11 -0
- data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +11 -0
- data/lib/hubspot/discovery/webhooks/client.rb +18 -0
- data/lib/hubspot/exceptions.rb +9 -7
- data/lib/hubspot/helpers/association_type.rb +92 -0
- data/lib/hubspot/helpers/camel_case.rb +16 -0
- data/lib/hubspot/helpers/get_all_helper.rb +2 -1
- data/lib/hubspot/helpers/path.rb +19 -0
- data/lib/hubspot/helpers/signature.rb +62 -0
- data/lib/hubspot/helpers/snake_case.rb +14 -0
- data/lib/hubspot/oauth_helper.rb +12 -8
- data/lib/hubspot/version.rb +3 -3
- data/lib/hubspot-api-client.rb +1 -488
- data/pkg/hubspot-api-client-17.0.0.gem +0 -0
- data/spec/discovery/automation/actions/callbacks_api_spec.rb +8 -0
- data/spec/discovery/automation/actions/definitions_api_spec.rb +11 -0
- data/spec/discovery/automation/actions/functions_api_spec.rb +13 -0
- data/spec/discovery/automation/actions/revisions_api_spec.rb +8 -0
- data/spec/discovery/base_api_client_spec.rb +172 -0
- data/spec/discovery/base_module_client_spec.rb +29 -0
- data/spec/discovery/client_spec.rb +17 -0
- data/spec/discovery/cms/audit-logs/audit_logs_api_spec.rb +7 -0
- data/spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb +15 -0
- data/spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb +25 -0
- data/spec/discovery/cms/blogs/client_spec.rb +9 -0
- data/spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb +15 -0
- data/spec/discovery/cms/client_spec.rb +14 -0
- data/spec/discovery/cms/domains/domains_api_spec.rb +8 -0
- data/spec/discovery/cms/hubdb/rows_api_spec.rb +15 -0
- data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +13 -0
- data/spec/discovery/cms/hubdb/tables_api_spec.rb +20 -0
- data/spec/discovery/cms/pages/landing_pages_api_spec.rb +45 -0
- data/spec/discovery/cms/pages/site_pages_api_spec.rb +33 -0
- data/spec/discovery/cms/performance/public_performance_api_spec.rb +8 -0
- data/spec/discovery/cms/site-search/public_api_spec.rb +8 -0
- data/spec/discovery/cms/source-code/content_api_spec.rb +10 -0
- data/spec/discovery/cms/source-code/extract_api_spec.rb +7 -0
- data/spec/discovery/cms/source-code/metadata_api_spec.rb +7 -0
- data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +8 -0
- data/spec/discovery/cms/source-code/validation_api_spec.rb +7 -0
- data/spec/discovery/cms/url-redirects/redirects_api_spec.rb +11 -0
- data/spec/discovery/communication_preferences/definition_api_spec.rb +7 -0
- data/spec/discovery/communication_preferences/status_api_spec.rb +9 -0
- data/spec/discovery/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/discovery/crm/associations/batch_api_spec.rb +9 -0
- data/spec/discovery/crm/associations/client_spec.rb +8 -0
- data/spec/discovery/crm/associations/schema/types_api_spec.rb +7 -0
- data/spec/discovery/crm/associations/v4/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
- data/spec/discovery/crm/associations/v4/client_spec.rb +7 -0
- data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +10 -0
- data/spec/discovery/crm/client_spec.rb +21 -0
- data/spec/discovery/crm/companies/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/companies/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/companies/search_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/contacts/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/contacts/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/contacts/search_api_spec.rb +7 -0
- data/spec/discovery/crm/deals/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/deals/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/deals/search_api_spec.rb +7 -0
- data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
- data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +9 -0
- data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
- data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
- data/spec/discovery/crm/extensions/calling/settings_api_spec.rb +10 -0
- data/spec/discovery/crm/extensions/cards/cards_api_spec.rb +11 -0
- data/spec/discovery/crm/extensions/cards/sample_response_api_spec.rb +7 -0
- data/spec/discovery/crm/extensions/client_spec.rb +11 -0
- data/spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
- data/spec/discovery/crm/imports/core_api_spec.rb +10 -0
- data/spec/discovery/crm/imports/public_imports_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/line_items/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/line_items/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/line_items/search_api_spec.rb +7 -0
- data/spec/discovery/crm/lists/lists_api_spec.rb +15 -0
- data/spec/discovery/crm/lists/memberships_api_spec.rb +12 -0
- data/spec/discovery/crm/objects/associations_api_spec.rb +9 -0
- data/spec/discovery/crm/objects/basic_api_spec.rb +12 -0
- data/spec/discovery/crm/objects/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/calls/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/client_spec.rb +14 -0
- data/spec/discovery/crm/objects/communications/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/communications/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/communications/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/emails/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/emails/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/goals/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/goals/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/meetings/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/notes/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/notes/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/basic_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/tasks/search_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/objects/taxes/search_api_spec.rb +7 -0
- data/spec/discovery/crm/owners/owners_api_spec.rb +8 -0
- data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
- data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
- data/spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
- data/spec/discovery/crm/pipelines/pipelines_api_spec.rb +12 -0
- data/spec/discovery/crm/products/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/products/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/products/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/products/search_api_spec.rb +7 -0
- data/spec/discovery/crm/properties/batch_api_spec.rb +9 -0
- data/spec/discovery/crm/properties/core_api_spec.rb +11 -0
- data/spec/discovery/crm/properties/groups_api_spec.rb +11 -0
- data/spec/discovery/crm/quotes/basic_api_spec.rb +8 -0
- data/spec/discovery/crm/quotes/batch_api_spec.rb +7 -0
- data/spec/discovery/crm/quotes/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/quotes/search_api_spec.rb +7 -0
- data/spec/discovery/crm/schemas/core_api_spec.rb +13 -0
- data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/basic_api_spec.rb +11 -0
- data/spec/discovery/crm/tickets/batch_api_spec.rb +10 -0
- data/spec/discovery/crm/tickets/gdpr_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
- data/spec/discovery/crm/tickets/search_api_spec.rb +7 -0
- data/spec/discovery/crm/timeline/events_api_spec.rb +11 -0
- data/spec/discovery/crm/timeline/templates_api_spec.rb +11 -0
- data/spec/discovery/crm/timeline/tokens_api_spec.rb +9 -0
- data/spec/discovery/events/events_api_spec.rb +7 -0
- data/spec/discovery/events/send/custom_event_data_api_spec.rb +7 -0
- data/spec/discovery/files/files_api_spec.rb +16 -0
- data/spec/discovery/files/folders_api_spec.rb +14 -0
- data/spec/discovery/marketing/client_spec.rb +9 -0
- data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/basic_api_spec.rb +12 -0
- data/spec/discovery/marketing/events/batch_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +7 -0
- data/spec/discovery/marketing/events/search_api_spec.rb +7 -0
- data/spec/discovery/marketing/events/settings_api_spec.rb +8 -0
- data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
- data/spec/discovery/marketing/forms/forms_api_spec.rb +12 -0
- data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +11 -0
- data/spec/discovery/marketing/transactional/single_send_api_spec.rb +7 -0
- data/spec/discovery/oauth/access_tokens_api_spec.rb +7 -0
- data/spec/discovery/oauth/refresh_tokens_api_spec.rb +8 -0
- data/spec/discovery/oauth/tokens_api_spec.rb +7 -0
- data/spec/discovery/settings/businnes_units/business_unit_api_spec.rb +7 -0
- data/spec/discovery/settings/users/roles_api_spec.rb +7 -0
- data/spec/discovery/settings/users/teams_api_spec.rb +7 -0
- data/spec/discovery/settings/users/users_api_spec.rb +11 -0
- data/spec/discovery/webhooks/settings_api_spec.rb +9 -0
- data/spec/discovery/webhooks/subscriptions_api_spec.rb +12 -0
- data/spec/helpers/authorize_url_spec.rb +75 -0
- data/spec/helpers/camel_case_spec.rb +11 -0
- data/spec/helpers/signature_spec.rb +118 -0
- data/spec/integration/contacts_spec.rb +85 -0
- metadata +1901 -1929
- data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +0 -106
- data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +0 -422
- data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -258
- data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +0 -226
- data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +0 -352
- data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
- data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
- data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
- data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/performance/api/default_api.rb +0 -186
- data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +0 -225
- data/lib/hubspot/codegen/cms/site-search/api_client.rb +0 -422
- data/lib/hubspot/codegen/cms/site-search/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -258
- data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +0 -427
- data/lib/hubspot/codegen/cms/site-search/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +0 -279
- data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +0 -282
- data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
- data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -368
- data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +0 -422
- data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +0 -61
- data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -258
- data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +0 -242
- data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +0 -292
- data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +0 -258
- data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -596
- data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +0 -306
- data/lib/hubspot/codegen/crm/associations/api/types_api.rb +0 -94
- data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -226
- data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +0 -229
- data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +0 -217
- 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/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +0 -217
- 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/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +0 -217
- 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/extensions/cards/models/card_list_response.rb +0 -220
- data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +0 -295
- data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +0 -217
- 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/api/default_api.rb +0 -156
- 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/pipelines/models/collection_response_pipeline.rb +0 -226
- data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +0 -226
- data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +0 -210
- data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +0 -217
- 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/properties/models/collection_response_property.rb +0 -226
- data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +0 -226
- data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/properties/models/paging.rb +0 -210
- data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -92
- data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
- data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +0 -217
- 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/api/associations_api.rb +0 -248
- data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +0 -217
- 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/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +0 -227
- data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
- data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -210
- data/lib/hubspot/codegen/oauth/api/default_api.rb +0 -270
- data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
- 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
@@ -0,0 +1,2754 @@
|
|
1
|
+
=begin
|
2
|
+
#Pages
|
3
|
+
|
4
|
+
#Use these endpoints for interacting with Landing Pages and Site Pages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module Hubspot
|
16
|
+
module Cms
|
17
|
+
module Pages
|
18
|
+
class LandingPagesApi
|
19
|
+
attr_accessor :api_client
|
20
|
+
|
21
|
+
def initialize(api_client = ApiClient.default)
|
22
|
+
@api_client = api_client
|
23
|
+
end
|
24
|
+
# Delete a Landing Page
|
25
|
+
# Delete the Landing Page object identified by the id in the path.
|
26
|
+
# @param object_id [String] The Landing Page id.
|
27
|
+
# @param [Hash] opts the optional parameters
|
28
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
29
|
+
# @return [nil]
|
30
|
+
def archive(object_id, opts = {})
|
31
|
+
archive_with_http_info(object_id, opts)
|
32
|
+
nil
|
33
|
+
end
|
34
|
+
|
35
|
+
# Delete a Landing Page
|
36
|
+
# Delete the Landing Page object identified by the id in the path.
|
37
|
+
# @param object_id [String] The Landing Page id.
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
40
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
41
|
+
def archive_with_http_info(object_id, opts = {})
|
42
|
+
if @api_client.config.debugging
|
43
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.archive ...'
|
44
|
+
end
|
45
|
+
# verify the required parameter 'object_id' is set
|
46
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
47
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.archive"
|
48
|
+
end
|
49
|
+
# resource path
|
50
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
51
|
+
|
52
|
+
# query parameters
|
53
|
+
query_params = opts[:query_params] || {}
|
54
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
55
|
+
|
56
|
+
# header parameters
|
57
|
+
header_params = opts[:header_params] || {}
|
58
|
+
# HTTP header 'Accept' (if needed)
|
59
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
60
|
+
|
61
|
+
# form parameters
|
62
|
+
form_params = opts[:form_params] || {}
|
63
|
+
|
64
|
+
# http body (model)
|
65
|
+
post_body = opts[:debug_body]
|
66
|
+
|
67
|
+
# return_type
|
68
|
+
return_type = opts[:debug_return_type]
|
69
|
+
|
70
|
+
# auth_names
|
71
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
72
|
+
|
73
|
+
new_options = opts.merge(
|
74
|
+
:operation => :"LandingPagesApi.archive",
|
75
|
+
:header_params => header_params,
|
76
|
+
:query_params => query_params,
|
77
|
+
:form_params => form_params,
|
78
|
+
:body => post_body,
|
79
|
+
:auth_names => auth_names,
|
80
|
+
:return_type => return_type
|
81
|
+
)
|
82
|
+
|
83
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
84
|
+
if @api_client.config.debugging
|
85
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
86
|
+
end
|
87
|
+
return data, status_code, headers
|
88
|
+
end
|
89
|
+
|
90
|
+
# Delete a batch of Landing Pages
|
91
|
+
# Delete the Landing Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.
|
92
|
+
# @param batch_input_string [BatchInputString] The JSON array of Landing Page ids.
|
93
|
+
# @param [Hash] opts the optional parameters
|
94
|
+
# @return [nil]
|
95
|
+
def archive_batch(batch_input_string, opts = {})
|
96
|
+
archive_batch_with_http_info(batch_input_string, opts)
|
97
|
+
nil
|
98
|
+
end
|
99
|
+
|
100
|
+
# Delete a batch of Landing Pages
|
101
|
+
# Delete the Landing Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.
|
102
|
+
# @param batch_input_string [BatchInputString] The JSON array of Landing Page ids.
|
103
|
+
# @param [Hash] opts the optional parameters
|
104
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
105
|
+
def archive_batch_with_http_info(batch_input_string, opts = {})
|
106
|
+
if @api_client.config.debugging
|
107
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.archive_batch ...'
|
108
|
+
end
|
109
|
+
# verify the required parameter 'batch_input_string' is set
|
110
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
111
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling LandingPagesApi.archive_batch"
|
112
|
+
end
|
113
|
+
# resource path
|
114
|
+
local_var_path = '/cms/v3/pages/landing-pages/batch/archive'
|
115
|
+
|
116
|
+
# query parameters
|
117
|
+
query_params = opts[:query_params] || {}
|
118
|
+
|
119
|
+
# header parameters
|
120
|
+
header_params = opts[:header_params] || {}
|
121
|
+
# HTTP header 'Accept' (if needed)
|
122
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
123
|
+
# HTTP header 'Content-Type'
|
124
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
125
|
+
if !content_type.nil?
|
126
|
+
header_params['Content-Type'] = content_type
|
127
|
+
end
|
128
|
+
|
129
|
+
# form parameters
|
130
|
+
form_params = opts[:form_params] || {}
|
131
|
+
|
132
|
+
# http body (model)
|
133
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
134
|
+
|
135
|
+
# return_type
|
136
|
+
return_type = opts[:debug_return_type]
|
137
|
+
|
138
|
+
# auth_names
|
139
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
140
|
+
|
141
|
+
new_options = opts.merge(
|
142
|
+
:operation => :"LandingPagesApi.archive_batch",
|
143
|
+
:header_params => header_params,
|
144
|
+
:query_params => query_params,
|
145
|
+
:form_params => form_params,
|
146
|
+
:body => post_body,
|
147
|
+
:auth_names => auth_names,
|
148
|
+
:return_type => return_type
|
149
|
+
)
|
150
|
+
|
151
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
152
|
+
if @api_client.config.debugging
|
153
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
154
|
+
end
|
155
|
+
return data, status_code, headers
|
156
|
+
end
|
157
|
+
|
158
|
+
# Delete a Folder
|
159
|
+
# Delete the Folder object identified by the id in the path.
|
160
|
+
# @param object_id [String] The Folder id.
|
161
|
+
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
163
|
+
# @return [nil]
|
164
|
+
def archive_folder(object_id, opts = {})
|
165
|
+
archive_folder_with_http_info(object_id, opts)
|
166
|
+
nil
|
167
|
+
end
|
168
|
+
|
169
|
+
# Delete a Folder
|
170
|
+
# Delete the Folder object identified by the id in the path.
|
171
|
+
# @param object_id [String] The Folder id.
|
172
|
+
# @param [Hash] opts the optional parameters
|
173
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
174
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
175
|
+
def archive_folder_with_http_info(object_id, opts = {})
|
176
|
+
if @api_client.config.debugging
|
177
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.archive_folder ...'
|
178
|
+
end
|
179
|
+
# verify the required parameter 'object_id' is set
|
180
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
181
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.archive_folder"
|
182
|
+
end
|
183
|
+
# resource path
|
184
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
185
|
+
|
186
|
+
# query parameters
|
187
|
+
query_params = opts[:query_params] || {}
|
188
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
189
|
+
|
190
|
+
# header parameters
|
191
|
+
header_params = opts[:header_params] || {}
|
192
|
+
# HTTP header 'Accept' (if needed)
|
193
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
194
|
+
|
195
|
+
# form parameters
|
196
|
+
form_params = opts[:form_params] || {}
|
197
|
+
|
198
|
+
# http body (model)
|
199
|
+
post_body = opts[:debug_body]
|
200
|
+
|
201
|
+
# return_type
|
202
|
+
return_type = opts[:debug_return_type]
|
203
|
+
|
204
|
+
# auth_names
|
205
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
206
|
+
|
207
|
+
new_options = opts.merge(
|
208
|
+
:operation => :"LandingPagesApi.archive_folder",
|
209
|
+
:header_params => header_params,
|
210
|
+
:query_params => query_params,
|
211
|
+
:form_params => form_params,
|
212
|
+
:body => post_body,
|
213
|
+
:auth_names => auth_names,
|
214
|
+
:return_type => return_type
|
215
|
+
)
|
216
|
+
|
217
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
218
|
+
if @api_client.config.debugging
|
219
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#archive_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
220
|
+
end
|
221
|
+
return data, status_code, headers
|
222
|
+
end
|
223
|
+
|
224
|
+
# Delete a batch of Folders
|
225
|
+
# Delete the Folder objects identified in the request body.
|
226
|
+
# @param batch_input_string [BatchInputString] The JSON array of Folder ids.
|
227
|
+
# @param [Hash] opts the optional parameters
|
228
|
+
# @return [nil]
|
229
|
+
def archive_folders(batch_input_string, opts = {})
|
230
|
+
archive_folders_with_http_info(batch_input_string, opts)
|
231
|
+
nil
|
232
|
+
end
|
233
|
+
|
234
|
+
# Delete a batch of Folders
|
235
|
+
# Delete the Folder objects identified in the request body.
|
236
|
+
# @param batch_input_string [BatchInputString] The JSON array of Folder ids.
|
237
|
+
# @param [Hash] opts the optional parameters
|
238
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
239
|
+
def archive_folders_with_http_info(batch_input_string, opts = {})
|
240
|
+
if @api_client.config.debugging
|
241
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.archive_folders ...'
|
242
|
+
end
|
243
|
+
# verify the required parameter 'batch_input_string' is set
|
244
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
245
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling LandingPagesApi.archive_folders"
|
246
|
+
end
|
247
|
+
# resource path
|
248
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/batch/archive'
|
249
|
+
|
250
|
+
# query parameters
|
251
|
+
query_params = opts[:query_params] || {}
|
252
|
+
|
253
|
+
# header parameters
|
254
|
+
header_params = opts[:header_params] || {}
|
255
|
+
# HTTP header 'Accept' (if needed)
|
256
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
257
|
+
# HTTP header 'Content-Type'
|
258
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
259
|
+
if !content_type.nil?
|
260
|
+
header_params['Content-Type'] = content_type
|
261
|
+
end
|
262
|
+
|
263
|
+
# form parameters
|
264
|
+
form_params = opts[:form_params] || {}
|
265
|
+
|
266
|
+
# http body (model)
|
267
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
268
|
+
|
269
|
+
# return_type
|
270
|
+
return_type = opts[:debug_return_type]
|
271
|
+
|
272
|
+
# auth_names
|
273
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
274
|
+
|
275
|
+
new_options = opts.merge(
|
276
|
+
:operation => :"LandingPagesApi.archive_folders",
|
277
|
+
:header_params => header_params,
|
278
|
+
:query_params => query_params,
|
279
|
+
:form_params => form_params,
|
280
|
+
:body => post_body,
|
281
|
+
:auth_names => auth_names,
|
282
|
+
:return_type => return_type
|
283
|
+
)
|
284
|
+
|
285
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
286
|
+
if @api_client.config.debugging
|
287
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#archive_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
288
|
+
end
|
289
|
+
return data, status_code, headers
|
290
|
+
end
|
291
|
+
|
292
|
+
# Attach a landing page to a multi-language group
|
293
|
+
# Attach a landing page to a multi-language group.
|
294
|
+
# @param attach_to_lang_primary_request_v_next [AttachToLangPrimaryRequestVNext] The JSON representation of the AttachToLangPrimaryRequest object.
|
295
|
+
# @param [Hash] opts the optional parameters
|
296
|
+
# @return [nil]
|
297
|
+
def attach_to_lang_group(attach_to_lang_primary_request_v_next, opts = {})
|
298
|
+
attach_to_lang_group_with_http_info(attach_to_lang_primary_request_v_next, opts)
|
299
|
+
nil
|
300
|
+
end
|
301
|
+
|
302
|
+
# Attach a landing page to a multi-language group
|
303
|
+
# Attach a landing page to a multi-language group.
|
304
|
+
# @param attach_to_lang_primary_request_v_next [AttachToLangPrimaryRequestVNext] The JSON representation of the AttachToLangPrimaryRequest object.
|
305
|
+
# @param [Hash] opts the optional parameters
|
306
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
307
|
+
def attach_to_lang_group_with_http_info(attach_to_lang_primary_request_v_next, opts = {})
|
308
|
+
if @api_client.config.debugging
|
309
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.attach_to_lang_group ...'
|
310
|
+
end
|
311
|
+
# verify the required parameter 'attach_to_lang_primary_request_v_next' is set
|
312
|
+
if @api_client.config.client_side_validation && attach_to_lang_primary_request_v_next.nil?
|
313
|
+
fail ArgumentError, "Missing the required parameter 'attach_to_lang_primary_request_v_next' when calling LandingPagesApi.attach_to_lang_group"
|
314
|
+
end
|
315
|
+
# resource path
|
316
|
+
local_var_path = '/cms/v3/pages/landing-pages/multi-language/attach-to-lang-group'
|
317
|
+
|
318
|
+
# query parameters
|
319
|
+
query_params = opts[:query_params] || {}
|
320
|
+
|
321
|
+
# header parameters
|
322
|
+
header_params = opts[:header_params] || {}
|
323
|
+
# HTTP header 'Accept' (if needed)
|
324
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
325
|
+
# HTTP header 'Content-Type'
|
326
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
327
|
+
if !content_type.nil?
|
328
|
+
header_params['Content-Type'] = content_type
|
329
|
+
end
|
330
|
+
|
331
|
+
# form parameters
|
332
|
+
form_params = opts[:form_params] || {}
|
333
|
+
|
334
|
+
# http body (model)
|
335
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(attach_to_lang_primary_request_v_next)
|
336
|
+
|
337
|
+
# return_type
|
338
|
+
return_type = opts[:debug_return_type]
|
339
|
+
|
340
|
+
# auth_names
|
341
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
342
|
+
|
343
|
+
new_options = opts.merge(
|
344
|
+
:operation => :"LandingPagesApi.attach_to_lang_group",
|
345
|
+
:header_params => header_params,
|
346
|
+
:query_params => query_params,
|
347
|
+
:form_params => form_params,
|
348
|
+
:body => post_body,
|
349
|
+
:auth_names => auth_names,
|
350
|
+
:return_type => return_type
|
351
|
+
)
|
352
|
+
|
353
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
354
|
+
if @api_client.config.debugging
|
355
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#attach_to_lang_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
356
|
+
end
|
357
|
+
return data, status_code, headers
|
358
|
+
end
|
359
|
+
|
360
|
+
# Clone a Landing Page
|
361
|
+
# Clone a Landing Page
|
362
|
+
# @param content_clone_request_v_next [ContentCloneRequestVNext] The JSON representation of the ContentCloneRequest object.
|
363
|
+
# @param [Hash] opts the optional parameters
|
364
|
+
# @return [Page]
|
365
|
+
def clone(content_clone_request_v_next, opts = {})
|
366
|
+
data, _status_code, _headers = clone_with_http_info(content_clone_request_v_next, opts)
|
367
|
+
data
|
368
|
+
end
|
369
|
+
|
370
|
+
# Clone a Landing Page
|
371
|
+
# Clone a Landing Page
|
372
|
+
# @param content_clone_request_v_next [ContentCloneRequestVNext] The JSON representation of the ContentCloneRequest object.
|
373
|
+
# @param [Hash] opts the optional parameters
|
374
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
375
|
+
def clone_with_http_info(content_clone_request_v_next, opts = {})
|
376
|
+
if @api_client.config.debugging
|
377
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.clone ...'
|
378
|
+
end
|
379
|
+
# verify the required parameter 'content_clone_request_v_next' is set
|
380
|
+
if @api_client.config.client_side_validation && content_clone_request_v_next.nil?
|
381
|
+
fail ArgumentError, "Missing the required parameter 'content_clone_request_v_next' when calling LandingPagesApi.clone"
|
382
|
+
end
|
383
|
+
# resource path
|
384
|
+
local_var_path = '/cms/v3/pages/landing-pages/clone'
|
385
|
+
|
386
|
+
# query parameters
|
387
|
+
query_params = opts[:query_params] || {}
|
388
|
+
|
389
|
+
# header parameters
|
390
|
+
header_params = opts[:header_params] || {}
|
391
|
+
# HTTP header 'Accept' (if needed)
|
392
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
393
|
+
# HTTP header 'Content-Type'
|
394
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
395
|
+
if !content_type.nil?
|
396
|
+
header_params['Content-Type'] = content_type
|
397
|
+
end
|
398
|
+
|
399
|
+
# form parameters
|
400
|
+
form_params = opts[:form_params] || {}
|
401
|
+
|
402
|
+
# http body (model)
|
403
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_clone_request_v_next)
|
404
|
+
|
405
|
+
# return_type
|
406
|
+
return_type = opts[:debug_return_type] || 'Page'
|
407
|
+
|
408
|
+
# auth_names
|
409
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
410
|
+
|
411
|
+
new_options = opts.merge(
|
412
|
+
:operation => :"LandingPagesApi.clone",
|
413
|
+
:header_params => header_params,
|
414
|
+
:query_params => query_params,
|
415
|
+
:form_params => form_params,
|
416
|
+
:body => post_body,
|
417
|
+
:auth_names => auth_names,
|
418
|
+
:return_type => return_type
|
419
|
+
)
|
420
|
+
|
421
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
422
|
+
if @api_client.config.debugging
|
423
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#clone\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
424
|
+
end
|
425
|
+
return data, status_code, headers
|
426
|
+
end
|
427
|
+
|
428
|
+
# Create a new Landing Page
|
429
|
+
# Create a new Landing Page
|
430
|
+
# @param page [Page] The JSON representation of a new Landing Page.
|
431
|
+
# @param [Hash] opts the optional parameters
|
432
|
+
# @return [nil]
|
433
|
+
def create(page, opts = {})
|
434
|
+
create_with_http_info(page, opts)
|
435
|
+
nil
|
436
|
+
end
|
437
|
+
|
438
|
+
# Create a new Landing Page
|
439
|
+
# Create a new Landing Page
|
440
|
+
# @param page [Page] The JSON representation of a new Landing Page.
|
441
|
+
# @param [Hash] opts the optional parameters
|
442
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
443
|
+
def create_with_http_info(page, opts = {})
|
444
|
+
if @api_client.config.debugging
|
445
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create ...'
|
446
|
+
end
|
447
|
+
# verify the required parameter 'page' is set
|
448
|
+
if @api_client.config.client_side_validation && page.nil?
|
449
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling LandingPagesApi.create"
|
450
|
+
end
|
451
|
+
# resource path
|
452
|
+
local_var_path = '/cms/v3/pages/landing-pages'
|
453
|
+
|
454
|
+
# query parameters
|
455
|
+
query_params = opts[:query_params] || {}
|
456
|
+
|
457
|
+
# header parameters
|
458
|
+
header_params = opts[:header_params] || {}
|
459
|
+
# HTTP header 'Accept' (if needed)
|
460
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
461
|
+
# HTTP header 'Content-Type'
|
462
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
463
|
+
if !content_type.nil?
|
464
|
+
header_params['Content-Type'] = content_type
|
465
|
+
end
|
466
|
+
|
467
|
+
# form parameters
|
468
|
+
form_params = opts[:form_params] || {}
|
469
|
+
|
470
|
+
# http body (model)
|
471
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
472
|
+
|
473
|
+
# return_type
|
474
|
+
return_type = opts[:debug_return_type]
|
475
|
+
|
476
|
+
# auth_names
|
477
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
478
|
+
|
479
|
+
new_options = opts.merge(
|
480
|
+
:operation => :"LandingPagesApi.create",
|
481
|
+
:header_params => header_params,
|
482
|
+
:query_params => query_params,
|
483
|
+
:form_params => form_params,
|
484
|
+
:body => post_body,
|
485
|
+
:auth_names => auth_names,
|
486
|
+
:return_type => return_type
|
487
|
+
)
|
488
|
+
|
489
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
490
|
+
if @api_client.config.debugging
|
491
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
492
|
+
end
|
493
|
+
return data, status_code, headers
|
494
|
+
end
|
495
|
+
|
496
|
+
# Create a new A/B test variation
|
497
|
+
# Create a new A/B test variation based on the information provided in the request body.
|
498
|
+
# @param ab_test_create_request_v_next [AbTestCreateRequestVNext] The JSON representation of the AbTestCreateRequest object.
|
499
|
+
# @param [Hash] opts the optional parameters
|
500
|
+
# @return [Page]
|
501
|
+
def create_ab_test_variation(ab_test_create_request_v_next, opts = {})
|
502
|
+
data, _status_code, _headers = create_ab_test_variation_with_http_info(ab_test_create_request_v_next, opts)
|
503
|
+
data
|
504
|
+
end
|
505
|
+
|
506
|
+
# Create a new A/B test variation
|
507
|
+
# Create a new A/B test variation based on the information provided in the request body.
|
508
|
+
# @param ab_test_create_request_v_next [AbTestCreateRequestVNext] The JSON representation of the AbTestCreateRequest object.
|
509
|
+
# @param [Hash] opts the optional parameters
|
510
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
511
|
+
def create_ab_test_variation_with_http_info(ab_test_create_request_v_next, opts = {})
|
512
|
+
if @api_client.config.debugging
|
513
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create_ab_test_variation ...'
|
514
|
+
end
|
515
|
+
# verify the required parameter 'ab_test_create_request_v_next' is set
|
516
|
+
if @api_client.config.client_side_validation && ab_test_create_request_v_next.nil?
|
517
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_create_request_v_next' when calling LandingPagesApi.create_ab_test_variation"
|
518
|
+
end
|
519
|
+
# resource path
|
520
|
+
local_var_path = '/cms/v3/pages/landing-pages/ab-test/create-variation'
|
521
|
+
|
522
|
+
# query parameters
|
523
|
+
query_params = opts[:query_params] || {}
|
524
|
+
|
525
|
+
# header parameters
|
526
|
+
header_params = opts[:header_params] || {}
|
527
|
+
# HTTP header 'Accept' (if needed)
|
528
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
529
|
+
# HTTP header 'Content-Type'
|
530
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
531
|
+
if !content_type.nil?
|
532
|
+
header_params['Content-Type'] = content_type
|
533
|
+
end
|
534
|
+
|
535
|
+
# form parameters
|
536
|
+
form_params = opts[:form_params] || {}
|
537
|
+
|
538
|
+
# http body (model)
|
539
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_create_request_v_next)
|
540
|
+
|
541
|
+
# return_type
|
542
|
+
return_type = opts[:debug_return_type] || 'Page'
|
543
|
+
|
544
|
+
# auth_names
|
545
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
546
|
+
|
547
|
+
new_options = opts.merge(
|
548
|
+
:operation => :"LandingPagesApi.create_ab_test_variation",
|
549
|
+
:header_params => header_params,
|
550
|
+
:query_params => query_params,
|
551
|
+
:form_params => form_params,
|
552
|
+
:body => post_body,
|
553
|
+
:auth_names => auth_names,
|
554
|
+
:return_type => return_type
|
555
|
+
)
|
556
|
+
|
557
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
558
|
+
if @api_client.config.debugging
|
559
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create_ab_test_variation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
560
|
+
end
|
561
|
+
return data, status_code, headers
|
562
|
+
end
|
563
|
+
|
564
|
+
# Create a batch of Landing Pages
|
565
|
+
# Create the Landing Page objects detailed in the request body.
|
566
|
+
# @param batch_input_page [BatchInputPage] The JSON array of new Landing Pages to create.
|
567
|
+
# @param [Hash] opts the optional parameters
|
568
|
+
# @return [BatchResponsePage]
|
569
|
+
def create_batch(batch_input_page, opts = {})
|
570
|
+
data, _status_code, _headers = create_batch_with_http_info(batch_input_page, opts)
|
571
|
+
data
|
572
|
+
end
|
573
|
+
|
574
|
+
# Create a batch of Landing Pages
|
575
|
+
# Create the Landing Page objects detailed in the request body.
|
576
|
+
# @param batch_input_page [BatchInputPage] The JSON array of new Landing Pages to create.
|
577
|
+
# @param [Hash] opts the optional parameters
|
578
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
579
|
+
def create_batch_with_http_info(batch_input_page, opts = {})
|
580
|
+
if @api_client.config.debugging
|
581
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create_batch ...'
|
582
|
+
end
|
583
|
+
# verify the required parameter 'batch_input_page' is set
|
584
|
+
if @api_client.config.client_side_validation && batch_input_page.nil?
|
585
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_page' when calling LandingPagesApi.create_batch"
|
586
|
+
end
|
587
|
+
# resource path
|
588
|
+
local_var_path = '/cms/v3/pages/landing-pages/batch/create'
|
589
|
+
|
590
|
+
# query parameters
|
591
|
+
query_params = opts[:query_params] || {}
|
592
|
+
|
593
|
+
# header parameters
|
594
|
+
header_params = opts[:header_params] || {}
|
595
|
+
# HTTP header 'Accept' (if needed)
|
596
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
597
|
+
# HTTP header 'Content-Type'
|
598
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
599
|
+
if !content_type.nil?
|
600
|
+
header_params['Content-Type'] = content_type
|
601
|
+
end
|
602
|
+
|
603
|
+
# form parameters
|
604
|
+
form_params = opts[:form_params] || {}
|
605
|
+
|
606
|
+
# http body (model)
|
607
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_page)
|
608
|
+
|
609
|
+
# return_type
|
610
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
611
|
+
|
612
|
+
# auth_names
|
613
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
614
|
+
|
615
|
+
new_options = opts.merge(
|
616
|
+
:operation => :"LandingPagesApi.create_batch",
|
617
|
+
:header_params => header_params,
|
618
|
+
:query_params => query_params,
|
619
|
+
:form_params => form_params,
|
620
|
+
:body => post_body,
|
621
|
+
:auth_names => auth_names,
|
622
|
+
:return_type => return_type
|
623
|
+
)
|
624
|
+
|
625
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
626
|
+
if @api_client.config.debugging
|
627
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
628
|
+
end
|
629
|
+
return data, status_code, headers
|
630
|
+
end
|
631
|
+
|
632
|
+
# Create a new Folder
|
633
|
+
# Create a new Folder
|
634
|
+
# @param content_folder [ContentFolder] The JSON representation of a new Folder.
|
635
|
+
# @param [Hash] opts the optional parameters
|
636
|
+
# @return [ContentFolder]
|
637
|
+
def create_folder(content_folder, opts = {})
|
638
|
+
data, _status_code, _headers = create_folder_with_http_info(content_folder, opts)
|
639
|
+
data
|
640
|
+
end
|
641
|
+
|
642
|
+
# Create a new Folder
|
643
|
+
# Create a new Folder
|
644
|
+
# @param content_folder [ContentFolder] The JSON representation of a new Folder.
|
645
|
+
# @param [Hash] opts the optional parameters
|
646
|
+
# @return [Array<(ContentFolder, Integer, Hash)>] ContentFolder data, response status code and response headers
|
647
|
+
def create_folder_with_http_info(content_folder, opts = {})
|
648
|
+
if @api_client.config.debugging
|
649
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create_folder ...'
|
650
|
+
end
|
651
|
+
# verify the required parameter 'content_folder' is set
|
652
|
+
if @api_client.config.client_side_validation && content_folder.nil?
|
653
|
+
fail ArgumentError, "Missing the required parameter 'content_folder' when calling LandingPagesApi.create_folder"
|
654
|
+
end
|
655
|
+
# resource path
|
656
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders'
|
657
|
+
|
658
|
+
# query parameters
|
659
|
+
query_params = opts[:query_params] || {}
|
660
|
+
|
661
|
+
# header parameters
|
662
|
+
header_params = opts[:header_params] || {}
|
663
|
+
# HTTP header 'Accept' (if needed)
|
664
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
665
|
+
# HTTP header 'Content-Type'
|
666
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
667
|
+
if !content_type.nil?
|
668
|
+
header_params['Content-Type'] = content_type
|
669
|
+
end
|
670
|
+
|
671
|
+
# form parameters
|
672
|
+
form_params = opts[:form_params] || {}
|
673
|
+
|
674
|
+
# http body (model)
|
675
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_folder)
|
676
|
+
|
677
|
+
# return_type
|
678
|
+
return_type = opts[:debug_return_type] || 'ContentFolder'
|
679
|
+
|
680
|
+
# auth_names
|
681
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
682
|
+
|
683
|
+
new_options = opts.merge(
|
684
|
+
:operation => :"LandingPagesApi.create_folder",
|
685
|
+
:header_params => header_params,
|
686
|
+
:query_params => query_params,
|
687
|
+
:form_params => form_params,
|
688
|
+
:body => post_body,
|
689
|
+
:auth_names => auth_names,
|
690
|
+
:return_type => return_type
|
691
|
+
)
|
692
|
+
|
693
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
694
|
+
if @api_client.config.debugging
|
695
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
696
|
+
end
|
697
|
+
return data, status_code, headers
|
698
|
+
end
|
699
|
+
|
700
|
+
# Create a batch of Folders
|
701
|
+
# Create the Folder objects detailed in the request body.
|
702
|
+
# @param batch_input_content_folder [BatchInputContentFolder] The JSON array of new Folders to create.
|
703
|
+
# @param [Hash] opts the optional parameters
|
704
|
+
# @return [BatchResponseContentFolder]
|
705
|
+
def create_folders(batch_input_content_folder, opts = {})
|
706
|
+
data, _status_code, _headers = create_folders_with_http_info(batch_input_content_folder, opts)
|
707
|
+
data
|
708
|
+
end
|
709
|
+
|
710
|
+
# Create a batch of Folders
|
711
|
+
# Create the Folder objects detailed in the request body.
|
712
|
+
# @param batch_input_content_folder [BatchInputContentFolder] The JSON array of new Folders to create.
|
713
|
+
# @param [Hash] opts the optional parameters
|
714
|
+
# @return [Array<(BatchResponseContentFolder, Integer, Hash)>] BatchResponseContentFolder data, response status code and response headers
|
715
|
+
def create_folders_with_http_info(batch_input_content_folder, opts = {})
|
716
|
+
if @api_client.config.debugging
|
717
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create_folders ...'
|
718
|
+
end
|
719
|
+
# verify the required parameter 'batch_input_content_folder' is set
|
720
|
+
if @api_client.config.client_side_validation && batch_input_content_folder.nil?
|
721
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_content_folder' when calling LandingPagesApi.create_folders"
|
722
|
+
end
|
723
|
+
# resource path
|
724
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/batch/create'
|
725
|
+
|
726
|
+
# query parameters
|
727
|
+
query_params = opts[:query_params] || {}
|
728
|
+
|
729
|
+
# header parameters
|
730
|
+
header_params = opts[:header_params] || {}
|
731
|
+
# HTTP header 'Accept' (if needed)
|
732
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
733
|
+
# HTTP header 'Content-Type'
|
734
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
735
|
+
if !content_type.nil?
|
736
|
+
header_params['Content-Type'] = content_type
|
737
|
+
end
|
738
|
+
|
739
|
+
# form parameters
|
740
|
+
form_params = opts[:form_params] || {}
|
741
|
+
|
742
|
+
# http body (model)
|
743
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_content_folder)
|
744
|
+
|
745
|
+
# return_type
|
746
|
+
return_type = opts[:debug_return_type] || 'BatchResponseContentFolder'
|
747
|
+
|
748
|
+
# auth_names
|
749
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
750
|
+
|
751
|
+
new_options = opts.merge(
|
752
|
+
:operation => :"LandingPagesApi.create_folders",
|
753
|
+
:header_params => header_params,
|
754
|
+
:query_params => query_params,
|
755
|
+
:form_params => form_params,
|
756
|
+
:body => post_body,
|
757
|
+
:auth_names => auth_names,
|
758
|
+
:return_type => return_type
|
759
|
+
)
|
760
|
+
|
761
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
762
|
+
if @api_client.config.debugging
|
763
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
764
|
+
end
|
765
|
+
return data, status_code, headers
|
766
|
+
end
|
767
|
+
|
768
|
+
# Create a new language variation
|
769
|
+
# Create a new language variation from an existing landing page
|
770
|
+
# @param content_language_clone_request_v_next [ContentLanguageCloneRequestVNext] The JSON representation of the ContentLanguageCloneRequest object.
|
771
|
+
# @param [Hash] opts the optional parameters
|
772
|
+
# @return [Page]
|
773
|
+
def create_lang_variation(content_language_clone_request_v_next, opts = {})
|
774
|
+
data, _status_code, _headers = create_lang_variation_with_http_info(content_language_clone_request_v_next, opts)
|
775
|
+
data
|
776
|
+
end
|
777
|
+
|
778
|
+
# Create a new language variation
|
779
|
+
# Create a new language variation from an existing landing page
|
780
|
+
# @param content_language_clone_request_v_next [ContentLanguageCloneRequestVNext] The JSON representation of the ContentLanguageCloneRequest object.
|
781
|
+
# @param [Hash] opts the optional parameters
|
782
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
783
|
+
def create_lang_variation_with_http_info(content_language_clone_request_v_next, opts = {})
|
784
|
+
if @api_client.config.debugging
|
785
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.create_lang_variation ...'
|
786
|
+
end
|
787
|
+
# verify the required parameter 'content_language_clone_request_v_next' is set
|
788
|
+
if @api_client.config.client_side_validation && content_language_clone_request_v_next.nil?
|
789
|
+
fail ArgumentError, "Missing the required parameter 'content_language_clone_request_v_next' when calling LandingPagesApi.create_lang_variation"
|
790
|
+
end
|
791
|
+
# resource path
|
792
|
+
local_var_path = '/cms/v3/pages/landing-pages/multi-language/create-language-variation'
|
793
|
+
|
794
|
+
# query parameters
|
795
|
+
query_params = opts[:query_params] || {}
|
796
|
+
|
797
|
+
# header parameters
|
798
|
+
header_params = opts[:header_params] || {}
|
799
|
+
# HTTP header 'Accept' (if needed)
|
800
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
801
|
+
# HTTP header 'Content-Type'
|
802
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
803
|
+
if !content_type.nil?
|
804
|
+
header_params['Content-Type'] = content_type
|
805
|
+
end
|
806
|
+
|
807
|
+
# form parameters
|
808
|
+
form_params = opts[:form_params] || {}
|
809
|
+
|
810
|
+
# http body (model)
|
811
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_language_clone_request_v_next)
|
812
|
+
|
813
|
+
# return_type
|
814
|
+
return_type = opts[:debug_return_type] || 'Page'
|
815
|
+
|
816
|
+
# auth_names
|
817
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
818
|
+
|
819
|
+
new_options = opts.merge(
|
820
|
+
:operation => :"LandingPagesApi.create_lang_variation",
|
821
|
+
:header_params => header_params,
|
822
|
+
:query_params => query_params,
|
823
|
+
:form_params => form_params,
|
824
|
+
:body => post_body,
|
825
|
+
:auth_names => auth_names,
|
826
|
+
:return_type => return_type
|
827
|
+
)
|
828
|
+
|
829
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
830
|
+
if @api_client.config.debugging
|
831
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#create_lang_variation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
832
|
+
end
|
833
|
+
return data, status_code, headers
|
834
|
+
end
|
835
|
+
|
836
|
+
# Detach a landing page from a multi-language group
|
837
|
+
# Detach a landing page from a multi-language group.
|
838
|
+
# @param detach_from_lang_group_request_v_next [DetachFromLangGroupRequestVNext] The JSON representation of the DetachFromLangGroupRequest object.
|
839
|
+
# @param [Hash] opts the optional parameters
|
840
|
+
# @return [nil]
|
841
|
+
def detach_from_lang_group(detach_from_lang_group_request_v_next, opts = {})
|
842
|
+
detach_from_lang_group_with_http_info(detach_from_lang_group_request_v_next, opts)
|
843
|
+
nil
|
844
|
+
end
|
845
|
+
|
846
|
+
# Detach a landing page from a multi-language group
|
847
|
+
# Detach a landing page from a multi-language group.
|
848
|
+
# @param detach_from_lang_group_request_v_next [DetachFromLangGroupRequestVNext] The JSON representation of the DetachFromLangGroupRequest object.
|
849
|
+
# @param [Hash] opts the optional parameters
|
850
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
851
|
+
def detach_from_lang_group_with_http_info(detach_from_lang_group_request_v_next, opts = {})
|
852
|
+
if @api_client.config.debugging
|
853
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.detach_from_lang_group ...'
|
854
|
+
end
|
855
|
+
# verify the required parameter 'detach_from_lang_group_request_v_next' is set
|
856
|
+
if @api_client.config.client_side_validation && detach_from_lang_group_request_v_next.nil?
|
857
|
+
fail ArgumentError, "Missing the required parameter 'detach_from_lang_group_request_v_next' when calling LandingPagesApi.detach_from_lang_group"
|
858
|
+
end
|
859
|
+
# resource path
|
860
|
+
local_var_path = '/cms/v3/pages/landing-pages/multi-language/detach-from-lang-group'
|
861
|
+
|
862
|
+
# query parameters
|
863
|
+
query_params = opts[:query_params] || {}
|
864
|
+
|
865
|
+
# header parameters
|
866
|
+
header_params = opts[:header_params] || {}
|
867
|
+
# HTTP header 'Accept' (if needed)
|
868
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
869
|
+
# HTTP header 'Content-Type'
|
870
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
871
|
+
if !content_type.nil?
|
872
|
+
header_params['Content-Type'] = content_type
|
873
|
+
end
|
874
|
+
|
875
|
+
# form parameters
|
876
|
+
form_params = opts[:form_params] || {}
|
877
|
+
|
878
|
+
# http body (model)
|
879
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(detach_from_lang_group_request_v_next)
|
880
|
+
|
881
|
+
# return_type
|
882
|
+
return_type = opts[:debug_return_type]
|
883
|
+
|
884
|
+
# auth_names
|
885
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
886
|
+
|
887
|
+
new_options = opts.merge(
|
888
|
+
:operation => :"LandingPagesApi.detach_from_lang_group",
|
889
|
+
:header_params => header_params,
|
890
|
+
:query_params => query_params,
|
891
|
+
:form_params => form_params,
|
892
|
+
:body => post_body,
|
893
|
+
:auth_names => auth_names,
|
894
|
+
:return_type => return_type
|
895
|
+
)
|
896
|
+
|
897
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
898
|
+
if @api_client.config.debugging
|
899
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#detach_from_lang_group\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
900
|
+
end
|
901
|
+
return data, status_code, headers
|
902
|
+
end
|
903
|
+
|
904
|
+
# End an active A/B test
|
905
|
+
# End an active A/B test and designate a winner.
|
906
|
+
# @param ab_test_end_request_v_next [AbTestEndRequestVNext] The JSON representation of the AbTestEndRequest object.
|
907
|
+
# @param [Hash] opts the optional parameters
|
908
|
+
# @return [nil]
|
909
|
+
def end_active_ab_test(ab_test_end_request_v_next, opts = {})
|
910
|
+
end_active_ab_test_with_http_info(ab_test_end_request_v_next, opts)
|
911
|
+
nil
|
912
|
+
end
|
913
|
+
|
914
|
+
# End an active A/B test
|
915
|
+
# End an active A/B test and designate a winner.
|
916
|
+
# @param ab_test_end_request_v_next [AbTestEndRequestVNext] The JSON representation of the AbTestEndRequest object.
|
917
|
+
# @param [Hash] opts the optional parameters
|
918
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
919
|
+
def end_active_ab_test_with_http_info(ab_test_end_request_v_next, opts = {})
|
920
|
+
if @api_client.config.debugging
|
921
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.end_active_ab_test ...'
|
922
|
+
end
|
923
|
+
# verify the required parameter 'ab_test_end_request_v_next' is set
|
924
|
+
if @api_client.config.client_side_validation && ab_test_end_request_v_next.nil?
|
925
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_end_request_v_next' when calling LandingPagesApi.end_active_ab_test"
|
926
|
+
end
|
927
|
+
# resource path
|
928
|
+
local_var_path = '/cms/v3/pages/landing-pages/ab-test/end'
|
929
|
+
|
930
|
+
# query parameters
|
931
|
+
query_params = opts[:query_params] || {}
|
932
|
+
|
933
|
+
# header parameters
|
934
|
+
header_params = opts[:header_params] || {}
|
935
|
+
# HTTP header 'Accept' (if needed)
|
936
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
937
|
+
# HTTP header 'Content-Type'
|
938
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
939
|
+
if !content_type.nil?
|
940
|
+
header_params['Content-Type'] = content_type
|
941
|
+
end
|
942
|
+
|
943
|
+
# form parameters
|
944
|
+
form_params = opts[:form_params] || {}
|
945
|
+
|
946
|
+
# http body (model)
|
947
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_end_request_v_next)
|
948
|
+
|
949
|
+
# return_type
|
950
|
+
return_type = opts[:debug_return_type]
|
951
|
+
|
952
|
+
# auth_names
|
953
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
954
|
+
|
955
|
+
new_options = opts.merge(
|
956
|
+
:operation => :"LandingPagesApi.end_active_ab_test",
|
957
|
+
:header_params => header_params,
|
958
|
+
:query_params => query_params,
|
959
|
+
:form_params => form_params,
|
960
|
+
:body => post_body,
|
961
|
+
:auth_names => auth_names,
|
962
|
+
:return_type => return_type
|
963
|
+
)
|
964
|
+
|
965
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
966
|
+
if @api_client.config.debugging
|
967
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#end_active_ab_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
968
|
+
end
|
969
|
+
return data, status_code, headers
|
970
|
+
end
|
971
|
+
|
972
|
+
# Retrieve a Landing Page
|
973
|
+
# Retrieve the Landing Page object identified by the id in the path.
|
974
|
+
# @param object_id [String] The Landing Page id.
|
975
|
+
# @param [Hash] opts the optional parameters
|
976
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
977
|
+
# @option opts [String] :property
|
978
|
+
# @return [Page]
|
979
|
+
def get_by_id(object_id, opts = {})
|
980
|
+
data, _status_code, _headers = get_by_id_with_http_info(object_id, opts)
|
981
|
+
data
|
982
|
+
end
|
983
|
+
|
984
|
+
# Retrieve a Landing Page
|
985
|
+
# Retrieve the Landing Page object identified by the id in the path.
|
986
|
+
# @param object_id [String] The Landing Page id.
|
987
|
+
# @param [Hash] opts the optional parameters
|
988
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
989
|
+
# @option opts [String] :property
|
990
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
991
|
+
def get_by_id_with_http_info(object_id, opts = {})
|
992
|
+
if @api_client.config.debugging
|
993
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_by_id ...'
|
994
|
+
end
|
995
|
+
# verify the required parameter 'object_id' is set
|
996
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
997
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_by_id"
|
998
|
+
end
|
999
|
+
# resource path
|
1000
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1001
|
+
|
1002
|
+
# query parameters
|
1003
|
+
query_params = opts[:query_params] || {}
|
1004
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1005
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
1006
|
+
|
1007
|
+
# header parameters
|
1008
|
+
header_params = opts[:header_params] || {}
|
1009
|
+
# HTTP header 'Accept' (if needed)
|
1010
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1011
|
+
|
1012
|
+
# form parameters
|
1013
|
+
form_params = opts[:form_params] || {}
|
1014
|
+
|
1015
|
+
# http body (model)
|
1016
|
+
post_body = opts[:debug_body]
|
1017
|
+
|
1018
|
+
# return_type
|
1019
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1020
|
+
|
1021
|
+
# auth_names
|
1022
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1023
|
+
|
1024
|
+
new_options = opts.merge(
|
1025
|
+
:operation => :"LandingPagesApi.get_by_id",
|
1026
|
+
:header_params => header_params,
|
1027
|
+
:query_params => query_params,
|
1028
|
+
:form_params => form_params,
|
1029
|
+
:body => post_body,
|
1030
|
+
:auth_names => auth_names,
|
1031
|
+
:return_type => return_type
|
1032
|
+
)
|
1033
|
+
|
1034
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1035
|
+
if @api_client.config.debugging
|
1036
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1037
|
+
end
|
1038
|
+
return data, status_code, headers
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
# Retrieve the full draft version of the Landing Page
|
1042
|
+
# Retrieve the full draft version of the Landing Page.
|
1043
|
+
# @param object_id [String] The Landing Page id.
|
1044
|
+
# @param [Hash] opts the optional parameters
|
1045
|
+
# @return [Page]
|
1046
|
+
def get_draft_by_id(object_id, opts = {})
|
1047
|
+
data, _status_code, _headers = get_draft_by_id_with_http_info(object_id, opts)
|
1048
|
+
data
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
# Retrieve the full draft version of the Landing Page
|
1052
|
+
# Retrieve the full draft version of the Landing Page.
|
1053
|
+
# @param object_id [String] The Landing Page id.
|
1054
|
+
# @param [Hash] opts the optional parameters
|
1055
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
1056
|
+
def get_draft_by_id_with_http_info(object_id, opts = {})
|
1057
|
+
if @api_client.config.debugging
|
1058
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_draft_by_id ...'
|
1059
|
+
end
|
1060
|
+
# verify the required parameter 'object_id' is set
|
1061
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1062
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_draft_by_id"
|
1063
|
+
end
|
1064
|
+
# resource path
|
1065
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1066
|
+
|
1067
|
+
# query parameters
|
1068
|
+
query_params = opts[:query_params] || {}
|
1069
|
+
|
1070
|
+
# header parameters
|
1071
|
+
header_params = opts[:header_params] || {}
|
1072
|
+
# HTTP header 'Accept' (if needed)
|
1073
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1074
|
+
|
1075
|
+
# form parameters
|
1076
|
+
form_params = opts[:form_params] || {}
|
1077
|
+
|
1078
|
+
# http body (model)
|
1079
|
+
post_body = opts[:debug_body]
|
1080
|
+
|
1081
|
+
# return_type
|
1082
|
+
return_type = opts[:debug_return_type] || 'Page'
|
1083
|
+
|
1084
|
+
# auth_names
|
1085
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1086
|
+
|
1087
|
+
new_options = opts.merge(
|
1088
|
+
:operation => :"LandingPagesApi.get_draft_by_id",
|
1089
|
+
:header_params => header_params,
|
1090
|
+
:query_params => query_params,
|
1091
|
+
:form_params => form_params,
|
1092
|
+
:body => post_body,
|
1093
|
+
:auth_names => auth_names,
|
1094
|
+
:return_type => return_type
|
1095
|
+
)
|
1096
|
+
|
1097
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1098
|
+
if @api_client.config.debugging
|
1099
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_draft_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1100
|
+
end
|
1101
|
+
return data, status_code, headers
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
# Retrieve a Folder
|
1105
|
+
# Retrieve the Folder object identified by the id in the path.
|
1106
|
+
# @param object_id [String] The Folder id.
|
1107
|
+
# @param [Hash] opts the optional parameters
|
1108
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1109
|
+
# @option opts [String] :property
|
1110
|
+
# @return [ContentFolder]
|
1111
|
+
def get_folder_by_id(object_id, opts = {})
|
1112
|
+
data, _status_code, _headers = get_folder_by_id_with_http_info(object_id, opts)
|
1113
|
+
data
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
# Retrieve a Folder
|
1117
|
+
# Retrieve the Folder object identified by the id in the path.
|
1118
|
+
# @param object_id [String] The Folder id.
|
1119
|
+
# @param [Hash] opts the optional parameters
|
1120
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1121
|
+
# @option opts [String] :property
|
1122
|
+
# @return [Array<(ContentFolder, Integer, Hash)>] ContentFolder data, response status code and response headers
|
1123
|
+
def get_folder_by_id_with_http_info(object_id, opts = {})
|
1124
|
+
if @api_client.config.debugging
|
1125
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_folder_by_id ...'
|
1126
|
+
end
|
1127
|
+
# verify the required parameter 'object_id' is set
|
1128
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1129
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_folder_by_id"
|
1130
|
+
end
|
1131
|
+
# resource path
|
1132
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1133
|
+
|
1134
|
+
# query parameters
|
1135
|
+
query_params = opts[:query_params] || {}
|
1136
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1137
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
1138
|
+
|
1139
|
+
# header parameters
|
1140
|
+
header_params = opts[:header_params] || {}
|
1141
|
+
# HTTP header 'Accept' (if needed)
|
1142
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1143
|
+
|
1144
|
+
# form parameters
|
1145
|
+
form_params = opts[:form_params] || {}
|
1146
|
+
|
1147
|
+
# http body (model)
|
1148
|
+
post_body = opts[:debug_body]
|
1149
|
+
|
1150
|
+
# return_type
|
1151
|
+
return_type = opts[:debug_return_type] || 'ContentFolder'
|
1152
|
+
|
1153
|
+
# auth_names
|
1154
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1155
|
+
|
1156
|
+
new_options = opts.merge(
|
1157
|
+
:operation => :"LandingPagesApi.get_folder_by_id",
|
1158
|
+
:header_params => header_params,
|
1159
|
+
:query_params => query_params,
|
1160
|
+
:form_params => form_params,
|
1161
|
+
:body => post_body,
|
1162
|
+
:auth_names => auth_names,
|
1163
|
+
:return_type => return_type
|
1164
|
+
)
|
1165
|
+
|
1166
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1167
|
+
if @api_client.config.debugging
|
1168
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_folder_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1169
|
+
end
|
1170
|
+
return data, status_code, headers
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
# Retrieves a previous version of a Folder
|
1174
|
+
# Retrieves a previous version of a Folder
|
1175
|
+
# @param object_id [String] The Folder id.
|
1176
|
+
# @param revision_id [String] The Folder version id.
|
1177
|
+
# @param [Hash] opts the optional parameters
|
1178
|
+
# @return [VersionContentFolder]
|
1179
|
+
def get_folder_previous_version(object_id, revision_id, opts = {})
|
1180
|
+
data, _status_code, _headers = get_folder_previous_version_with_http_info(object_id, revision_id, opts)
|
1181
|
+
data
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
# Retrieves a previous version of a Folder
|
1185
|
+
# Retrieves a previous version of a Folder
|
1186
|
+
# @param object_id [String] The Folder id.
|
1187
|
+
# @param revision_id [String] The Folder version id.
|
1188
|
+
# @param [Hash] opts the optional parameters
|
1189
|
+
# @return [Array<(VersionContentFolder, Integer, Hash)>] VersionContentFolder data, response status code and response headers
|
1190
|
+
def get_folder_previous_version_with_http_info(object_id, revision_id, opts = {})
|
1191
|
+
if @api_client.config.debugging
|
1192
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_folder_previous_version ...'
|
1193
|
+
end
|
1194
|
+
# verify the required parameter 'object_id' is set
|
1195
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1196
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_folder_previous_version"
|
1197
|
+
end
|
1198
|
+
# verify the required parameter 'revision_id' is set
|
1199
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
1200
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling LandingPagesApi.get_folder_previous_version"
|
1201
|
+
end
|
1202
|
+
# resource path
|
1203
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}/revisions/{revisionId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
1204
|
+
|
1205
|
+
# query parameters
|
1206
|
+
query_params = opts[:query_params] || {}
|
1207
|
+
|
1208
|
+
# header parameters
|
1209
|
+
header_params = opts[:header_params] || {}
|
1210
|
+
# HTTP header 'Accept' (if needed)
|
1211
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1212
|
+
|
1213
|
+
# form parameters
|
1214
|
+
form_params = opts[:form_params] || {}
|
1215
|
+
|
1216
|
+
# http body (model)
|
1217
|
+
post_body = opts[:debug_body]
|
1218
|
+
|
1219
|
+
# return_type
|
1220
|
+
return_type = opts[:debug_return_type] || 'VersionContentFolder'
|
1221
|
+
|
1222
|
+
# auth_names
|
1223
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1224
|
+
|
1225
|
+
new_options = opts.merge(
|
1226
|
+
:operation => :"LandingPagesApi.get_folder_previous_version",
|
1227
|
+
:header_params => header_params,
|
1228
|
+
:query_params => query_params,
|
1229
|
+
:form_params => form_params,
|
1230
|
+
:body => post_body,
|
1231
|
+
:auth_names => auth_names,
|
1232
|
+
:return_type => return_type
|
1233
|
+
)
|
1234
|
+
|
1235
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1236
|
+
if @api_client.config.debugging
|
1237
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_folder_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1238
|
+
end
|
1239
|
+
return data, status_code, headers
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
# Retrieves all the previous versions of a Folder
|
1243
|
+
# Retrieves all the previous versions of a Folder.
|
1244
|
+
# @param object_id [String] The Folder id.
|
1245
|
+
# @param [Hash] opts the optional parameters
|
1246
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1247
|
+
# @option opts [String] :before
|
1248
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1249
|
+
# @return [CollectionResponseWithTotalVersionContentFolder]
|
1250
|
+
def get_folder_previous_versions(object_id, opts = {})
|
1251
|
+
data, _status_code, _headers = get_folder_previous_versions_with_http_info(object_id, opts)
|
1252
|
+
data
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
# Retrieves all the previous versions of a Folder
|
1256
|
+
# Retrieves all the previous versions of a Folder.
|
1257
|
+
# @param object_id [String] The Folder id.
|
1258
|
+
# @param [Hash] opts the optional parameters
|
1259
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1260
|
+
# @option opts [String] :before
|
1261
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1262
|
+
# @return [Array<(CollectionResponseWithTotalVersionContentFolder, Integer, Hash)>] CollectionResponseWithTotalVersionContentFolder data, response status code and response headers
|
1263
|
+
def get_folder_previous_versions_with_http_info(object_id, opts = {})
|
1264
|
+
if @api_client.config.debugging
|
1265
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_folder_previous_versions ...'
|
1266
|
+
end
|
1267
|
+
# verify the required parameter 'object_id' is set
|
1268
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1269
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_folder_previous_versions"
|
1270
|
+
end
|
1271
|
+
# resource path
|
1272
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}/revisions'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1273
|
+
|
1274
|
+
# query parameters
|
1275
|
+
query_params = opts[:query_params] || {}
|
1276
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1277
|
+
query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
|
1278
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1279
|
+
|
1280
|
+
# header parameters
|
1281
|
+
header_params = opts[:header_params] || {}
|
1282
|
+
# HTTP header 'Accept' (if needed)
|
1283
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1284
|
+
|
1285
|
+
# form parameters
|
1286
|
+
form_params = opts[:form_params] || {}
|
1287
|
+
|
1288
|
+
# http body (model)
|
1289
|
+
post_body = opts[:debug_body]
|
1290
|
+
|
1291
|
+
# return_type
|
1292
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalVersionContentFolder'
|
1293
|
+
|
1294
|
+
# auth_names
|
1295
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1296
|
+
|
1297
|
+
new_options = opts.merge(
|
1298
|
+
:operation => :"LandingPagesApi.get_folder_previous_versions",
|
1299
|
+
:header_params => header_params,
|
1300
|
+
:query_params => query_params,
|
1301
|
+
:form_params => form_params,
|
1302
|
+
:body => post_body,
|
1303
|
+
:auth_names => auth_names,
|
1304
|
+
:return_type => return_type
|
1305
|
+
)
|
1306
|
+
|
1307
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1308
|
+
if @api_client.config.debugging
|
1309
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_folder_previous_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1310
|
+
end
|
1311
|
+
return data, status_code, headers
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
# Get all Landing Page Folders
|
1315
|
+
# Get the list of Landing Page Folders. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
1316
|
+
# @param [Hash] opts the optional parameters
|
1317
|
+
# @option opts [Time] :created_at Only return Folders created at exactly the specified time.
|
1318
|
+
# @option opts [Time] :created_after Only return Folders created after the specified time.
|
1319
|
+
# @option opts [Time] :created_before Only return Folders created before the specified time.
|
1320
|
+
# @option opts [Time] :updated_at Only return Folders last updated at exactly the specified time.
|
1321
|
+
# @option opts [Time] :updated_after Only return Folders last updated after the specified time.
|
1322
|
+
# @option opts [Time] :updated_before Only return Folders last updated before the specified time.
|
1323
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1324
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1325
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1326
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1327
|
+
# @option opts [String] :property
|
1328
|
+
# @return [CollectionResponseWithTotalContentFolderForwardPaging]
|
1329
|
+
def get_folders_page(opts = {})
|
1330
|
+
data, _status_code, _headers = get_folders_page_with_http_info(opts)
|
1331
|
+
data
|
1332
|
+
end
|
1333
|
+
|
1334
|
+
# Get all Landing Page Folders
|
1335
|
+
# Get the list of Landing Page Folders. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
1336
|
+
# @param [Hash] opts the optional parameters
|
1337
|
+
# @option opts [Time] :created_at Only return Folders created at exactly the specified time.
|
1338
|
+
# @option opts [Time] :created_after Only return Folders created after the specified time.
|
1339
|
+
# @option opts [Time] :created_before Only return Folders created before the specified time.
|
1340
|
+
# @option opts [Time] :updated_at Only return Folders last updated at exactly the specified time.
|
1341
|
+
# @option opts [Time] :updated_after Only return Folders last updated after the specified time.
|
1342
|
+
# @option opts [Time] :updated_before Only return Folders last updated before the specified time.
|
1343
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1344
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1345
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1346
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1347
|
+
# @option opts [String] :property
|
1348
|
+
# @return [Array<(CollectionResponseWithTotalContentFolderForwardPaging, Integer, Hash)>] CollectionResponseWithTotalContentFolderForwardPaging data, response status code and response headers
|
1349
|
+
def get_folders_page_with_http_info(opts = {})
|
1350
|
+
if @api_client.config.debugging
|
1351
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_folders_page ...'
|
1352
|
+
end
|
1353
|
+
# resource path
|
1354
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders'
|
1355
|
+
|
1356
|
+
# query parameters
|
1357
|
+
query_params = opts[:query_params] || {}
|
1358
|
+
query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
|
1359
|
+
query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
1360
|
+
query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
1361
|
+
query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
|
1362
|
+
query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
1363
|
+
query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
|
1364
|
+
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
1365
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1366
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1367
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1368
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
1369
|
+
|
1370
|
+
# header parameters
|
1371
|
+
header_params = opts[:header_params] || {}
|
1372
|
+
# HTTP header 'Accept' (if needed)
|
1373
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1374
|
+
|
1375
|
+
# form parameters
|
1376
|
+
form_params = opts[:form_params] || {}
|
1377
|
+
|
1378
|
+
# http body (model)
|
1379
|
+
post_body = opts[:debug_body]
|
1380
|
+
|
1381
|
+
# return_type
|
1382
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalContentFolderForwardPaging'
|
1383
|
+
|
1384
|
+
# auth_names
|
1385
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1386
|
+
|
1387
|
+
new_options = opts.merge(
|
1388
|
+
:operation => :"LandingPagesApi.get_folders_page",
|
1389
|
+
:header_params => header_params,
|
1390
|
+
:query_params => query_params,
|
1391
|
+
:form_params => form_params,
|
1392
|
+
:body => post_body,
|
1393
|
+
:auth_names => auth_names,
|
1394
|
+
:return_type => return_type
|
1395
|
+
)
|
1396
|
+
|
1397
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1398
|
+
if @api_client.config.debugging
|
1399
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_folders_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1400
|
+
end
|
1401
|
+
return data, status_code, headers
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
# Get all Landing Pages
|
1405
|
+
# Get the list of landing pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
1406
|
+
# @param [Hash] opts the optional parameters
|
1407
|
+
# @option opts [Time] :created_at Only return Landing Pages created at exactly the specified time.
|
1408
|
+
# @option opts [Time] :created_after Only return Landing Pages created after the specified time.
|
1409
|
+
# @option opts [Time] :created_before Only return Landing Pages created before the specified time.
|
1410
|
+
# @option opts [Time] :updated_at Only return Landing Pages last updated at exactly the specified time.
|
1411
|
+
# @option opts [Time] :updated_after Only return Landing Pages last updated after the specified time.
|
1412
|
+
# @option opts [Time] :updated_before Only return Landing Pages last updated before the specified time.
|
1413
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1414
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1415
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1416
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
1417
|
+
# @option opts [String] :property
|
1418
|
+
# @return [CollectionResponseWithTotalPageForwardPaging]
|
1419
|
+
def get_page(opts = {})
|
1420
|
+
data, _status_code, _headers = get_page_with_http_info(opts)
|
1421
|
+
data
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
# Get all Landing Pages
|
1425
|
+
# Get the list of landing pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
|
1426
|
+
# @param [Hash] opts the optional parameters
|
1427
|
+
# @option opts [Time] :created_at Only return Landing Pages created at exactly the specified time.
|
1428
|
+
# @option opts [Time] :created_after Only return Landing Pages created after the specified time.
|
1429
|
+
# @option opts [Time] :created_before Only return Landing Pages created before the specified time.
|
1430
|
+
# @option opts [Time] :updated_at Only return Landing Pages last updated at exactly the specified time.
|
1431
|
+
# @option opts [Time] :updated_after Only return Landing Pages last updated after the specified time.
|
1432
|
+
# @option opts [Time] :updated_before Only return Landing Pages last updated before the specified time.
|
1433
|
+
# @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
|
1434
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1435
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1436
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
1437
|
+
# @option opts [String] :property
|
1438
|
+
# @return [Array<(CollectionResponseWithTotalPageForwardPaging, Integer, Hash)>] CollectionResponseWithTotalPageForwardPaging data, response status code and response headers
|
1439
|
+
def get_page_with_http_info(opts = {})
|
1440
|
+
if @api_client.config.debugging
|
1441
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_page ...'
|
1442
|
+
end
|
1443
|
+
# resource path
|
1444
|
+
local_var_path = '/cms/v3/pages/landing-pages'
|
1445
|
+
|
1446
|
+
# query parameters
|
1447
|
+
query_params = opts[:query_params] || {}
|
1448
|
+
query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
|
1449
|
+
query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
1450
|
+
query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
1451
|
+
query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
|
1452
|
+
query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
|
1453
|
+
query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
|
1454
|
+
query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
|
1455
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1456
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1457
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1458
|
+
query_params[:'property'] = opts[:'property'] if !opts[:'property'].nil?
|
1459
|
+
|
1460
|
+
# header parameters
|
1461
|
+
header_params = opts[:header_params] || {}
|
1462
|
+
# HTTP header 'Accept' (if needed)
|
1463
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1464
|
+
|
1465
|
+
# form parameters
|
1466
|
+
form_params = opts[:form_params] || {}
|
1467
|
+
|
1468
|
+
# http body (model)
|
1469
|
+
post_body = opts[:debug_body]
|
1470
|
+
|
1471
|
+
# return_type
|
1472
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalPageForwardPaging'
|
1473
|
+
|
1474
|
+
# auth_names
|
1475
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1476
|
+
|
1477
|
+
new_options = opts.merge(
|
1478
|
+
:operation => :"LandingPagesApi.get_page",
|
1479
|
+
:header_params => header_params,
|
1480
|
+
:query_params => query_params,
|
1481
|
+
:form_params => form_params,
|
1482
|
+
:body => post_body,
|
1483
|
+
:auth_names => auth_names,
|
1484
|
+
:return_type => return_type
|
1485
|
+
)
|
1486
|
+
|
1487
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1488
|
+
if @api_client.config.debugging
|
1489
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1490
|
+
end
|
1491
|
+
return data, status_code, headers
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
# Retrieves a previous version of a Landing Page
|
1495
|
+
# Retrieves a previous version of a Landing Page
|
1496
|
+
# @param object_id [String] The Landing Page id.
|
1497
|
+
# @param revision_id [String] The Landing Page version id.
|
1498
|
+
# @param [Hash] opts the optional parameters
|
1499
|
+
# @return [VersionPage]
|
1500
|
+
def get_previous_version(object_id, revision_id, opts = {})
|
1501
|
+
data, _status_code, _headers = get_previous_version_with_http_info(object_id, revision_id, opts)
|
1502
|
+
data
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
# Retrieves a previous version of a Landing Page
|
1506
|
+
# Retrieves a previous version of a Landing Page
|
1507
|
+
# @param object_id [String] The Landing Page id.
|
1508
|
+
# @param revision_id [String] The Landing Page version id.
|
1509
|
+
# @param [Hash] opts the optional parameters
|
1510
|
+
# @return [Array<(VersionPage, Integer, Hash)>] VersionPage data, response status code and response headers
|
1511
|
+
def get_previous_version_with_http_info(object_id, revision_id, opts = {})
|
1512
|
+
if @api_client.config.debugging
|
1513
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_previous_version ...'
|
1514
|
+
end
|
1515
|
+
# verify the required parameter 'object_id' is set
|
1516
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1517
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_previous_version"
|
1518
|
+
end
|
1519
|
+
# verify the required parameter 'revision_id' is set
|
1520
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
1521
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling LandingPagesApi.get_previous_version"
|
1522
|
+
end
|
1523
|
+
# resource path
|
1524
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/revisions/{revisionId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
1525
|
+
|
1526
|
+
# query parameters
|
1527
|
+
query_params = opts[:query_params] || {}
|
1528
|
+
|
1529
|
+
# header parameters
|
1530
|
+
header_params = opts[:header_params] || {}
|
1531
|
+
# HTTP header 'Accept' (if needed)
|
1532
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1533
|
+
|
1534
|
+
# form parameters
|
1535
|
+
form_params = opts[:form_params] || {}
|
1536
|
+
|
1537
|
+
# http body (model)
|
1538
|
+
post_body = opts[:debug_body]
|
1539
|
+
|
1540
|
+
# return_type
|
1541
|
+
return_type = opts[:debug_return_type] || 'VersionPage'
|
1542
|
+
|
1543
|
+
# auth_names
|
1544
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1545
|
+
|
1546
|
+
new_options = opts.merge(
|
1547
|
+
:operation => :"LandingPagesApi.get_previous_version",
|
1548
|
+
:header_params => header_params,
|
1549
|
+
:query_params => query_params,
|
1550
|
+
:form_params => form_params,
|
1551
|
+
:body => post_body,
|
1552
|
+
:auth_names => auth_names,
|
1553
|
+
:return_type => return_type
|
1554
|
+
)
|
1555
|
+
|
1556
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1557
|
+
if @api_client.config.debugging
|
1558
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1559
|
+
end
|
1560
|
+
return data, status_code, headers
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
# Retrieves all the previous versions of a Landing Page
|
1564
|
+
# Retrieves all the previous versions of a Landing Page.
|
1565
|
+
# @param object_id [String] The Landing Page id.
|
1566
|
+
# @param [Hash] opts the optional parameters
|
1567
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1568
|
+
# @option opts [String] :before
|
1569
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1570
|
+
# @return [CollectionResponseWithTotalVersionPage]
|
1571
|
+
def get_previous_versions(object_id, opts = {})
|
1572
|
+
data, _status_code, _headers = get_previous_versions_with_http_info(object_id, opts)
|
1573
|
+
data
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
# Retrieves all the previous versions of a Landing Page
|
1577
|
+
# Retrieves all the previous versions of a Landing Page.
|
1578
|
+
# @param object_id [String] The Landing Page id.
|
1579
|
+
# @param [Hash] opts the optional parameters
|
1580
|
+
# @option opts [String] :after The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
|
1581
|
+
# @option opts [String] :before
|
1582
|
+
# @option opts [Integer] :limit The maximum number of results to return. Default is 100.
|
1583
|
+
# @return [Array<(CollectionResponseWithTotalVersionPage, Integer, Hash)>] CollectionResponseWithTotalVersionPage data, response status code and response headers
|
1584
|
+
def get_previous_versions_with_http_info(object_id, opts = {})
|
1585
|
+
if @api_client.config.debugging
|
1586
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.get_previous_versions ...'
|
1587
|
+
end
|
1588
|
+
# verify the required parameter 'object_id' is set
|
1589
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1590
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.get_previous_versions"
|
1591
|
+
end
|
1592
|
+
# resource path
|
1593
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/revisions'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1594
|
+
|
1595
|
+
# query parameters
|
1596
|
+
query_params = opts[:query_params] || {}
|
1597
|
+
query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
|
1598
|
+
query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
|
1599
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1600
|
+
|
1601
|
+
# header parameters
|
1602
|
+
header_params = opts[:header_params] || {}
|
1603
|
+
# HTTP header 'Accept' (if needed)
|
1604
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1605
|
+
|
1606
|
+
# form parameters
|
1607
|
+
form_params = opts[:form_params] || {}
|
1608
|
+
|
1609
|
+
# http body (model)
|
1610
|
+
post_body = opts[:debug_body]
|
1611
|
+
|
1612
|
+
# return_type
|
1613
|
+
return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalVersionPage'
|
1614
|
+
|
1615
|
+
# auth_names
|
1616
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1617
|
+
|
1618
|
+
new_options = opts.merge(
|
1619
|
+
:operation => :"LandingPagesApi.get_previous_versions",
|
1620
|
+
:header_params => header_params,
|
1621
|
+
:query_params => query_params,
|
1622
|
+
:form_params => form_params,
|
1623
|
+
:body => post_body,
|
1624
|
+
:auth_names => auth_names,
|
1625
|
+
:return_type => return_type
|
1626
|
+
)
|
1627
|
+
|
1628
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1629
|
+
if @api_client.config.debugging
|
1630
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#get_previous_versions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1631
|
+
end
|
1632
|
+
return data, status_code, headers
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
# Push Landing Page draft edits live
|
1636
|
+
# Take any changes from the draft version of the Landing Page and apply them to the live version.
|
1637
|
+
# @param object_id [String] The id of the Landing Page for which it's draft will be pushed live.
|
1638
|
+
# @param [Hash] opts the optional parameters
|
1639
|
+
# @return [nil]
|
1640
|
+
def push_live(object_id, opts = {})
|
1641
|
+
push_live_with_http_info(object_id, opts)
|
1642
|
+
nil
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
# Push Landing Page draft edits live
|
1646
|
+
# Take any changes from the draft version of the Landing Page and apply them to the live version.
|
1647
|
+
# @param object_id [String] The id of the Landing Page for which it's draft will be pushed live.
|
1648
|
+
# @param [Hash] opts the optional parameters
|
1649
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1650
|
+
def push_live_with_http_info(object_id, opts = {})
|
1651
|
+
if @api_client.config.debugging
|
1652
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.push_live ...'
|
1653
|
+
end
|
1654
|
+
# verify the required parameter 'object_id' is set
|
1655
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1656
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.push_live"
|
1657
|
+
end
|
1658
|
+
# resource path
|
1659
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/draft/push-live'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1660
|
+
|
1661
|
+
# query parameters
|
1662
|
+
query_params = opts[:query_params] || {}
|
1663
|
+
|
1664
|
+
# header parameters
|
1665
|
+
header_params = opts[:header_params] || {}
|
1666
|
+
# HTTP header 'Accept' (if needed)
|
1667
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1668
|
+
|
1669
|
+
# form parameters
|
1670
|
+
form_params = opts[:form_params] || {}
|
1671
|
+
|
1672
|
+
# http body (model)
|
1673
|
+
post_body = opts[:debug_body]
|
1674
|
+
|
1675
|
+
# return_type
|
1676
|
+
return_type = opts[:debug_return_type]
|
1677
|
+
|
1678
|
+
# auth_names
|
1679
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1680
|
+
|
1681
|
+
new_options = opts.merge(
|
1682
|
+
:operation => :"LandingPagesApi.push_live",
|
1683
|
+
:header_params => header_params,
|
1684
|
+
:query_params => query_params,
|
1685
|
+
:form_params => form_params,
|
1686
|
+
:body => post_body,
|
1687
|
+
:auth_names => auth_names,
|
1688
|
+
:return_type => return_type
|
1689
|
+
)
|
1690
|
+
|
1691
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1692
|
+
if @api_client.config.debugging
|
1693
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#push_live\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1694
|
+
end
|
1695
|
+
return data, status_code, headers
|
1696
|
+
end
|
1697
|
+
|
1698
|
+
# Retrieve a batch of Landing Pages
|
1699
|
+
# Retrieve the Landing Page objects identified in the request body.
|
1700
|
+
# @param batch_input_string [BatchInputString] The JSON array of Landing Page ids.
|
1701
|
+
# @param [Hash] opts the optional parameters
|
1702
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
1703
|
+
# @return [BatchResponsePage]
|
1704
|
+
def read_batch(batch_input_string, opts = {})
|
1705
|
+
data, _status_code, _headers = read_batch_with_http_info(batch_input_string, opts)
|
1706
|
+
data
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
# Retrieve a batch of Landing Pages
|
1710
|
+
# Retrieve the Landing Page objects identified in the request body.
|
1711
|
+
# @param batch_input_string [BatchInputString] The JSON array of Landing Page ids.
|
1712
|
+
# @param [Hash] opts the optional parameters
|
1713
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Landing Pages. Defaults to `false`.
|
1714
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
1715
|
+
def read_batch_with_http_info(batch_input_string, opts = {})
|
1716
|
+
if @api_client.config.debugging
|
1717
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.read_batch ...'
|
1718
|
+
end
|
1719
|
+
# verify the required parameter 'batch_input_string' is set
|
1720
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
1721
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling LandingPagesApi.read_batch"
|
1722
|
+
end
|
1723
|
+
# resource path
|
1724
|
+
local_var_path = '/cms/v3/pages/landing-pages/batch/read'
|
1725
|
+
|
1726
|
+
# query parameters
|
1727
|
+
query_params = opts[:query_params] || {}
|
1728
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1729
|
+
|
1730
|
+
# header parameters
|
1731
|
+
header_params = opts[:header_params] || {}
|
1732
|
+
# HTTP header 'Accept' (if needed)
|
1733
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1734
|
+
# HTTP header 'Content-Type'
|
1735
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1736
|
+
if !content_type.nil?
|
1737
|
+
header_params['Content-Type'] = content_type
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
# form parameters
|
1741
|
+
form_params = opts[:form_params] || {}
|
1742
|
+
|
1743
|
+
# http body (model)
|
1744
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
1745
|
+
|
1746
|
+
# return_type
|
1747
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
1748
|
+
|
1749
|
+
# auth_names
|
1750
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1751
|
+
|
1752
|
+
new_options = opts.merge(
|
1753
|
+
:operation => :"LandingPagesApi.read_batch",
|
1754
|
+
:header_params => header_params,
|
1755
|
+
:query_params => query_params,
|
1756
|
+
:form_params => form_params,
|
1757
|
+
:body => post_body,
|
1758
|
+
:auth_names => auth_names,
|
1759
|
+
:return_type => return_type
|
1760
|
+
)
|
1761
|
+
|
1762
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1763
|
+
if @api_client.config.debugging
|
1764
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1765
|
+
end
|
1766
|
+
return data, status_code, headers
|
1767
|
+
end
|
1768
|
+
|
1769
|
+
# Retrieve a batch of Folders
|
1770
|
+
# Update the Folder objects identified in the request body.
|
1771
|
+
# @param batch_input_string [BatchInputString] The JSON array of Folder ids.
|
1772
|
+
# @param [Hash] opts the optional parameters
|
1773
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1774
|
+
# @return [BatchResponseContentFolder]
|
1775
|
+
def read_folders(batch_input_string, opts = {})
|
1776
|
+
data, _status_code, _headers = read_folders_with_http_info(batch_input_string, opts)
|
1777
|
+
data
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
# Retrieve a batch of Folders
|
1781
|
+
# Update the Folder objects identified in the request body.
|
1782
|
+
# @param batch_input_string [BatchInputString] The JSON array of Folder ids.
|
1783
|
+
# @param [Hash] opts the optional parameters
|
1784
|
+
# @option opts [Boolean] :archived Specifies whether to return deleted Folders. Defaults to `false`.
|
1785
|
+
# @return [Array<(BatchResponseContentFolder, Integer, Hash)>] BatchResponseContentFolder data, response status code and response headers
|
1786
|
+
def read_folders_with_http_info(batch_input_string, opts = {})
|
1787
|
+
if @api_client.config.debugging
|
1788
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.read_folders ...'
|
1789
|
+
end
|
1790
|
+
# verify the required parameter 'batch_input_string' is set
|
1791
|
+
if @api_client.config.client_side_validation && batch_input_string.nil?
|
1792
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling LandingPagesApi.read_folders"
|
1793
|
+
end
|
1794
|
+
# resource path
|
1795
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/batch/read'
|
1796
|
+
|
1797
|
+
# query parameters
|
1798
|
+
query_params = opts[:query_params] || {}
|
1799
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
1800
|
+
|
1801
|
+
# header parameters
|
1802
|
+
header_params = opts[:header_params] || {}
|
1803
|
+
# HTTP header 'Accept' (if needed)
|
1804
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
1805
|
+
# HTTP header 'Content-Type'
|
1806
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1807
|
+
if !content_type.nil?
|
1808
|
+
header_params['Content-Type'] = content_type
|
1809
|
+
end
|
1810
|
+
|
1811
|
+
# form parameters
|
1812
|
+
form_params = opts[:form_params] || {}
|
1813
|
+
|
1814
|
+
# http body (model)
|
1815
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_string)
|
1816
|
+
|
1817
|
+
# return_type
|
1818
|
+
return_type = opts[:debug_return_type] || 'BatchResponseContentFolder'
|
1819
|
+
|
1820
|
+
# auth_names
|
1821
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1822
|
+
|
1823
|
+
new_options = opts.merge(
|
1824
|
+
:operation => :"LandingPagesApi.read_folders",
|
1825
|
+
:header_params => header_params,
|
1826
|
+
:query_params => query_params,
|
1827
|
+
:form_params => form_params,
|
1828
|
+
:body => post_body,
|
1829
|
+
:auth_names => auth_names,
|
1830
|
+
:return_type => return_type
|
1831
|
+
)
|
1832
|
+
|
1833
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1834
|
+
if @api_client.config.debugging
|
1835
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#read_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1836
|
+
end
|
1837
|
+
return data, status_code, headers
|
1838
|
+
end
|
1839
|
+
|
1840
|
+
# Rerun a previous A/B test
|
1841
|
+
# Rerun a previous A/B test.
|
1842
|
+
# @param ab_test_rerun_request_v_next [AbTestRerunRequestVNext] The JSON representation of the AbTestRerunRequest object.
|
1843
|
+
# @param [Hash] opts the optional parameters
|
1844
|
+
# @return [nil]
|
1845
|
+
def rerun_previous_ab_test(ab_test_rerun_request_v_next, opts = {})
|
1846
|
+
rerun_previous_ab_test_with_http_info(ab_test_rerun_request_v_next, opts)
|
1847
|
+
nil
|
1848
|
+
end
|
1849
|
+
|
1850
|
+
# Rerun a previous A/B test
|
1851
|
+
# Rerun a previous A/B test.
|
1852
|
+
# @param ab_test_rerun_request_v_next [AbTestRerunRequestVNext] The JSON representation of the AbTestRerunRequest object.
|
1853
|
+
# @param [Hash] opts the optional parameters
|
1854
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1855
|
+
def rerun_previous_ab_test_with_http_info(ab_test_rerun_request_v_next, opts = {})
|
1856
|
+
if @api_client.config.debugging
|
1857
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.rerun_previous_ab_test ...'
|
1858
|
+
end
|
1859
|
+
# verify the required parameter 'ab_test_rerun_request_v_next' is set
|
1860
|
+
if @api_client.config.client_side_validation && ab_test_rerun_request_v_next.nil?
|
1861
|
+
fail ArgumentError, "Missing the required parameter 'ab_test_rerun_request_v_next' when calling LandingPagesApi.rerun_previous_ab_test"
|
1862
|
+
end
|
1863
|
+
# resource path
|
1864
|
+
local_var_path = '/cms/v3/pages/landing-pages/ab-test/rerun'
|
1865
|
+
|
1866
|
+
# query parameters
|
1867
|
+
query_params = opts[:query_params] || {}
|
1868
|
+
|
1869
|
+
# header parameters
|
1870
|
+
header_params = opts[:header_params] || {}
|
1871
|
+
# HTTP header 'Accept' (if needed)
|
1872
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1873
|
+
# HTTP header 'Content-Type'
|
1874
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1875
|
+
if !content_type.nil?
|
1876
|
+
header_params['Content-Type'] = content_type
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
# form parameters
|
1880
|
+
form_params = opts[:form_params] || {}
|
1881
|
+
|
1882
|
+
# http body (model)
|
1883
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(ab_test_rerun_request_v_next)
|
1884
|
+
|
1885
|
+
# return_type
|
1886
|
+
return_type = opts[:debug_return_type]
|
1887
|
+
|
1888
|
+
# auth_names
|
1889
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1890
|
+
|
1891
|
+
new_options = opts.merge(
|
1892
|
+
:operation => :"LandingPagesApi.rerun_previous_ab_test",
|
1893
|
+
:header_params => header_params,
|
1894
|
+
:query_params => query_params,
|
1895
|
+
:form_params => form_params,
|
1896
|
+
:body => post_body,
|
1897
|
+
:auth_names => auth_names,
|
1898
|
+
:return_type => return_type
|
1899
|
+
)
|
1900
|
+
|
1901
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1902
|
+
if @api_client.config.debugging
|
1903
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#rerun_previous_ab_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1904
|
+
end
|
1905
|
+
return data, status_code, headers
|
1906
|
+
end
|
1907
|
+
|
1908
|
+
# Reset the Landing Page draft to the live version
|
1909
|
+
# Discards any edits and resets the draft to the live version.
|
1910
|
+
# @param object_id [String] The id of the Landing Page for which it's draft will be reset.
|
1911
|
+
# @param [Hash] opts the optional parameters
|
1912
|
+
# @return [nil]
|
1913
|
+
def reset_draft(object_id, opts = {})
|
1914
|
+
reset_draft_with_http_info(object_id, opts)
|
1915
|
+
nil
|
1916
|
+
end
|
1917
|
+
|
1918
|
+
# Reset the Landing Page draft to the live version
|
1919
|
+
# Discards any edits and resets the draft to the live version.
|
1920
|
+
# @param object_id [String] The id of the Landing Page for which it's draft will be reset.
|
1921
|
+
# @param [Hash] opts the optional parameters
|
1922
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1923
|
+
def reset_draft_with_http_info(object_id, opts = {})
|
1924
|
+
if @api_client.config.debugging
|
1925
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.reset_draft ...'
|
1926
|
+
end
|
1927
|
+
# verify the required parameter 'object_id' is set
|
1928
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1929
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.reset_draft"
|
1930
|
+
end
|
1931
|
+
# resource path
|
1932
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/draft/reset'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
1933
|
+
|
1934
|
+
# query parameters
|
1935
|
+
query_params = opts[:query_params] || {}
|
1936
|
+
|
1937
|
+
# header parameters
|
1938
|
+
header_params = opts[:header_params] || {}
|
1939
|
+
# HTTP header 'Accept' (if needed)
|
1940
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
1941
|
+
|
1942
|
+
# form parameters
|
1943
|
+
form_params = opts[:form_params] || {}
|
1944
|
+
|
1945
|
+
# http body (model)
|
1946
|
+
post_body = opts[:debug_body]
|
1947
|
+
|
1948
|
+
# return_type
|
1949
|
+
return_type = opts[:debug_return_type]
|
1950
|
+
|
1951
|
+
# auth_names
|
1952
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1953
|
+
|
1954
|
+
new_options = opts.merge(
|
1955
|
+
:operation => :"LandingPagesApi.reset_draft",
|
1956
|
+
:header_params => header_params,
|
1957
|
+
:query_params => query_params,
|
1958
|
+
:form_params => form_params,
|
1959
|
+
:body => post_body,
|
1960
|
+
:auth_names => auth_names,
|
1961
|
+
:return_type => return_type
|
1962
|
+
)
|
1963
|
+
|
1964
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1965
|
+
if @api_client.config.debugging
|
1966
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#reset_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1967
|
+
end
|
1968
|
+
return data, status_code, headers
|
1969
|
+
end
|
1970
|
+
|
1971
|
+
# Restore a previous version of a Folder
|
1972
|
+
# Takes a specified version of a Folder and restores it.
|
1973
|
+
# @param object_id [String] The Folder id.
|
1974
|
+
# @param revision_id [String] The Folder version id to restore.
|
1975
|
+
# @param [Hash] opts the optional parameters
|
1976
|
+
# @return [ContentFolder]
|
1977
|
+
def restore_folder_previous_version(object_id, revision_id, opts = {})
|
1978
|
+
data, _status_code, _headers = restore_folder_previous_version_with_http_info(object_id, revision_id, opts)
|
1979
|
+
data
|
1980
|
+
end
|
1981
|
+
|
1982
|
+
# Restore a previous version of a Folder
|
1983
|
+
# Takes a specified version of a Folder and restores it.
|
1984
|
+
# @param object_id [String] The Folder id.
|
1985
|
+
# @param revision_id [String] The Folder version id to restore.
|
1986
|
+
# @param [Hash] opts the optional parameters
|
1987
|
+
# @return [Array<(ContentFolder, Integer, Hash)>] ContentFolder data, response status code and response headers
|
1988
|
+
def restore_folder_previous_version_with_http_info(object_id, revision_id, opts = {})
|
1989
|
+
if @api_client.config.debugging
|
1990
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.restore_folder_previous_version ...'
|
1991
|
+
end
|
1992
|
+
# verify the required parameter 'object_id' is set
|
1993
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
1994
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.restore_folder_previous_version"
|
1995
|
+
end
|
1996
|
+
# verify the required parameter 'revision_id' is set
|
1997
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
1998
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling LandingPagesApi.restore_folder_previous_version"
|
1999
|
+
end
|
2000
|
+
# resource path
|
2001
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}/revisions/{revisionId}/restore'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
2002
|
+
|
2003
|
+
# query parameters
|
2004
|
+
query_params = opts[:query_params] || {}
|
2005
|
+
|
2006
|
+
# header parameters
|
2007
|
+
header_params = opts[:header_params] || {}
|
2008
|
+
# HTTP header 'Accept' (if needed)
|
2009
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2010
|
+
|
2011
|
+
# form parameters
|
2012
|
+
form_params = opts[:form_params] || {}
|
2013
|
+
|
2014
|
+
# http body (model)
|
2015
|
+
post_body = opts[:debug_body]
|
2016
|
+
|
2017
|
+
# return_type
|
2018
|
+
return_type = opts[:debug_return_type] || 'ContentFolder'
|
2019
|
+
|
2020
|
+
# auth_names
|
2021
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2022
|
+
|
2023
|
+
new_options = opts.merge(
|
2024
|
+
:operation => :"LandingPagesApi.restore_folder_previous_version",
|
2025
|
+
:header_params => header_params,
|
2026
|
+
:query_params => query_params,
|
2027
|
+
:form_params => form_params,
|
2028
|
+
:body => post_body,
|
2029
|
+
:auth_names => auth_names,
|
2030
|
+
:return_type => return_type
|
2031
|
+
)
|
2032
|
+
|
2033
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2034
|
+
if @api_client.config.debugging
|
2035
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#restore_folder_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2036
|
+
end
|
2037
|
+
return data, status_code, headers
|
2038
|
+
end
|
2039
|
+
|
2040
|
+
# Restore a previous version of a Landing Page
|
2041
|
+
# Takes a specified version of a Landing Page and restores it.
|
2042
|
+
# @param object_id [String] The Landing Page id.
|
2043
|
+
# @param revision_id [String] The Landing Page version id to restore.
|
2044
|
+
# @param [Hash] opts the optional parameters
|
2045
|
+
# @return [Page]
|
2046
|
+
def restore_previous_version(object_id, revision_id, opts = {})
|
2047
|
+
data, _status_code, _headers = restore_previous_version_with_http_info(object_id, revision_id, opts)
|
2048
|
+
data
|
2049
|
+
end
|
2050
|
+
|
2051
|
+
# Restore a previous version of a Landing Page
|
2052
|
+
# Takes a specified version of a Landing Page and restores it.
|
2053
|
+
# @param object_id [String] The Landing Page id.
|
2054
|
+
# @param revision_id [String] The Landing Page version id to restore.
|
2055
|
+
# @param [Hash] opts the optional parameters
|
2056
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
2057
|
+
def restore_previous_version_with_http_info(object_id, revision_id, opts = {})
|
2058
|
+
if @api_client.config.debugging
|
2059
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.restore_previous_version ...'
|
2060
|
+
end
|
2061
|
+
# verify the required parameter 'object_id' is set
|
2062
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
2063
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.restore_previous_version"
|
2064
|
+
end
|
2065
|
+
# verify the required parameter 'revision_id' is set
|
2066
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
2067
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling LandingPagesApi.restore_previous_version"
|
2068
|
+
end
|
2069
|
+
# resource path
|
2070
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/revisions/{revisionId}/restore'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
2071
|
+
|
2072
|
+
# query parameters
|
2073
|
+
query_params = opts[:query_params] || {}
|
2074
|
+
|
2075
|
+
# header parameters
|
2076
|
+
header_params = opts[:header_params] || {}
|
2077
|
+
# HTTP header 'Accept' (if needed)
|
2078
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2079
|
+
|
2080
|
+
# form parameters
|
2081
|
+
form_params = opts[:form_params] || {}
|
2082
|
+
|
2083
|
+
# http body (model)
|
2084
|
+
post_body = opts[:debug_body]
|
2085
|
+
|
2086
|
+
# return_type
|
2087
|
+
return_type = opts[:debug_return_type] || 'Page'
|
2088
|
+
|
2089
|
+
# auth_names
|
2090
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2091
|
+
|
2092
|
+
new_options = opts.merge(
|
2093
|
+
:operation => :"LandingPagesApi.restore_previous_version",
|
2094
|
+
:header_params => header_params,
|
2095
|
+
:query_params => query_params,
|
2096
|
+
:form_params => form_params,
|
2097
|
+
:body => post_body,
|
2098
|
+
:auth_names => auth_names,
|
2099
|
+
:return_type => return_type
|
2100
|
+
)
|
2101
|
+
|
2102
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2103
|
+
if @api_client.config.debugging
|
2104
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#restore_previous_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2105
|
+
end
|
2106
|
+
return data, status_code, headers
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
# Restore a previous version of a Landing Page, to the draft version of the Landing Page
|
2110
|
+
# Takes a specified version of a Landing Page, sets it as the new draft version of the Landing Page.
|
2111
|
+
# @param object_id [String] The Landing Page id.
|
2112
|
+
# @param revision_id [Integer] The Landing Page version id to restore.
|
2113
|
+
# @param [Hash] opts the optional parameters
|
2114
|
+
# @return [Page]
|
2115
|
+
def restore_previous_version_to_draft(object_id, revision_id, opts = {})
|
2116
|
+
data, _status_code, _headers = restore_previous_version_to_draft_with_http_info(object_id, revision_id, opts)
|
2117
|
+
data
|
2118
|
+
end
|
2119
|
+
|
2120
|
+
# Restore a previous version of a Landing Page, to the draft version of the Landing Page
|
2121
|
+
# Takes a specified version of a Landing Page, sets it as the new draft version of the Landing Page.
|
2122
|
+
# @param object_id [String] The Landing Page id.
|
2123
|
+
# @param revision_id [Integer] The Landing Page version id to restore.
|
2124
|
+
# @param [Hash] opts the optional parameters
|
2125
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
2126
|
+
def restore_previous_version_to_draft_with_http_info(object_id, revision_id, opts = {})
|
2127
|
+
if @api_client.config.debugging
|
2128
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.restore_previous_version_to_draft ...'
|
2129
|
+
end
|
2130
|
+
# verify the required parameter 'object_id' is set
|
2131
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
2132
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.restore_previous_version_to_draft"
|
2133
|
+
end
|
2134
|
+
# verify the required parameter 'revision_id' is set
|
2135
|
+
if @api_client.config.client_side_validation && revision_id.nil?
|
2136
|
+
fail ArgumentError, "Missing the required parameter 'revision_id' when calling LandingPagesApi.restore_previous_version_to_draft"
|
2137
|
+
end
|
2138
|
+
# resource path
|
2139
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/revisions/{revisionId}/restore-to-draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s)).sub('{' + 'revisionId' + '}', CGI.escape(revision_id.to_s))
|
2140
|
+
|
2141
|
+
# query parameters
|
2142
|
+
query_params = opts[:query_params] || {}
|
2143
|
+
|
2144
|
+
# header parameters
|
2145
|
+
header_params = opts[:header_params] || {}
|
2146
|
+
# HTTP header 'Accept' (if needed)
|
2147
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2148
|
+
|
2149
|
+
# form parameters
|
2150
|
+
form_params = opts[:form_params] || {}
|
2151
|
+
|
2152
|
+
# http body (model)
|
2153
|
+
post_body = opts[:debug_body]
|
2154
|
+
|
2155
|
+
# return_type
|
2156
|
+
return_type = opts[:debug_return_type] || 'Page'
|
2157
|
+
|
2158
|
+
# auth_names
|
2159
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2160
|
+
|
2161
|
+
new_options = opts.merge(
|
2162
|
+
:operation => :"LandingPagesApi.restore_previous_version_to_draft",
|
2163
|
+
:header_params => header_params,
|
2164
|
+
:query_params => query_params,
|
2165
|
+
:form_params => form_params,
|
2166
|
+
:body => post_body,
|
2167
|
+
:auth_names => auth_names,
|
2168
|
+
:return_type => return_type
|
2169
|
+
)
|
2170
|
+
|
2171
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2172
|
+
if @api_client.config.debugging
|
2173
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#restore_previous_version_to_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2174
|
+
end
|
2175
|
+
return data, status_code, headers
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
# Schedule a Landing Page to be Published
|
2179
|
+
# Schedule a Landing Page to be Published
|
2180
|
+
# @param content_schedule_request_v_next [ContentScheduleRequestVNext] The JSON representation of the ContentScheduleRequestVNext object.
|
2181
|
+
# @param [Hash] opts the optional parameters
|
2182
|
+
# @return [nil]
|
2183
|
+
def schedule(content_schedule_request_v_next, opts = {})
|
2184
|
+
schedule_with_http_info(content_schedule_request_v_next, opts)
|
2185
|
+
nil
|
2186
|
+
end
|
2187
|
+
|
2188
|
+
# Schedule a Landing Page to be Published
|
2189
|
+
# Schedule a Landing Page to be Published
|
2190
|
+
# @param content_schedule_request_v_next [ContentScheduleRequestVNext] The JSON representation of the ContentScheduleRequestVNext object.
|
2191
|
+
# @param [Hash] opts the optional parameters
|
2192
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
2193
|
+
def schedule_with_http_info(content_schedule_request_v_next, opts = {})
|
2194
|
+
if @api_client.config.debugging
|
2195
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.schedule ...'
|
2196
|
+
end
|
2197
|
+
# verify the required parameter 'content_schedule_request_v_next' is set
|
2198
|
+
if @api_client.config.client_side_validation && content_schedule_request_v_next.nil?
|
2199
|
+
fail ArgumentError, "Missing the required parameter 'content_schedule_request_v_next' when calling LandingPagesApi.schedule"
|
2200
|
+
end
|
2201
|
+
# resource path
|
2202
|
+
local_var_path = '/cms/v3/pages/landing-pages/schedule'
|
2203
|
+
|
2204
|
+
# query parameters
|
2205
|
+
query_params = opts[:query_params] || {}
|
2206
|
+
|
2207
|
+
# header parameters
|
2208
|
+
header_params = opts[:header_params] || {}
|
2209
|
+
# HTTP header 'Accept' (if needed)
|
2210
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
2211
|
+
# HTTP header 'Content-Type'
|
2212
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2213
|
+
if !content_type.nil?
|
2214
|
+
header_params['Content-Type'] = content_type
|
2215
|
+
end
|
2216
|
+
|
2217
|
+
# form parameters
|
2218
|
+
form_params = opts[:form_params] || {}
|
2219
|
+
|
2220
|
+
# http body (model)
|
2221
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_schedule_request_v_next)
|
2222
|
+
|
2223
|
+
# return_type
|
2224
|
+
return_type = opts[:debug_return_type]
|
2225
|
+
|
2226
|
+
# auth_names
|
2227
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2228
|
+
|
2229
|
+
new_options = opts.merge(
|
2230
|
+
:operation => :"LandingPagesApi.schedule",
|
2231
|
+
:header_params => header_params,
|
2232
|
+
:query_params => query_params,
|
2233
|
+
:form_params => form_params,
|
2234
|
+
:body => post_body,
|
2235
|
+
:auth_names => auth_names,
|
2236
|
+
:return_type => return_type
|
2237
|
+
)
|
2238
|
+
|
2239
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2240
|
+
if @api_client.config.debugging
|
2241
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2242
|
+
end
|
2243
|
+
return data, status_code, headers
|
2244
|
+
end
|
2245
|
+
|
2246
|
+
# Set a new primary language
|
2247
|
+
# Set a landing page as the primary language of a multi-language group.
|
2248
|
+
# @param set_new_language_primary_request_v_next [SetNewLanguagePrimaryRequestVNext] The JSON representation of the SetNewLanguagePrimaryRequest object.
|
2249
|
+
# @param [Hash] opts the optional parameters
|
2250
|
+
# @return [nil]
|
2251
|
+
def set_lang_primary(set_new_language_primary_request_v_next, opts = {})
|
2252
|
+
set_lang_primary_with_http_info(set_new_language_primary_request_v_next, opts)
|
2253
|
+
nil
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
# Set a new primary language
|
2257
|
+
# Set a landing page as the primary language of a multi-language group.
|
2258
|
+
# @param set_new_language_primary_request_v_next [SetNewLanguagePrimaryRequestVNext] The JSON representation of the SetNewLanguagePrimaryRequest object.
|
2259
|
+
# @param [Hash] opts the optional parameters
|
2260
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
2261
|
+
def set_lang_primary_with_http_info(set_new_language_primary_request_v_next, opts = {})
|
2262
|
+
if @api_client.config.debugging
|
2263
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.set_lang_primary ...'
|
2264
|
+
end
|
2265
|
+
# verify the required parameter 'set_new_language_primary_request_v_next' is set
|
2266
|
+
if @api_client.config.client_side_validation && set_new_language_primary_request_v_next.nil?
|
2267
|
+
fail ArgumentError, "Missing the required parameter 'set_new_language_primary_request_v_next' when calling LandingPagesApi.set_lang_primary"
|
2268
|
+
end
|
2269
|
+
# resource path
|
2270
|
+
local_var_path = '/cms/v3/pages/landing-pages/multi-language/set-new-lang-primary'
|
2271
|
+
|
2272
|
+
# query parameters
|
2273
|
+
query_params = opts[:query_params] || {}
|
2274
|
+
|
2275
|
+
# header parameters
|
2276
|
+
header_params = opts[:header_params] || {}
|
2277
|
+
# HTTP header 'Accept' (if needed)
|
2278
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
2279
|
+
# HTTP header 'Content-Type'
|
2280
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2281
|
+
if !content_type.nil?
|
2282
|
+
header_params['Content-Type'] = content_type
|
2283
|
+
end
|
2284
|
+
|
2285
|
+
# form parameters
|
2286
|
+
form_params = opts[:form_params] || {}
|
2287
|
+
|
2288
|
+
# http body (model)
|
2289
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(set_new_language_primary_request_v_next)
|
2290
|
+
|
2291
|
+
# return_type
|
2292
|
+
return_type = opts[:debug_return_type]
|
2293
|
+
|
2294
|
+
# auth_names
|
2295
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2296
|
+
|
2297
|
+
new_options = opts.merge(
|
2298
|
+
:operation => :"LandingPagesApi.set_lang_primary",
|
2299
|
+
:header_params => header_params,
|
2300
|
+
:query_params => query_params,
|
2301
|
+
:form_params => form_params,
|
2302
|
+
:body => post_body,
|
2303
|
+
:auth_names => auth_names,
|
2304
|
+
:return_type => return_type
|
2305
|
+
)
|
2306
|
+
|
2307
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
2308
|
+
if @api_client.config.debugging
|
2309
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#set_lang_primary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2310
|
+
end
|
2311
|
+
return data, status_code, headers
|
2312
|
+
end
|
2313
|
+
|
2314
|
+
# Update a Landing Page
|
2315
|
+
# Sparse updates a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2316
|
+
# @param object_id [String] The Landing Page id.
|
2317
|
+
# @param page [Page] The JSON representation of the updated Landing Page.
|
2318
|
+
# @param [Hash] opts the optional parameters
|
2319
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Landing Pages. Defaults to `false`.
|
2320
|
+
# @return [Page]
|
2321
|
+
def update(object_id, page, opts = {})
|
2322
|
+
data, _status_code, _headers = update_with_http_info(object_id, page, opts)
|
2323
|
+
data
|
2324
|
+
end
|
2325
|
+
|
2326
|
+
# Update a Landing Page
|
2327
|
+
# Sparse updates a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2328
|
+
# @param object_id [String] The Landing Page id.
|
2329
|
+
# @param page [Page] The JSON representation of the updated Landing Page.
|
2330
|
+
# @param [Hash] opts the optional parameters
|
2331
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Landing Pages. Defaults to `false`.
|
2332
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
2333
|
+
def update_with_http_info(object_id, page, opts = {})
|
2334
|
+
if @api_client.config.debugging
|
2335
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update ...'
|
2336
|
+
end
|
2337
|
+
# verify the required parameter 'object_id' is set
|
2338
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
2339
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.update"
|
2340
|
+
end
|
2341
|
+
# verify the required parameter 'page' is set
|
2342
|
+
if @api_client.config.client_side_validation && page.nil?
|
2343
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling LandingPagesApi.update"
|
2344
|
+
end
|
2345
|
+
# resource path
|
2346
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
2347
|
+
|
2348
|
+
# query parameters
|
2349
|
+
query_params = opts[:query_params] || {}
|
2350
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
2351
|
+
|
2352
|
+
# header parameters
|
2353
|
+
header_params = opts[:header_params] || {}
|
2354
|
+
# HTTP header 'Accept' (if needed)
|
2355
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2356
|
+
# HTTP header 'Content-Type'
|
2357
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2358
|
+
if !content_type.nil?
|
2359
|
+
header_params['Content-Type'] = content_type
|
2360
|
+
end
|
2361
|
+
|
2362
|
+
# form parameters
|
2363
|
+
form_params = opts[:form_params] || {}
|
2364
|
+
|
2365
|
+
# http body (model)
|
2366
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
2367
|
+
|
2368
|
+
# return_type
|
2369
|
+
return_type = opts[:debug_return_type] || 'Page'
|
2370
|
+
|
2371
|
+
# auth_names
|
2372
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2373
|
+
|
2374
|
+
new_options = opts.merge(
|
2375
|
+
:operation => :"LandingPagesApi.update",
|
2376
|
+
:header_params => header_params,
|
2377
|
+
:query_params => query_params,
|
2378
|
+
:form_params => form_params,
|
2379
|
+
:body => post_body,
|
2380
|
+
:auth_names => auth_names,
|
2381
|
+
:return_type => return_type
|
2382
|
+
)
|
2383
|
+
|
2384
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2385
|
+
if @api_client.config.debugging
|
2386
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2387
|
+
end
|
2388
|
+
return data, status_code, headers
|
2389
|
+
end
|
2390
|
+
|
2391
|
+
# Update a batch of Landing Pages
|
2392
|
+
# Update the Landing Page objects identified in the request body.
|
2393
|
+
# @param batch_input_json_node [BatchInputJsonNode] The JSON representation of the updated Landing Pages.
|
2394
|
+
# @param [Hash] opts the optional parameters
|
2395
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Landing Pages. Defaults to `false`.
|
2396
|
+
# @return [BatchResponsePage]
|
2397
|
+
def update_batch(batch_input_json_node, opts = {})
|
2398
|
+
data, _status_code, _headers = update_batch_with_http_info(batch_input_json_node, opts)
|
2399
|
+
data
|
2400
|
+
end
|
2401
|
+
|
2402
|
+
# Update a batch of Landing Pages
|
2403
|
+
# Update the Landing Page objects identified in the request body.
|
2404
|
+
# @param batch_input_json_node [BatchInputJsonNode] The JSON representation of the updated Landing Pages.
|
2405
|
+
# @param [Hash] opts the optional parameters
|
2406
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Landing Pages. Defaults to `false`.
|
2407
|
+
# @return [Array<(BatchResponsePage, Integer, Hash)>] BatchResponsePage data, response status code and response headers
|
2408
|
+
def update_batch_with_http_info(batch_input_json_node, opts = {})
|
2409
|
+
if @api_client.config.debugging
|
2410
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update_batch ...'
|
2411
|
+
end
|
2412
|
+
# verify the required parameter 'batch_input_json_node' is set
|
2413
|
+
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
2414
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling LandingPagesApi.update_batch"
|
2415
|
+
end
|
2416
|
+
# resource path
|
2417
|
+
local_var_path = '/cms/v3/pages/landing-pages/batch/update'
|
2418
|
+
|
2419
|
+
# query parameters
|
2420
|
+
query_params = opts[:query_params] || {}
|
2421
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
2422
|
+
|
2423
|
+
# header parameters
|
2424
|
+
header_params = opts[:header_params] || {}
|
2425
|
+
# HTTP header 'Accept' (if needed)
|
2426
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2427
|
+
# HTTP header 'Content-Type'
|
2428
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2429
|
+
if !content_type.nil?
|
2430
|
+
header_params['Content-Type'] = content_type
|
2431
|
+
end
|
2432
|
+
|
2433
|
+
# form parameters
|
2434
|
+
form_params = opts[:form_params] || {}
|
2435
|
+
|
2436
|
+
# http body (model)
|
2437
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_json_node)
|
2438
|
+
|
2439
|
+
# return_type
|
2440
|
+
return_type = opts[:debug_return_type] || 'BatchResponsePage'
|
2441
|
+
|
2442
|
+
# auth_names
|
2443
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2444
|
+
|
2445
|
+
new_options = opts.merge(
|
2446
|
+
:operation => :"LandingPagesApi.update_batch",
|
2447
|
+
:header_params => header_params,
|
2448
|
+
:query_params => query_params,
|
2449
|
+
:form_params => form_params,
|
2450
|
+
:body => post_body,
|
2451
|
+
:auth_names => auth_names,
|
2452
|
+
:return_type => return_type
|
2453
|
+
)
|
2454
|
+
|
2455
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2456
|
+
if @api_client.config.debugging
|
2457
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2458
|
+
end
|
2459
|
+
return data, status_code, headers
|
2460
|
+
end
|
2461
|
+
|
2462
|
+
# Update a Landing Page draft
|
2463
|
+
# Sparse updates the draft version of a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2464
|
+
# @param object_id [String] The Landing Page id.
|
2465
|
+
# @param page [Page] The JSON representation of the updated Landing Page to be applied to the draft.
|
2466
|
+
# @param [Hash] opts the optional parameters
|
2467
|
+
# @return [Page]
|
2468
|
+
def update_draft(object_id, page, opts = {})
|
2469
|
+
data, _status_code, _headers = update_draft_with_http_info(object_id, page, opts)
|
2470
|
+
data
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
# Update a Landing Page draft
|
2474
|
+
# Sparse updates the draft version of a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2475
|
+
# @param object_id [String] The Landing Page id.
|
2476
|
+
# @param page [Page] The JSON representation of the updated Landing Page to be applied to the draft.
|
2477
|
+
# @param [Hash] opts the optional parameters
|
2478
|
+
# @return [Array<(Page, Integer, Hash)>] Page data, response status code and response headers
|
2479
|
+
def update_draft_with_http_info(object_id, page, opts = {})
|
2480
|
+
if @api_client.config.debugging
|
2481
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update_draft ...'
|
2482
|
+
end
|
2483
|
+
# verify the required parameter 'object_id' is set
|
2484
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
2485
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.update_draft"
|
2486
|
+
end
|
2487
|
+
# verify the required parameter 'page' is set
|
2488
|
+
if @api_client.config.client_side_validation && page.nil?
|
2489
|
+
fail ArgumentError, "Missing the required parameter 'page' when calling LandingPagesApi.update_draft"
|
2490
|
+
end
|
2491
|
+
# resource path
|
2492
|
+
local_var_path = '/cms/v3/pages/landing-pages/{objectId}/draft'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
2493
|
+
|
2494
|
+
# query parameters
|
2495
|
+
query_params = opts[:query_params] || {}
|
2496
|
+
|
2497
|
+
# header parameters
|
2498
|
+
header_params = opts[:header_params] || {}
|
2499
|
+
# HTTP header 'Accept' (if needed)
|
2500
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2501
|
+
# HTTP header 'Content-Type'
|
2502
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2503
|
+
if !content_type.nil?
|
2504
|
+
header_params['Content-Type'] = content_type
|
2505
|
+
end
|
2506
|
+
|
2507
|
+
# form parameters
|
2508
|
+
form_params = opts[:form_params] || {}
|
2509
|
+
|
2510
|
+
# http body (model)
|
2511
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(page)
|
2512
|
+
|
2513
|
+
# return_type
|
2514
|
+
return_type = opts[:debug_return_type] || 'Page'
|
2515
|
+
|
2516
|
+
# auth_names
|
2517
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2518
|
+
|
2519
|
+
new_options = opts.merge(
|
2520
|
+
:operation => :"LandingPagesApi.update_draft",
|
2521
|
+
:header_params => header_params,
|
2522
|
+
:query_params => query_params,
|
2523
|
+
:form_params => form_params,
|
2524
|
+
:body => post_body,
|
2525
|
+
:auth_names => auth_names,
|
2526
|
+
:return_type => return_type
|
2527
|
+
)
|
2528
|
+
|
2529
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2530
|
+
if @api_client.config.debugging
|
2531
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update_draft\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2532
|
+
end
|
2533
|
+
return data, status_code, headers
|
2534
|
+
end
|
2535
|
+
|
2536
|
+
# Update a Folder
|
2537
|
+
# Sparse updates a single Folder object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2538
|
+
# @param object_id [String] The Folder id.
|
2539
|
+
# @param content_folder [ContentFolder] The JSON representation of the updated Folder.
|
2540
|
+
# @param [Hash] opts the optional parameters
|
2541
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Folders. Defaults to `false`.
|
2542
|
+
# @return [ContentFolder]
|
2543
|
+
def update_folder(object_id, content_folder, opts = {})
|
2544
|
+
data, _status_code, _headers = update_folder_with_http_info(object_id, content_folder, opts)
|
2545
|
+
data
|
2546
|
+
end
|
2547
|
+
|
2548
|
+
# Update a Folder
|
2549
|
+
# Sparse updates a single Folder object identified by the id in the path. You only need to specify the column values that you are modifying.
|
2550
|
+
# @param object_id [String] The Folder id.
|
2551
|
+
# @param content_folder [ContentFolder] The JSON representation of the updated Folder.
|
2552
|
+
# @param [Hash] opts the optional parameters
|
2553
|
+
# @option opts [Boolean] :archived Specifies whether to update deleted Folders. Defaults to `false`.
|
2554
|
+
# @return [Array<(ContentFolder, Integer, Hash)>] ContentFolder data, response status code and response headers
|
2555
|
+
def update_folder_with_http_info(object_id, content_folder, opts = {})
|
2556
|
+
if @api_client.config.debugging
|
2557
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update_folder ...'
|
2558
|
+
end
|
2559
|
+
# verify the required parameter 'object_id' is set
|
2560
|
+
if @api_client.config.client_side_validation && object_id.nil?
|
2561
|
+
fail ArgumentError, "Missing the required parameter 'object_id' when calling LandingPagesApi.update_folder"
|
2562
|
+
end
|
2563
|
+
# verify the required parameter 'content_folder' is set
|
2564
|
+
if @api_client.config.client_side_validation && content_folder.nil?
|
2565
|
+
fail ArgumentError, "Missing the required parameter 'content_folder' when calling LandingPagesApi.update_folder"
|
2566
|
+
end
|
2567
|
+
# resource path
|
2568
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
|
2569
|
+
|
2570
|
+
# query parameters
|
2571
|
+
query_params = opts[:query_params] || {}
|
2572
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
2573
|
+
|
2574
|
+
# header parameters
|
2575
|
+
header_params = opts[:header_params] || {}
|
2576
|
+
# HTTP header 'Accept' (if needed)
|
2577
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2578
|
+
# HTTP header 'Content-Type'
|
2579
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2580
|
+
if !content_type.nil?
|
2581
|
+
header_params['Content-Type'] = content_type
|
2582
|
+
end
|
2583
|
+
|
2584
|
+
# form parameters
|
2585
|
+
form_params = opts[:form_params] || {}
|
2586
|
+
|
2587
|
+
# http body (model)
|
2588
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(content_folder)
|
2589
|
+
|
2590
|
+
# return_type
|
2591
|
+
return_type = opts[:debug_return_type] || 'ContentFolder'
|
2592
|
+
|
2593
|
+
# auth_names
|
2594
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2595
|
+
|
2596
|
+
new_options = opts.merge(
|
2597
|
+
:operation => :"LandingPagesApi.update_folder",
|
2598
|
+
:header_params => header_params,
|
2599
|
+
:query_params => query_params,
|
2600
|
+
:form_params => form_params,
|
2601
|
+
:body => post_body,
|
2602
|
+
:auth_names => auth_names,
|
2603
|
+
:return_type => return_type
|
2604
|
+
)
|
2605
|
+
|
2606
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2607
|
+
if @api_client.config.debugging
|
2608
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update_folder\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2609
|
+
end
|
2610
|
+
return data, status_code, headers
|
2611
|
+
end
|
2612
|
+
|
2613
|
+
# Update a batch of Folders
|
2614
|
+
# Update the Folder objects identified in the request body.
|
2615
|
+
# @param batch_input_json_node [BatchInputJsonNode]
|
2616
|
+
# @param [Hash] opts the optional parameters
|
2617
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
2618
|
+
# @return [BatchResponseContentFolder]
|
2619
|
+
def update_folders(batch_input_json_node, opts = {})
|
2620
|
+
data, _status_code, _headers = update_folders_with_http_info(batch_input_json_node, opts)
|
2621
|
+
data
|
2622
|
+
end
|
2623
|
+
|
2624
|
+
# Update a batch of Folders
|
2625
|
+
# Update the Folder objects identified in the request body.
|
2626
|
+
# @param batch_input_json_node [BatchInputJsonNode]
|
2627
|
+
# @param [Hash] opts the optional parameters
|
2628
|
+
# @option opts [Boolean] :archived Whether to return only results that have been archived.
|
2629
|
+
# @return [Array<(BatchResponseContentFolder, Integer, Hash)>] BatchResponseContentFolder data, response status code and response headers
|
2630
|
+
def update_folders_with_http_info(batch_input_json_node, opts = {})
|
2631
|
+
if @api_client.config.debugging
|
2632
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update_folders ...'
|
2633
|
+
end
|
2634
|
+
# verify the required parameter 'batch_input_json_node' is set
|
2635
|
+
if @api_client.config.client_side_validation && batch_input_json_node.nil?
|
2636
|
+
fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling LandingPagesApi.update_folders"
|
2637
|
+
end
|
2638
|
+
# resource path
|
2639
|
+
local_var_path = '/cms/v3/pages/landing-pages/folders/batch/update'
|
2640
|
+
|
2641
|
+
# query parameters
|
2642
|
+
query_params = opts[:query_params] || {}
|
2643
|
+
query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
|
2644
|
+
|
2645
|
+
# header parameters
|
2646
|
+
header_params = opts[:header_params] || {}
|
2647
|
+
# HTTP header 'Accept' (if needed)
|
2648
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
|
2649
|
+
# HTTP header 'Content-Type'
|
2650
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2651
|
+
if !content_type.nil?
|
2652
|
+
header_params['Content-Type'] = content_type
|
2653
|
+
end
|
2654
|
+
|
2655
|
+
# form parameters
|
2656
|
+
form_params = opts[:form_params] || {}
|
2657
|
+
|
2658
|
+
# http body (model)
|
2659
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(batch_input_json_node)
|
2660
|
+
|
2661
|
+
# return_type
|
2662
|
+
return_type = opts[:debug_return_type] || 'BatchResponseContentFolder'
|
2663
|
+
|
2664
|
+
# auth_names
|
2665
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2666
|
+
|
2667
|
+
new_options = opts.merge(
|
2668
|
+
:operation => :"LandingPagesApi.update_folders",
|
2669
|
+
:header_params => header_params,
|
2670
|
+
:query_params => query_params,
|
2671
|
+
:form_params => form_params,
|
2672
|
+
:body => post_body,
|
2673
|
+
:auth_names => auth_names,
|
2674
|
+
:return_type => return_type
|
2675
|
+
)
|
2676
|
+
|
2677
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2678
|
+
if @api_client.config.debugging
|
2679
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update_folders\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2680
|
+
end
|
2681
|
+
return data, status_code, headers
|
2682
|
+
end
|
2683
|
+
|
2684
|
+
# Update languages of multi-language group
|
2685
|
+
# Explicitly set new languages for each landing page in a multi-language group.
|
2686
|
+
# @param update_languages_request_v_next [UpdateLanguagesRequestVNext] The JSON representation of the UpdateLanguagesRequest object.
|
2687
|
+
# @param [Hash] opts the optional parameters
|
2688
|
+
# @return [nil]
|
2689
|
+
def update_langs(update_languages_request_v_next, opts = {})
|
2690
|
+
update_langs_with_http_info(update_languages_request_v_next, opts)
|
2691
|
+
nil
|
2692
|
+
end
|
2693
|
+
|
2694
|
+
# Update languages of multi-language group
|
2695
|
+
# Explicitly set new languages for each landing page in a multi-language group.
|
2696
|
+
# @param update_languages_request_v_next [UpdateLanguagesRequestVNext] The JSON representation of the UpdateLanguagesRequest object.
|
2697
|
+
# @param [Hash] opts the optional parameters
|
2698
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
2699
|
+
def update_langs_with_http_info(update_languages_request_v_next, opts = {})
|
2700
|
+
if @api_client.config.debugging
|
2701
|
+
@api_client.config.logger.debug 'Calling API: LandingPagesApi.update_langs ...'
|
2702
|
+
end
|
2703
|
+
# verify the required parameter 'update_languages_request_v_next' is set
|
2704
|
+
if @api_client.config.client_side_validation && update_languages_request_v_next.nil?
|
2705
|
+
fail ArgumentError, "Missing the required parameter 'update_languages_request_v_next' when calling LandingPagesApi.update_langs"
|
2706
|
+
end
|
2707
|
+
# resource path
|
2708
|
+
local_var_path = '/cms/v3/pages/landing-pages/multi-language/update-languages'
|
2709
|
+
|
2710
|
+
# query parameters
|
2711
|
+
query_params = opts[:query_params] || {}
|
2712
|
+
|
2713
|
+
# header parameters
|
2714
|
+
header_params = opts[:header_params] || {}
|
2715
|
+
# HTTP header 'Accept' (if needed)
|
2716
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
2717
|
+
# HTTP header 'Content-Type'
|
2718
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
2719
|
+
if !content_type.nil?
|
2720
|
+
header_params['Content-Type'] = content_type
|
2721
|
+
end
|
2722
|
+
|
2723
|
+
# form parameters
|
2724
|
+
form_params = opts[:form_params] || {}
|
2725
|
+
|
2726
|
+
# http body (model)
|
2727
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(update_languages_request_v_next)
|
2728
|
+
|
2729
|
+
# return_type
|
2730
|
+
return_type = opts[:debug_return_type]
|
2731
|
+
|
2732
|
+
# auth_names
|
2733
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
2734
|
+
|
2735
|
+
new_options = opts.merge(
|
2736
|
+
:operation => :"LandingPagesApi.update_langs",
|
2737
|
+
:header_params => header_params,
|
2738
|
+
:query_params => query_params,
|
2739
|
+
:form_params => form_params,
|
2740
|
+
:body => post_body,
|
2741
|
+
:auth_names => auth_names,
|
2742
|
+
:return_type => return_type
|
2743
|
+
)
|
2744
|
+
|
2745
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
2746
|
+
if @api_client.config.debugging
|
2747
|
+
@api_client.config.logger.debug "API called: LandingPagesApi#update_langs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2748
|
+
end
|
2749
|
+
return data, status_code, headers
|
2750
|
+
end
|
2751
|
+
end
|
2752
|
+
end
|
2753
|
+
end
|
2754
|
+
end
|