hubspot-api-client 7.0.0 → 17.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3369) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +368 -0
  4. data/Gemfile +2 -1
  5. data/Gemfile.lock +46 -39
  6. data/LICENSE +201 -0
  7. data/README.md +118 -24
  8. data/Rakefile +1 -0
  9. data/hubspot-api-client.gemspec +9 -6
  10. data/lib/hubspot/client.rb +32 -0
  11. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +168 -0
  12. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +393 -0
  13. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +615 -0
  14. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +176 -0
  15. data/lib/hubspot/codegen/automation/actions/api_client.rb +410 -0
  16. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  17. data/lib/hubspot/codegen/automation/actions/configuration.rb +301 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +289 -0
  19. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +274 -0
  20. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +284 -0
  21. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +273 -0
  22. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +230 -0
  23. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +247 -0
  24. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +232 -0
  25. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +230 -0
  26. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +239 -0
  27. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +239 -0
  28. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +308 -0
  29. data/lib/hubspot/codegen/automation/actions/models/error.rb +305 -0
  30. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +271 -0
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +373 -0
  32. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +344 -0
  33. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +292 -0
  34. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch_input_field_dependencies_inner.rb +109 -0
  35. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +350 -0
  36. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +223 -0
  37. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +278 -0
  38. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +237 -0
  39. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +232 -0
  40. data/lib/hubspot/codegen/automation/actions/models/option.rb +315 -0
  41. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +294 -0
  42. data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +107 -0
  43. data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +410 -0
  44. data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +61 -0
  45. data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +294 -0
  46. data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +239 -0
  47. data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +305 -0
  48. data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +271 -0
  49. data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +237 -0
  50. data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +223 -0
  51. data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +365 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +1010 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +412 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +296 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +318 -0
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +234 -0
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +234 -0
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +234 -0
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +335 -0
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +357 -0
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +501 -0
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +266 -0
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +258 -0
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +232 -0
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +307 -0
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +273 -0
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +226 -0
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +240 -0
  70. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +232 -0
  71. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +333 -0
  72. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +271 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1688 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +412 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +63 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +296 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +278 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +318 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +292 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +234 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +234 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +234 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +335 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +357 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +1220 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +242 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +258 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +258 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +230 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +242 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +411 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +247 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +232 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +307 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +273 -0
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +226 -0
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +260 -0
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +407 -0
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +240 -0
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +235 -0
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +240 -0
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +277 -0
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +244 -0
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +232 -0
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +290 -0
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +333 -0
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +360 -0
  108. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +271 -0
  109. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +274 -0
  110. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +262 -0
  111. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +1010 -0
  112. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +412 -0
  113. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  114. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +296 -0
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +318 -0
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +234 -0
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +234 -0
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +234 -0
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +335 -0
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +357 -0
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +258 -0
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +232 -0
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +307 -0
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +273 -0
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +226 -0
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +240 -0
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +232 -0
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +333 -0
  129. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +354 -0
  130. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +267 -0
  131. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +271 -0
  132. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +23 -30
  133. data/lib/hubspot/codegen/cms/domains/api_client.rb +102 -114
  134. data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
  135. data/lib/hubspot/codegen/cms/domains/configuration.rb +58 -22
  136. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
  137. data/lib/hubspot/codegen/cms/domains/models/domain.rb +42 -691
  138. data/lib/hubspot/codegen/cms/domains/models/error.rb +20 -7
  139. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +20 -7
  140. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
  141. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +20 -7
  142. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +716 -0
  143. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +544 -0
  144. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1027 -0
  145. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +410 -0
  146. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
  147. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +294 -0
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +230 -0
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +230 -0
  150. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +230 -0
  151. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +306 -0
  152. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +346 -0
  153. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +253 -0
  154. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +253 -0
  155. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +409 -0
  156. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +345 -0
  157. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +305 -0
  158. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +271 -0
  159. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +256 -0
  160. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +223 -0
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +249 -0
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +300 -0
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
  164. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +270 -0
  165. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +413 -0
  166. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +308 -0
  167. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +276 -0
  168. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +237 -0
  169. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +279 -0
  170. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +270 -0
  171. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +322 -0
  172. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +188 -0
  173. data/lib/hubspot/codegen/cms/performance/api_client.rb +102 -114
  174. data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
  175. data/lib/hubspot/codegen/cms/performance/configuration.rb +65 -22
  176. data/lib/hubspot/codegen/cms/performance/models/error.rb +20 -7
  177. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +20 -7
  178. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +20 -7
  179. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +20 -7
  180. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +221 -0
  181. data/lib/hubspot/codegen/cms/site_search/api_client.rb +410 -0
  182. data/lib/hubspot/codegen/cms/site_search/api_error.rb +61 -0
  183. data/lib/hubspot/codegen/cms/site_search/configuration.rb +294 -0
  184. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +457 -0
  185. data/lib/hubspot/codegen/cms/site_search/models/error.rb +305 -0
  186. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +271 -0
  187. data/lib/hubspot/codegen/cms/site_search/models/indexed_data.rb +295 -0
  188. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +272 -0
  189. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +295 -0
  190. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +338 -0
  191. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +94 -0
  192. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +100 -0
  193. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +144 -0
  194. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +102 -0
  195. data/lib/hubspot/codegen/cms/source_code/api_client.rb +410 -0
  196. data/lib/hubspot/codegen/cms/source_code/api_error.rb +61 -0
  197. data/lib/hubspot/codegen/cms/source_code/configuration.rb +294 -0
  198. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +310 -0
  199. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +311 -0
  200. data/lib/hubspot/codegen/cms/source_code/models/error.rb +305 -0
  201. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +271 -0
  202. data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +228 -0
  203. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +239 -0
  204. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +381 -0
  205. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +410 -0
  206. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +61 -0
  207. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +294 -0
  208. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
  209. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +305 -0
  210. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +271 -0
  211. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +223 -0
  212. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +237 -0
  213. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +397 -0
  214. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +319 -0
  215. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +81 -0
  216. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +223 -0
  217. data/lib/hubspot/codegen/communication_preferences/api_client.rb +408 -0
  218. data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
  219. data/lib/hubspot/codegen/communication_preferences/configuration.rb +292 -0
  220. data/lib/hubspot/codegen/communication_preferences/models/error.rb +303 -0
  221. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +269 -0
  222. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +385 -0
  223. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +244 -0
  224. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +296 -0
  225. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +352 -0
  226. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +229 -0
  227. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +94 -0
  228. data/lib/hubspot/codegen/conversations/visitor_identification/api_client.rb +410 -0
  229. data/lib/hubspot/codegen/conversations/visitor_identification/api_error.rb +61 -0
  230. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +294 -0
  231. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +305 -0
  232. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +271 -0
  233. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +250 -0
  234. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +229 -0
  235. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +52 -28
  236. data/lib/hubspot/codegen/crm/associations/api_client.rb +102 -114
  237. data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
  238. data/lib/hubspot/codegen/crm/associations/configuration.rb +58 -22
  239. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +20 -7
  240. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +20 -7
  241. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +20 -7
  242. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +51 -47
  243. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +51 -47
  244. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
  245. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
  246. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb +230 -0
  247. data/lib/hubspot/codegen/crm/associations/models/error.rb +20 -7
  248. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +276 -0
  249. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +20 -7
  250. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +20 -7
  251. data/lib/hubspot/codegen/crm/associations/models/paging.rb +33 -11
  252. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
  253. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +20 -7
  254. data/lib/hubspot/codegen/crm/associations/models/public_association_definition.rb +242 -0
  255. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +33 -11
  256. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +20 -7
  257. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +322 -0
  258. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +97 -0
  259. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +412 -0
  260. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +63 -0
  261. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +296 -0
  262. data/lib/hubspot/codegen/crm/associations/schema/models/associated_id.rb +244 -0
  263. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_association.rb +232 -0
  264. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_object_id.rb +232 -0
  265. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association.rb +328 -0
  266. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi.rb +328 -0
  267. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi_with_errors.rb +348 -0
  268. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_with_errors.rb +348 -0
  269. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +232 -0
  270. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +307 -0
  271. data/lib/hubspot/codegen/crm/associations/schema/models/error_category.rb +278 -0
  272. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
  273. data/lib/hubspot/codegen/crm/associations/schema/models/next_page.rb +239 -0
  274. data/lib/hubspot/codegen/crm/associations/schema/models/paging.rb +234 -0
  275. data/lib/hubspot/codegen/crm/associations/schema/models/previous_page.rb +239 -0
  276. data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +258 -0
  277. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
  278. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +256 -0
  279. data/lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb +231 -0
  280. data/lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb +324 -0
  281. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +365 -0
  282. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
  283. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
  284. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
  285. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +296 -0
  286. data/lib/hubspot/codegen/crm/associations/v4/models/associated_id.rb +244 -0
  287. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
  288. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
  289. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
  290. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
  291. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
  292. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
  293. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_batch_input.rb +232 -0
  294. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_id.rb +232 -0
  295. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  296. data/lib/hubspot/codegen/crm/associations/v4/models/batch_read_input_simple_public_object_id.rb +273 -0
  297. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
  298. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
  299. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
  300. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
  301. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
  302. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object.rb +328 -0
  303. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object_with_errors.rb +348 -0
  304. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_associated_id.rb +241 -0
  305. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_association_spec_with_label_no_paging.rb +232 -0
  306. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  307. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  308. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
  309. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +278 -0
  310. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
  311. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +225 -0
  312. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
  313. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
  314. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
  315. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
  316. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
  317. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb +244 -0
  318. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +244 -0
  319. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
  320. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
  321. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
  322. data/lib/hubspot/codegen/crm/associations/v4/models/public_associations_for_object.rb +246 -0
  323. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
  324. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
  325. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
  326. data/lib/hubspot/codegen/crm/associations/v4/models/public_gdpr_delete_input.rb +239 -0
  327. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
  328. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object.rb +303 -0
  329. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_batch_input.rb +246 -0
  330. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_id.rb +230 -0
  331. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input.rb +232 -0
  332. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input_for_create.rb +248 -0
  333. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_with_associations.rb +314 -0
  334. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
  335. data/lib/hubspot/codegen/crm/associations/v4/models/value_with_timestamp.rb +285 -0
  336. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +334 -0
  337. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +414 -0
  338. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +65 -0
  339. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +298 -0
  340. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb +280 -0
  341. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +289 -0
  342. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb +234 -0
  343. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +234 -0
  344. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +234 -0
  345. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +234 -0
  346. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +330 -0
  347. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +350 -0
  348. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +330 -0
  349. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +350 -0
  350. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +350 -0
  351. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +234 -0
  352. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +309 -0
  353. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb +280 -0
  354. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
  355. data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +290 -0
  356. data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +248 -0
  357. data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +241 -0
  358. data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +236 -0
  359. data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +241 -0
  360. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +246 -0
  361. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +246 -0
  362. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +248 -0
  363. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +262 -0
  364. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +257 -0
  365. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +260 -0
  366. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +246 -0
  367. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +241 -0
  368. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +232 -0
  369. data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +326 -0
  370. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +59 -39
  371. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -34
  372. data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +92 -0
  373. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +11 -11
  374. data/lib/hubspot/codegen/crm/companies/api_client.rb +102 -114
  375. data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
  376. data/lib/hubspot/codegen/crm/companies/configuration.rb +58 -22
  377. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
  378. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
  379. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
  380. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
  381. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  382. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +56 -27
  383. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +23 -10
  384. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +24 -11
  385. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +20 -7
  386. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  387. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  388. data/lib/hubspot/codegen/crm/companies/models/error.rb +20 -7
  389. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +276 -0
  390. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +20 -7
  391. data/lib/hubspot/codegen/crm/companies/models/filter.rb +44 -10
  392. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
  393. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +223 -0
  394. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +20 -7
  395. data/lib/hubspot/codegen/crm/companies/models/paging.rb +33 -11
  396. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +237 -0
  397. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +244 -0
  398. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +242 -0
  399. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
  400. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +20 -7
  401. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +35 -22
  402. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +20 -7
  403. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
  404. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
  405. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
  406. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +312 -0
  407. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +322 -0
  408. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +283 -0
  409. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +61 -41
  410. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -34
  411. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +94 -0
  412. data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +92 -0
  413. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +11 -11
  414. data/lib/hubspot/codegen/crm/contacts/api_client.rb +102 -114
  415. data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
  416. data/lib/hubspot/codegen/crm/contacts/configuration.rb +58 -22
  417. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
  418. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
  419. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
  420. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
  421. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  422. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +56 -27
  423. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +23 -10
  424. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +24 -11
  425. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +20 -7
  426. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  427. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  428. data/lib/hubspot/codegen/crm/contacts/models/error.rb +20 -7
  429. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +276 -0
  430. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +20 -7
  431. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +44 -10
  432. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
  433. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +223 -0
  434. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +20 -7
  435. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +33 -11
  436. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +237 -0
  437. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +244 -0
  438. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +237 -0
  439. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +242 -0
  440. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
  441. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +20 -7
  442. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +35 -22
  443. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +20 -7
  444. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
  445. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
  446. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +246 -0
  447. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +312 -0
  448. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +322 -0
  449. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +283 -0
  450. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +59 -39
  451. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +42 -34
  452. data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +92 -0
  453. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +11 -11
  454. data/lib/hubspot/codegen/crm/deals/api_client.rb +102 -114
  455. data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
  456. data/lib/hubspot/codegen/crm/deals/configuration.rb +58 -22
  457. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
  458. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
  459. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
  460. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
  461. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  462. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +56 -27
  463. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +23 -10
  464. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +24 -11
  465. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +20 -7
  466. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  467. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  468. data/lib/hubspot/codegen/crm/deals/models/error.rb +20 -7
  469. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +276 -0
  470. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +20 -7
  471. data/lib/hubspot/codegen/crm/deals/models/filter.rb +44 -10
  472. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
  473. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +223 -0
  474. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +20 -7
  475. data/lib/hubspot/codegen/crm/deals/models/paging.rb +33 -11
  476. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +237 -0
  477. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +244 -0
  478. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +242 -0
  479. data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +228 -0
  480. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +20 -7
  481. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +35 -22
  482. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +20 -7
  483. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
  484. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
  485. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +246 -0
  486. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +312 -0
  487. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +322 -0
  488. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +283 -0
  489. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +768 -0
  490. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +256 -0
  491. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +165 -0
  492. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +176 -0
  493. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +159 -0
  494. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +412 -0
  495. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  496. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +296 -0
  497. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +255 -0
  498. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +395 -0
  499. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +276 -0
  500. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +371 -0
  501. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +267 -0
  502. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +262 -0
  503. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +312 -0
  504. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +267 -0
  505. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +246 -0
  506. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +307 -0
  507. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +262 -0
  508. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +283 -0
  509. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +307 -0
  510. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +273 -0
  511. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +311 -0
  512. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +232 -0
  513. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +276 -0
  514. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +297 -0
  515. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +469 -0
  516. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +278 -0
  517. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +295 -0
  518. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +454 -0
  519. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +278 -0
  520. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +231 -0
  521. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +295 -0
  522. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +278 -0
  523. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +281 -0
  524. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +249 -0
  525. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +249 -0
  526. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +262 -0
  527. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +278 -0
  528. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +242 -0
  529. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +278 -0
  530. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +242 -0
  531. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +333 -0
  532. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +338 -0
  533. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +302 -0
  534. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +412 -0
  535. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  536. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +289 -0
  537. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +307 -0
  538. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +273 -0
  539. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +277 -0
  540. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +287 -0
  541. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +337 -0
  542. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +47 -28
  543. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +5 -4
  544. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +102 -114
  545. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
  546. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +60 -24
  547. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +20 -7
  548. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +20 -7
  549. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +21 -7
  550. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +21 -7
  551. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +21 -7
  552. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +21 -7
  553. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +21 -7
  554. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +21 -7
  555. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +21 -7
  556. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +20 -7
  557. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +21 -7
  558. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +23 -9
  559. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +21 -7
  560. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +20 -7
  561. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +20 -7
  562. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +20 -7
  563. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +21 -7
  564. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +21 -8
  565. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
  566. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +20 -7
  567. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +22 -9
  568. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +228 -0
  569. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +412 -0
  570. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  571. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +289 -0
  572. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +307 -0
  573. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +273 -0
  574. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +262 -0
  575. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +24 -17
  576. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +91 -0
  577. data/lib/hubspot/codegen/crm/imports/api_client.rb +102 -114
  578. data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
  579. data/lib/hubspot/codegen/crm/imports/configuration.rb +58 -22
  580. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +37 -13
  581. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +239 -0
  582. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +20 -7
  583. data/lib/hubspot/codegen/crm/imports/models/error.rb +20 -7
  584. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +20 -7
  585. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +223 -0
  586. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +267 -0
  587. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +20 -7
  588. data/lib/hubspot/codegen/crm/imports/models/paging.rb +33 -11
  589. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +237 -0
  590. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +366 -0
  591. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +20 -7
  592. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +58 -36
  593. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +20 -7
  594. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +59 -39
  595. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +42 -34
  596. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +92 -0
  597. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +11 -11
  598. data/lib/hubspot/codegen/crm/line_items/api_client.rb +102 -114
  599. data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
  600. data/lib/hubspot/codegen/crm/line_items/configuration.rb +58 -22
  601. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
  602. data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
  603. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
  604. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
  605. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  606. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +56 -27
  607. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +23 -10
  608. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +24 -11
  609. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +20 -7
  610. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  611. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  612. data/lib/hubspot/codegen/crm/line_items/models/error.rb +20 -7
  613. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +276 -0
  614. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +20 -7
  615. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +44 -10
  616. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
  617. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +223 -0
  618. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +20 -7
  619. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +33 -11
  620. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +237 -0
  621. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +244 -0
  622. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +242 -0
  623. data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
  624. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +20 -7
  625. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +35 -22
  626. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +20 -7
  627. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
  628. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -7
  629. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +246 -0
  630. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +312 -0
  631. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +322 -0
  632. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +283 -0
  633. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +275 -0
  634. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +419 -0
  635. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +317 -0
  636. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +100 -0
  637. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +98 -0
  638. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
  639. data/lib/hubspot/codegen/crm/objects/api_client.rb +410 -0
  640. data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
  641. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +391 -0
  642. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +295 -0
  643. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +94 -0
  644. data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +92 -0
  645. data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +412 -0
  646. data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +63 -0
  647. data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +296 -0
  648. data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +244 -0
  649. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
  650. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +232 -0
  651. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +232 -0
  652. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  653. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +273 -0
  654. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +328 -0
  655. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +348 -0
  656. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +241 -0
  657. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  658. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  659. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +307 -0
  660. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +278 -0
  661. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +273 -0
  662. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +308 -0
  663. data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +232 -0
  664. data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +225 -0
  665. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +239 -0
  666. data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +234 -0
  667. data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +239 -0
  668. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +246 -0
  669. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +244 -0
  670. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
  671. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +301 -0
  672. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +303 -0
  673. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +246 -0
  674. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +230 -0
  675. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +232 -0
  676. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +248 -0
  677. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +314 -0
  678. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +324 -0
  679. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +285 -0
  680. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +391 -0
  681. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +295 -0
  682. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +94 -0
  683. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +92 -0
  684. data/lib/hubspot/codegen/crm/objects/communications/api_client.rb +412 -0
  685. data/lib/hubspot/codegen/crm/objects/communications/api_error.rb +63 -0
  686. data/lib/hubspot/codegen/crm/objects/communications/configuration.rb +296 -0
  687. data/lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb +244 -0
  688. data/lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb +278 -0
  689. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb +232 -0
  690. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb +232 -0
  691. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  692. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +273 -0
  693. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +328 -0
  694. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +348 -0
  695. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +241 -0
  696. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  697. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  698. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +307 -0
  699. data/lib/hubspot/codegen/crm/objects/communications/models/error_category.rb +278 -0
  700. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +273 -0
  701. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +308 -0
  702. data/lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb +232 -0
  703. data/lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb +225 -0
  704. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +239 -0
  705. data/lib/hubspot/codegen/crm/objects/communications/models/paging.rb +234 -0
  706. data/lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb +239 -0
  707. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +246 -0
  708. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +244 -0
  709. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb +230 -0
  710. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +301 -0
  711. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +303 -0
  712. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +246 -0
  713. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb +230 -0
  714. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +232 -0
  715. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +248 -0
  716. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +314 -0
  717. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +324 -0
  718. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +285 -0
  719. data/lib/hubspot/codegen/crm/objects/configuration.rb +294 -0
  720. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +391 -0
  721. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +295 -0
  722. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +94 -0
  723. data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +92 -0
  724. data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +412 -0
  725. data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +63 -0
  726. data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +296 -0
  727. data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +244 -0
  728. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
  729. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +232 -0
  730. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +232 -0
  731. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  732. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +273 -0
  733. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +328 -0
  734. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +348 -0
  735. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +241 -0
  736. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  737. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  738. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +307 -0
  739. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +278 -0
  740. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +273 -0
  741. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +308 -0
  742. data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +232 -0
  743. data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +225 -0
  744. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +239 -0
  745. data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +234 -0
  746. data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +239 -0
  747. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +246 -0
  748. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +244 -0
  749. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
  750. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +301 -0
  751. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +303 -0
  752. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +246 -0
  753. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +230 -0
  754. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +232 -0
  755. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +248 -0
  756. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +314 -0
  757. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +324 -0
  758. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +285 -0
  759. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +391 -0
  760. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +295 -0
  761. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +94 -0
  762. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  763. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +412 -0
  764. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  765. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +296 -0
  766. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +244 -0
  767. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
  768. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +232 -0
  769. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +232 -0
  770. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  771. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +273 -0
  772. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +328 -0
  773. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +348 -0
  774. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +241 -0
  775. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  776. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  777. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +307 -0
  778. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +278 -0
  779. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +273 -0
  780. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +308 -0
  781. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +232 -0
  782. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +225 -0
  783. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +239 -0
  784. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +234 -0
  785. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +239 -0
  786. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +246 -0
  787. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +244 -0
  788. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
  789. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +301 -0
  790. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +303 -0
  791. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +246 -0
  792. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +230 -0
  793. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +232 -0
  794. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +248 -0
  795. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +314 -0
  796. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +324 -0
  797. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +285 -0
  798. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +391 -0
  799. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +295 -0
  800. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +94 -0
  801. data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +92 -0
  802. data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +412 -0
  803. data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +63 -0
  804. data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +296 -0
  805. data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +244 -0
  806. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
  807. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +232 -0
  808. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +232 -0
  809. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  810. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +273 -0
  811. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +328 -0
  812. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +348 -0
  813. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +241 -0
  814. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  815. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  816. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +307 -0
  817. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +278 -0
  818. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +273 -0
  819. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +308 -0
  820. data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +232 -0
  821. data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +225 -0
  822. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +239 -0
  823. data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +234 -0
  824. data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +239 -0
  825. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +246 -0
  826. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +244 -0
  827. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
  828. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +301 -0
  829. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +303 -0
  830. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +246 -0
  831. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +230 -0
  832. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +232 -0
  833. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +248 -0
  834. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +314 -0
  835. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +324 -0
  836. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +285 -0
  837. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +242 -0
  838. data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +276 -0
  839. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +230 -0
  840. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +230 -0
  841. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  842. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +271 -0
  843. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +326 -0
  844. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +346 -0
  845. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +239 -0
  846. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +239 -0
  847. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  848. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  849. data/lib/hubspot/codegen/crm/objects/models/error.rb +305 -0
  850. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +276 -0
  851. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +271 -0
  852. data/lib/hubspot/codegen/crm/objects/models/filter.rb +306 -0
  853. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +230 -0
  854. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +223 -0
  855. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +237 -0
  856. data/lib/hubspot/codegen/crm/objects/models/paging.rb +232 -0
  857. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +237 -0
  858. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
  859. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +237 -0
  860. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +242 -0
  861. data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +228 -0
  862. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +299 -0
  863. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +301 -0
  864. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +244 -0
  865. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +228 -0
  866. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +230 -0
  867. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
  868. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +312 -0
  869. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +322 -0
  870. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +283 -0
  871. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +391 -0
  872. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +295 -0
  873. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +94 -0
  874. data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +92 -0
  875. data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +412 -0
  876. data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +63 -0
  877. data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +296 -0
  878. data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +244 -0
  879. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
  880. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +232 -0
  881. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +232 -0
  882. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  883. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +273 -0
  884. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +328 -0
  885. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +348 -0
  886. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +241 -0
  887. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  888. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  889. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +307 -0
  890. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +278 -0
  891. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +273 -0
  892. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +308 -0
  893. data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +232 -0
  894. data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +225 -0
  895. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +239 -0
  896. data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +234 -0
  897. data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +239 -0
  898. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +246 -0
  899. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +244 -0
  900. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
  901. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +301 -0
  902. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +303 -0
  903. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +246 -0
  904. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +230 -0
  905. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +232 -0
  906. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +248 -0
  907. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +314 -0
  908. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +324 -0
  909. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +285 -0
  910. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
  911. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
  912. data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
  913. data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
  914. data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
  915. data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
  916. data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +296 -0
  917. data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
  918. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
  919. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
  920. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
  921. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  922. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
  923. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
  924. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
  925. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
  926. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  927. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  928. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
  929. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +278 -0
  930. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
  931. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +308 -0
  932. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
  933. data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
  934. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
  935. data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
  936. data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
  937. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +246 -0
  938. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
  939. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
  940. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
  941. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
  942. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +246 -0
  943. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
  944. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
  945. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +248 -0
  946. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
  947. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
  948. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
  949. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +391 -0
  950. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +295 -0
  951. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +94 -0
  952. data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +92 -0
  953. data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +412 -0
  954. data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +63 -0
  955. data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +296 -0
  956. data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +244 -0
  957. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
  958. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +232 -0
  959. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +232 -0
  960. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  961. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +273 -0
  962. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +328 -0
  963. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +348 -0
  964. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +241 -0
  965. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  966. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  967. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +307 -0
  968. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +278 -0
  969. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +273 -0
  970. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +308 -0
  971. data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +232 -0
  972. data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +225 -0
  973. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +239 -0
  974. data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +234 -0
  975. data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +239 -0
  976. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +246 -0
  977. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +244 -0
  978. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
  979. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +301 -0
  980. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +303 -0
  981. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +246 -0
  982. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +230 -0
  983. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +232 -0
  984. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +248 -0
  985. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +314 -0
  986. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +324 -0
  987. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +285 -0
  988. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +164 -0
  989. data/lib/hubspot/codegen/crm/owners/api_client.rb +103 -115
  990. data/lib/hubspot/codegen/crm/owners/api_error.rb +3 -3
  991. data/lib/hubspot/codegen/crm/owners/configuration.rb +59 -23
  992. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +239 -0
  993. data/lib/hubspot/codegen/crm/owners/models/error.rb +21 -8
  994. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +21 -8
  995. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +223 -0
  996. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +21 -8
  997. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +23 -10
  998. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +33 -49
  999. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +95 -0
  1000. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +95 -0
  1001. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +70 -52
  1002. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +79 -52
  1003. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +102 -114
  1004. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
  1005. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +58 -22
  1006. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +230 -0
  1007. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +230 -0
  1008. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +230 -0
  1009. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +20 -7
  1010. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +20 -7
  1011. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +70 -57
  1012. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +41 -28
  1013. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +20 -7
  1014. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +78 -65
  1015. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +20 -7
  1016. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +20 -7
  1017. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +292 -0
  1018. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +59 -39
  1019. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +42 -34
  1020. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +92 -0
  1021. data/lib/hubspot/codegen/crm/products/api/search_api.rb +11 -11
  1022. data/lib/hubspot/codegen/crm/products/api_client.rb +102 -114
  1023. data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
  1024. data/lib/hubspot/codegen/crm/products/configuration.rb +58 -22
  1025. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
  1026. data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
  1027. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1028. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
  1029. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1030. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +56 -27
  1031. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +23 -10
  1032. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +24 -11
  1033. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +20 -7
  1034. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  1035. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  1036. data/lib/hubspot/codegen/crm/products/models/error.rb +20 -7
  1037. data/lib/hubspot/codegen/crm/products/models/error_category.rb +276 -0
  1038. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +20 -7
  1039. data/lib/hubspot/codegen/crm/products/models/filter.rb +44 -10
  1040. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
  1041. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +223 -0
  1042. data/lib/hubspot/codegen/crm/products/models/next_page.rb +20 -7
  1043. data/lib/hubspot/codegen/crm/products/models/paging.rb +33 -11
  1044. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +237 -0
  1045. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +244 -0
  1046. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +242 -0
  1047. data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
  1048. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +20 -7
  1049. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +35 -22
  1050. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +20 -7
  1051. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
  1052. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +20 -7
  1053. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +246 -0
  1054. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +312 -0
  1055. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +322 -0
  1056. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +283 -0
  1057. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
  1058. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +39 -22
  1059. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +31 -20
  1060. data/lib/hubspot/codegen/crm/properties/api_client.rb +102 -114
  1061. data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
  1062. data/lib/hubspot/codegen/crm/properties/configuration.rb +58 -22
  1063. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
  1064. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
  1065. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +38 -25
  1066. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +24 -31
  1067. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
  1068. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb +230 -0
  1069. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb +230 -0
  1070. data/lib/hubspot/codegen/crm/properties/models/error.rb +20 -7
  1071. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +276 -0
  1072. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +20 -7
  1073. data/lib/hubspot/codegen/crm/properties/models/option.rb +20 -7
  1074. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +20 -7
  1075. data/lib/hubspot/codegen/crm/properties/models/property.rb +37 -14
  1076. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +58 -15
  1077. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +20 -7
  1078. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +20 -7
  1079. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +20 -7
  1080. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +20 -7
  1081. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
  1082. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +38 -15
  1083. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +322 -0
  1084. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +232 -16
  1085. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +208 -8
  1086. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +92 -0
  1087. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +11 -11
  1088. data/lib/hubspot/codegen/crm/quotes/api_client.rb +102 -114
  1089. data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
  1090. data/lib/hubspot/codegen/crm/quotes/configuration.rb +58 -22
  1091. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
  1092. data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
  1093. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1094. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
  1095. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1096. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +56 -27
  1097. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +23 -10
  1098. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +24 -11
  1099. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +20 -7
  1100. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  1101. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  1102. data/lib/hubspot/codegen/crm/quotes/models/error.rb +20 -7
  1103. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +276 -0
  1104. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +20 -7
  1105. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +44 -10
  1106. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
  1107. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +223 -0
  1108. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +20 -7
  1109. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +33 -11
  1110. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +237 -0
  1111. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +244 -0
  1112. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +242 -0
  1113. data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
  1114. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +20 -7
  1115. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +35 -22
  1116. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +20 -7
  1117. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
  1118. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
  1119. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +246 -0
  1120. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +312 -0
  1121. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +322 -0
  1122. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +283 -0
  1123. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +500 -0
  1124. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +85 -0
  1125. data/lib/hubspot/codegen/crm/schemas/api_client.rb +410 -0
  1126. data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
  1127. data/lib/hubspot/codegen/crm/schemas/configuration.rb +294 -0
  1128. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +289 -0
  1129. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +254 -0
  1130. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +230 -0
  1131. data/lib/hubspot/codegen/crm/schemas/models/error.rb +305 -0
  1132. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +271 -0
  1133. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +416 -0
  1134. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +338 -0
  1135. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +391 -0
  1136. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +234 -0
  1137. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +278 -0
  1138. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +369 -0
  1139. data/lib/hubspot/codegen/crm/schemas/models/option.rb +279 -0
  1140. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +284 -0
  1141. data/lib/hubspot/codegen/crm/schemas/models/property.rb +478 -0
  1142. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +265 -0
  1143. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +59 -39
  1144. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -34
  1145. data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +92 -0
  1146. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +11 -11
  1147. data/lib/hubspot/codegen/crm/tickets/api_client.rb +102 -114
  1148. data/lib/hubspot/codegen/crm/tickets/api_error.rb +2 -2
  1149. data/lib/hubspot/codegen/crm/tickets/configuration.rb +58 -22
  1150. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
  1151. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
  1152. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1153. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
  1154. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1155. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +56 -27
  1156. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +23 -10
  1157. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +24 -11
  1158. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +20 -7
  1159. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +239 -0
  1160. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +253 -0
  1161. data/lib/hubspot/codegen/crm/tickets/models/error.rb +20 -7
  1162. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +276 -0
  1163. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +20 -7
  1164. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +44 -10
  1165. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
  1166. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +223 -0
  1167. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +20 -7
  1168. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +33 -11
  1169. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +237 -0
  1170. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +244 -0
  1171. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +242 -0
  1172. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
  1173. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +20 -7
  1174. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +35 -22
  1175. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +20 -7
  1176. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
  1177. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
  1178. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +246 -0
  1179. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +312 -0
  1180. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +322 -0
  1181. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +283 -0
  1182. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +48 -29
  1183. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +54 -35
  1184. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +40 -23
  1185. data/lib/hubspot/codegen/crm/timeline/api_client.rb +103 -115
  1186. data/lib/hubspot/codegen/crm/timeline/api_error.rb +3 -3
  1187. data/lib/hubspot/codegen/crm/timeline/configuration.rb +61 -25
  1188. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +21 -8
  1189. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +53 -51
  1190. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +346 -0
  1191. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +230 -0
  1192. data/lib/hubspot/codegen/crm/timeline/models/error.rb +21 -8
  1193. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +276 -0
  1194. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +21 -8
  1195. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +21 -8
  1196. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +322 -0
  1197. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +36 -28
  1198. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +21 -8
  1199. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +50 -37
  1200. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +75 -62
  1201. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +40 -27
  1202. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +68 -55
  1203. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +21 -8
  1204. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +21 -8
  1205. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +40 -27
  1206. data/lib/hubspot/codegen/events/api/events_api.rb +106 -0
  1207. data/lib/hubspot/codegen/events/api_client.rb +408 -0
  1208. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  1209. data/lib/hubspot/codegen/events/configuration.rb +292 -0
  1210. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +237 -0
  1211. data/lib/hubspot/codegen/events/models/error.rb +303 -0
  1212. data/lib/hubspot/codegen/events/models/error_detail.rb +269 -0
  1213. data/lib/hubspot/codegen/events/models/external_unified_event.rb +303 -0
  1214. data/lib/hubspot/codegen/events/models/next_page.rb +235 -0
  1215. data/lib/hubspot/codegen/events/models/paging.rb +221 -0
  1216. data/lib/hubspot/codegen/files/files/api/files_api.rb +815 -0
  1217. data/lib/hubspot/codegen/files/files/api/folders_api.rb +605 -0
  1218. data/lib/hubspot/codegen/files/files/api_client.rb +410 -0
  1219. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  1220. data/lib/hubspot/codegen/files/files/configuration.rb +294 -0
  1221. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +240 -0
  1222. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +239 -0
  1223. data/lib/hubspot/codegen/files/files/models/error.rb +305 -0
  1224. data/lib/hubspot/codegen/files/files/models/error_category.rb +276 -0
  1225. data/lib/hubspot/codegen/files/files/models/error_detail.rb +271 -0
  1226. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +361 -0
  1227. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +299 -0
  1228. data/lib/hubspot/codegen/files/files/models/folder.rb +314 -0
  1229. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +361 -0
  1230. data/lib/hubspot/codegen/files/files/models/folder_input.rb +250 -0
  1231. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +250 -0
  1232. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +242 -0
  1233. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +454 -0
  1234. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +387 -0
  1235. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +242 -0
  1236. data/lib/hubspot/codegen/files/files/models/next_page.rb +237 -0
  1237. data/lib/hubspot/codegen/files/files/models/paging.rb +232 -0
  1238. data/lib/hubspot/codegen/files/files/models/previous_page.rb +237 -0
  1239. data/lib/hubspot/codegen/files/files/models/signed_url.rb +324 -0
  1240. data/lib/hubspot/codegen/files/files/models/standard_error.rb +322 -0
  1241. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
  1242. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +806 -0
  1243. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +90 -0
  1244. data/lib/hubspot/codegen/marketing/events/api/settings_external_api.rb +155 -0
  1245. data/lib/hubspot/codegen/marketing/events/api_client.rb +410 -0
  1246. data/lib/hubspot/codegen/marketing/events/api_error.rb +61 -0
  1247. data/lib/hubspot/codegen/marketing/events/configuration.rb +301 -0
  1248. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +230 -0
  1249. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +232 -0
  1250. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +230 -0
  1251. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +232 -0
  1252. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +346 -0
  1253. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
  1254. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
  1255. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +230 -0
  1256. data/lib/hubspot/codegen/marketing/events/models/error.rb +305 -0
  1257. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +276 -0
  1258. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +271 -0
  1259. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +244 -0
  1260. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +229 -0
  1261. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
  1262. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +346 -0
  1263. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +316 -0
  1264. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +266 -0
  1265. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +259 -0
  1266. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +358 -0
  1267. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +433 -0
  1268. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +249 -0
  1269. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +306 -0
  1270. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +432 -0
  1271. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +322 -0
  1272. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
  1273. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
  1274. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +444 -0
  1275. data/lib/hubspot/codegen/marketing/forms/api_client.rb +410 -0
  1276. data/lib/hubspot/codegen/marketing/forms/api_error.rb +61 -0
  1277. data/lib/hubspot/codegen/marketing/forms/configuration.rb +294 -0
  1278. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +239 -0
  1279. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
  1280. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +358 -0
  1281. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +238 -0
  1282. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +119 -0
  1283. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +321 -0
  1284. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +372 -0
  1285. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +367 -0
  1286. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +247 -0
  1287. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +268 -0
  1288. data/lib/hubspot/codegen/marketing/forms/models/error.rb +305 -0
  1289. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +271 -0
  1290. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +307 -0
  1291. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +368 -0
  1292. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +108 -0
  1293. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +108 -0
  1294. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +317 -0
  1295. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +279 -0
  1296. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +417 -0
  1297. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +223 -0
  1298. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +414 -0
  1299. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +409 -0
  1300. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +401 -0
  1301. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +395 -0
  1302. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +387 -0
  1303. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +273 -0
  1304. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
  1305. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +258 -0
  1306. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +330 -0
  1307. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +312 -0
  1308. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +320 -0
  1309. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +264 -0
  1310. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +367 -0
  1311. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +358 -0
  1312. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +362 -0
  1313. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +237 -0
  1314. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +367 -0
  1315. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +243 -0
  1316. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +377 -0
  1317. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +243 -0
  1318. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +372 -0
  1319. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +348 -0
  1320. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +358 -0
  1321. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +352 -0
  1322. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +94 -0
  1323. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +410 -0
  1324. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  1325. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +294 -0
  1326. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +239 -0
  1327. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +340 -0
  1328. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +305 -0
  1329. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +271 -0
  1330. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +245 -0
  1331. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +223 -0
  1332. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +237 -0
  1333. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +286 -0
  1334. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +268 -0
  1335. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +245 -0
  1336. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +315 -0
  1337. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +81 -0
  1338. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +140 -0
  1339. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +102 -0
  1340. data/lib/hubspot/codegen/oauth/api_client.rb +102 -117
  1341. data/lib/hubspot/codegen/oauth/api_error.rb +2 -4
  1342. data/lib/hubspot/codegen/oauth/configuration.rb +58 -24
  1343. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +69 -10
  1344. data/lib/hubspot/codegen/oauth/models/error.rb +20 -9
  1345. data/lib/hubspot/codegen/oauth/models/error_detail.rb +20 -9
  1346. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +20 -9
  1347. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +47 -13
  1348. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +83 -0
  1349. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +83 -0
  1350. data/lib/hubspot/codegen/settings/users/api/users_api.rb +366 -0
  1351. data/lib/hubspot/codegen/settings/users/api_client.rb +410 -0
  1352. data/lib/hubspot/codegen/settings/users/api_error.rb +61 -0
  1353. data/lib/hubspot/codegen/settings/users/configuration.rb +287 -0
  1354. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +230 -0
  1355. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +230 -0
  1356. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +239 -0
  1357. data/lib/hubspot/codegen/settings/users/models/error.rb +305 -0
  1358. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +271 -0
  1359. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +223 -0
  1360. data/lib/hubspot/codegen/settings/users/models/next_page.rb +237 -0
  1361. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +260 -0
  1362. data/lib/hubspot/codegen/settings/users/models/public_team.rb +279 -0
  1363. data/lib/hubspot/codegen/settings/users/models/public_user.rb +277 -0
  1364. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +247 -0
  1365. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +277 -0
  1366. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +25 -31
  1367. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +69 -78
  1368. data/lib/hubspot/codegen/webhooks/api_client.rb +102 -114
  1369. data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
  1370. data/lib/hubspot/codegen/webhooks/configuration.rb +60 -24
  1371. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +20 -7
  1372. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +23 -10
  1373. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +24 -11
  1374. data/lib/hubspot/codegen/webhooks/models/error.rb +20 -7
  1375. data/lib/hubspot/codegen/webhooks/models/error_category.rb +274 -0
  1376. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +20 -7
  1377. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -7
  1378. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -9
  1379. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +320 -0
  1380. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +20 -7
  1381. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +22 -11
  1382. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +20 -7
  1383. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +20 -7
  1384. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +24 -11
  1385. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -7
  1386. data/lib/hubspot/configuration.rb +3 -1
  1387. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +13 -0
  1388. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +13 -0
  1389. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +13 -0
  1390. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +13 -0
  1391. data/lib/hubspot/discovery/automation/actions/client.rb +22 -0
  1392. data/lib/hubspot/discovery/automation/client.rb +17 -0
  1393. data/lib/hubspot/discovery/base_api_client.rb +173 -0
  1394. data/lib/hubspot/discovery/base_module_client.rb +62 -0
  1395. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +13 -0
  1396. data/lib/hubspot/discovery/cms/audit_logs/client.rb +19 -0
  1397. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +15 -0
  1398. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +21 -0
  1399. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +15 -0
  1400. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +21 -0
  1401. data/lib/hubspot/discovery/cms/blogs/client.rb +21 -0
  1402. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +15 -0
  1403. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +21 -0
  1404. data/lib/hubspot/discovery/cms/client.rb +24 -0
  1405. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +13 -0
  1406. data/lib/hubspot/discovery/cms/domains/client.rb +19 -0
  1407. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +13 -0
  1408. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +13 -0
  1409. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +13 -0
  1410. data/lib/hubspot/discovery/cms/hubdb/client.rb +21 -0
  1411. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +13 -0
  1412. data/lib/hubspot/discovery/cms/performance/client.rb +19 -0
  1413. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +13 -0
  1414. data/lib/hubspot/discovery/cms/site_search/client.rb +19 -0
  1415. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +13 -0
  1416. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +13 -0
  1417. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +13 -0
  1418. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +13 -0
  1419. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +13 -0
  1420. data/lib/hubspot/discovery/cms/source_code/client.rb +23 -0
  1421. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +13 -0
  1422. data/lib/hubspot/discovery/cms/url_redirects/client.rb +19 -0
  1423. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +11 -0
  1424. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +11 -0
  1425. data/lib/hubspot/discovery/communication_preferences/client.rb +18 -0
  1426. data/lib/hubspot/discovery/conversations/client.rb +17 -0
  1427. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +13 -0
  1428. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +19 -0
  1429. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +13 -0
  1430. data/lib/hubspot/discovery/crm/associations/client.rb +24 -0
  1431. data/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb +15 -0
  1432. data/lib/hubspot/discovery/crm/associations/schema/client.rb +20 -0
  1433. data/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb +15 -0
  1434. data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
  1435. data/lib/hubspot/discovery/crm/associations/v4/client.rb +26 -0
  1436. data/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb +17 -0
  1437. data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +22 -0
  1438. data/lib/hubspot/discovery/crm/client.rb +33 -0
  1439. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +13 -0
  1440. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +13 -0
  1441. data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
  1442. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +13 -0
  1443. data/lib/hubspot/discovery/crm/companies/client.rb +22 -0
  1444. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +13 -0
  1445. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +13 -0
  1446. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +13 -0
  1447. data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
  1448. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +13 -0
  1449. data/lib/hubspot/discovery/crm/contacts/client.rb +23 -0
  1450. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +13 -0
  1451. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +13 -0
  1452. data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
  1453. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +13 -0
  1454. data/lib/hubspot/discovery/crm/deals/client.rb +22 -0
  1455. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +15 -0
  1456. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +15 -0
  1457. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +15 -0
  1458. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +15 -0
  1459. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +15 -0
  1460. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +25 -0
  1461. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +15 -0
  1462. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +21 -0
  1463. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +15 -0
  1464. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +15 -0
  1465. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +22 -0
  1466. data/lib/hubspot/discovery/crm/extensions/client.rb +22 -0
  1467. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +15 -0
  1468. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +21 -0
  1469. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +13 -0
  1470. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +13 -0
  1471. data/lib/hubspot/discovery/crm/imports/client.rb +20 -0
  1472. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +13 -0
  1473. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +13 -0
  1474. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
  1475. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +13 -0
  1476. data/lib/hubspot/discovery/crm/line_items/client.rb +22 -0
  1477. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +13 -0
  1478. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +13 -0
  1479. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +13 -0
  1480. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +13 -0
  1481. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
  1482. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +13 -0
  1483. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +15 -0
  1484. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +15 -0
  1485. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +15 -0
  1486. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +15 -0
  1487. data/lib/hubspot/discovery/crm/objects/calls/client.rb +24 -0
  1488. data/lib/hubspot/discovery/crm/objects/client.rb +37 -0
  1489. data/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb +15 -0
  1490. data/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb +15 -0
  1491. data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +15 -0
  1492. data/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb +15 -0
  1493. data/lib/hubspot/discovery/crm/objects/communications/client.rb +24 -0
  1494. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +15 -0
  1495. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +15 -0
  1496. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +15 -0
  1497. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +15 -0
  1498. data/lib/hubspot/discovery/crm/objects/emails/client.rb +24 -0
  1499. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +15 -0
  1500. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +15 -0
  1501. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +15 -0
  1502. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +15 -0
  1503. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +24 -0
  1504. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +15 -0
  1505. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +15 -0
  1506. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +15 -0
  1507. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +15 -0
  1508. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +24 -0
  1509. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +15 -0
  1510. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +15 -0
  1511. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +15 -0
  1512. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +15 -0
  1513. data/lib/hubspot/discovery/crm/objects/notes/client.rb +24 -0
  1514. data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
  1515. data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
  1516. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
  1517. data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
  1518. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +24 -0
  1519. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +15 -0
  1520. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +15 -0
  1521. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +15 -0
  1522. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +15 -0
  1523. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +24 -0
  1524. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +13 -0
  1525. data/lib/hubspot/discovery/crm/owners/client.rb +19 -0
  1526. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
  1527. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
  1528. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +13 -0
  1529. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +13 -0
  1530. data/lib/hubspot/discovery/crm/pipelines/client.rb +22 -0
  1531. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +13 -0
  1532. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +13 -0
  1533. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +13 -0
  1534. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
  1535. data/lib/hubspot/discovery/crm/products/api/search_api.rb +13 -0
  1536. data/lib/hubspot/discovery/crm/products/client.rb +23 -0
  1537. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +13 -0
  1538. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +13 -0
  1539. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +13 -0
  1540. data/lib/hubspot/discovery/crm/properties/client.rb +21 -0
  1541. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +13 -0
  1542. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +13 -0
  1543. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +13 -0
  1544. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
  1545. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +13 -0
  1546. data/lib/hubspot/discovery/crm/quotes/client.rb +23 -0
  1547. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +13 -0
  1548. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +13 -0
  1549. data/lib/hubspot/discovery/crm/schemas/client.rb +20 -0
  1550. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +13 -0
  1551. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +13 -0
  1552. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +13 -0
  1553. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
  1554. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +13 -0
  1555. data/lib/hubspot/discovery/crm/tickets/client.rb +23 -0
  1556. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +13 -0
  1557. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +13 -0
  1558. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +13 -0
  1559. data/lib/hubspot/discovery/crm/timeline/client.rb +21 -0
  1560. data/lib/hubspot/discovery/events/api/events_api.rb +11 -0
  1561. data/lib/hubspot/discovery/events/client.rb +17 -0
  1562. data/lib/hubspot/discovery/files/client.rb +17 -0
  1563. data/lib/hubspot/discovery/files/files/api/files_api.rb +13 -0
  1564. data/lib/hubspot/discovery/files/files/api/folders_api.rb +13 -0
  1565. data/lib/hubspot/discovery/files/files/client.rb +20 -0
  1566. data/lib/hubspot/discovery/marketing/client.rb +19 -0
  1567. data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
  1568. data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
  1569. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +13 -0
  1570. data/lib/hubspot/discovery/marketing/events/api/settings_external_api.rb +13 -0
  1571. data/lib/hubspot/discovery/marketing/events/client.rb +22 -0
  1572. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +13 -0
  1573. data/lib/hubspot/discovery/marketing/forms/client.rb +19 -0
  1574. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +13 -0
  1575. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +13 -0
  1576. data/lib/hubspot/discovery/marketing/transactional/client.rb +20 -0
  1577. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +11 -0
  1578. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +11 -0
  1579. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +11 -0
  1580. data/lib/hubspot/discovery/oauth/client.rb +19 -0
  1581. data/lib/hubspot/discovery/settings/client.rb +17 -0
  1582. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +13 -0
  1583. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +13 -0
  1584. data/lib/hubspot/discovery/settings/users/api/users_api.rb +13 -0
  1585. data/lib/hubspot/discovery/settings/users/client.rb +21 -0
  1586. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +11 -0
  1587. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +11 -0
  1588. data/lib/hubspot/discovery/webhooks/client.rb +18 -0
  1589. data/lib/hubspot/exceptions.rb +9 -7
  1590. data/lib/hubspot/helpers/association_type.rb +92 -0
  1591. data/lib/hubspot/helpers/camel_case.rb +13 -0
  1592. data/lib/hubspot/helpers/get_all_helper.rb +2 -1
  1593. data/lib/hubspot/helpers/path.rb +25 -0
  1594. data/lib/hubspot/helpers/signature.rb +62 -0
  1595. data/lib/hubspot/helpers/snake_case.rb +14 -0
  1596. data/lib/hubspot/oauth_helper.rb +12 -8
  1597. data/lib/hubspot/version.rb +3 -3
  1598. data/lib/hubspot-api-client.rb +1 -488
  1599. data/spec/discovery/automation/actions/callbacks_api_spec.rb +8 -0
  1600. data/spec/discovery/automation/actions/definitions_api_spec.rb +11 -0
  1601. data/spec/discovery/automation/actions/functions_api_spec.rb +13 -0
  1602. data/spec/discovery/automation/actions/revisions_api_spec.rb +8 -0
  1603. data/spec/discovery/base_api_client_spec.rb +172 -0
  1604. data/spec/discovery/base_module_client_spec.rb +29 -0
  1605. data/spec/discovery/client_spec.rb +16 -0
  1606. data/spec/discovery/cms/audit-logs/audit_logs_api_spec.rb +7 -0
  1607. data/spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb +15 -0
  1608. data/spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb +25 -0
  1609. data/spec/discovery/cms/blogs/client_spec.rb +9 -0
  1610. data/spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb +15 -0
  1611. data/spec/discovery/cms/client_spec.rb +13 -0
  1612. data/spec/discovery/cms/domains/domains_api_spec.rb +8 -0
  1613. data/spec/discovery/cms/hubdb/rows_api_spec.rb +15 -0
  1614. data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1615. data/spec/discovery/cms/hubdb/tables_api_spec.rb +20 -0
  1616. data/spec/discovery/cms/performance/public_performance_api_spec.rb +8 -0
  1617. data/spec/discovery/cms/site-search/public_api_spec.rb +8 -0
  1618. data/spec/discovery/cms/source-code/content_api_spec.rb +10 -0
  1619. data/spec/discovery/cms/source-code/extract_api_spec.rb +7 -0
  1620. data/spec/discovery/cms/source-code/metadata_api_spec.rb +7 -0
  1621. data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +8 -0
  1622. data/spec/discovery/cms/source-code/validation_api_spec.rb +7 -0
  1623. data/spec/discovery/cms/url-redirects/redirects_api_spec.rb +11 -0
  1624. data/spec/discovery/communication_preferences/definition_api_spec.rb +7 -0
  1625. data/spec/discovery/communication_preferences/status_api_spec.rb +9 -0
  1626. data/spec/discovery/conversations/visitor-identification/generate_api_spec.rb +7 -0
  1627. data/spec/discovery/crm/associations/batch_api_spec.rb +9 -0
  1628. data/spec/discovery/crm/associations/client_spec.rb +8 -0
  1629. data/spec/discovery/crm/associations/schema/types_api_spec.rb +7 -0
  1630. data/spec/discovery/crm/associations/v4/basic_api_spec.rb +10 -0
  1631. data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
  1632. data/spec/discovery/crm/associations/v4/client_spec.rb +7 -0
  1633. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +10 -0
  1634. data/spec/discovery/crm/client_spec.rb +21 -0
  1635. data/spec/discovery/crm/companies/basic_api_spec.rb +11 -0
  1636. data/spec/discovery/crm/companies/batch_api_spec.rb +10 -0
  1637. data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
  1638. data/spec/discovery/crm/companies/search_api_spec.rb +7 -0
  1639. data/spec/discovery/crm/contacts/basic_api_spec.rb +11 -0
  1640. data/spec/discovery/crm/contacts/batch_api_spec.rb +10 -0
  1641. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +7 -0
  1642. data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
  1643. data/spec/discovery/crm/contacts/search_api_spec.rb +7 -0
  1644. data/spec/discovery/crm/deals/basic_api_spec.rb +11 -0
  1645. data/spec/discovery/crm/deals/batch_api_spec.rb +10 -0
  1646. data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
  1647. data/spec/discovery/crm/deals/search_api_spec.rb +7 -0
  1648. data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1649. data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1650. data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1651. data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1652. data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1653. data/spec/discovery/crm/extensions/calling/settings_api_spec.rb +10 -0
  1654. data/spec/discovery/crm/extensions/cards/cards_api_spec.rb +11 -0
  1655. data/spec/discovery/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1656. data/spec/discovery/crm/extensions/client_spec.rb +11 -0
  1657. data/spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1658. data/spec/discovery/crm/imports/core_api_spec.rb +10 -0
  1659. data/spec/discovery/crm/imports/public_imports_api_spec.rb +7 -0
  1660. data/spec/discovery/crm/line_items/basic_api_spec.rb +11 -0
  1661. data/spec/discovery/crm/line_items/batch_api_spec.rb +10 -0
  1662. data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
  1663. data/spec/discovery/crm/line_items/search_api_spec.rb +7 -0
  1664. data/spec/discovery/crm/objects/associations_api_spec.rb +9 -0
  1665. data/spec/discovery/crm/objects/basic_api_spec.rb +12 -0
  1666. data/spec/discovery/crm/objects/batch_api_spec.rb +10 -0
  1667. data/spec/discovery/crm/objects/calls/basic_api_spec.rb +10 -0
  1668. data/spec/discovery/crm/objects/calls/batch_api_spec.rb +10 -0
  1669. data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +7 -0
  1670. data/spec/discovery/crm/objects/calls/search_api_spec.rb +7 -0
  1671. data/spec/discovery/crm/objects/client_spec.rb +14 -0
  1672. data/spec/discovery/crm/objects/communications/basic_api_spec.rb +10 -0
  1673. data/spec/discovery/crm/objects/communications/batch_api_spec.rb +10 -0
  1674. data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +7 -0
  1675. data/spec/discovery/crm/objects/communications/search_api_spec.rb +7 -0
  1676. data/spec/discovery/crm/objects/emails/basic_api_spec.rb +10 -0
  1677. data/spec/discovery/crm/objects/emails/batch_api_spec.rb +10 -0
  1678. data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +7 -0
  1679. data/spec/discovery/crm/objects/emails/search_api_spec.rb +7 -0
  1680. data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +11 -0
  1681. data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +10 -0
  1682. data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +7 -0
  1683. data/spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1684. data/spec/discovery/crm/objects/gdpr_api_spec.rb +7 -0
  1685. data/spec/discovery/crm/objects/meetings/basic_api_spec.rb +10 -0
  1686. data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +10 -0
  1687. data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +7 -0
  1688. data/spec/discovery/crm/objects/meetings/search_api_spec.rb +7 -0
  1689. data/spec/discovery/crm/objects/notes/basic_api_spec.rb +10 -0
  1690. data/spec/discovery/crm/objects/notes/batch_api_spec.rb +10 -0
  1691. data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +7 -0
  1692. data/spec/discovery/crm/objects/notes/search_api_spec.rb +7 -0
  1693. data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
  1694. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
  1695. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
  1696. data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
  1697. data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
  1698. data/spec/discovery/crm/objects/search_api_spec.rb +7 -0
  1699. data/spec/discovery/crm/objects/tasks/basic_api_spec.rb +10 -0
  1700. data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +10 -0
  1701. data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +7 -0
  1702. data/spec/discovery/crm/objects/tasks/search_api_spec.rb +7 -0
  1703. data/spec/discovery/crm/owners/owners_api_spec.rb +8 -0
  1704. data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
  1705. data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
  1706. data/spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1707. data/spec/discovery/crm/pipelines/pipelines_api_spec.rb +12 -0
  1708. data/spec/discovery/crm/products/basic_api_spec.rb +11 -0
  1709. data/spec/discovery/crm/products/batch_api_spec.rb +10 -0
  1710. data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
  1711. data/spec/discovery/crm/products/search_api_spec.rb +7 -0
  1712. data/spec/discovery/crm/properties/batch_api_spec.rb +9 -0
  1713. data/spec/discovery/crm/properties/core_api_spec.rb +11 -0
  1714. data/spec/discovery/crm/properties/groups_api_spec.rb +11 -0
  1715. data/spec/discovery/crm/quotes/basic_api_spec.rb +8 -0
  1716. data/spec/discovery/crm/quotes/batch_api_spec.rb +7 -0
  1717. data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
  1718. data/spec/discovery/crm/quotes/search_api_spec.rb +7 -0
  1719. data/spec/discovery/crm/schemas/core_api_spec.rb +13 -0
  1720. data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +7 -0
  1721. data/spec/discovery/crm/tickets/basic_api_spec.rb +11 -0
  1722. data/spec/discovery/crm/tickets/batch_api_spec.rb +10 -0
  1723. data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
  1724. data/spec/discovery/crm/tickets/search_api_spec.rb +7 -0
  1725. data/spec/discovery/crm/timeline/events_api_spec.rb +11 -0
  1726. data/spec/discovery/crm/timeline/templates_api_spec.rb +11 -0
  1727. data/spec/discovery/crm/timeline/tokens_api_spec.rb +9 -0
  1728. data/spec/discovery/events/events_api_spec.rb +7 -0
  1729. data/spec/discovery/files/files/files_api_spec.rb +16 -0
  1730. data/spec/discovery/files/files/folders_api_spec.rb +14 -0
  1731. data/spec/discovery/marketing/client_spec.rb +9 -0
  1732. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
  1733. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +18 -0
  1734. data/spec/discovery/marketing/events/search_api_spec.rb +7 -0
  1735. data/spec/discovery/marketing/events/settings_external_api_spec.rb +8 -0
  1736. data/spec/discovery/marketing/forms/forms_api_spec.rb +12 -0
  1737. data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +11 -0
  1738. data/spec/discovery/marketing/transactional/single_send_api_spec.rb +7 -0
  1739. data/spec/discovery/oauth/access_tokens_api_spec.rb +7 -0
  1740. data/spec/discovery/oauth/refresh_tokens_api_spec.rb +8 -0
  1741. data/spec/discovery/oauth/tokens_api_spec.rb +7 -0
  1742. data/spec/discovery/settings/users/roles_api_spec.rb +7 -0
  1743. data/spec/discovery/settings/users/teams_api_spec.rb +7 -0
  1744. data/spec/discovery/settings/users/users_api_spec.rb +11 -0
  1745. data/spec/discovery/webhooks/settings_api_spec.rb +9 -0
  1746. data/spec/discovery/webhooks/subscriptions_api_spec.rb +12 -0
  1747. data/spec/helpers/authorize_url_spec.rb +75 -0
  1748. data/spec/helpers/camel_case_spec.rb +11 -0
  1749. data/spec/helpers/signature_spec.rb +118 -0
  1750. metadata +1592 -1711
  1751. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +0 -106
  1752. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +0 -422
  1753. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +0 -61
  1754. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -258
  1755. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +0 -226
  1756. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +0 -292
  1757. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +0 -258
  1758. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +0 -224
  1759. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +0 -210
  1760. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +0 -352
  1761. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
  1762. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
  1763. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
  1764. data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
  1765. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +0 -186
  1766. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +0 -225
  1767. data/lib/hubspot/codegen/cms/site-search/api_client.rb +0 -422
  1768. data/lib/hubspot/codegen/cms/site-search/api_error.rb +0 -61
  1769. data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -258
  1770. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +0 -427
  1771. data/lib/hubspot/codegen/cms/site-search/models/error.rb +0 -292
  1772. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +0 -258
  1773. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +0 -279
  1774. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +0 -282
  1775. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
  1776. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -368
  1777. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +0 -422
  1778. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +0 -61
  1779. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -258
  1780. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +0 -242
  1781. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +0 -292
  1782. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +0 -258
  1783. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +0 -224
  1784. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
  1785. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -596
  1786. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +0 -306
  1787. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +0 -94
  1788. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -226
  1789. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +0 -229
  1790. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -248
  1791. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +0 -217
  1792. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +0 -226
  1793. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +0 -241
  1794. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +0 -248
  1795. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +0 -217
  1796. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +0 -226
  1797. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +0 -241
  1798. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +0 -248
  1799. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +0 -217
  1800. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +0 -226
  1801. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +0 -241
  1802. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -248
  1803. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +0 -217
  1804. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +0 -226
  1805. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +0 -241
  1806. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +0 -156
  1807. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +0 -226
  1808. data/lib/hubspot/codegen/crm/owners/models/paging.rb +0 -210
  1809. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +0 -226
  1810. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +0 -226
  1811. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +0 -224
  1812. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +0 -210
  1813. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -248
  1814. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +0 -217
  1815. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +0 -226
  1816. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +0 -241
  1817. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +0 -226
  1818. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +0 -226
  1819. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -224
  1820. data/lib/hubspot/codegen/crm/properties/models/paging.rb +0 -210
  1821. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -92
  1822. data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
  1823. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +0 -217
  1824. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +0 -226
  1825. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +0 -241
  1826. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +0 -248
  1827. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +0 -217
  1828. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +0 -226
  1829. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +0 -241
  1830. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +0 -227
  1831. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
  1832. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -210
  1833. data/lib/hubspot/codegen/oauth/api/default_api.rb +0 -270
  1834. data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
  1835. data/sample-apps/companies-app/.env.template +0 -2
  1836. data/sample-apps/companies-app/.env.test.template +0 -3
  1837. data/sample-apps/companies-app/.gitignore +0 -35
  1838. data/sample-apps/companies-app/.rspec +0 -1
  1839. data/sample-apps/companies-app/.ruby-version +0 -1
  1840. data/sample-apps/companies-app/Dockerfile +0 -22
  1841. data/sample-apps/companies-app/Gemfile +0 -33
  1842. data/sample-apps/companies-app/Gemfile.lock +0 -271
  1843. data/sample-apps/companies-app/README.md +0 -31
  1844. data/sample-apps/companies-app/Rakefile +0 -6
  1845. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  1846. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  1847. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  1848. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  1849. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  1850. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  1851. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  1852. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  1853. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  1854. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  1855. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  1856. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1857. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  1858. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1859. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1860. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1861. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1862. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1863. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  1864. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  1865. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  1866. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  1867. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  1868. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  1869. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  1870. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  1871. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  1872. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -26
  1873. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1874. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  1875. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  1876. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  1877. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  1878. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  1879. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  1880. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  1881. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  1882. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  1883. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  1884. data/sample-apps/companies-app/bin/bundle +0 -3
  1885. data/sample-apps/companies-app/bin/rails +0 -9
  1886. data/sample-apps/companies-app/bin/rake +0 -9
  1887. data/sample-apps/companies-app/bin/setup +0 -36
  1888. data/sample-apps/companies-app/bin/spring +0 -17
  1889. data/sample-apps/companies-app/bin/update +0 -31
  1890. data/sample-apps/companies-app/bin/yarn +0 -11
  1891. data/sample-apps/companies-app/config/application.rb +0 -19
  1892. data/sample-apps/companies-app/config/boot.rb +0 -3
  1893. data/sample-apps/companies-app/config/cable.yml +0 -10
  1894. data/sample-apps/companies-app/config/database.yml +0 -25
  1895. data/sample-apps/companies-app/config/environment.rb +0 -5
  1896. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  1897. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  1898. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  1899. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  1900. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  1901. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  1902. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  1903. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  1904. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  1905. data/sample-apps/companies-app/config/puma.rb +0 -34
  1906. data/sample-apps/companies-app/config/routes.rb +0 -17
  1907. data/sample-apps/companies-app/config/spring.rb +0 -6
  1908. data/sample-apps/companies-app/config.ru +0 -5
  1909. data/sample-apps/companies-app/db/seeds.rb +0 -7
  1910. data/sample-apps/companies-app/docker-compose.yml +0 -11
  1911. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  1912. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  1913. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  1914. data/sample-apps/companies-app/log/.keep +0 -0
  1915. data/sample-apps/companies-app/package.json +0 -5
  1916. data/sample-apps/companies-app/public/404.html +0 -67
  1917. data/sample-apps/companies-app/public/422.html +0 -67
  1918. data/sample-apps/companies-app/public/500.html +0 -66
  1919. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  1920. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  1921. data/sample-apps/companies-app/public/favicon.ico +0 -0
  1922. data/sample-apps/companies-app/public/robots.txt +0 -1
  1923. data/sample-apps/companies-app/tmp/.keep +0 -0
  1924. data/sample-apps/contacts-app/.env +0 -4
  1925. data/sample-apps/contacts-app/.env.template +0 -2
  1926. data/sample-apps/contacts-app/.env.test.template +0 -3
  1927. data/sample-apps/contacts-app/.gitignore +0 -35
  1928. data/sample-apps/contacts-app/.rspec +0 -1
  1929. data/sample-apps/contacts-app/.ruby-version +0 -1
  1930. data/sample-apps/contacts-app/Dockerfile +0 -22
  1931. data/sample-apps/contacts-app/Gemfile +0 -33
  1932. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  1933. data/sample-apps/contacts-app/README.md +0 -41
  1934. data/sample-apps/contacts-app/Rakefile +0 -6
  1935. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  1936. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  1937. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  1938. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  1939. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1940. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  1941. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  1942. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  1943. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1944. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  1945. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1946. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  1947. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  1948. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1949. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1950. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1951. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1952. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1953. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1954. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1955. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1956. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  1957. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1958. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1959. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -24
  1960. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1961. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -23
  1962. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1963. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  1964. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  1965. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -27
  1966. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  1967. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  1968. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  1969. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  1970. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  1971. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  1972. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1973. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  1974. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  1975. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  1976. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  1977. data/sample-apps/contacts-app/bin/bundle +0 -3
  1978. data/sample-apps/contacts-app/bin/rails +0 -9
  1979. data/sample-apps/contacts-app/bin/rake +0 -9
  1980. data/sample-apps/contacts-app/bin/setup +0 -36
  1981. data/sample-apps/contacts-app/bin/spring +0 -17
  1982. data/sample-apps/contacts-app/bin/update +0 -31
  1983. data/sample-apps/contacts-app/bin/yarn +0 -11
  1984. data/sample-apps/contacts-app/config/application.rb +0 -19
  1985. data/sample-apps/contacts-app/config/boot.rb +0 -3
  1986. data/sample-apps/contacts-app/config/cable.yml +0 -10
  1987. data/sample-apps/contacts-app/config/database.yml +0 -25
  1988. data/sample-apps/contacts-app/config/environment.rb +0 -5
  1989. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  1990. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  1991. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  1992. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  1993. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1994. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1995. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  1996. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1997. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  1998. data/sample-apps/contacts-app/config/puma.rb +0 -34
  1999. data/sample-apps/contacts-app/config/routes.rb +0 -14
  2000. data/sample-apps/contacts-app/config/spring.rb +0 -6
  2001. data/sample-apps/contacts-app/config.ru +0 -5
  2002. data/sample-apps/contacts-app/db/development.sqlite3 +0 -0
  2003. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  2004. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  2005. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  2006. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  2007. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  2008. data/sample-apps/contacts-app/log/.keep +0 -0
  2009. data/sample-apps/contacts-app/log/development.log +0 -453
  2010. data/sample-apps/contacts-app/package.json +0 -5
  2011. data/sample-apps/contacts-app/public/404.html +0 -67
  2012. data/sample-apps/contacts-app/public/422.html +0 -67
  2013. data/sample-apps/contacts-app/public/500.html +0 -66
  2014. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  2015. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  2016. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  2017. data/sample-apps/contacts-app/public/robots.txt +0 -1
  2018. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  2019. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  2020. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  2021. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  2022. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  2023. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  2024. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  2025. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  2026. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  2027. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  2028. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  2029. data/sample-apps/contacts-app/tmp/.keep +0 -0
  2030. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  2031. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2032. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2033. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2034. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2035. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  2036. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  2037. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  2038. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  2039. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  2040. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2041. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  2042. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  2043. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2044. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  2045. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  2046. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2047. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  2048. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  2049. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  2050. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2051. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
  2052. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2053. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  2054. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  2055. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  2056. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  2057. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  2058. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  2059. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2060. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  2061. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  2062. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2063. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  2064. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  2065. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  2066. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  2067. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  2068. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  2069. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  2070. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  2071. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  2072. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2073. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2074. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  2075. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  2076. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  2077. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  2078. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  2079. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2080. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  2081. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  2082. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  2083. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  2084. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  2085. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  2086. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  2087. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  2088. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  2089. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  2090. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  2091. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  2092. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  2093. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2094. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  2095. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2096. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2097. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  2098. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  2099. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  2100. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  2101. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  2102. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  2103. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  2104. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  2105. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  2106. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  2107. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  2108. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  2109. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  2110. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  2111. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  2112. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  2113. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  2114. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  2115. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  2116. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  2117. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  2118. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  2119. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  2120. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  2121. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2122. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2123. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  2124. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  2125. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  2126. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  2127. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  2128. data/sample-apps/contacts-app/tmp/development_secret.txt +0 -1
  2129. data/sample-apps/contacts-app/tmp/restart.txt +0 -0
  2130. data/sample-apps/imports-contacts-app/.env +0 -2
  2131. data/sample-apps/imports-contacts-app/.env.template +0 -2
  2132. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  2133. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  2134. data/sample-apps/imports-contacts-app/.rspec +0 -1
  2135. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  2136. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  2137. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  2138. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  2139. data/sample-apps/imports-contacts-app/README.md +0 -27
  2140. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  2141. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  2142. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  2143. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  2144. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  2145. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  2146. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  2147. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  2148. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  2149. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  2150. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  2151. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2152. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  2153. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2154. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2155. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2156. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2157. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2158. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  2159. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  2160. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  2161. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  2162. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  2163. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  2164. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  2165. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  2166. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  2167. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  2168. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  2169. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  2170. data/sample-apps/imports-contacts-app/bin/update +0 -31
  2171. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  2172. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  2173. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  2174. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  2175. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  2176. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  2177. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  2178. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  2179. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  2180. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  2181. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  2182. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  2183. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  2184. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  2185. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  2186. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  2187. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  2188. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  2189. data/sample-apps/imports-contacts-app/config.ru +0 -5
  2190. data/sample-apps/imports-contacts-app/db/development.sqlite3 +0 -0
  2191. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  2192. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  2193. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  2194. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  2195. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  2196. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  2197. data/sample-apps/imports-contacts-app/log/development.log +0 -2295
  2198. data/sample-apps/imports-contacts-app/package.json +0 -5
  2199. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  2200. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  2201. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  2202. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  2203. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  2204. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  2205. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  2206. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  2207. data/sample-apps/imports-contacts-app/public/uploads/example (1).csv +0 -2
  2208. data/sample-apps/imports-contacts-app/public/uploads/example (3).csv +0 -2
  2209. data/sample-apps/imports-contacts-app/public/uploads/example.csv +0 -2
  2210. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  2211. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  2212. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache +0 -1
  2213. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2214. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2215. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2216. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache +0 -0
  2217. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2218. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache +0 -1
  2219. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  2220. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  2221. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache +0 -2
  2222. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  2223. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  2224. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  2225. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache +0 -0
  2226. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2227. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache +0 -1
  2228. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  2229. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache +0 -1
  2230. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  2231. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache +0 -1
  2232. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2233. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache +0 -0
  2234. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  2235. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache +0 -2
  2236. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  2237. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache +0 -2
  2238. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2239. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  2240. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  2241. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  2242. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2243. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache +0 -2
  2244. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache +0 -2
  2245. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache +0 -1
  2246. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
  2247. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2248. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  2249. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  2250. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache +0 -1
  2251. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache +0 -1
  2252. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  2253. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  2254. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  2255. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache +0 -1
  2256. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache +0 -2
  2257. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  2258. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2259. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  2260. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache +0 -1
  2261. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  2262. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2263. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache +0 -1
  2264. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  2265. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  2266. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  2267. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  2268. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  2269. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  2270. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  2271. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  2272. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  2273. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache +0 -1
  2274. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2275. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2276. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  2277. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  2278. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  2279. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  2280. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  2281. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2282. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache +0 -2
  2283. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache +0 -1
  2284. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  2285. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache +0 -0
  2286. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  2287. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  2288. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  2289. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  2290. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  2291. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  2292. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  2293. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  2294. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  2295. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  2296. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  2297. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  2298. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2299. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache +0 -1
  2300. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache +0 -1
  2301. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  2302. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache +0 -1
  2303. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache +0 -0
  2304. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache +0 -1
  2305. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2306. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2307. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  2308. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  2309. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  2310. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache +0 -1
  2311. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  2312. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  2313. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  2314. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache +0 -2
  2315. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache +0 -2
  2316. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  2317. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  2318. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache +0 -1
  2319. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  2320. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  2321. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  2322. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  2323. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  2324. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  2325. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  2326. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  2327. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache +0 -0
  2328. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  2329. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  2330. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  2331. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  2332. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  2333. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  2334. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  2335. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  2336. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2337. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2338. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  2339. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  2340. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  2341. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  2342. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  2343. data/sample-apps/imports-contacts-app/tmp/development_secret.txt +0 -1
  2344. data/sample-apps/imports-contacts-app/tmp/restart.txt +0 -0
  2345. data/sample-apps/leaky-bucket-app/.env +0 -3
  2346. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  2347. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  2348. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  2349. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  2350. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  2351. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  2352. data/sample-apps/leaky-bucket-app/README.md +0 -34
  2353. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  2354. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  2355. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  2356. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  2357. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  2358. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  2359. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  2360. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  2361. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  2362. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  2363. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  2364. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2365. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  2366. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2367. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2368. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2369. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2370. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2371. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  2372. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  2373. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  2374. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  2375. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  2376. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  2377. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  2378. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  2379. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  2380. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  2381. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  2382. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  2383. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  2384. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  2385. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  2386. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  2387. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  2388. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  2389. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  2390. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  2391. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  2392. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  2393. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  2394. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  2395. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  2396. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  2397. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  2398. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  2399. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  2400. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  2401. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  2402. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  2403. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  2404. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  2405. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  2406. data/sample-apps/leaky-bucket-app/db/development.sqlite3 +0 -0
  2407. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  2408. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  2409. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  2410. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  2411. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  2412. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  2413. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  2414. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  2415. data/sample-apps/leaky-bucket-app/package.json +0 -5
  2416. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  2417. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  2418. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  2419. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  2420. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  2421. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  2422. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  2423. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  2424. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  2425. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  2426. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
  2427. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
  2428. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/3i/3iGcB4HFJSCib6hd2s7NHyA3p3m7WmwbnwoKbFDNkbU.cache +0 -0
  2429. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
  2430. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
  2431. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  2432. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
  2433. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
  2434. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  2435. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
  2436. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/F9/F9Cr6ENgXbyOBwpTZ8D9adNYcj0LUld_VXL2ACB69rQ.cache +0 -0
  2437. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
  2438. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
  2439. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fo/FoZvtPYqmTQXyBxMZA_g3iFKEBR1z4vvQt3054qOa8I.cache +0 -0
  2440. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  2441. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2442. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
  2443. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  2444. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  2445. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  2446. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
  2447. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
  2448. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  2449. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2450. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2451. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
  2452. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
  2453. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  2454. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
  2455. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
  2456. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2457. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
  2458. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
  2459. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aQ/aQTFIUhrXBb2LvUDWZkgEeWr6CeBshkDOFNO44m9Ee8.cache +0 -0
  2460. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  2461. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
  2462. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
  2463. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dC/dCeNBKGKdDiAU7F6_2GEqpvTtykUJZwmaat5fGdP8Ho.cache +0 -0
  2464. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  2465. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/er/erMUdJdhdd1rYhxzKZuXOaV1w5v5L_remJqi4Vk6OvQ.cache +0 -0
  2466. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/hw/hwfcCbCulgrifkp9iZUNXey6lL-s6DjR25afiktYu5Q.cache +0 -0
  2467. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
  2468. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2469. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
  2470. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
  2471. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
  2472. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  2473. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
  2474. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
  2475. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
  2476. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
  2477. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
  2478. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
  2479. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  2480. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2481. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2482. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
  2483. data/sample-apps/leaky-bucket-app/tmp/development_secret.txt +0 -1
  2484. data/sample-apps/leaky-bucket-app/tmp/restart.txt +0 -0
  2485. data/sample-apps/oauth-app/.env +0 -2
  2486. data/sample-apps/oauth-app/.env.template +0 -2
  2487. data/sample-apps/oauth-app/.env.test +0 -3
  2488. data/sample-apps/oauth-app/.env.test.template +0 -3
  2489. data/sample-apps/oauth-app/.gitignore +0 -35
  2490. data/sample-apps/oauth-app/.rspec +0 -1
  2491. data/sample-apps/oauth-app/.ruby-version +0 -1
  2492. data/sample-apps/oauth-app/Dockerfile +0 -22
  2493. data/sample-apps/oauth-app/Gemfile +0 -33
  2494. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  2495. data/sample-apps/oauth-app/README.md +0 -33
  2496. data/sample-apps/oauth-app/Rakefile +0 -6
  2497. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  2498. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  2499. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  2500. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  2501. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  2502. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  2503. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  2504. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  2505. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  2506. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  2507. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2508. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  2509. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2510. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2511. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2512. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2513. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2514. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  2515. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  2516. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  2517. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  2518. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  2519. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  2520. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -24
  2521. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  2522. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  2523. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  2524. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  2525. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  2526. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  2527. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  2528. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  2529. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  2530. data/sample-apps/oauth-app/bin/bundle +0 -3
  2531. data/sample-apps/oauth-app/bin/rails +0 -9
  2532. data/sample-apps/oauth-app/bin/rake +0 -9
  2533. data/sample-apps/oauth-app/bin/setup +0 -36
  2534. data/sample-apps/oauth-app/bin/spring +0 -17
  2535. data/sample-apps/oauth-app/bin/update +0 -31
  2536. data/sample-apps/oauth-app/bin/yarn +0 -11
  2537. data/sample-apps/oauth-app/config/application.rb +0 -19
  2538. data/sample-apps/oauth-app/config/boot.rb +0 -3
  2539. data/sample-apps/oauth-app/config/cable.yml +0 -10
  2540. data/sample-apps/oauth-app/config/database.yml +0 -25
  2541. data/sample-apps/oauth-app/config/environment.rb +0 -5
  2542. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  2543. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  2544. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  2545. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  2546. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  2547. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  2548. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  2549. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  2550. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  2551. data/sample-apps/oauth-app/config/puma.rb +0 -34
  2552. data/sample-apps/oauth-app/config/routes.rb +0 -14
  2553. data/sample-apps/oauth-app/config/spring.rb +0 -6
  2554. data/sample-apps/oauth-app/config.ru +0 -5
  2555. data/sample-apps/oauth-app/db/development.sqlite3 +0 -0
  2556. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  2557. data/sample-apps/oauth-app/db/test.sqlite3 +0 -0
  2558. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  2559. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  2560. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  2561. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  2562. data/sample-apps/oauth-app/log/.keep +0 -0
  2563. data/sample-apps/oauth-app/log/development.log +0 -276
  2564. data/sample-apps/oauth-app/log/test.log +0 -1890
  2565. data/sample-apps/oauth-app/package.json +0 -5
  2566. data/sample-apps/oauth-app/public/404.html +0 -67
  2567. data/sample-apps/oauth-app/public/422.html +0 -67
  2568. data/sample-apps/oauth-app/public/500.html +0 -66
  2569. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  2570. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  2571. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  2572. data/sample-apps/oauth-app/public/robots.txt +0 -1
  2573. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  2574. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  2575. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  2576. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  2577. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  2578. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  2579. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  2580. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  2581. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  2582. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  2583. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  2584. data/sample-apps/oauth-app/tmp/.keep +0 -0
  2585. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  2586. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2587. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1U/1UpJmI14JpcnoWoA6uDWd4rgiR_j5c8y03sN2BVXiL0.cache +0 -1
  2588. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -2
  2589. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2A/2A3umH19vP49evH2cz_iW72sD271nGL_AQr7_jImNS8.cache +0 -0
  2590. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2591. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2X/2XrkSiz6V3CxNAjlQovZ-2sP1KhSZNjwmo4Rh66fVxc.cache +0 -0
  2592. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2593. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache +0 -1
  2594. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -0
  2595. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/5h/5hkQ5P4i1GpzLLijVLIsXSqZ_WNhtLB3vSyd_dFGYVQ.cache +0 -1
  2596. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2597. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/6P/6P40XW9SqAEdFZNbhI1JXI6-I_6QpCCWjocyWXETdqk.cache +0 -1
  2598. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/7E/7E7Nuvl6VeCk9ogBf-sjyEcJ3bUtpzf6Gfhvs7kr1Kk.cache +0 -0
  2599. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/8c/8ceD6_zKe5lkXrzQV8cEc2zj3Kebok7XVGkQCRBcMtY.cache +0 -1
  2600. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  2601. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache +0 -0
  2602. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  2603. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2604. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache +0 -0
  2605. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache +0 -1
  2606. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache +0 -0
  2607. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache +0 -1
  2608. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache +0 -2
  2609. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  2610. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
  2611. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache +0 -0
  2612. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  2613. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache +0 -0
  2614. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  2615. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2616. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache +0 -0
  2617. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  2618. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -0
  2619. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2620. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  2621. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  2622. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  2623. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache +0 -0
  2624. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2625. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2626. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  2627. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  2628. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  2629. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  2630. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  2631. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2632. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2633. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  2634. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  2635. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  2636. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache +0 -0
  2637. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2638. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache +0 -0
  2639. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache +0 -0
  2640. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  2641. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  2642. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  2643. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  2644. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  2645. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  2646. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2647. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  2648. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2649. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2650. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache +0 -0
  2651. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache +0 -0
  2652. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  2653. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  2654. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache +0 -0
  2655. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  2656. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache +0 -1
  2657. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  2658. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  2659. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  2660. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache +0 -0
  2661. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache +0 -0
  2662. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  2663. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  2664. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache +0 -0
  2665. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache +0 -0
  2666. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  2667. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  2668. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  2669. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  2670. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  2671. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2672. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2673. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  2674. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  2675. data/sample-apps/oauth-app/tmp/development_secret.txt +0 -1
  2676. data/sample-apps/oauth-app/tmp/restart.txt +0 -0
  2677. data/sample-apps/rate-limits-redis-sample-app/.env +0 -3
  2678. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  2679. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  2680. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  2681. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  2682. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  2683. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  2684. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  2685. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  2686. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  2687. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  2688. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  2689. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  2690. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  2691. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  2692. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  2693. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  2694. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  2695. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  2696. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2697. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  2698. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2699. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2700. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2701. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2702. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2703. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  2704. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  2705. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  2706. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  2707. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  2708. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  2709. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  2710. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  2711. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  2712. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  2713. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  2714. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  2715. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  2716. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  2717. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  2718. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  2719. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  2720. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  2721. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  2722. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  2723. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  2724. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  2725. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  2726. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  2727. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  2728. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  2729. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  2730. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  2731. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  2732. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  2733. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  2734. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  2735. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  2736. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  2737. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  2738. data/sample-apps/rate-limits-redis-sample-app/db/development.sqlite3 +0 -0
  2739. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  2740. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  2741. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  2742. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  2743. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  2744. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  2745. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  2746. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  2747. data/sample-apps/rate-limits-redis-sample-app/log/development.log +0 -3655
  2748. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  2749. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  2750. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  2751. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  2752. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  2753. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  2754. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  2755. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  2756. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  2757. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  2758. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache +0 -0
  2759. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  2760. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache +0 -1
  2761. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache +0 -0
  2762. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
  2763. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
  2764. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
  2765. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache +0 -0
  2766. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
  2767. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache +0 -1
  2768. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  2769. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
  2770. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache +0 -0
  2771. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache +0 -1
  2772. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
  2773. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  2774. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
  2775. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
  2776. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
  2777. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  2778. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2779. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
  2780. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  2781. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  2782. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache +0 -2
  2783. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  2784. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
  2785. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
  2786. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  2787. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache +0 -0
  2788. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2789. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache +0 -1
  2790. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2791. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache +0 -0
  2792. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
  2793. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
  2794. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  2795. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
  2796. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
  2797. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2798. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
  2799. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
  2800. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  2801. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
  2802. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
  2803. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  2804. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
  2805. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2806. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
  2807. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
  2808. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
  2809. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  2810. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
  2811. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
  2812. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
  2813. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache +0 -0
  2814. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
  2815. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
  2816. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
  2817. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache +0 -1
  2818. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache +0 -1
  2819. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache +0 -0
  2820. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  2821. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2822. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2823. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
  2824. data/sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt +0 -1
  2825. data/sample-apps/rate-limits-redis-sample-app/tmp/restart.txt +0 -0
  2826. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  2827. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  2828. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  2829. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  2830. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  2831. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  2832. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  2833. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  2834. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  2835. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  2836. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  2837. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  2838. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  2839. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  2840. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  2841. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  2842. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  2843. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  2844. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2845. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  2846. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2847. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2848. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2849. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2850. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2851. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  2852. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  2853. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  2854. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  2855. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  2856. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  2857. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  2858. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  2859. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  2860. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  2861. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  2862. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  2863. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  2864. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  2865. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  2866. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  2867. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  2868. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  2869. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  2870. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  2871. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  2872. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  2873. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  2874. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  2875. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  2876. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  2877. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  2878. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  2879. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  2880. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  2881. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  2882. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  2883. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  2884. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  2885. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  2886. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  2887. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  2888. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  2889. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  2890. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  2891. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  2892. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  2893. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  2894. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  2895. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  2896. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  2897. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  2898. data/sample-apps/search-result-paging-app/.env +0 -4
  2899. data/sample-apps/search-result-paging-app/.env.template +0 -4
  2900. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  2901. data/sample-apps/search-result-paging-app/.rspec +0 -1
  2902. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  2903. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  2904. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  2905. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  2906. data/sample-apps/search-result-paging-app/README.md +0 -0
  2907. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  2908. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  2909. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  2910. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  2911. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  2912. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  2913. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  2914. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  2915. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  2916. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  2917. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  2918. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2919. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  2920. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2921. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2922. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2923. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2924. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2925. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  2926. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  2927. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -23
  2928. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  2929. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  2930. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  2931. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  2932. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  2933. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  2934. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  2935. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  2936. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  2937. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  2938. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  2939. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  2940. data/sample-apps/search-result-paging-app/bin/update +0 -31
  2941. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  2942. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  2943. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  2944. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  2945. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  2946. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  2947. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  2948. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  2949. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  2950. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  2951. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  2952. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  2953. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  2954. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  2955. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  2956. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  2957. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  2958. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  2959. data/sample-apps/search-result-paging-app/config.ru +0 -5
  2960. data/sample-apps/search-result-paging-app/db/development.sqlite3 +0 -0
  2961. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  2962. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  2963. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  2964. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  2965. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  2966. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  2967. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  2968. data/sample-apps/search-result-paging-app/log/development.log +0 -2187
  2969. data/sample-apps/search-result-paging-app/package.json +0 -5
  2970. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  2971. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  2972. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  2973. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  2974. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  2975. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  2976. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  2977. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  2978. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache +0 -0
  2979. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  2980. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache +0 -1
  2981. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2982. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2983. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache +0 -1
  2984. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2985. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2986. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  2987. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  2988. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache +0 -2
  2989. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache +0 -1
  2990. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache +0 -1
  2991. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  2992. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  2993. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  2994. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2995. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache +0 -0
  2996. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache +0 -0
  2997. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache +0 -1
  2998. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache +0 -1
  2999. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  3000. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache +0 -2
  3001. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  3002. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache +0 -1
  3003. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache +0 -0
  3004. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  3005. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  3006. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
  3007. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  3008. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache +0 -0
  3009. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
  3010. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  3011. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  3012. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache +0 -0
  3013. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache +0 -0
  3014. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache +0 -2
  3015. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  3016. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  3017. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache +0 -2
  3018. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  3019. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache +0 -1
  3020. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache +0 -1
  3021. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
  3022. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  3023. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  3024. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  3025. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache +0 -0
  3026. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  3027. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  3028. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  3029. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache +0 -1
  3030. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  3031. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  3032. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache +0 -1
  3033. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache +0 -0
  3034. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  3035. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  3036. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache +0 -1
  3037. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  3038. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache +0 -0
  3039. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache +0 -1
  3040. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache +0 -1
  3041. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache +0 -1
  3042. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache +0 -0
  3043. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache +0 -2
  3044. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  3045. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  3046. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  3047. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  3048. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  3049. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  3050. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache +0 -1
  3051. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  3052. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache +0 -0
  3053. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache +0 -1
  3054. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  3055. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  3056. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  3057. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache +0 -1
  3058. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
  3059. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  3060. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  3061. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache +0 -2
  3062. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  3063. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  3064. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  3065. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  3066. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  3067. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  3068. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  3069. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache +0 -1
  3070. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache +0 -1
  3071. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache +0 -0
  3072. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -7
  3073. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  3074. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache +0 -0
  3075. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache +0 -0
  3076. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  3077. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  3078. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  3079. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  3080. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  3081. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  3082. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  3083. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache +0 -1
  3084. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  3085. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  3086. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  3087. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  3088. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache +0 -1
  3089. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  3090. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache +0 -0
  3091. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  3092. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache +0 -1
  3093. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  3094. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache +0 -1
  3095. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  3096. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  3097. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  3098. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache +0 -0
  3099. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  3100. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  3101. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  3102. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  3103. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  3104. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache +0 -0
  3105. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  3106. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  3107. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  3108. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  3109. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  3110. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  3111. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache +0 -1
  3112. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  3113. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache +0 -0
  3114. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
  3115. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache +0 -0
  3116. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  3117. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache +0 -2
  3118. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  3119. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache +0 -1
  3120. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache +0 -1
  3121. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  3122. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache +0 -1
  3123. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache +0 -1
  3124. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  3125. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  3126. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  3127. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  3128. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  3129. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache +0 -1
  3130. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  3131. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  3132. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  3133. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  3134. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache +0 -0
  3135. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  3136. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  3137. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache +0 -1
  3138. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  3139. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  3140. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  3141. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  3142. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache +0 -0
  3143. data/sample-apps/search-result-paging-app/tmp/development_secret.txt +0 -1
  3144. data/sample-apps/search-result-paging-app/tmp/restart.txt +0 -0
  3145. data/sample-apps/trello-integration-app/.env +0 -13
  3146. data/sample-apps/webhooks-contacts-app/.env +0 -9
  3147. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  3148. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  3149. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  3150. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  3151. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  3152. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  3153. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  3154. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  3155. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  3156. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  3157. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  3158. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  3159. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  3160. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  3161. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  3162. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  3163. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  3164. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  3165. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  3166. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  3167. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  3168. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  3169. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  3170. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  3171. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  3172. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  3173. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  3174. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -39
  3175. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  3176. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  3177. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  3178. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  3179. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  3180. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  3181. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  3182. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  3183. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  3184. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  3185. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  3186. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  3187. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  3188. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  3189. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  3190. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  3191. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  3192. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  3193. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  3194. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  3195. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  3196. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  3197. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  3198. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  3199. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  3200. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  3201. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  3202. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  3203. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  3204. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  3205. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  3206. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  3207. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  3208. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  3209. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  3210. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  3211. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  3212. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  3213. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  3214. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  3215. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  3216. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  3217. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  3218. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  3219. data/sample-apps/webhooks-contacts-app/log/development.log +0 -5020
  3220. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  3221. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  3222. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  3223. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  3224. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  3225. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  3226. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  3227. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  3228. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  3229. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  3230. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache +0 -1
  3231. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  3232. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  3233. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  3234. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  3235. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  3236. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache +0 -1
  3237. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache +0 -2
  3238. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache +0 -0
  3239. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache +0 -2
  3240. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache +0 -0
  3241. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  3242. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache +0 -0
  3243. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache +0 -1
  3244. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache +0 -0
  3245. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache +0 -1
  3246. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache +0 -1
  3247. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache +0 -1
  3248. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache +0 -2
  3249. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  3250. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  3251. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache +0 -2
  3252. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache +0 -0
  3253. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache +0 -1
  3254. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  3255. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  3256. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache +0 -0
  3257. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  3258. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache +0 -1
  3259. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache +0 -1
  3260. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache +0 -2
  3261. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  3262. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache +0 -1
  3263. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  3264. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache +0 -2
  3265. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache +0 -0
  3266. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache +0 -2
  3267. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  3268. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  3269. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache +0 -2
  3270. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache +0 -2
  3271. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache +0 -0
  3272. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  3273. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache +0 -1
  3274. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache +0 -0
  3275. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache +0 -0
  3276. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache +0 -0
  3277. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache +0 -1
  3278. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache +0 -0
  3279. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  3280. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  3281. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  3282. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache +0 -0
  3283. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache +0 -1
  3284. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache +0 -2
  3285. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache +0 -2
  3286. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  3287. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache +0 -2
  3288. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache +0 -1
  3289. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache +0 -1
  3290. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache +0 -0
  3291. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache +0 -0
  3292. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache +0 -1
  3293. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache +0 -2
  3294. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  3295. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache +0 -1
  3296. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  3297. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache +0 -1
  3298. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache +0 -1
  3299. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache +0 -2
  3300. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache +0 -0
  3301. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache +0 -0
  3302. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -1
  3303. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache +0 -1
  3304. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  3305. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  3306. data/sample-apps/webhooks-contacts-app/tmp/development_secret.txt +0 -1
  3307. data/sample-apps/webhooks-contacts-app/tmp/restart.txt +0 -0
  3308. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  3309. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  3310. data/spec/oauth/api/tokens_api_spec.rb +0 -51
  3311. data/spec/oauth/api_client_spec.rb +0 -226
  3312. data/spec/oauth/configuration_spec.rb +0 -42
  3313. data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
  3314. data/spec/oauth/models/error_detail_spec.rb +0 -53
  3315. data/spec/oauth/models/error_spec.rb +0 -71
  3316. data/spec/oauth/models/json_node_spec.rb +0 -165
  3317. data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
  3318. data/spec/oauth/models/refresh_token_spec.rb +0 -59
  3319. data/spec/owners/api/default_api_spec.rb +0 -60
  3320. data/spec/owners/api_client_spec.rb +0 -226
  3321. data/spec/owners/configuration_spec.rb +0 -42
  3322. data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
  3323. data/spec/owners/models/error_detail_spec.rb +0 -53
  3324. data/spec/owners/models/error_spec.rb +0 -71
  3325. data/spec/owners/models/next_page_spec.rb +0 -47
  3326. data/spec/owners/models/paging_spec.rb +0 -41
  3327. data/spec/owners/models/public_owner_spec.rb +0 -89
  3328. data/spec/owners/models/public_team_spec.rb +0 -57
  3329. data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  3330. data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
  3331. data/spec/pipelines/api_client_spec.rb +0 -226
  3332. data/spec/pipelines/configuration_spec.rb +0 -42
  3333. data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  3334. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  3335. data/spec/pipelines/models/error_detail_spec.rb +0 -53
  3336. data/spec/pipelines/models/error_spec.rb +0 -71
  3337. data/spec/pipelines/models/next_page_spec.rb +0 -47
  3338. data/spec/pipelines/models/paging_spec.rb +0 -41
  3339. data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
  3340. data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  3341. data/spec/pipelines/models/pipeline_spec.rb +0 -83
  3342. data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  3343. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  3344. data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
  3345. data/spec/properties/api/batch_api_spec.rb +0 -74
  3346. data/spec/properties/api/core_api_spec.rb +0 -102
  3347. data/spec/properties/api/groups_api_spec.rb +0 -100
  3348. data/spec/properties/api_client_spec.rb +0 -226
  3349. data/spec/properties/configuration_spec.rb +0 -42
  3350. data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
  3351. data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
  3352. data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
  3353. data/spec/properties/models/batch_response_property_spec.rb +0 -81
  3354. data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
  3355. data/spec/properties/models/collection_response_property_spec.rb +0 -47
  3356. data/spec/properties/models/error_detail_spec.rb +0 -65
  3357. data/spec/properties/models/error_spec.rb +0 -71
  3358. data/spec/properties/models/next_page_spec.rb +0 -47
  3359. data/spec/properties/models/option_input_spec.rb +0 -65
  3360. data/spec/properties/models/option_spec.rb +0 -65
  3361. data/spec/properties/models/paging_spec.rb +0 -41
  3362. data/spec/properties/models/property_create_spec.rb +0 -103
  3363. data/spec/properties/models/property_group_create_spec.rb +0 -53
  3364. data/spec/properties/models/property_group_spec.rb +0 -59
  3365. data/spec/properties/models/property_group_update_spec.rb +0 -47
  3366. data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
  3367. data/spec/properties/models/property_name_spec.rb +0 -41
  3368. data/spec/properties/models/property_spec.rb +0 -177
  3369. data/spec/properties/models/property_update_spec.rb +0 -91
@@ -1,2187 +0,0 @@
1
- Started GET "/" for ::1 at 2020-04-23 17:16:48 +0300
2
- Processing by ContactsController#index as HTML
3
- Rendering contacts/index.html.erb within layouts/application
4
- Rendered contacts/index.html.erb within layouts/application (2.6ms)
5
- Rendered shared/_header.html.erb (0.3ms)
6
- Completed 200 OK in 353ms (Views: 349.6ms | ActiveRecord: 0.0ms)
7
-
8
-
9
- Started GET "/" for ::1 at 2020-04-29 12:42:37 +0300
10
- Processing by ContactsController#index as HTML
11
- Rendering contacts/index.html.erb within layouts/application
12
- Rendered contacts/index.html.erb within layouts/application (3.5ms)
13
- Rendered shared/_header.html.erb (0.5ms)
14
- Completed 200 OK in 244ms (Views: 242.8ms | ActiveRecord: 0.0ms)
15
-
16
-
17
- Started GET "/" for ::1 at 2020-04-29 12:43:07 +0300
18
- Processing by ContactsController#index as HTML
19
- Rendering contacts/index.html.erb within layouts/application
20
- Rendered contacts/index.html.erb within layouts/application (23.1ms)
21
- Completed 500 Internal Server Error in 740ms (ActiveRecord: 0.0ms)
22
-
23
-
24
-
25
- ActionView::Template::Error (undefined method `each' for nil:NilClass):
26
- 36: </tr>
27
- 37: </thead>
28
- 38: <tbody>
29
- 39: <% @contacts.each do |contact| %>
30
- 40: <tr class="contact">
31
- 41: <td>
32
- 42: <a href="/contacts/<%= contact.id %>">
33
-
34
- app/views/contacts/index.html.erb:39:in `_app_views_contacts_index_html_erb__4535125083818244246_69928752537200'
35
- Started GET "/" for ::1 at 2020-04-29 12:43:22 +0300
36
- Processing by ContactsController#index as HTML
37
- Rendering contacts/index.html.erb within layouts/application
38
- Rendered contacts/index.html.erb within layouts/application (29.4ms)
39
- Rendered shared/_header.html.erb (0.2ms)
40
- Completed 200 OK in 1595ms (Views: 315.7ms | ActiveRecord: 0.0ms)
41
-
42
-
43
- Started GET "/" for ::1 at 2020-04-29 12:43:59 +0300
44
- Processing by ContactsController#index as HTML
45
- Rendering contacts/index.html.erb within layouts/application
46
- Rendered contacts/index.html.erb within layouts/application (65.7ms)
47
- Rendered shared/_header.html.erb (0.7ms)
48
- Completed 200 OK in 1370ms (Views: 85.0ms | ActiveRecord: 0.0ms)
49
-
50
-
51
- Started GET "/" for ::1 at 2020-04-29 12:44:13 +0300
52
- Processing by ContactsController#index as HTML
53
- Rendering contacts/index.html.erb within layouts/application
54
- Rendered contacts/index.html.erb within layouts/application (29.9ms)
55
- Rendered shared/_header.html.erb (0.8ms)
56
- Completed 200 OK in 1066ms (Views: 45.0ms | ActiveRecord: 0.0ms)
57
-
58
-
59
- Started GET "/" for ::1 at 2020-04-29 12:45:07 +0300
60
- Processing by ContactsController#index as HTML
61
- Rendering contacts/index.html.erb within layouts/application
62
- Rendered contacts/index.html.erb within layouts/application (34.8ms)
63
- Rendered shared/_header.html.erb (0.3ms)
64
- Completed 200 OK in 1463ms (Views: 328.4ms | ActiveRecord: 0.0ms)
65
-
66
-
67
- Started GET "/" for ::1 at 2020-04-29 12:57:59 +0300
68
- Processing by ContactsController#index as HTML
69
- Rendering contacts/index.html.erb within layouts/application
70
- Rendered contacts/index.html.erb within layouts/application (50.1ms)
71
- Rendered shared/_header.html.erb (0.4ms)
72
- Completed 200 OK in 1046ms (Views: 95.7ms | ActiveRecord: 0.0ms)
73
-
74
-
75
- Started GET "/" for ::1 at 2020-04-29 13:17:20 +0300
76
- Processing by ContactsController#index as HTML
77
- Rendering contacts/index.html.erb within layouts/application
78
- Rendered contacts/index.html.erb within layouts/application (65.9ms)
79
- Rendered shared/_header.html.erb (0.3ms)
80
- Completed 200 OK in 1232ms (Views: 83.2ms | ActiveRecord: 0.0ms)
81
-
82
-
83
- Started GET "/" for ::1 at 2020-04-29 13:17:43 +0300
84
- Processing by ContactsController#index as HTML
85
- Completed 500 Internal Server Error in 372ms (ActiveRecord: 0.0ms)
86
-
87
-
88
-
89
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
90
- HTTP status code: 400
91
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:17:43 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d29e39ec6b5637b17ff308a53296af88f1588155463; expires=Fri, 29-May-20 10:17:43 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B7A31C80F973A1BE367788C351DE5386B01CDE6929FB36026E7C38A0A01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249998", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8465fda64ffc4-WAW", "cf-request-id"=>"02670a4fe90000ffc46f098200000001"}
92
- Response body: {"status":"error","message":"Unable to process JSON","correlationId":"7fa4fccd-10cc-41aa-80d7-996320f8b6e9","requestId":"58346630-2886-4215-b239-11d39299a06e"}):
93
-
94
- app/controllers/contacts_controller.rb:12:in `index'
95
- Started GET "/" for ::1 at 2020-04-29 13:18:52 +0300
96
- Processing by ContactsController#index as HTML
97
- Completed 500 Internal Server Error in 342ms (ActiveRecord: 0.0ms)
98
-
99
-
100
-
101
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
102
- HTTP status code: 400
103
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:18:52 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d150db31a5c120874d9f553e10c814c241588155532; expires=Fri, 29-May-20 10:18:52 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B8A0799E404AA39F1C67A92E5320FFFA72CB4522533D3F9E10AB1712301", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249997", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8480d7b88f298-WAW", "cf-request-id"=>"02670b5c6f0000f29864354200000001"}
104
- Response body: {"status":"error","message":"Unable to process JSON","correlationId":"31ea9aa3-d054-4fc1-b28d-fece19b44f69","requestId":"c69bff0e-af94-4a23-9aef-ddad325f6300"}):
105
-
106
- app/controllers/contacts_controller.rb:12:in `index'
107
- Started GET "/" for ::1 at 2020-04-29 13:19:37 +0300
108
- Processing by ContactsController#index as HTML
109
- Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
110
-
111
-
112
-
113
- NameError (uninitialized constant ContactsController::True):
114
-
115
- app/controllers/contacts_controller.rb:15:in `index'
116
- Started GET "/" for ::1 at 2020-04-29 13:19:51 +0300
117
- Processing by ContactsController#index as HTML
118
- Completed 500 Internal Server Error in 502ms (ActiveRecord: 0.0ms)
119
-
120
-
121
-
122
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
123
- HTTP status code: 400
124
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:19:51 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d6dce67fb7f930264a3ccda23a3e518e91588155591; expires=Fri, 29-May-20 10:19:51 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BAA18278BE0FA4025F98E900E8C560807E228731C4F04CA25249C55AA01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249996", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b8497f2ad4cca7-WAW", "cf-request-id"=>"02670c437d0000cca7cfbef200000001"}
125
- Response body: {"status":"error","message":"Unable to process JSON","correlationId":"c6b6453c-10ec-4828-8dfa-e315e810a3f9","requestId":"5ebe7f0e-666d-4d44-b535-fabbc1beadba"}):
126
-
127
- app/controllers/contacts_controller.rb:34:in `index'
128
- Started GET "/" for ::1 at 2020-04-29 13:20:25 +0300
129
- Processing by ContactsController#index as HTML
130
- Completed 500 Internal Server Error in 54424ms (ActiveRecord: 0.0ms)
131
-
132
-
133
-
134
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
135
- HTTP status code: 400
136
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:21:19 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"159", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dfd3bbedc3433c7b27859a4ded536ef8c1588155679; expires=Fri, 29-May-20 10:21:19 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BDFCA77F3F1FE4A6ECA5C0F852AE765A4732FBB0D5AEDD61785253F1E01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249995", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b84ba4daa4cc93-WAW", "cf-request-id"=>"02670d9b040000cc93aab62200000001"}
137
- Response body: {"status":"error","message":"Unable to process JSON","correlationId":"448e7357-6129-4bfd-adb2-3a812ba11aac","requestId":"d0a0a89d-fbfd-48a9-9322-1e940aa6b08c"}):
138
-
139
- app/controllers/contacts_controller.rb:35:in `index'
140
- Started GET "/" for ::1 at 2020-04-29 13:21:49 +0300
141
- Processing by ContactsController#index as HTML
142
- Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
143
-
144
-
145
-
146
- TypeError (no implicit conversion of Hash into String):
147
-
148
- app/controllers/contacts_controller.rb:35:in `index'
149
- Started GET "/" for ::1 at 2020-04-29 13:22:08 +0300
150
- Processing by ContactsController#index as HTML
151
- Completed 500 Internal Server Error in 344ms (ActiveRecord: 0.0ms)
152
-
153
-
154
-
155
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
156
- HTTP status code: 500
157
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:22:08 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d9bac3eebc9da86793f7901c47effded01588155728; expires=Fri, 29-May-20 10:22:08 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B240D5B54037EBC450A8ABDC411006801E7CD42387E12D85AFE10DF6701", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249994", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b84cd7ceacf2c0-WAW", "cf-request-id"=>"02670e5ada0000f2c0578a8200000001"}
158
- Response body: {"status":"error","message":"internal error","correlationId":"5f244408-9b7e-45cb-9315-5c926fcb4536","requestId":"8998e869-1ed7-44ab-9836-cc84c128d3de"}):
159
-
160
- app/controllers/contacts_controller.rb:34:in `index'
161
- Started GET "/" for ::1 at 2020-04-29 13:42:43 +0300
162
- Processing by ContactsController#index as HTML
163
- Completed 500 Internal Server Error in 494ms (ActiveRecord: 0.0ms)
164
-
165
-
166
-
167
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
168
- HTTP status code: 400
169
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:42:43 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"212", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d8038e11d09e6afc9976cb5ba8fd6c30d1588156963; expires=Fri, 29-May-20 10:42:43 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BDE5F2F090162F67954C47F2E1AD6025F520A8CE6D220288A2787295A01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249993", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86afdee34f290-WAW", "cf-request-id"=>"02672132ad0000f29038b8d200000001"}
170
- Response body: {"status":"error","message":"Import cannot be processed without file data!","correlationId":"3fba0112-87d3-4ec7-95f6-ea95d8b49ae7","category":"VALIDATION_ERROR","requestId":"025f41cb-c605-4582-906c-1488469fe4b1"}):
171
-
172
- app/controllers/contacts_controller.rb:34:in `index'
173
- Started GET "/" for ::1 at 2020-04-29 13:43:11 +0300
174
- Processing by ContactsController#index as HTML
175
- Completed 500 Internal Server Error in 243ms (ActiveRecord: 0.0ms)
176
-
177
-
178
-
179
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
180
- HTTP status code: 500
181
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:43:12 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=ddb4071dbd30ba107e2a6f99cf4f490591588156991; expires=Fri, 29-May-20 10:43:11 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B3AD34F5351A8F30192593B6B18963E426D78393C10235AF14E6657B901", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249992", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86baf3c34f29c-WAW", "cf-request-id"=>"026721a1800000f29c01a65200000001"}
182
- Response body: {"status":"error","message":"internal error","correlationId":"9f51c444-fe9d-4bd6-8bfa-649796d3ee68","requestId":"7518347a-2fdf-4a7a-a6f8-34267e6a9a4e"}):
183
-
184
- app/controllers/contacts_controller.rb:34:in `index'
185
- Started GET "/" for ::1 at 2020-04-29 13:44:46 +0300
186
- Processing by ContactsController#index as HTML
187
- Completed 500 Internal Server Error in 2435785ms (ActiveRecord: 0.0ms)
188
-
189
-
190
-
191
- Hubspot::Crm::Imports::ApiError (Error message: the server returns an error
192
- HTTP status code: 500
193
- Response headers: {"date"=>"Wed, 29 Apr 2020 10:44:47 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"151", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dd8294e993ee1090fd7a40ce16527dc011588157086; expires=Fri, 29-May-20 10:44:46 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B424D6BD62A16E995463D8E518E3B2CF629F3AE44E78C4A2B66CE72CA01", "x-hubspot-ratelimit-daily"=>"250000", "x-hubspot-ratelimit-daily-remaining"=>"249991", "x-hubspot-ratelimit-interval-milliseconds"=>"10000", "x-hubspot-ratelimit-remaining"=>"99", "x-hubspot-ratelimit-max"=>"100", "x-hubspot-ratelimit-secondly"=>"10", "x-hubspot-ratelimit-secondly-remaining"=>"9", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"58b86e00acccf2c4-WAW", "cf-request-id"=>"026723146d0000f2c44d944200000001"}
194
- Response body: {"status":"error","message":"internal error","correlationId":"90d0681c-ebb4-45f7-a87f-d93f4543d942","requestId":"8a907875-6721-47fd-8191-c24990576c8e"}):
195
-
196
- app/controllers/contacts_controller.rb:34:in `index'
197
- Started GET "/" for ::1 at 2020-06-03 20:47:16 +0300
198
-
199
- AbstractController::ActionNotFound (The action 'index' could not be found for ContactsController):
200
-
201
- actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
202
- actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
203
- actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
204
- actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
205
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
206
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
207
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
208
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
209
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
210
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
211
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
212
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
213
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
214
- rack (2.2.2) lib/rack/head.rb:12:in `call'
215
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
216
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
217
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
218
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
219
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
220
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
221
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
222
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
223
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
224
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
225
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
226
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
227
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
228
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
229
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
230
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
231
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
232
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
233
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
234
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
235
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
236
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
237
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
238
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
239
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
240
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
241
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
242
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
243
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
244
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
245
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
246
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
247
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
248
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
249
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
250
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
251
- Started GET "/" for ::1 at 2020-06-03 20:48:13 +0300
252
-
253
- LoadError (Unable to autoload constant HomeController, expected /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/controllers/home_controller.rb to define it):
254
-
255
- activesupport (5.2.3) lib/active_support/dependencies.rb:511:in `load_missing_constant'
256
- activesupport (5.2.3) lib/active_support/dependencies.rb:195:in `const_missing'
257
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `const_get'
258
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `block in constantize'
259
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `each'
260
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `inject'
261
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `constantize'
262
- activesupport (5.2.3) lib/active_support/dependencies.rb:582:in `get'
263
- activesupport (5.2.3) lib/active_support/dependencies.rb:613:in `constantize'
264
- actionpack (5.2.3) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
265
- actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?'
266
- actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding'
267
- actionpack (5.2.3) lib/action_dispatch/http/parameters.rb:69:in `path_parameters='
268
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:50:in `block in serve'
269
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
270
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
271
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
272
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
273
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
274
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
275
- rack (2.2.2) lib/rack/head.rb:12:in `call'
276
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
277
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
278
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
279
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
280
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
281
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
282
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
283
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
284
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
285
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
286
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
287
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
288
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
289
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
290
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
291
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
292
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
293
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
294
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
295
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
296
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
297
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
298
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
299
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
300
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
301
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
302
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
303
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
304
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
305
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
306
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
307
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
308
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
309
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
310
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
311
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
312
- Started GET "/" for ::1 at 2020-06-03 20:48:33 +0300
313
- Processing by HomeController#index as HTML
314
- Completed 500 Internal Server Error in 374ms (ActiveRecord: 0.0ms)
315
-
316
-
317
-
318
- Hubspot::OAuth::ApiError (Error message: the server returns an error
319
- HTTP status code: 400
320
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:48:33 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=de1da59b260e3dfe2222b5319d12371031591206513; expires=Fri, 03-Jul-20 17:48:33 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BF131BA52655B9E209B008C166D4C8C29711CDEBF000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce5a2560000cca3af907200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db3ee3b8a1cca3-WAW"}
321
- Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"3dccdeb7-55e5-42b4-a019-149b31cd3107"}):
322
-
323
- app/lib/services/authorization/tokens/refresh.rb:19:in `refresh_tokens'
324
- app/lib/services/authorization/tokens/refresh.rb:11:in `call'
325
- app/controllers/home_controller.rb:12:in `authorize'
326
- Started GET "/" for ::1 at 2020-06-03 20:48:52 +0300
327
- Processing by HomeController#index as HTML
328
- Completed 500 Internal Server Error in 592ms (ActiveRecord: 0.0ms)
329
-
330
-
331
-
332
- Hubspot::OAuth::ApiError (Error message: the server returns an error
333
- HTTP status code: 400
334
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:48:53 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d39c98e7c3e448f5bdd0a19621a63e8c41591206532; expires=Fri, 03-Jul-20 17:48:52 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BA1852066B00D288E94112D6AB4445C8043742E74000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce5ef430000f2d895b5c200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db3f5ed934f2d8-WAW"}
335
- Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"1ed0773a-2fb3-4699-9146-6e40090e6952"}):
336
-
337
- app/lib/services/authorization/tokens/refresh.rb:19:in `refresh_tokens'
338
- app/lib/services/authorization/tokens/refresh.rb:11:in `call'
339
- app/controllers/home_controller.rb:12:in `authorize'
340
- Started GET "/" for ::1 at 2020-06-03 20:52:03 +0300
341
- Processing by HomeController#index as HTML
342
- Completed 500 Internal Server Error in 688ms (ActiveRecord: 0.0ms)
343
-
344
-
345
-
346
- Hubspot::OAuth::ApiError (Error message: the server returns an error
347
- HTTP status code: 400
348
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:52:04 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dab8906cf2266c6f3c648a397d3cecc5b1591206724; expires=Fri, 03-Jul-20 17:52:04 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B46F47F88A3EA547C693898FD4096277CB4FDA889000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce8d9cc0000f29cdd134200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db44094a65f29c-WAW"}
349
- Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"5710b42b-f090-4252-8afb-c3e15be9d1a8"}):
350
-
351
- app/lib/services/hubspot/authorization/tokens/refresh.rb:20:in `refresh_tokens'
352
- app/lib/services/hubspot/authorization/tokens/refresh.rb:12:in `call'
353
- app/controllers/home_controller.rb:12:in `authorize'
354
- Started GET "/" for ::1 at 2020-06-03 20:52:14 +0300
355
- Processing by HomeController#index as HTML
356
- Completed 500 Internal Server Error in 278ms (ActiveRecord: 0.0ms)
357
-
358
-
359
-
360
- Hubspot::OAuth::ApiError (Error message: the server returns an error
361
- HTTP status code: 400
362
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:52:14 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"153", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d0b90282e7b5dd376fe3343b050274b861591206734; expires=Fri, 03-Jul-20 17:52:14 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BB721EA2E074AD3D97B3E3D36CCCBCAD1CFFA5A0A000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ce9038d0000ffc89589a200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db444c1d67ffc8-WAW"}
363
- Response body: {"status":"MISMATCH_REFRESH_TOKEN_CLIENT","message":"refresh token was not issued to this client","correlationId":"aa6ed3bf-6a0b-4222-a000-6d0a3eba8ef8"}):
364
-
365
- app/lib/services/hubspot/authorization/tokens/refresh.rb:20:in `refresh_tokens'
366
- app/lib/services/hubspot/authorization/tokens/refresh.rb:12:in `call'
367
- app/controllers/home_controller.rb:12:in `authorize'
368
- Started GET "/" for ::1 at 2020-06-03 20:52:21 +0300
369
- Processing by HomeController#index as HTML
370
- Redirected to http://localhost:3000/login
371
- Filter chain halted as :authorize rendered or redirected
372
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
373
-
374
-
375
- Started GET "/login" for ::1 at 2020-06-03 20:52:21 +0300
376
- Processing by Oauth::AuthorizationController#login as HTML
377
- Rendering oauth/authorization/login.html.erb within layouts/application
378
- Rendered oauth/authorization/login.html.erb within layouts/application (0.9ms)
379
- Rendered shared/_header.html.erb (0.4ms)
380
- Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.0ms)
381
-
382
-
383
- Started GET "/login" for ::1 at 2020-06-03 20:52:39 +0300
384
- Processing by Oauth::AuthorizationController#login as HTML
385
- Rendering oauth/authorization/login.html.erb within layouts/application
386
- Rendered oauth/authorization/login.html.erb within layouts/application (2.0ms)
387
- Rendered shared/_header.html.erb (0.6ms)
388
- Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 0.0ms)
389
-
390
-
391
- Started GET "/login" for ::1 at 2020-06-03 20:52:42 +0300
392
- Processing by Oauth::AuthorizationController#login as HTML
393
- Rendering oauth/authorization/login.html.erb within layouts/application
394
- Rendered oauth/authorization/login.html.erb within layouts/application (1.5ms)
395
- Rendered shared/_header.html.erb (0.5ms)
396
- Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.0ms)
397
-
398
-
399
- Started GET "/oauth" for ::1 at 2020-06-03 20:52:44 +0300
400
- Processing by Oauth::AuthorizationController#authorize as HTML
401
- Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
402
- Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
403
-
404
-
405
- Started GET "/oauth/callback?code=9032a514-04e3-43c5-9586-061088384a28" for ::1 at 2020-06-03 20:52:49 +0300
406
- Processing by Oauth::AuthorizationController#callback as HTML
407
- Parameters: {"code"=>"9032a514-04e3-43c5-9586-061088384a28"}
408
- Completed 500 Internal Server Error in 253ms (ActiveRecord: 0.0ms)
409
-
410
-
411
-
412
- NameError (uninitialized constant Services::Hubspot::Authorization::AuthorizeHubspot):
413
-
414
- app/controllers/oauth/authorization_controller.rb:13:in `callback'
415
- Started GET "/oauth/callback?code=9032a514-04e3-43c5-9586-061088384a28" for ::1 at 2020-06-03 20:53:27 +0300
416
- Processing by Oauth::AuthorizationController#callback as HTML
417
- Parameters: {"code"=>"9032a514-04e3-43c5-9586-061088384a28"}
418
- Completed 500 Internal Server Error in 273ms (ActiveRecord: 0.0ms)
419
-
420
-
421
-
422
- Hubspot::OAuth::ApiError (Error message: the server returns an error
423
- HTTP status code: 400
424
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:53:27 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"122", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=d9c523ef2834f698dc95e072b19ddb9e31591206807; expires=Fri, 03-Jul-20 17:53:27 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2BADDBFA6437220B99BAD544D1EF84BC33745703BA000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031cea20090000f2b060831200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db46134940f2b0-WAW"}
425
- Response body: {"status":"BAD_AUTH_CODE","message":"missing or unknown auth code","correlationId":"b58b4ae0-5e70-4cfd-a192-dcac309e510d"}):
426
-
427
- app/lib/services/hubspot/authorization/tokens/generate.rb:13:in `call'
428
- app/controllers/oauth/authorization_controller.rb:12:in `callback'
429
- Started GET "/" for ::1 at 2020-06-03 20:53:33 +0300
430
- Processing by HomeController#index as HTML
431
- Redirected to http://localhost:3000/login
432
- Filter chain halted as :authorize rendered or redirected
433
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
434
-
435
-
436
- Started GET "/login" for ::1 at 2020-06-03 20:53:33 +0300
437
- Processing by Oauth::AuthorizationController#login as HTML
438
- Rendering oauth/authorization/login.html.erb within layouts/application
439
- Rendered oauth/authorization/login.html.erb within layouts/application (0.5ms)
440
- Rendered shared/_header.html.erb (0.4ms)
441
- Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
442
-
443
-
444
- Started GET "/oauth" for ::1 at 2020-06-03 20:53:34 +0300
445
- Processing by Oauth::AuthorizationController#authorize as HTML
446
- Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
447
- Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
448
-
449
-
450
- Started GET "/oauth/callback?code=cbc7ebbc-7692-4f20-a6f3-c639d78e6181" for ::1 at 2020-06-03 20:53:39 +0300
451
- Processing by Oauth::AuthorizationController#callback as HTML
452
- Parameters: {"code"=>"cbc7ebbc-7692-4f20-a6f3-c639d78e6181"}
453
- Redirected to http://localhost:3000/
454
- Completed 302 Found in 869ms (ActiveRecord: 0.0ms)
455
-
456
-
457
- Started GET "/" for ::1 at 2020-06-03 20:53:40 +0300
458
- Processing by HomeController#index as HTML
459
- Completed 406 Not Acceptable in 37ms (ActiveRecord: 0.0ms)
460
-
461
-
462
-
463
- ActionController::UnknownFormat (HomeController#index is missing a template for this request format and variant.
464
-
465
- request.formats: ["text/html"]
466
- request.variant: []
467
-
468
- NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):
469
-
470
- actionpack (5.2.3) lib/action_controller/metal/implicit_render.rb:55:in `default_render'
471
- actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
472
- actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
473
- actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
474
- actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
475
- actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
476
- actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
477
- activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
478
- actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
479
- actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
480
- actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
481
- activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
482
- activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
483
- activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
484
- actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
485
- actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
486
- activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
487
- actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
488
- actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
489
- actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
490
- actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
491
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
492
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
493
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
494
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
495
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
496
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
497
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
498
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
499
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
500
- rack (2.2.2) lib/rack/head.rb:12:in `call'
501
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
502
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
503
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
504
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
505
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
506
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
507
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
508
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
509
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
510
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
511
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
512
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
513
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
514
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
515
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
516
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
517
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
518
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
519
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
520
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
521
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
522
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
523
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
524
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
525
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
526
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
527
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
528
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
529
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
530
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
531
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
532
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
533
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
534
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
535
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
536
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
537
- Started GET "/" for ::1 at 2020-06-03 20:54:26 +0300
538
- Processing by ContactsController#search as HTML
539
- Completed 500 Internal Server Error in 270ms (ActiveRecord: 0.0ms)
540
-
541
-
542
-
543
- Hubspot::Crm::Contacts::ApiError (Error message: the server returns an error
544
- HTTP status code: 400
545
- Response headers: {"date"=>"Wed, 03 Jun 2020 17:54:26 GMT", "content-type"=>"application/json;charset=utf-8", "content-length"=>"253", "connection"=>"keep-alive", "set-cookie"=>"__cfduid=dfc8d8dc18a171901ff0e2d5622e475f91591206866; expires=Fri, 03-Jul-20 17:54:26 GMT; path=/; domain=.hubapi.com; HttpOnly; SameSite=Lax", "x-trace"=>"2B80895FB653BC7980DBA56E7FECBB6AAF50CB6892000000000000000000", "vary"=>"Accept-Encoding", "access-control-allow-credentials"=>"false", "cf-cache-status"=>"DYNAMIC", "cf-request-id"=>"031ceb060a0000f290b4921200000001", "expect-ct"=>"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "strict-transport-security"=>"max-age=31536000; includeSubDomains; preload", "server"=>"cloudflare", "cf-ray"=>"59db47834feaf290-WAW"}
546
- Response body: {"status":"error","message":"Invalid input JSON on line 1, column 69: Cannot construct instance of `com.hubspot.inbounddb.publicobject.core.v3.search.Filter`, problem: operator EQ requires a value","correlationId":"ffc2954f-50c8-4321-aac9-d970e2358732"}):
547
-
548
- app/lib/services/hubspot/contacts/search.rb:11:in `call'
549
- app/controllers/contacts_controller.rb:6:in `search'
550
- Started GET "/" for ::1 at 2020-06-03 20:55:42 +0300
551
-
552
- AbstractController::ActionNotFound (The action 'search' could not be found for ContactsController):
553
-
554
- actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
555
- actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
556
- actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
557
- actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
558
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
559
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
560
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
561
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
562
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
563
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
564
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
565
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
566
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
567
- rack (2.2.2) lib/rack/head.rb:12:in `call'
568
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
569
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
570
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
571
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
572
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
573
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
574
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
575
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
576
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
577
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
578
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
579
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
580
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
581
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
582
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
583
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
584
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
585
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
586
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
587
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
588
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
589
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
590
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
591
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
592
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
593
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
594
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
595
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
596
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
597
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
598
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
599
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
600
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
601
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
602
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
603
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
604
- Started GET "/" for ::1 at 2020-06-03 20:55:48 +0300
605
-
606
- AbstractController::ActionNotFound (The action 'search' could not be found for ContactsController):
607
-
608
- actionpack (5.2.3) lib/abstract_controller/base.rb:129:in `process'
609
- actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
610
- actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
611
- actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
612
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
613
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
614
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
615
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
616
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
617
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
618
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
619
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
620
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
621
- rack (2.2.2) lib/rack/head.rb:12:in `call'
622
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
623
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
624
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
625
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
626
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
627
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
628
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
629
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
630
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
631
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
632
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
633
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
634
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
635
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
636
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
637
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
638
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
639
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
640
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
641
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
642
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
643
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
644
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
645
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
646
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
647
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
648
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
649
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
650
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
651
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
652
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
653
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
654
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
655
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
656
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
657
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
658
- Started GET "/" for ::1 at 2020-06-03 20:56:17 +0300
659
- Processing by ContactsController#index as HTML
660
- Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
661
-
662
-
663
-
664
- NameError (uninitialized constant Services::Hubspot::Contacts::GetPage):
665
-
666
- app/controllers/contacts_controller.rb:11:in `index'
667
- Started GET "/" for ::1 at 2020-06-03 20:56:49 +0300
668
- Processing by ContactsController#index as HTML
669
- Rendering contacts/index.html.erb within layouts/application
670
- Rendered contacts/index.html.erb within layouts/application (278.5ms)
671
- Completed 500 Internal Server Error in 1310ms (ActiveRecord: 0.0ms)
672
-
673
-
674
-
675
- ActionView::Template::Error (undefined local variable or method `new_contact_path' for #<#<Class:0x00007f71a48b5f98>:0x00007f71a48c47f0>):
676
- 10: <p>Export to CSV</p>
677
- 11: <p># app/lib/services/hubspot/contacts/export.rb</p>
678
- 12: </pre>
679
- 13: <%= link_to('New Contact', new_contact_path, class: 'button', id: 'new-contact') %>
680
- 14: <%= link_to('Export To CSV', export_contacts_path(format: :csv), class: 'button', id: 'export') %>
681
- 15: </div>
682
- 16:
683
-
684
- app/views/contacts/index.html.erb:13:in `_app_views_contacts_index_html_erb__2973491045842057667_70063034296680'
685
- Started GET "/" for ::1 at 2020-06-03 20:57:11 +0300
686
- Processing by ContactsController#index as HTML
687
- Rendering contacts/index.html.erb within layouts/application
688
- Rendered contacts/index.html.erb within layouts/application (10.0ms)
689
- Rendered shared/_header.html.erb (0.5ms)
690
- Completed 200 OK in 618ms (Views: 47.3ms | ActiveRecord: 0.0ms)
691
-
692
-
693
- Started GET "/" for ::1 at 2020-06-03 20:57:26 +0300
694
- Processing by ContactsController#index as HTML
695
- Rendering contacts/index.html.erb within layouts/application
696
- Rendered contacts/index.html.erb within layouts/application (1.5ms)
697
- Rendered shared/_header.html.erb (0.2ms)
698
- Completed 200 OK in 650ms (Views: 12.0ms | ActiveRecord: 0.0ms)
699
-
700
-
701
- Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:57:31 +0300
702
-
703
- ActionController::RoutingError (No route matches [GET] "/contacts"):
704
-
705
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
706
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
707
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
708
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
709
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
710
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
711
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
712
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
713
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
714
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
715
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
716
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
717
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
718
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
719
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
720
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
721
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
722
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
723
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
724
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
725
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
726
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
727
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
728
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
729
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
730
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
731
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
732
- Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:58:27 +0300
733
-
734
- SyntaxError (/home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/config/routes.rb:5: syntax error, unexpected tSTRING_BEG, expecting do or '{' or '('
735
- get '/contacts', to 'contacts#index'
736
- ^):
737
-
738
- config/routes.rb:5: syntax error, unexpected tSTRING_BEG, expecting do or '{' or '('
739
- Started GET "/contacts?utf8=%E2%9C%93&search=w" for ::1 at 2020-06-03 20:58:36 +0300
740
- Processing by ContactsController#index as HTML
741
- Parameters: {"utf8"=>"✓", "search"=>"w"}
742
- Rendering contacts/index.html.erb within layouts/application
743
- Rendered contacts/index.html.erb within layouts/application (7.5ms)
744
- Rendered shared/_header.html.erb (0.5ms)
745
- Completed 200 OK in 440ms (Views: 109.7ms | ActiveRecord: 0.0ms)
746
-
747
-
748
- Started GET "/contacts?utf8=%E2%9C%93&search=" for ::1 at 2020-06-03 20:58:39 +0300
749
- Processing by ContactsController#index as HTML
750
- Parameters: {"utf8"=>"✓", "search"=>""}
751
- Rendering contacts/index.html.erb within layouts/application
752
- Rendered contacts/index.html.erb within layouts/application (6.9ms)
753
- Rendered shared/_header.html.erb (0.4ms)
754
- Completed 200 OK in 582ms (Views: 53.6ms | ActiveRecord: 0.0ms)
755
-
756
-
757
- Started GET "/contacts/6439" for ::1 at 2020-06-03 20:58:44 +0300
758
-
759
- ActionController::RoutingError (No route matches [GET] "/contacts/6439"):
760
-
761
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
762
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
763
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
764
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
765
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
766
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
767
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
768
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
769
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
770
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
771
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
772
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
773
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
774
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
775
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
776
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
777
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
778
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
779
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
780
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
781
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
782
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
783
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
784
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
785
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
786
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
787
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
788
- Started GET "/contacts?utf8=%E2%9C%93&search=" for ::1 at 2020-06-03 20:59:10 +0300
789
- Processing by ContactsController#index as HTML
790
- Parameters: {"utf8"=>"✓", "search"=>""}
791
- Rendering contacts/index.html.erb within layouts/application
792
- Rendered contacts/index.html.erb within layouts/application (6.6ms)
793
- Rendered shared/_header.html.erb (1.1ms)
794
- Completed 200 OK in 986ms (Views: 49.0ms | ActiveRecord: 0.0ms)
795
-
796
-
797
- Started GET "/contacts?utf8=%E2%9C%93&search=tgaigerg1%40smugmugmock.com" for ::1 at 2020-06-03 20:59:15 +0300
798
- Processing by ContactsController#index as HTML
799
- Parameters: {"utf8"=>"✓", "search"=>"tgaigerg1@smugmugmock.com"}
800
- Rendering contacts/index.html.erb within layouts/application
801
- Rendered contacts/index.html.erb within layouts/application (3.1ms)
802
- Rendered shared/_header.html.erb (1.2ms)
803
- Completed 200 OK in 372ms (Views: 56.2ms | ActiveRecord: 0.0ms)
804
-
805
-
806
- Started GET "/contacts?utf8=%E2%9C%93&search=t" for ::1 at 2020-06-03 20:59:19 +0300
807
- Processing by ContactsController#index as HTML
808
- Parameters: {"utf8"=>"✓", "search"=>"t"}
809
- Rendering contacts/index.html.erb within layouts/application
810
- Rendered contacts/index.html.erb within layouts/application (4.1ms)
811
- Rendered shared/_header.html.erb (1.6ms)
812
- Completed 200 OK in 393ms (Views: 51.8ms | ActiveRecord: 0.0ms)
813
-
814
-
815
- Started GET "/contacts?utf8=%E2%9C%93&search=t" for ::1 at 2020-06-03 21:27:23 +0300
816
- Processing by ContactsController#index as HTML
817
- Parameters: {"utf8"=>"✓", "search"=>"t"}
818
- Rendering contacts/index.html.erb within layouts/application
819
- Rendered contacts/index.html.erb within layouts/application (4.1ms)
820
- Rendered shared/_header.html.erb (1.2ms)
821
- Completed 200 OK in 554ms (Views: 72.7ms | ActiveRecord: 0.0ms)
822
-
823
-
824
- Started GET "/" for ::1 at 2020-06-04 16:22:26 +0300
825
- Processing by ContactsController#index as HTML
826
- Rendering contacts/index.html.erb within layouts/application
827
- Rendered contacts/index.html.erb within layouts/application (6.3ms)
828
- Rendered shared/_header.html.erb (0.5ms)
829
- Completed 200 OK in 2376ms (Views: 307.3ms | ActiveRecord: 0.0ms)
830
-
831
-
832
- Started GET "/" for ::1 at 2020-06-04 16:27:07 +0300
833
-
834
- ActionController::RoutingError (uninitialized constant ContactsController):
835
-
836
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `const_get'
837
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:283:in `block in constantize'
838
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `each'
839
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `inject'
840
- activesupport (5.2.3) lib/active_support/inflector/methods.rb:281:in `constantize'
841
- actionpack (5.2.3) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
842
- actionpack (5.2.3) lib/action_dispatch/http/request.rb:81:in `controller_class'
843
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:46:in `controller'
844
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:32:in `serve'
845
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
846
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
847
- actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
848
- actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
849
- rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
850
- rack (2.2.2) lib/rack/etag.rb:27:in `call'
851
- rack (2.2.2) lib/rack/conditional_get.rb:27:in `call'
852
- rack (2.2.2) lib/rack/head.rb:12:in `call'
853
- actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
854
- rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
855
- rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
856
- actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
857
- activerecord (5.2.3) lib/active_record/migration.rb:559:in `call'
858
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
859
- activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
860
- actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
861
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
862
- actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
863
- web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
864
- web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call'
865
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
866
- web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
867
- actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
868
- railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
869
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
870
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
871
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
872
- activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
873
- railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
874
- sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
875
- actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
876
- actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
877
- rack (2.2.2) lib/rack/method_override.rb:24:in `call'
878
- rack (2.2.2) lib/rack/runtime.rb:22:in `call'
879
- activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
880
- actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
881
- actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
882
- rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
883
- railties (5.2.3) lib/rails/engine.rb:524:in `call'
884
- puma (4.3.1) lib/puma/configuration.rb:228:in `call'
885
- puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
886
- puma (4.3.1) lib/puma/server.rb:472:in `process_client'
887
- puma (4.3.1) lib/puma/server.rb:328:in `block in run'
888
- puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
889
- Started GET "/" for ::1 at 2020-06-04 16:27:34 +0300
890
- Processing by HomeController#index as HTML
891
- Rendering home/index.html.erb within layouts/application
892
- Rendered home/index.html.erb within layouts/application (0.6ms)
893
- Rendered shared/_header.html.erb (0.5ms)
894
- Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.0ms)
895
-
896
-
897
- Started GET "/" for ::1 at 2020-06-04 16:28:01 +0300
898
- Processing by HomeController#index as HTML
899
- Rendering home/index.html.erb within layouts/application
900
- Rendered home/index.html.erb within layouts/application (0.8ms)
901
- Rendered shared/_header.html.erb (0.5ms)
902
- Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.0ms)
903
-
904
-
905
- Started GET "/" for ::1 at 2020-06-05 11:26:30 +0300
906
- Processing by HomeController#index as HTML
907
- Rendering home/index.html.erb within layouts/application
908
- Rendered home/index.html.erb within layouts/application (7.6ms)
909
- Rendered shared/_header.html.erb (0.2ms)
910
- Completed 200 OK in 522ms (Views: 233.4ms | ActiveRecord: 0.0ms)
911
-
912
-
913
- Started GET "/" for ::1 at 2020-06-05 11:51:31 +0300
914
- Processing by HomeController#index as HTML
915
- Rendering home/index.html.erb within layouts/application
916
- Rendered home/index.html.erb within layouts/application (1.8ms)
917
- Rendered shared/_header.html.erb (1.4ms)
918
- Completed 200 OK in 68ms (Views: 62.8ms | ActiveRecord: 0.0ms)
919
-
920
-
921
- Processing contact_id = 1
922
- Processing contact_id = 1
923
- Processing contact_id = 51
924
- Processing contact_id = 5601
925
- Processing contact_id = 5651
926
- Processing contact_id = 5701
927
- Processing contact_id = 5751
928
- Processing contact_id = 5801
929
- Processing contact_id = 6001
930
- Processing contact_id = 6051
931
- Processing contact_id = 6101
932
- Processing contact_id = 6151
933
- Processing contact_id = 6201
934
- Processing contact_id = 6251
935
- Processing contact_id = 6301
936
- Processing contact_id = 6351
937
- Processing contact_id = 6401
938
- Processing contact_id = 6404
939
- Processing contact_id = 6405
940
- Processing contact_id = 6406
941
- Processing contact_id = 6408
942
- Processing contact_id = 6409
943
- Processing contact_id = 6410
944
- Processing contact_id = 6412
945
- Processing contact_id = 6417
946
- Processing contact_id = 6418
947
- Processing contact_id = 6420
948
- Processing contact_id = 6423
949
- Processing contact_id = 6424
950
- Processing contact_id = 6426
951
- Processing contact_id = 6427
952
- Processing contact_id = 6429
953
- Processing contact_id = 6431
954
- Processing contact_id = 6433
955
- Processing contact_id = 6434
956
- Processing contact_id = 6435
957
- Processing contact_id = 6437
958
- Processing contact_id = 6438
959
- Processing contact_id = 6440
960
- Processing contact_id = 6451
961
- Processing contact_id = 6501
962
- Processing contact_id = 6502
963
- Processing contact_id = 6503
964
- Processing contact_id = 6508
965
- Processing contact_id = 6510
966
- Processing contact_id = 6511
967
- Processing contact_id = 6512
968
- Processing contact_id = 6513
969
- Processing contact_id = 6515
970
- Processing contact_id = 6517
971
- Processing contact_id = 6518
972
- Processing contact_id = 6520
973
- Processing contact_id = 6524
974
- Processing contact_id = 6525
975
- Processing contact_id = 6526
976
- Processing contact_id = 6527
977
- Processing contact_id = 6528
978
- Processing contact_id = 6531
979
- Processing contact_id = 6532
980
- Processing contact_id = 6533
981
- Processing contact_id = 6534
982
- Processing contact_id = 6535
983
- Processing contact_id = 6536
984
- Processing contact_id = 6537
985
- Processing contact_id = 6538
986
- Processing contact_id = 6539
987
- Processing contact_id = 6541
988
- Processing contact_id = 6542
989
- Processing contact_id = 6543
990
- Processing contact_id = 6549
991
- Processing contact_id = 6550
992
- Processing contact_id = 6551
993
- Processing contact_id = 6552
994
- Processing contact_id = 6553
995
- Processing contact_id = 6554
996
- Processing contact_id = 6555
997
- Processing contact_id = 6556
998
- Processing contact_id = 6561
999
- Processing contact_id = 6563
1000
- Processing contact_id = 6564
1001
- Processing contact_id = 6567
1002
- Processing contact_id = 6568
1003
- Processing contact_id = 6571
1004
- Processing contact_id = 6575
1005
- Processing contact_id = 6576
1006
- Processing contact_id = 6577
1007
- Processing contact_id = 6578
1008
- Processing contact_id = 6581
1009
- Processing contact_id = 6582
1010
- Processing contact_id = 6583
1011
- Processing contact_id = 6584
1012
- Processing contact_id = 6585
1013
- Processing contact_id = 6586
1014
- Processing contact_id = 6587
1015
- Processing contact_id = 6588
1016
- Processing contact_id = 6589
1017
- Processing contact_id = 6590
1018
- Processing contact_id = 6591
1019
- Processing contact_id = 6592
1020
- Processing contact_id = 6593
1021
- Processing contact_id = 6594
1022
- Processing contact_id = 6595
1023
- Processing contact_id = 6596
1024
- Processing contact_id = 6597
1025
- Processing contact_id = 6598
1026
- Processing contact_id = 6600
1027
- Processing contact_id = 6601
1028
- Processing contact_id = 6651
1029
- Processing contact_id = 6652
1030
- Processing contact_id = 6653
1031
- Processing contact_id = 6654
1032
- Processing contact_id = 6655
1033
- Processing contact_id = 6656
1034
- Processing contact_id = 6657
1035
- Processing contact_id = 6658
1036
- Processing contact_id = 6659
1037
- Processing contact_id = 6660
1038
- Processing contact_id = 6661
1039
- Processing contact_id = 6664
1040
- Processing contact_id = 6665
1041
- Processing contact_id = 6667
1042
- Processing contact_id = 6670
1043
- Processing contact_id = 6672
1044
- Processing contact_id = 6674
1045
- Processing contact_id = 6675
1046
- Processing contact_id = 6678
1047
- Processing contact_id = 6679
1048
- Processing contact_id = 6681
1049
- Processing contact_id = 6682
1050
- Processing contact_id = 6684
1051
- Processing contact_id = 6686
1052
- Processing contact_id = 6689
1053
- Processing contact_id = 6690
1054
- Processing contact_id = 6691
1055
- Processing contact_id = 6692
1056
- Processing contact_id = 6693
1057
- Processing contact_id = 6694
1058
- Processing contact_id = 6695
1059
- Processing contact_id = 6697
1060
- Processing contact_id = 6698
1061
- Processing contact_id = 6699
1062
- Processing contact_id = 6702
1063
- Processing contact_id = 6703
1064
- Processing contact_id = 6704
1065
- Processing contact_id = 6705
1066
- Processing contact_id = 6707
1067
- Processing contact_id = 6708
1068
- Processing contact_id = 6709
1069
- Processing contact_id = 6711
1070
- Processing contact_id = 6712
1071
- Processing contact_id = 6715
1072
- Processing contact_id = 6717
1073
- Processing contact_id = 6718
1074
- Processing contact_id = 6719
1075
- Processing contact_id = 6720
1076
- Processing contact_id = 6722
1077
- Processing contact_id = 6726
1078
- Processing contact_id = 6727
1079
- Processing contact_id = 6730
1080
- Processing contact_id = 6731
1081
- Processing contact_id = 6735
1082
- Processing contact_id = 6736
1083
- Processing contact_id = 6739
1084
- Processing contact_id = 6740
1085
- Processing contact_id = 6741
1086
- Processing contact_id = 6745
1087
- Processing contact_id = 6746
1088
- Processing contact_id = 6747
1089
- Processing contact_id = 6748
1090
- Processing contact_id = 6749
1091
- Processing contact_id = 6851
1092
- Processing contact_id = 6852
1093
- Processing contact_id = 6853
1094
- Processing contact_id = 6854
1095
- Processing contact_id = 6855
1096
- Processing contact_id = 6857
1097
- Processing contact_id = 6859
1098
- Processing contact_id = 6861
1099
- Processing contact_id = 6862
1100
- Processing contact_id = 6863
1101
- Processing contact_id = 6866
1102
- Processing contact_id = 6867
1103
- Processing contact_id = 6868
1104
- Processing contact_id = 6870
1105
- Processing contact_id = 6871
1106
- Processing contact_id = 6872
1107
- Processing contact_id = 6873
1108
- Processing contact_id = 6874
1109
- Processing contact_id = 6878
1110
- Processing contact_id = 6879
1111
- Processing contact_id = 6880
1112
- Processing contact_id = 6881
1113
- Processing contact_id = 6882
1114
- Processing contact_id = 6887
1115
- Processing contact_id = 6892
1116
- Processing contact_id = 6894
1117
- Processing contact_id = 6896
1118
- Processing contact_id = 6897
1119
- Processing contact_id = 6898
1120
- Processing contact_id = 6899
1121
- Processing contact_id = 6900
1122
- Processing contact_id = 6952
1123
- Processing contact_id = 6954
1124
- Processing contact_id = 6955
1125
- Processing contact_id = 6956
1126
- Processing contact_id = 6957
1127
- Processing contact_id = 6959
1128
- Processing contact_id = 6960
1129
- Processing contact_id = 6961
1130
- Processing contact_id = 6962
1131
- Processing contact_id = 6963
1132
- Processing contact_id = 6964
1133
- Processing contact_id = 6965
1134
- Processing contact_id = 6966
1135
- Processing contact_id = 6967
1136
- Processing contact_id = 6969
1137
- Processing contact_id = 6970
1138
- Processing contact_id = 6972
1139
- Processing contact_id = 6973
1140
- Processing contact_id = 6975
1141
- Processing contact_id = 6976
1142
- Processing contact_id = 6977
1143
- Processing contact_id = 6980
1144
- Processing contact_id = 6982
1145
- Processing contact_id = 6984
1146
- Processing contact_id = 6985
1147
- Processing contact_id = 6986
1148
- Processing contact_id = 6989
1149
- Processing contact_id = 6991
1150
- Processing contact_id = 6992
1151
- Processing contact_id = 6993
1152
- Processing contact_id = 6994
1153
- Processing contact_id = 6995
1154
- Processing contact_id = 6997
1155
- Processing contact_id = 7000
1156
- Processing contact_id = 7001
1157
- Processing contact_id = 7002
1158
- Processing contact_id = 7003
1159
- Processing contact_id = 7005
1160
- Processing contact_id = 7006
1161
- Processing contact_id = 7008
1162
- Processing contact_id = 7009
1163
- Processing contact_id = 7011
1164
- Processing contact_id = 7014
1165
- Processing contact_id = 7015
1166
- Processing contact_id = 7016
1167
- Processing contact_id = 7017
1168
- Processing contact_id = 7018
1169
- Processing contact_id = 7019
1170
- Processing contact_id = 7020
1171
- Processing contact_id = 7022
1172
- Processing contact_id = 7023
1173
- Processing contact_id = 7025
1174
- Processing contact_id = 7026
1175
- Processing contact_id = 7027
1176
- Processing contact_id = 7028
1177
- Processing contact_id = 7029
1178
- Processing contact_id = 7030
1179
- Processing contact_id = 7031
1180
- Processing contact_id = 7032
1181
- Processing contact_id = 7034
1182
- Processing contact_id = 7035
1183
- Processing contact_id = 7036
1184
- Processing contact_id = 7043
1185
- Processing contact_id = 7044
1186
- Processing contact_id = 7045
1187
- Processing contact_id = 7047
1188
- Processing contact_id = 7050
1189
- Processing contact_id = 7051
1190
- Processing contact_id = 7052
1191
- Processing contact_id = 7053
1192
- Processing contact_id = 7054
1193
- Processing contact_id = 7056
1194
- Processing contact_id = 7058
1195
- Processing contact_id = 7059
1196
- Processing contact_id = 7060
1197
- Processing contact_id = 7061
1198
- Processing contact_id = 7062
1199
- Processing contact_id = 7064
1200
- Processing contact_id = 7066
1201
- Processing contact_id = 7067
1202
- Processing contact_id = 7068
1203
- Processing contact_id = 7071
1204
- Processing contact_id = 7072
1205
- Processing contact_id = 7073
1206
- Processing contact_id = 7074
1207
- Processing contact_id = 7075
1208
- Processing contact_id = 7076
1209
- Processing contact_id = 7077
1210
- Processing contact_id = 7078
1211
- Processing contact_id = 7085
1212
- Processing contact_id = 7089
1213
- Processing contact_id = 7090
1214
- Processing contact_id = 7092
1215
- Processing contact_id = 7093
1216
- Processing contact_id = 7094
1217
- Processing contact_id = 7095
1218
- Processing contact_id = 7098
1219
- Processing contact_id = 7099
1220
- Processing contact_id = 7100
1221
- Processing contact_id = 7101
1222
- Processing contact_id = 7151
1223
- Processing contact_id = 7152
1224
- Processing contact_id = 7154
1225
- Processing contact_id = 7155
1226
- Processing contact_id = 7156
1227
- Processing contact_id = 7158
1228
- Processing contact_id = 7159
1229
- Processing contact_id = 7160
1230
- Processing contact_id = 7169
1231
- Processing contact_id = 7170
1232
- Processing contact_id = 7171
1233
- Processing contact_id = 7172
1234
- Processing contact_id = 7175
1235
- Processing contact_id = 7176
1236
- Processing contact_id = 7177
1237
- Processing contact_id = 7179
1238
- Processing contact_id = 7183
1239
- Processing contact_id = 7184
1240
- Processing contact_id = 7186
1241
- Processing contact_id = 7187
1242
- Processing contact_id = 7188
1243
- Processing contact_id = 7191
1244
- Processing contact_id = 7192
1245
- Processing contact_id = 7193
1246
- Processing contact_id = 7194
1247
- Processing contact_id = 7197
1248
- Processing contact_id = 7198
1249
- Processing contact_id = 7199
1250
- Processing contact_id = 7200
1251
- Processing contact_id = 7205
1252
- Processing contact_id = 7206
1253
- Processing contact_id = 7207
1254
- Processing contact_id = 7208
1255
- Processing contact_id = 7209
1256
- Processing contact_id = 7210
1257
- Processing contact_id = 7211
1258
- Processing contact_id = 7213
1259
- Processing contact_id = 7218
1260
- Processing contact_id = 7220
1261
- Processing contact_id = 7221
1262
- Processing contact_id = 7225
1263
- Processing contact_id = 7226
1264
- Processing contact_id = 7228
1265
- Processing contact_id = 7229
1266
- Processing contact_id = 7231
1267
- Processing contact_id = 7232
1268
- Processing contact_id = 7234
1269
- Processing contact_id = 7235
1270
- Processing contact_id = 7236
1271
- Processing contact_id = 7237
1272
- Processing contact_id = 7238
1273
- Processing contact_id = 7239
1274
- Processing contact_id = 7240
1275
- Processing contact_id = 7241
1276
- Processing contact_id = 7244
1277
- Processing contact_id = 7248
1278
- Processing contact_id = 7249
1279
- Processing contact_id = 7250
1280
- Processing contact_id = 7252
1281
- Processing contact_id = 7301
1282
- Processing contact_id = 7351
1283
- Processing contact_id = 7352
1284
- Processing contact_id = 7353
1285
- Processing contact_id = 7354
1286
- Processing contact_id = 7355
1287
- Processing contact_id = 7357
1288
- Processing contact_id = 7358
1289
- Processing contact_id = 7359
1290
- Processing contact_id = 7362
1291
- Processing contact_id = 7363
1292
- Processing contact_id = 7364
1293
- Processing contact_id = 7365
1294
- Processing contact_id = 7366
1295
- Processing contact_id = 7367
1296
- Processing contact_id = 7368
1297
- Processing contact_id = 7369
1298
- Processing contact_id = 7370
1299
- Processing contact_id = 7372
1300
- Processing contact_id = 7374
1301
- Processing contact_id = 7375
1302
- Processing contact_id = 7376
1303
- Processing contact_id = 7377
1304
- Processing contact_id = 7378
1305
- Processing contact_id = 7379
1306
- Processing contact_id = 7380
1307
- Processing contact_id = 7382
1308
- Processing contact_id = 7383
1309
- Processing contact_id = 7384
1310
- Processing contact_id = 7385
1311
- Processing contact_id = 7387
1312
- Processing contact_id = 7388
1313
- Processing contact_id = 7389
1314
- Processing contact_id = 7391
1315
- Processing contact_id = 7393
1316
- Processing contact_id = 7395
1317
- Processing contact_id = 7399
1318
- Processing contact_id = 7400
1319
- Processing contact_id = 7401
1320
- Processing contact_id = 7402
1321
- Processing contact_id = 7403
1322
- Processing contact_id = 7404
1323
- Processing contact_id = 7405
1324
- Processing contact_id = 7409
1325
- Processing contact_id = 7410
1326
- Processing contact_id = 7411
1327
- Processing contact_id = 7412
1328
- Processing contact_id = 7413
1329
- Processing contact_id = 7416
1330
- Processing contact_id = 7417
1331
- Processing contact_id = 7418
1332
- Processing contact_id = 7421
1333
- Processing contact_id = 7423
1334
- Processing contact_id = 7424
1335
- Processing contact_id = 7425
1336
- Processing contact_id = 7427
1337
- Processing contact_id = 7428
1338
- Processing contact_id = 7429
1339
- Processing contact_id = 7430
1340
- Processing contact_id = 7431
1341
- Processing contact_id = 7432
1342
- Processing contact_id = 7436
1343
- Processing contact_id = 7437
1344
- Processing contact_id = 7438
1345
- Processing contact_id = 7440
1346
- Processing contact_id = 7441
1347
- Processing contact_id = 7451
1348
- Processing contact_id = 7453
1349
- Processing contact_id = 7458
1350
- Processing contact_id = 7459
1351
- Processing contact_id = 7461
1352
- Processing contact_id = 7462
1353
- Processing contact_id = 7463
1354
- Processing contact_id = 7465
1355
- Processing contact_id = 7466
1356
- Processing contact_id = 7467
1357
- Processing contact_id = 7471
1358
- Processing contact_id = 7472
1359
- Processing contact_id = 7473
1360
- Processing contact_id = 7476
1361
- Processing contact_id = 7478
1362
- Processing contact_id = 7479
1363
- Processing contact_id = 7480
1364
- Processing contact_id = 7482
1365
- Processing contact_id = 7483
1366
- Processing contact_id = 7484
1367
- Processing contact_id = 7485
1368
- Processing contact_id = 7502
1369
- Processing contact_id = 7503
1370
- Processing contact_id = 7504
1371
- Processing contact_id = 7506
1372
- Processing contact_id = 7507
1373
- Processing contact_id = 7508
1374
- Processing contact_id = 7510
1375
- Processing contact_id = 7511
1376
- Processing contact_id = 7512
1377
- Processing contact_id = 7514
1378
- Processing contact_id = 7516
1379
- Processing contact_id = 7517
1380
- Processing contact_id = 7518
1381
- Processing contact_id = 7519
1382
- Processing contact_id = 7520
1383
- Processing contact_id = 7524
1384
- Processing contact_id = 7525
1385
- Processing contact_id = 7526
1386
- Processing contact_id = 7527
1387
- Processing contact_id = 7551
1388
- Processing contact_id = 7553
1389
- Processing contact_id = 7555
1390
- Processing contact_id = 7557
1391
- Processing contact_id = 7558
1392
- Processing contact_id = 7559
1393
- Processing contact_id = 7561
1394
- Processing contact_id = 7562
1395
- Processing contact_id = 7563
1396
- Processing contact_id = 7566
1397
- Processing contact_id = 7569
1398
- Processing contact_id = 7571
1399
- Processing contact_id = 7572
1400
- Processing contact_id = 7573
1401
- Processing contact_id = 7574
1402
- Processing contact_id = 7576
1403
- Processing contact_id = 7577
1404
- Processing contact_id = 7579
1405
- Processing contact_id = 7604
1406
- Processing contact_id = 7605
1407
- Processing contact_id = 7607
1408
- Processing contact_id = 7608
1409
- Processing contact_id = 7611
1410
- Processing contact_id = 7612
1411
- Processing contact_id = 7613
1412
- Processing contact_id = 7615
1413
- Processing contact_id = 7618
1414
- Processing contact_id = 7620
1415
- Processing contact_id = 7621
1416
- Processing contact_id = 7623
1417
- Processing contact_id = 7624
1418
- Processing contact_id = 7626
1419
- Processing contact_id = 7628
1420
- Processing contact_id = 7629
1421
- Processing contact_id = 7630
1422
- Processing contact_id = 7631
1423
- Processing contact_id = 7632
1424
- Processing contact_id = 7633
1425
- Processing contact_id = 7635
1426
- Processing contact_id = 7636
1427
- Processing contact_id = 7637
1428
- Processing contact_id = 7638
1429
- Processing contact_id = 7639
1430
- Processing contact_id = 7640
1431
- Processing contact_id = 7643
1432
- Processing contact_id = 7646
1433
- Processing contact_id = 7651
1434
- Processing contact_id = 7701
1435
- Processing contact_id = 7704
1436
- Processing contact_id = 7705
1437
- Processing contact_id = 7706
1438
- Processing contact_id = 7707
1439
- Processing contact_id = 7709
1440
- Processing contact_id = 7710
1441
- Processing contact_id = 7711
1442
- Processing contact_id = 7712
1443
- Processing contact_id = 7713
1444
- Processing contact_id = 7714
1445
- Processing contact_id = 7715
1446
- Processing contact_id = 7716
1447
- Processing contact_id = 7717
1448
- Processing contact_id = 7720
1449
- Processing contact_id = 7721
1450
- Processing contact_id = 7722
1451
- Processing contact_id = 7723
1452
- Processing contact_id = 7729
1453
- Processing contact_id = 7730
1454
- Processing contact_id = 7731
1455
- Processing contact_id = 7733
1456
- Processing contact_id = 7752
1457
- Processing contact_id = 7753
1458
- Processing contact_id = 7756
1459
- Processing contact_id = 7757
1460
- Processing contact_id = 7760
1461
- Processing contact_id = 7761
1462
- Processing contact_id = 7762
1463
- Processing contact_id = 7763
1464
- Processing contact_id = 7765
1465
- Processing contact_id = 7767
1466
- Processing contact_id = 7768
1467
- Processing contact_id = 7769
1468
- Processing contact_id = 7770
1469
- Processing contact_id = 7771
1470
- Processing contact_id = 7773
1471
- Processing contact_id = 7776
1472
- Processing contact_id = 7777
1473
- Processing contact_id = 7802
1474
- Processing contact_id = 7806
1475
- Processing contact_id = 7807
1476
- Processing contact_id = 7808
1477
- Processing contact_id = 7810
1478
- Processing contact_id = 7812
1479
- Processing contact_id = 7813
1480
- Processing contact_id = 7814
1481
- Processing contact_id = 7816
1482
- Processing contact_id = 7817
1483
- Processing contact_id = 7818
1484
- Processing contact_id = 7819
1485
- Processing contact_id = 7821
1486
- Processing contact_id = 7822
1487
- Processing contact_id = 7823
1488
- Processing contact_id = 7824
1489
- Processing contact_id = 7826
1490
- Processing contact_id = 7827
1491
- Processing contact_id = 7851
1492
- Processing contact_id = 7852
1493
- Processing contact_id = 7854
1494
- Processing contact_id = 7855
1495
- Processing contact_id = 7860
1496
- Processing contact_id = 7862
1497
- Processing contact_id = 7863
1498
- Processing contact_id = 7867
1499
- Processing contact_id = 7868
1500
- Processing contact_id = 7874
1501
- Processing contact_id = 7875
1502
- Processing contact_id = 7876
1503
- Processing contact_id = 7877
1504
- Processing contact_id = 7901
1505
- Processing contact_id = 7904
1506
- Processing contact_id = 7905
1507
- Processing contact_id = 7906
1508
- Processing contact_id = 7908
1509
- Processing contact_id = 7909
1510
- Processing contact_id = 7910
1511
- Processing contact_id = 7911
1512
- Processing contact_id = 7913
1513
- Processing contact_id = 7914
1514
- Processing contact_id = 7915
1515
- Processing contact_id = 7917
1516
- Processing contact_id = 7918
1517
- Processing contact_id = 7921
1518
- Processing contact_id = 7924
1519
- Processing contact_id = 7925
1520
- Processing contact_id = 7927
1521
- Processing contact_id = 7928
1522
- Processing contact_id = 7929
1523
- Processing contact_id = 7933
1524
- Processing contact_id = 7934
1525
- Processing contact_id = 7936
1526
- Processing contact_id = 7937
1527
- Processing contact_id = 7951
1528
- Processing contact_id = 7953
1529
- Processing contact_id = 7955
1530
- Processing contact_id = 7956
1531
- Processing contact_id = 7958
1532
- Processing contact_id = 7959
1533
- Processing contact_id = 7960
1534
- Processing contact_id = 7962
1535
- Processing contact_id = 7963
1536
- Processing contact_id = 7965
1537
- Processing contact_id = 7966
1538
- Processing contact_id = 8002
1539
- Processing contact_id = 8003
1540
- Processing contact_id = 8008
1541
- Processing contact_id = 8009
1542
- Processing contact_id = 8010
1543
- Processing contact_id = 8011
1544
- Processing contact_id = 8012
1545
- Processing contact_id = 8052
1546
- Processing contact_id = 8053
1547
- Processing contact_id = 8104
1548
- Processing contact_id = 8105
1549
- Processing contact_id = 8106
1550
- Processing contact_id = 8110
1551
- Processing contact_id = 8111
1552
- Processing contact_id = 8113
1553
- Processing contact_id = 8114
1554
- Processing contact_id = 8116
1555
- Processing contact_id = 8117
1556
- Processing contact_id = 8120
1557
- Processing contact_id = 8122
1558
- Processing contact_id = 8123
1559
- Processing contact_id = 8124
1560
- Processing contact_id = 8125
1561
- Processing contact_id = 8126
1562
- Processing contact_id = 8127
1563
- Processing contact_id = 8128
1564
- Processing contact_id = 8129
1565
- Processing contact_id = 8133
1566
- Processing contact_id = 8134
1567
- Processing contact_id = 8136
1568
- Processing contact_id = 8137
1569
- Processing contact_id = 8140
1570
- Processing contact_id = 8142
1571
- Processing contact_id = 8143
1572
- Processing contact_id = 8144
1573
- Processing contact_id = 8145
1574
- Processing contact_id = 8146
1575
- Processing contact_id = 8147
1576
- Processing contact_id = 8148
1577
- Processing contact_id = 8201
1578
- Processing contact_id = 8251
1579
- Processing contact_id = 8252
1580
- Processing contact_id = 8253
1581
- Processing contact_id = 8256
1582
- Processing contact_id = 8257
1583
- Processing contact_id = 8258
1584
- Processing contact_id = 8259
1585
- Processing contact_id = 8260
1586
- Processing contact_id = 8261
1587
- Processing contact_id = 8264
1588
- Processing contact_id = 8265
1589
- Processing contact_id = 8266
1590
- Processing contact_id = 8270
1591
- Processing contact_id = 8271
1592
- Processing contact_id = 8272
1593
- Processing contact_id = 8273
1594
- Processing contact_id = 8274
1595
- Processing contact_id = 8276
1596
- Processing contact_id = 8277
1597
- Processing contact_id = 8278
1598
- Processing contact_id = 8279
1599
- Processing contact_id = 8280
1600
- Processing contact_id = 8282
1601
- Processing contact_id = 8283
1602
- Processing contact_id = 8284
1603
- Processing contact_id = 8286
1604
- Processing contact_id = 8288
1605
- Processing contact_id = 8289
1606
- Processing contact_id = 8292
1607
- Processing contact_id = 8293
1608
- Processing contact_id = 8295
1609
- Processing contact_id = 8297
1610
- Processing contact_id = 8299
1611
- Processing contact_id = 8302
1612
- Processing contact_id = 8303
1613
- Processing contact_id = 8305
1614
- Processing contact_id = 8306
1615
- Processing contact_id = 8310
1616
- Processing contact_id = 8311
1617
- Processing contact_id = 8312
1618
- Processing contact_id = 8313
1619
- Processing contact_id = 8314
1620
- Processing contact_id = 8315
1621
- Processing contact_id = 8316
1622
- Processing contact_id = 8317
1623
- Processing contact_id = 8318
1624
- Processing contact_id = 8320
1625
- Processing contact_id = 8321
1626
- Processing contact_id = 8322
1627
- Processing contact_id = 8324
1628
- Processing contact_id = 8327
1629
- Processing contact_id = 8328
1630
- Processing contact_id = 8330
1631
- Processing contact_id = 8331
1632
- Processing contact_id = 8337
1633
- Processing contact_id = 8338
1634
- Processing contact_id = 8340
1635
- Processing contact_id = 8342
1636
- Processing contact_id = 8343
1637
- Processing contact_id = 8345
1638
- Processing contact_id = 8346
1639
- Processing contact_id = 8347
1640
- Processing contact_id = 8349
1641
- Processing contact_id = 8351
1642
- Processing contact_id = 8401
1643
- Processing contact_id = 8501
1644
- Processing contact_id = 8503
1645
- Processing contact_id = 8504
1646
- Processing contact_id = 8507
1647
- Processing contact_id = 8508
1648
- Processing contact_id = 8509
1649
- Processing contact_id = 8510
1650
- Processing contact_id = 8511
1651
- Processing contact_id = 8516
1652
- Processing contact_id = 8518
1653
- Processing contact_id = 8519
1654
- Processing contact_id = 8520
1655
- Processing contact_id = 8521
1656
- Processing contact_id = 8522
1657
- Processing contact_id = 8523
1658
- Processing contact_id = 8524
1659
- Processing contact_id = 8525
1660
- Processing contact_id = 8526
1661
- Processing contact_id = 8527
1662
- Processing contact_id = 8529
1663
- Processing contact_id = 8530
1664
- Processing contact_id = 8531
1665
- Processing contact_id = 8534
1666
- Processing contact_id = 8538
1667
- Processing contact_id = 8540
1668
- Processing contact_id = 8541
1669
- Processing contact_id = 8542
1670
- Processing contact_id = 8543
1671
- Processing contact_id = 8544
1672
- Processing contact_id = 8548
1673
- Processing contact_id = 8549
1674
- Processing contact_id = 8550
1675
- Processing contact_id = 8551
1676
- Processing contact_id = 8602
1677
- Processing contact_id = 8603
1678
- Processing contact_id = 8604
1679
- Processing contact_id = 8651
1680
- Processing contact_id = 8701
1681
- Processing contact_id = 8703
1682
- Processing contact_id = 8704
1683
- Processing contact_id = 8707
1684
- Processing contact_id = 8709
1685
- Processing contact_id = 8711
1686
- Processing contact_id = 8712
1687
- Processing contact_id = 8715
1688
- Processing contact_id = 8716
1689
- Processing contact_id = 8719
1690
- Processing contact_id = 8720
1691
- Processing contact_id = 8722
1692
- Processing contact_id = 8723
1693
- Processing contact_id = 8724
1694
- Processing contact_id = 8725
1695
- Processing contact_id = 8726
1696
- Processing contact_id = 8727
1697
- Processing contact_id = 8731
1698
- Processing contact_id = 8732
1699
- Processing contact_id = 8733
1700
- Processing contact_id = 8735
1701
- Processing contact_id = 8736
1702
- Processing contact_id = 8738
1703
- Processing contact_id = 8741
1704
- Processing contact_id = 8745
1705
- Processing contact_id = 8748
1706
- Processing contact_id = 8749
1707
- Processing contact_id = 8750
1708
- Processing contact_id = 8753
1709
- Processing contact_id = 8754
1710
- Processing contact_id = 8755
1711
- Processing contact_id = 8756
1712
- Processing contact_id = 8757
1713
- Processing contact_id = 8758
1714
- Processing contact_id = 8761
1715
- Processing contact_id = 8762
1716
- Processing contact_id = 8764
1717
- Processing contact_id = 8765
1718
- Processing contact_id = 8766
1719
- Processing contact_id = 8767
1720
- Processing contact_id = 8768
1721
- Processing contact_id = 8769
1722
- Processing contact_id = 8770
1723
- Processing contact_id = 8772
1724
- Processing contact_id = 8775
1725
- Processing contact_id = 8777
1726
- Processing contact_id = 8779
1727
- Processing contact_id = 8781
1728
- Processing contact_id = 8782
1729
- Processing contact_id = 8783
1730
- Processing contact_id = 8784
1731
- Processing contact_id = 8785
1732
- Processing contact_id = 8788
1733
- Processing contact_id = 8789
1734
- Processing contact_id = 8790
1735
- Processing contact_id = 8791
1736
- Processing contact_id = 8792
1737
- Processing contact_id = 8794
1738
- Processing contact_id = 8795
1739
- Processing contact_id = 8797
1740
- Processing contact_id = 8798
1741
- Processing contact_id = 8801
1742
- Processing contact_id = 8855
1743
- Processing contact_id = 8856
1744
- Processing contact_id = 8857
1745
- Processing contact_id = 8858
1746
- Processing contact_id = 8859
1747
- Processing contact_id = 8860
1748
- Processing contact_id = 8861
1749
- Processing contact_id = 8863
1750
- Processing contact_id = 8864
1751
- Processing contact_id = 8865
1752
- Processing contact_id = 8866
1753
- Processing contact_id = 8867
1754
- Processing contact_id = 8869
1755
- Processing contact_id = 8870
1756
- Processing contact_id = 8872
1757
- Processing contact_id = 8873
1758
- Processing contact_id = 8877
1759
- Processing contact_id = 8879
1760
- Processing contact_id = 8880
1761
- Processing contact_id = 8881
1762
- Processing contact_id = 8882
1763
- Processing contact_id = 8883
1764
- Processing contact_id = 8884
1765
- Processing contact_id = 8885
1766
- Processing contact_id = 8886
1767
- Processing contact_id = 8887
1768
- Processing contact_id = 8888
1769
- Processing contact_id = 8889
1770
- Processing contact_id = 8892
1771
- Processing contact_id = 8893
1772
- Processing contact_id = 8894
1773
- Processing contact_id = 8903
1774
- Processing contact_id = 8906
1775
- Processing contact_id = 8908
1776
- Processing contact_id = 8909
1777
- Processing contact_id = 8910
1778
- Processing contact_id = 8911
1779
- Processing contact_id = 8914
1780
- Processing contact_id = 8916
1781
- Processing contact_id = 8917
1782
- Processing contact_id = 8918
1783
- Processing contact_id = 8919
1784
- Processing contact_id = 8922
1785
- Processing contact_id = 8923
1786
- Processing contact_id = 8924
1787
- Processing contact_id = 8925
1788
- Processing contact_id = 8926
1789
- Processing contact_id = 8928
1790
- Processing contact_id = 8929
1791
- Processing contact_id = 8930
1792
- Processing contact_id = 8931
1793
- Processing contact_id = 8932
1794
- Processing contact_id = 8933
1795
- Processing contact_id = 8934
1796
- Processing contact_id = 8935
1797
- Processing contact_id = 8936
1798
- Processing contact_id = 8937
1799
- Processing contact_id = 8938
1800
- Processing contact_id = 8940
1801
- Processing contact_id = 8941
1802
- Processing contact_id = 8942
1803
- Processing contact_id = 8951
1804
- Processing contact_id = 9001
1805
- Processing contact_id = 9051
1806
- Processing contact_id = 9052
1807
- Processing contact_id = 9054
1808
- Processing contact_id = 9056
1809
- Processing contact_id = 9057
1810
- Processing contact_id = 9060
1811
- Processing contact_id = 9061
1812
- Processing contact_id = 9062
1813
- Processing contact_id = 9064
1814
- Processing contact_id = 9068
1815
- Processing contact_id = 9069
1816
- Processing contact_id = 9070
1817
- Processing contact_id = 9071
1818
- Processing contact_id = 9072
1819
- Processing contact_id = 9074
1820
- Processing contact_id = 9075
1821
- Processing contact_id = 9077
1822
- Processing contact_id = 9079
1823
- Processing contact_id = 9080
1824
- Processing contact_id = 9081
1825
- Processing contact_id = 9082
1826
- Processing contact_id = 9083
1827
- Processing contact_id = 9086
1828
- Processing contact_id = 9087
1829
- Processing contact_id = 9088
1830
- Processing contact_id = 9089
1831
- Processing contact_id = 9090
1832
- Processing contact_id = 9091
1833
- Processing contact_id = 9092
1834
- Processing contact_id = 9094
1835
- Processing contact_id = 9096
1836
- Processing contact_id = 9098
1837
- Processing contact_id = 9099
1838
- Processing contact_id = 9101
1839
- Processing contact_id = 9104
1840
- Processing contact_id = 9105
1841
- Processing contact_id = 9106
1842
- Processing contact_id = 9107
1843
- Processing contact_id = 9108
1844
- Processing contact_id = 9109
1845
- Processing contact_id = 9110
1846
- Processing contact_id = 9111
1847
- Processing contact_id = 9115
1848
- Processing contact_id = 9116
1849
- Processing contact_id = 9117
1850
- Processing contact_id = 9118
1851
- Processing contact_id = 9119
1852
- Processing contact_id = 9122
1853
- Processing contact_id = 9123
1854
- Processing contact_id = 9126
1855
- Processing contact_id = 9127
1856
- Processing contact_id = 9128
1857
- Processing contact_id = 9129
1858
- Processing contact_id = 9130
1859
- Processing contact_id = 9133
1860
- Processing contact_id = 9134
1861
- Processing contact_id = 9135
1862
- Processing contact_id = 9136
1863
- Processing contact_id = 9137
1864
- Processing contact_id = 9151
1865
- Processing contact_id = 9152
1866
- Processing contact_id = 9153
1867
- Processing contact_id = 9154
1868
- Processing contact_id = 9155
1869
- Processing contact_id = 9156
1870
- Processing contact_id = 9157
1871
- Processing contact_id = 9158
1872
- Processing contact_id = 9159
1873
- Processing contact_id = 9160
1874
- Processing contact_id = 9161
1875
- Processing contact_id = 9163
1876
- Processing contact_id = 9164
1877
- Processing contact_id = 9201
1878
- Processing contact_id = 9202
1879
- Processing contact_id = 9204
1880
- Processing contact_id = 9206
1881
- Processing contact_id = 9207
1882
- Processing contact_id = 9210
1883
- Processing contact_id = 9211
1884
- Processing contact_id = 9213
1885
- Processing contact_id = 9251
1886
- Processing contact_id = 9252
1887
- Processing contact_id = 9302
1888
- Processing contact_id = 9304
1889
- Processing contact_id = 9305
1890
- Processing contact_id = 9306
1891
- Processing contact_id = 9307
1892
- Processing contact_id = 9308
1893
- Processing contact_id = 9309
1894
- Processing contact_id = 9351
1895
- Processing contact_id = 9352
1896
- Processing contact_id = 9401
1897
- Processing contact_id = 9451
1898
- Processing contact_id = 9453
1899
- Processing contact_id = 9951
1900
- Processing contact_id = 9953
1901
- Processing contact_id = 9954
1902
- Processing contact_id = 9955
1903
- Processing contact_id = 9957
1904
- Processing contact_id = 9959
1905
- Processing contact_id = 9960
1906
- Processing contact_id = 9961
1907
- Processing contact_id = 9962
1908
- Processing contact_id = 9963
1909
- Processing contact_id = 9964
1910
- Processing contact_id = 9965
1911
- Processing contact_id = 9966
1912
- Processing contact_id = 9967
1913
- Processing contact_id = 9968
1914
- Processing contact_id = 9969
1915
- Processing contact_id = 10052
1916
- Processing contact_id = 10053
1917
- Processing contact_id = 10056
1918
- Processing contact_id = 10057
1919
- Processing contact_id = 10058
1920
- Processing contact_id = 10059
1921
- Processing contact_id = 10060
1922
- Processing contact_id = 10061
1923
- Processing contact_id = 10063
1924
- Processing contact_id = 10065
1925
- Processing contact_id = 10101
1926
- Processing contact_id = 10106
1927
- Processing contact_id = 10109
1928
- Processing contact_id = 10110
1929
- Processing contact_id = 10111
1930
- Processing contact_id = 10112
1931
- Processing contact_id = 10113
1932
- Processing contact_id = 10115
1933
- Processing contact_id = 10116
1934
- Processing contact_id = 10117
1935
- Processing contact_id = 10118
1936
- Processing contact_id = 10121
1937
- Processing contact_id = 10122
1938
- Processing contact_id = 10123
1939
- Processing contact_id = 10124
1940
- Processing contact_id = 10125
1941
- Processing contact_id = 10151
1942
- Processing contact_id = 10152
1943
- Processing contact_id = 10153
1944
- Processing contact_id = 10201
1945
- Processing contact_id = 10252
1946
- Processing contact_id = 10253
1947
- Processing contact_id = 10254
1948
- Processing contact_id = 10255
1949
- Processing contact_id = 10256
1950
- Processing contact_id = 10257
1951
- Processing contact_id = 10259
1952
- Processing contact_id = 10260
1953
- Processing contact_id = 10261
1954
- Processing contact_id = 10301
1955
- Processing contact_id = 10302
1956
- Processing contact_id = 10305
1957
- Processing contact_id = 10306
1958
- Processing contact_id = 10307
1959
- Processing contact_id = 10308
1960
- Processing contact_id = 10309
1961
- Processing contact_id = 10310
1962
- Processing contact_id = 10311
1963
- Processing contact_id = 10312
1964
- Processing contact_id = 10314
1965
- Processing contact_id = 10315
1966
- Processing contact_id = 10316
1967
- Processing contact_id = 10318
1968
- Processing contact_id = 10319
1969
- Processing contact_id = 10321
1970
- Processing contact_id = 10322
1971
- Processing contact_id = 10323
1972
- Processing contact_id = 10324
1973
- Processing contact_id = 10351
1974
- Processing contact_id = 10352
1975
- Processing contact_id = 10354
1976
- Processing contact_id = 10355
1977
- Processing contact_id = 10356
1978
- Processing contact_id = 10357
1979
- Processing contact_id = 10358
1980
- Processing contact_id = 10360
1981
- Processing contact_id = 10367
1982
- Processing contact_id = 10368
1983
- Processing contact_id = 10401
1984
- Processing contact_id = 10451
1985
- Processing contact_id = 10452
1986
- Processing contact_id = 10453
1987
- Processing contact_id = 10455
1988
- Processing contact_id = 10457
1989
- Processing contact_id = 10458
1990
- Processing contact_id = 10459
1991
- Processing contact_id = 10462
1992
- Processing contact_id = 10463
1993
- Processing contact_id = 10501
1994
- Processing contact_id = 10551
1995
- Processing contact_id = 10553
1996
- Processing contact_id = 10554
1997
- Processing contact_id = 10555
1998
- Processing contact_id = 10556
1999
- Processing contact_id = 10557
2000
- Processing contact_id = 10558
2001
- Processing contact_id = 10560
2002
- Processing contact_id = 10563
2003
- Processing contact_id = 10564
2004
- Processing contact_id = 10566
2005
- Processing contact_id = 10568
2006
- Processing contact_id = 10569
2007
- Processing contact_id = 10570
2008
- Processing contact_id = 10601
2009
- Processing contact_id = 10602
2010
- Processing contact_id = 10603
2011
- Processing contact_id = 10606
2012
- Processing contact_id = 10607
2013
- Processing contact_id = 10608
2014
- Processing contact_id = 10651
2015
- Processing contact_id = 10652
2016
- Processing contact_id = 10653
2017
- Processing contact_id = 10654
2018
- Processing contact_id = 10656
2019
- Processing contact_id = 10657
2020
- Processing contact_id = 10659
2021
- Processing contact_id = 10661
2022
- Processing contact_id = 10662
2023
- Processing contact_id = 10664
2024
- Processing contact_id = 10665
2025
- Processing contact_id = 10703
2026
- Processing contact_id = 10704
2027
- Processing contact_id = 10751
2028
- Processing contact_id = 10753
2029
- Processing contact_id = 10754
2030
- Processing contact_id = 10755
2031
- Processing contact_id = 10756
2032
- Processing contact_id = 10801
2033
- Processing contact_id = 10851
2034
- Processing contact_id = 10852
2035
- Processing contact_id = 16051
2036
- Started GET "/" for ::1 at 2020-06-05 13:00:55 +0300
2037
- Processing by HomeController#index as HTML
2038
- Rendering home/index.html.erb within layouts/application
2039
- Rendered home/index.html.erb within layouts/application (0.4ms)
2040
- Rendered shared/_header.html.erb (0.4ms)
2041
- Completed 200 OK in 46ms (Views: 39.7ms | ActiveRecord: 0.0ms)
2042
-
2043
-
2044
- Started GET "/" for ::1 at 2020-06-05 13:00:56 +0300
2045
- Processing by HomeController#index as HTML
2046
- Rendering home/index.html.erb within layouts/application
2047
- Rendered home/index.html.erb within layouts/application (2.5ms)
2048
- Rendered shared/_header.html.erb (0.7ms)
2049
- Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.0ms)
2050
-
2051
-
2052
- Started GET "/" for ::1 at 2020-06-05 13:01:54 +0300
2053
- Processing by HomeController#index as HTML
2054
- Rendering home/index.html.erb within layouts/application
2055
- Rendered home/index.html.erb within layouts/application (1.1ms)
2056
- Rendered shared/_header.html.erb (0.3ms)
2057
- Completed 200 OK in 222ms (Views: 209.4ms | ActiveRecord: 0.0ms)
2058
-
2059
-
2060
- Started GET "/" for ::1 at 2020-06-05 13:01:57 +0300
2061
- Processing by HomeController#index as HTML
2062
- Rendering home/index.html.erb within layouts/application
2063
- Rendered home/index.html.erb within layouts/application (0.8ms)
2064
- Rendered shared/_header.html.erb (0.3ms)
2065
- Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.0ms)
2066
-
2067
-
2068
- Started GET "/" for ::1 at 2020-06-05 13:02:05 +0300
2069
- Processing by HomeController#index as HTML
2070
- Redirected to http://localhost:3000/login
2071
- Filter chain halted as :authorize rendered or redirected
2072
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2073
-
2074
-
2075
- Started GET "/login" for ::1 at 2020-06-05 13:02:05 +0300
2076
- Processing by Oauth::AuthorizationController#login as HTML
2077
- Rendering oauth/authorization/login.html.erb within layouts/application
2078
- Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
2079
- Rendered shared/_header.html.erb (0.3ms)
2080
- Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
2081
-
2082
-
2083
- Started GET "/login" for ::1 at 2020-06-05 13:05:01 +0300
2084
- Processing by Oauth::AuthorizationController#login as HTML
2085
- Rendering oauth/authorization/login.html.erb within layouts/application
2086
- Rendered oauth/authorization/login.html.erb within layouts/application (0.5ms)
2087
- Rendered shared/_header.html.erb (0.4ms)
2088
- Completed 200 OK in 52ms (Views: 46.4ms | ActiveRecord: 0.0ms)
2089
-
2090
-
2091
- Started GET "/login" for ::1 at 2020-06-05 13:05:04 +0300
2092
- Processing by Oauth::AuthorizationController#login as HTML
2093
- Rendering oauth/authorization/login.html.erb within layouts/application
2094
- Rendered oauth/authorization/login.html.erb within layouts/application (0.7ms)
2095
- Rendered shared/_header.html.erb (0.3ms)
2096
- Completed 200 OK in 35ms (Views: 33.9ms | ActiveRecord: 0.0ms)
2097
-
2098
-
2099
- Started GET "/login" for ::1 at 2020-06-05 13:05:09 +0300
2100
- Processing by Oauth::AuthorizationController#login as HTML
2101
- Rendering oauth/authorization/login.html.erb within layouts/application
2102
- Rendered oauth/authorization/login.html.erb within layouts/application (0.9ms)
2103
- Rendered shared/_header.html.erb (0.4ms)
2104
- Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.0ms)
2105
-
2106
-
2107
- Started GET "/login" for ::1 at 2020-06-05 13:07:10 +0300
2108
- Processing by Oauth::AuthorizationController#login as HTML
2109
- Rendering oauth/authorization/login.html.erb within layouts/application
2110
- Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
2111
- Rendered shared/_header.html.erb (0.7ms)
2112
- Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.0ms)
2113
-
2114
-
2115
- Started GET "/login" for ::1 at 2020-06-05 13:07:12 +0300
2116
- Processing by Oauth::AuthorizationController#login as HTML
2117
- Rendering oauth/authorization/login.html.erb within layouts/application
2118
- Rendered oauth/authorization/login.html.erb within layouts/application (0.7ms)
2119
- Rendered shared/_header.html.erb (0.6ms)
2120
- Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)
2121
-
2122
-
2123
- Started GET "/login" for ::1 at 2020-06-05 13:07:21 +0300
2124
- Processing by Oauth::AuthorizationController#login as HTML
2125
- Rendering oauth/authorization/login.html.erb within layouts/application
2126
- Rendered oauth/authorization/login.html.erb within layouts/application (0.4ms)
2127
- Rendered shared/_header.html.erb (0.4ms)
2128
- Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
2129
-
2130
-
2131
- Started GET "/oauth" for ::1 at 2020-06-05 13:07:22 +0300
2132
- Processing by Oauth::AuthorizationController#authorize as HTML
2133
- Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts&
2134
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2135
-
2136
-
2137
- Started GET "/oauth/callback?code=4bf26878-5b10-425d-9111-dbf80608b671" for ::1 at 2020-06-05 13:07:27 +0300
2138
- Processing by Oauth::AuthorizationController#callback as HTML
2139
- Parameters: {"code"=>"4bf26878-5b10-425d-9111-dbf80608b671"}
2140
- Redirected to http://localhost:3000/
2141
- Completed 302 Found in 705ms (ActiveRecord: 0.0ms)
2142
-
2143
-
2144
- Started GET "/" for ::1 at 2020-06-05 13:07:28 +0300
2145
- Processing by HomeController#index as HTML
2146
- Rendering home/index.html.erb within layouts/application
2147
- Rendered home/index.html.erb within layouts/application (0.8ms)
2148
- Rendered shared/_header.html.erb (0.4ms)
2149
- Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.0ms)
2150
-
2151
-
2152
- Started GET "/" for ::1 at 2020-06-05 13:09:46 +0300
2153
- Processing by HomeController#index as HTML
2154
- Rendering home/index.html.erb within layouts/application
2155
- Rendered home/index.html.erb within layouts/application (1.2ms)
2156
- Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
2157
-
2158
-
2159
-
2160
- ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'
2161
- Checked in these paths:
2162
- /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/config
2163
- /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/images
2164
- /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/javascripts
2165
- /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/app/assets/stylesheets
2166
- /home/ermolkin/.rvm/gems/ruby-2.6.3/gems/actioncable-5.2.3/lib/assets/compiled
2167
- /home/ermolkin/.rvm/gems/ruby-2.6.3/gems/activestorage-5.2.3/app/assets/javascripts
2168
- /home/ermolkin/.rvm/gems/ruby-2.6.3/gems/actionview-5.2.3/lib/assets/compiled
2169
- /home/ermolkin/work/hubspot/hubspot-api-client/sample-apps/search-result-paging-app/node_modules):
2170
- 11: <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css">
2171
- 12:
2172
- 13: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
2173
- 14: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
2174
- 15: </head>
2175
- 16:
2176
- 17: <body>
2177
-
2178
- app/assets/javascripts/application.js:14
2179
- app/views/layouts/application.html.erb:14:in `_app_views_layouts_application_html_erb__3032248099603034983_69971393183520'
2180
- Started GET "/" for ::1 at 2020-06-05 13:10:50 +0300
2181
- Processing by HomeController#index as HTML
2182
- Rendering home/index.html.erb within layouts/application
2183
- Rendered home/index.html.erb within layouts/application (1.1ms)
2184
- Rendered shared/_header.html.erb (0.3ms)
2185
- Completed 200 OK in 671ms (Views: 664.4ms | ActiveRecord: 0.0ms)
2186
-
2187
-