hubspot-api-client 3.2.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (319) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/lib/hubspot-api-client.rb +70 -0
  4. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +106 -0
  5. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +422 -0
  6. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +61 -0
  7. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +258 -0
  8. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +226 -0
  9. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +292 -0
  10. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +258 -0
  11. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +224 -0
  12. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +210 -0
  13. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +352 -0
  14. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +183 -0
  15. data/lib/hubspot/codegen/cms/domains/api_client.rb +422 -0
  16. data/lib/hubspot/codegen/cms/domains/api_error.rb +61 -0
  17. data/lib/hubspot/codegen/cms/domains/configuration.rb +258 -0
  18. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +240 -0
  19. data/lib/hubspot/codegen/cms/domains/models/domain.rb +1091 -0
  20. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +497 -0
  21. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +231 -0
  22. data/lib/hubspot/codegen/cms/domains/models/error.rb +292 -0
  23. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +258 -0
  24. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +224 -0
  25. data/lib/hubspot/codegen/cms/domains/models/paging.rb +210 -0
  26. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +186 -0
  27. data/lib/hubspot/codegen/cms/performance/api_client.rb +422 -0
  28. data/lib/hubspot/codegen/cms/performance/api_error.rb +61 -0
  29. data/lib/hubspot/codegen/cms/performance/configuration.rb +251 -0
  30. data/lib/hubspot/codegen/cms/performance/models/error.rb +292 -0
  31. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +258 -0
  32. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +528 -0
  33. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +332 -0
  34. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +225 -0
  35. data/lib/hubspot/codegen/cms/site-search/api_client.rb +422 -0
  36. data/lib/hubspot/codegen/cms/site-search/api_error.rb +61 -0
  37. data/lib/hubspot/codegen/cms/site-search/configuration.rb +258 -0
  38. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +427 -0
  39. data/lib/hubspot/codegen/cms/site-search/models/error.rb +292 -0
  40. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +258 -0
  41. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +279 -0
  42. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +282 -0
  43. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +259 -0
  44. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +368 -0
  45. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +422 -0
  46. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +61 -0
  47. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +258 -0
  48. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +242 -0
  49. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +292 -0
  50. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +258 -0
  51. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +224 -0
  52. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +210 -0
  53. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +596 -0
  54. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +306 -0
  55. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +2 -2
  56. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +20 -12
  57. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +40 -24
  58. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +10 -6
  59. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  60. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +29 -38
  61. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +333 -0
  62. data/lib/hubspot/codegen/crm/companies/models/filter.rb +15 -15
  63. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +18 -18
  64. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +2 -2
  65. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +20 -12
  66. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +40 -24
  67. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +10 -6
  68. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  69. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +29 -38
  70. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +333 -0
  71. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +15 -15
  72. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +18 -18
  73. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +2 -2
  74. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +20 -12
  75. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +40 -24
  76. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +10 -6
  77. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  78. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +29 -38
  79. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +333 -0
  80. data/lib/hubspot/codegen/crm/deals/models/filter.rb +15 -15
  81. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +18 -18
  82. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +0 -7
  83. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +2 -2
  84. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +20 -12
  85. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +40 -24
  86. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +10 -6
  87. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  88. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +29 -38
  89. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +333 -0
  90. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +15 -15
  91. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +18 -18
  92. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +0 -2
  93. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +2 -2
  94. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +20 -12
  95. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +40 -24
  96. data/lib/hubspot/codegen/crm/products/api/search_api.rb +10 -6
  97. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  98. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +29 -38
  99. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +333 -0
  100. data/lib/hubspot/codegen/crm/products/models/filter.rb +15 -15
  101. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +18 -18
  102. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +30 -18
  103. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +20 -12
  104. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +20 -12
  105. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +18 -18
  106. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +29 -23
  107. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +14 -4
  108. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +14 -4
  109. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +1 -157
  110. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +2 -190
  111. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +11 -187
  112. data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +426 -0
  113. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +11 -7
  114. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  115. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +29 -38
  116. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +333 -0
  117. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +15 -15
  118. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +18 -18
  119. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +2 -2
  120. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +20 -12
  121. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +40 -24
  122. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +10 -6
  123. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  124. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +29 -38
  125. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +333 -0
  126. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +15 -15
  127. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +18 -18
  128. data/lib/hubspot/codegen/oauth/configuration.rb +0 -14
  129. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +16 -12
  130. data/lib/hubspot/codegen/webhooks/configuration.rb +0 -7
  131. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -21
  132. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +331 -0
  133. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +28 -28
  134. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +16 -13
  135. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +7 -7
  136. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +45 -39
  137. data/lib/hubspot/exceptions.rb +11 -0
  138. data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
  139. data/lib/hubspot/version.rb +1 -1
  140. data/sample-apps/imports-contacts-app/.env.template +2 -0
  141. data/sample-apps/imports-contacts-app/.env.test.template +3 -0
  142. data/sample-apps/imports-contacts-app/.gitignore +37 -0
  143. data/sample-apps/imports-contacts-app/.rspec +1 -0
  144. data/sample-apps/imports-contacts-app/.ruby-version +1 -0
  145. data/sample-apps/imports-contacts-app/Dockerfile +22 -0
  146. data/sample-apps/imports-contacts-app/Gemfile +33 -0
  147. data/sample-apps/imports-contacts-app/Gemfile.lock +271 -0
  148. data/sample-apps/imports-contacts-app/README.md +27 -0
  149. data/sample-apps/imports-contacts-app/Rakefile +6 -0
  150. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +3 -0
  151. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  152. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +15 -0
  153. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +13 -0
  154. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  155. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +87 -0
  156. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +12 -0
  157. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  158. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
  159. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +24 -0
  160. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
  161. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +2 -0
  162. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/authorize_hubspot.rb +0 -0
  163. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/get_authorization_uri.rb +1 -1
  164. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/base.rb +0 -0
  165. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/generate.rb +2 -2
  166. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/refresh.rb +3 -4
  167. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +52 -0
  168. data/sample-apps/imports-contacts-app/app/models/application_record.rb +3 -0
  169. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  170. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +70 -0
  171. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +23 -0
  172. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
  173. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +15 -0
  174. data/sample-apps/imports-contacts-app/bin/bundle +3 -0
  175. data/sample-apps/imports-contacts-app/bin/rails +9 -0
  176. data/sample-apps/imports-contacts-app/bin/rake +9 -0
  177. data/sample-apps/imports-contacts-app/bin/setup +36 -0
  178. data/sample-apps/imports-contacts-app/bin/spring +17 -0
  179. data/sample-apps/imports-contacts-app/bin/update +31 -0
  180. data/sample-apps/imports-contacts-app/bin/yarn +11 -0
  181. data/sample-apps/imports-contacts-app/config.ru +5 -0
  182. data/sample-apps/imports-contacts-app/config/application.rb +19 -0
  183. data/sample-apps/imports-contacts-app/config/boot.rb +3 -0
  184. data/sample-apps/imports-contacts-app/config/cable.yml +10 -0
  185. data/sample-apps/imports-contacts-app/config/database.yml +25 -0
  186. data/sample-apps/imports-contacts-app/config/environment.rb +5 -0
  187. data/sample-apps/imports-contacts-app/config/environments/development.rb +61 -0
  188. data/sample-apps/imports-contacts-app/config/environments/production.rb +94 -0
  189. data/sample-apps/imports-contacts-app/config/environments/test.rb +46 -0
  190. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +14 -0
  191. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
  192. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +3 -0
  193. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +1 -0
  194. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +14 -0
  195. data/sample-apps/imports-contacts-app/config/locales/en.yml +33 -0
  196. data/sample-apps/imports-contacts-app/config/puma.rb +34 -0
  197. data/sample-apps/imports-contacts-app/config/routes.rb +11 -0
  198. data/sample-apps/imports-contacts-app/config/spring.rb +6 -0
  199. data/sample-apps/imports-contacts-app/db/seeds.rb +7 -0
  200. data/sample-apps/imports-contacts-app/docker-compose.yml +11 -0
  201. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +8 -0
  202. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  203. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  204. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  205. data/sample-apps/imports-contacts-app/package.json +5 -0
  206. data/sample-apps/imports-contacts-app/public/404.html +67 -0
  207. data/sample-apps/imports-contacts-app/public/422.html +67 -0
  208. data/sample-apps/imports-contacts-app/public/500.html +66 -0
  209. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  210. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  211. data/sample-apps/imports-contacts-app/public/examples/example.csv +2 -0
  212. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  213. data/sample-apps/imports-contacts-app/public/robots.txt +1 -0
  214. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  215. data/sample-apps/search-result-paging-app/.env.template +4 -0
  216. data/sample-apps/search-result-paging-app/.gitignore +35 -0
  217. data/sample-apps/search-result-paging-app/.rspec +1 -0
  218. data/sample-apps/search-result-paging-app/.ruby-version +1 -0
  219. data/sample-apps/search-result-paging-app/Dockerfile +22 -0
  220. data/sample-apps/search-result-paging-app/Gemfile +35 -0
  221. data/sample-apps/search-result-paging-app/Gemfile.lock +279 -0
  222. data/sample-apps/search-result-paging-app/README.md +0 -0
  223. data/sample-apps/search-result-paging-app/Rakefile +6 -0
  224. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +3 -0
  225. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  226. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +25 -0
  227. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +13 -0
  228. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  229. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +77 -0
  230. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +12 -0
  231. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  232. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +12 -0
  233. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +14 -0
  234. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +19 -0
  235. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +2 -0
  236. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  237. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  238. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  239. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  240. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  241. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +26 -0
  242. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +35 -0
  243. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +23 -0
  244. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +16 -0
  245. data/sample-apps/search-result-paging-app/app/models/application_record.rb +3 -0
  246. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  247. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +13 -0
  248. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +23 -0
  249. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +15 -0
  250. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +18 -0
  251. data/sample-apps/search-result-paging-app/bin/bundle +3 -0
  252. data/sample-apps/search-result-paging-app/bin/rails +9 -0
  253. data/sample-apps/search-result-paging-app/bin/rake +9 -0
  254. data/sample-apps/search-result-paging-app/bin/setup +36 -0
  255. data/sample-apps/search-result-paging-app/bin/spring +17 -0
  256. data/sample-apps/search-result-paging-app/bin/update +31 -0
  257. data/sample-apps/search-result-paging-app/bin/yarn +11 -0
  258. data/sample-apps/search-result-paging-app/config.ru +5 -0
  259. data/sample-apps/search-result-paging-app/config/application.rb +19 -0
  260. data/sample-apps/search-result-paging-app/config/boot.rb +3 -0
  261. data/sample-apps/search-result-paging-app/config/cable.yml +10 -0
  262. data/sample-apps/search-result-paging-app/config/database.yml +25 -0
  263. data/sample-apps/search-result-paging-app/config/environment.rb +5 -0
  264. data/sample-apps/search-result-paging-app/config/environments/development.rb +61 -0
  265. data/sample-apps/search-result-paging-app/config/environments/production.rb +94 -0
  266. data/sample-apps/search-result-paging-app/config/environments/test.rb +46 -0
  267. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +14 -0
  268. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +4 -0
  269. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +3 -0
  270. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +1 -0
  271. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +14 -0
  272. data/sample-apps/search-result-paging-app/config/locales/en.yml +33 -0
  273. data/sample-apps/search-result-paging-app/config/puma.rb +34 -0
  274. data/sample-apps/search-result-paging-app/config/routes.rb +7 -0
  275. data/sample-apps/search-result-paging-app/config/spring.rb +6 -0
  276. data/sample-apps/search-result-paging-app/db/seeds.rb +7 -0
  277. data/sample-apps/search-result-paging-app/docker-compose.yml +11 -0
  278. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +8 -0
  279. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  280. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  281. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +36 -0
  282. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  283. data/sample-apps/search-result-paging-app/package.json +5 -0
  284. data/sample-apps/search-result-paging-app/public/404.html +67 -0
  285. data/sample-apps/search-result-paging-app/public/422.html +67 -0
  286. data/sample-apps/search-result-paging-app/public/500.html +66 -0
  287. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  288. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  289. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  290. data/sample-apps/search-result-paging-app/public/robots.txt +1 -0
  291. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  292. data/sample-apps/trello-integration-app/.env +13 -0
  293. data/sample-apps/webhooks-contacts-app/.env.template +3 -1
  294. data/sample-apps/webhooks-contacts-app/Gemfile.lock +1 -1
  295. data/sample-apps/webhooks-contacts-app/README.md +24 -21
  296. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +7 -55
  297. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +8 -10
  298. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +44 -0
  299. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +6 -6
  300. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +1 -1
  301. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  302. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  303. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  304. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  305. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  306. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +25 -0
  307. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +44 -0
  308. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +13 -1
  309. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +39 -0
  310. data/sample-apps/webhooks-contacts-app/app/models/event.rb +3 -0
  311. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +14 -16
  312. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +47 -0
  313. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +6 -6
  314. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +3 -0
  315. data/sample-apps/webhooks-contacts-app/config/database.yml +9 -9
  316. data/sample-apps/webhooks-contacts-app/config/routes.rb +2 -0
  317. data/sample-apps/webhooks-contacts-app/db/schema.rb +2 -5
  318. data/sample-apps/webhooks-contacts-app/docker-compose.yml +13 -10
  319. metadata +616 -7
@@ -2,11 +2,13 @@ module Services
2
2
  module Hubspot
3
3
  module Webhooks
4
4
  class Handle
5
- def initialize(webhook)
5
+ def initialize(webhook:, request:)
6
6
  @webhook = webhook
7
+ @request = request
7
8
  end
8
9
 
9
10
  def call
11
+ validate_signature
10
12
  create_event
11
13
  end
12
14
 
@@ -28,6 +30,16 @@ module Services
28
30
  end
29
31
  event.save!
30
32
  end
33
+
34
+ def validate_signature
35
+ ::Hubspot::Helpers::WebhooksHelper.validate_signature(
36
+ signature: @request.headers['X-HubSpot-Signature'],
37
+ signature_version: @request.headers['X-HubSpot-Signature-Version'],
38
+ http_uri: @request.base_url,
39
+ request_body: @request.raw_post,
40
+ client_secret: ENV["HUBSPOT_CLIENT_SECRET"]
41
+ )
42
+ end
31
43
  end
32
44
  end
33
45
  end
@@ -0,0 +1,39 @@
1
+ module Services
2
+ module Hubspot
3
+ module Webhooks
4
+ class PauseActiveSubscriptions
5
+ def initialize(app_id:)
6
+ @app_id = app_id
7
+ end
8
+
9
+ def call
10
+ return false if active_subscriptions.empty?
11
+
12
+ inputs = active_subscriptions.map do |subscription|
13
+ ::Hubspot::Webhooks::SubscriptionBatchUpdateRequest.new(
14
+ id: subscription.id,
15
+ active: false
16
+ )
17
+ end
18
+
19
+ batch_input_subscription_batch_update_request =
20
+ ::Hubspot::Webhooks::BatchInputSubscriptionBatchUpdateRequest.new(inputs: inputs)
21
+
22
+ ::Hubspot::Webhooks::SubscriptionsApi.new.update_batch(
23
+ @app_id,
24
+ batch_input_subscription_batch_update_request
25
+ )
26
+ end
27
+
28
+ private
29
+
30
+ def active_subscriptions
31
+ return @active_subscriptions if @active_subscriptions.present?
32
+
33
+ subscriptions = ::Hubspot::Webhooks::SubscriptionsApi.new.get_all(@app_id).results
34
+ @active_subscriptions = subscriptions.filter(&:active)
35
+ end
36
+ end
37
+ end
38
+ end
39
+ end
@@ -1,2 +1,5 @@
1
1
  class Event < ApplicationRecord
2
+ def occured_at
3
+ Time.at(self[:occured_at].to_i / 1000)
4
+ end
2
5
  end
@@ -9,26 +9,24 @@
9
9
  <tr>
10
10
  <th>Contact ID</th>
11
11
  <th>Contact Name</th>
12
- <th>Event type</th>
12
+ <th>Event</th>
13
+ <th>Occurred At</th>
13
14
  </tr>
14
15
  </thead>
15
16
  <tbody>
16
- <% @contacts.each do |contact| %>
17
+ <% @events.each do |event| %>
17
18
  <tr>
18
- <td><%= contact[:id] %></td>
19
- <td><%= contact[:name] %></td>
19
+ <td><%= event.object_id %></td>
20
20
  <td>
21
- <% contact[:events].map do |event| %>
22
- <span class="event <%= event.event_type %>">
23
- <%= event.event_type %>
24
- <% if event.property_name.present? %>
25
- <span><%= event.property_name %></span>
26
- <% end %>
27
- <% if event.property_value.present? %>
28
- <span><%= event.property_value %></span>
29
- <% end %>
30
- </span>
31
- <% end %>
21
+ <% if @contacts.keys.include? event.object_id %>
22
+ <%= @contacts[event.object_id][:name] %>
23
+ <% end %>
24
+ </td>
25
+ <td>
26
+ <span class="event <%= event.event_type.split('.')[0] %>"><%= event.event_type %></span>
27
+ </td>
28
+ <td>
29
+ <%= event.occured_at %>
32
30
  </td>
33
31
  </tr>
34
32
  <% end %>
@@ -38,4 +36,4 @@
38
36
  <h3 id="empty-message">Webhooks haven't been received yet.</h3>
39
37
  <% end %>
40
38
  <% end %>
41
- </div>
39
+ </div>
@@ -0,0 +1,47 @@
1
+ <div class="container">
2
+ <% if @error.present? %>
3
+ <h3><%= @error.message %></h3>
4
+ <% else %>
5
+ <div class="row">
6
+ <div class="column column-80 column-offset-10">
7
+ <h3>Webhooks initialization:</h3>
8
+
9
+ <h5>1. All active subscriptions will be paused</h5>
10
+ <h5>2. Target url will be updated to <%= @target_url %></h5>
11
+ <h5>3. Following subscriptions will be created and activated:</h5>
12
+ <ul>
13
+ <li>Contact's Creation (contact.creation)</li>
14
+ <li>Changing of Contact's Fist Name (contact.propertyChange)</li>
15
+ <li>Contact's Deletion (contact.deletion)</li>
16
+ </ul>
17
+
18
+ <pre>
19
+ ::Hubspot.configure do |config|
20
+ config.api_key = { 'hapikey' => ENV['HUBSPOT_DEVELOPER_API_KEY'] }
21
+ end
22
+
23
+ app_id = ENV['HUBSPOT_APPLICATION_ID']
24
+ Services::Hubspot::Webhooks::PauseActiveSubscriptions.new(app_id: app_id).call
25
+
26
+ target_url = url_for(controller: :webhooks, action: :callback, only_path: false, protocol: 'https')
27
+ Services::Hubspot::Webhooks::ConfigureTargetUrl.new(app_id: app_id, target_url: target_url).call
28
+
29
+ subscriptions = [
30
+ {"event_type": "contact.propertyChange", "property_name": "firstname"},
31
+ {"event_type": "contact.creation"},
32
+ {"event_type": "contact.deletion"},
33
+ ]
34
+
35
+ subscriptions.each do |subscription|
36
+ Services::Hubspot::Webhooks::CreateOrActivateSubscription.new(app_id: app_id, **subscription).call
37
+ end
38
+
39
+ redirect_to controller: :events, action: :index
40
+ </pre>
41
+ <%= form_with(url: "/start", method: "post", local: true) do %>
42
+ <%= submit_tag("Start") %>
43
+ <% end %>
44
+ </div>
45
+ </div>
46
+ <% end %>
47
+ </div>
@@ -1,12 +1,12 @@
1
1
  <div class="container">
2
2
  <pre>
3
- <p>// app/lib/services/authorization/get_authorization_uri.rb - Generate URL for OAuth</p>
3
+ // app/lib/services/authorization/get_authorization_uri.rb - Generate URL for OAuth
4
4
 
5
- <p>::Hubspot::OAuthHelper.authorize_url(</p>
6
- <p> client_id: 'client_id',</p>
7
- <p> redirect_uri: redirect_uri,</p>
8
- <p> scope: %w[contacts]</p>
9
- <p>)</p>
5
+ ::Hubspot::OAuthHelper.authorize_url(
6
+ client_id: 'client_id',
7
+ redirect_uri: redirect_uri,
8
+ scope: %w[contacts]
9
+ )
10
10
  </pre>
11
11
  <h3 class="text-center">In order to continue please authorize via OAuth</h3>
12
12
  <div class="row authorize-button">
@@ -7,6 +7,9 @@
7
7
  <li class="navigation-item">
8
8
  <a id="events" class="navigation-link" href="/events">Events</a>
9
9
  </li>
10
+ <li class="navigation-item">
11
+ <a class="navigation-link" href="/">Initialization</a>
12
+ </li>
10
13
  <li class="navigation-item">
11
14
  <a class="navigation-link" href="/oauth">OAuth2</a>
12
15
  </li>
@@ -1,15 +1,15 @@
1
1
  default: &default
2
2
  adapter: mysql2
3
- encoding: utf8
4
3
  pool: 5
5
- username: root
6
- password: root
7
- host: db
4
+ username: <%= ENV['DB_USERNAME'] %>
5
+ password: <%= ENV['DB_PASSWORD'] %>
6
+ host: <%= ENV['DB_HOST'] %>
7
+ port: <%= ENV['DB_PORT'] %>
8
8
 
9
9
  development:
10
- <<: *default
11
- database: webhooks_contacts_app_development
10
+ <<: *default
11
+ database: <%= ENV['DB_NAME'] %>_development
12
12
 
13
- test:
14
- <<: *default
15
- database: webhooks_contacts_app_test
13
+ production:
14
+ <<: *default
15
+ database: <%= ENV['DB_NAME'] %>
@@ -5,6 +5,8 @@ Rails.application.routes.draw do
5
5
  get '/oauth/callback', to: 'oauth/authorization#callback'
6
6
  post '/webhooks/callback', to: 'webhooks#callback'
7
7
  get '/login', to: 'oauth/authorization#login'
8
+ get '/', to: 'home#index'
9
+ post '/start', to: 'home#start'
8
10
 
9
11
  root to: 'events#index'
10
12
  end
@@ -12,10 +12,7 @@
12
12
 
13
13
  ActiveRecord::Schema.define(version: 2020_01_30_113853) do
14
14
 
15
- # These are extensions that must be enabled in order to support this database
16
- enable_extension "plpgsql"
17
-
18
- create_table "events", force: :cascade do |t|
15
+ create_table "events", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
19
16
  t.string "event_type"
20
17
  t.integer "object_id"
21
18
  t.string "event_id"
@@ -26,7 +23,7 @@ ActiveRecord::Schema.define(version: 2020_01_30_113853) do
26
23
  t.datetime "updated_at", null: false
27
24
  end
28
25
 
29
- create_table "tokens", force: :cascade do |t|
26
+ create_table "tokens", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
30
27
  t.string "refresh_token"
31
28
  t.string "access_token"
32
29
  t.datetime "expires_in"
@@ -1,18 +1,21 @@
1
- version: '3'
1
+ version: '3.5'
2
+
2
3
  services:
3
4
  web:
5
+ env_file:
6
+ - .env
7
+ environment:
8
+ DB_HOST: db
9
+ DB_NAME: events
10
+ DB_USERNAME: events
11
+ DB_PASSWORD: events
4
12
  build:
5
- context: ../../
6
13
  dockerfile: ./sample-apps/webhooks-contacts-app/Dockerfile
7
- ports:
8
- - 3000:3000
9
- command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
10
- volumes:
11
- - .:/webhooks-contacts-app
12
- links:
13
- - db:sql_srv
14
+ context: ../../
14
15
  depends_on:
15
16
  - db
17
+ ports:
18
+ - 3000:3000
16
19
  db:
17
20
  image: mysql:8.0
18
21
  command: mysqld --default-authentication-plugin=mysql_native_password
@@ -24,7 +27,7 @@ services:
24
27
  driver: none
25
28
  environment:
26
29
  MYSQL_ROOT_PASSWORD: root
27
- MYSQL_DATABASE: events
30
+ MYSQL_DATABASE: events_development
28
31
  MYSQL_USER: events
29
32
  MYSQL_PASSWORD: events
30
33
  ngrok:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-06 00:00:00.000000000 Z
11
+ date: 2020-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -199,6 +199,57 @@ files:
199
199
  - git_push.sh
200
200
  - hubspot-api-client.gemspec
201
201
  - lib/hubspot-api-client.rb
202
+ - lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
203
+ - lib/hubspot/codegen/cms/audit-logs/api_client.rb
204
+ - lib/hubspot/codegen/cms/audit-logs/api_error.rb
205
+ - lib/hubspot/codegen/cms/audit-logs/configuration.rb
206
+ - lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb
207
+ - lib/hubspot/codegen/cms/audit-logs/models/error.rb
208
+ - lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb
209
+ - lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
210
+ - lib/hubspot/codegen/cms/audit-logs/models/paging.rb
211
+ - lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
212
+ - lib/hubspot/codegen/cms/domains/api/domains_api.rb
213
+ - lib/hubspot/codegen/cms/domains/api_client.rb
214
+ - lib/hubspot/codegen/cms/domains/api_error.rb
215
+ - lib/hubspot/codegen/cms/domains/configuration.rb
216
+ - lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb
217
+ - lib/hubspot/codegen/cms/domains/models/domain.rb
218
+ - lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb
219
+ - lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb
220
+ - lib/hubspot/codegen/cms/domains/models/error.rb
221
+ - lib/hubspot/codegen/cms/domains/models/error_detail.rb
222
+ - lib/hubspot/codegen/cms/domains/models/next_page.rb
223
+ - lib/hubspot/codegen/cms/domains/models/paging.rb
224
+ - lib/hubspot/codegen/cms/performance/api/default_api.rb
225
+ - lib/hubspot/codegen/cms/performance/api_client.rb
226
+ - lib/hubspot/codegen/cms/performance/api_error.rb
227
+ - lib/hubspot/codegen/cms/performance/configuration.rb
228
+ - lib/hubspot/codegen/cms/performance/models/error.rb
229
+ - lib/hubspot/codegen/cms/performance/models/error_detail.rb
230
+ - lib/hubspot/codegen/cms/performance/models/performance_view.rb
231
+ - lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
232
+ - lib/hubspot/codegen/cms/site-search/api/default_api.rb
233
+ - lib/hubspot/codegen/cms/site-search/api_client.rb
234
+ - lib/hubspot/codegen/cms/site-search/api_error.rb
235
+ - lib/hubspot/codegen/cms/site-search/configuration.rb
236
+ - lib/hubspot/codegen/cms/site-search/models/content_search_result.rb
237
+ - lib/hubspot/codegen/cms/site-search/models/error.rb
238
+ - lib/hubspot/codegen/cms/site-search/models/error_detail.rb
239
+ - lib/hubspot/codegen/cms/site-search/models/indexed_data.rb
240
+ - lib/hubspot/codegen/cms/site-search/models/public_search_results.rb
241
+ - lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb
242
+ - lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb
243
+ - lib/hubspot/codegen/cms/url-redirects/api_client.rb
244
+ - lib/hubspot/codegen/cms/url-redirects/api_error.rb
245
+ - lib/hubspot/codegen/cms/url-redirects/configuration.rb
246
+ - lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb
247
+ - lib/hubspot/codegen/cms/url-redirects/models/error.rb
248
+ - lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb
249
+ - lib/hubspot/codegen/cms/url-redirects/models/next_page.rb
250
+ - lib/hubspot/codegen/cms/url-redirects/models/paging.rb
251
+ - lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
252
+ - lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
202
253
  - lib/hubspot/codegen/crm/associations/api/batch_api.rb
203
254
  - lib/hubspot/codegen/crm/associations/api/types_api.rb
204
255
  - lib/hubspot/codegen/crm/associations/api_client.rb
@@ -231,6 +282,7 @@ files:
231
282
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
232
283
  - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
233
284
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
285
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
234
286
  - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
235
287
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
236
288
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
@@ -258,6 +310,7 @@ files:
258
310
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
259
311
  - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
260
312
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
313
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
261
314
  - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
262
315
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
263
316
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
@@ -285,6 +338,7 @@ files:
285
338
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
286
339
  - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
287
340
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
341
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
288
342
  - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
289
343
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
290
344
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
@@ -350,6 +404,7 @@ files:
350
404
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
351
405
  - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
352
406
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
407
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
353
408
  - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
354
409
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
355
410
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
@@ -405,6 +460,7 @@ files:
405
460
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
406
461
  - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
407
462
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
463
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
408
464
  - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
409
465
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
410
466
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
@@ -448,6 +504,7 @@ files:
448
504
  - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
449
505
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
450
506
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
507
+ - lib/hubspot/codegen/crm/quotes/api/default_api.rb
451
508
  - lib/hubspot/codegen/crm/quotes/api/search_api.rb
452
509
  - lib/hubspot/codegen/crm/quotes/api_client.rb
453
510
  - lib/hubspot/codegen/crm/quotes/api_error.rb
@@ -458,6 +515,7 @@ files:
458
515
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
459
516
  - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
460
517
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
518
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
461
519
  - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
462
520
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
463
521
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
@@ -485,6 +543,7 @@ files:
485
543
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
486
544
  - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
487
545
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
546
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
488
547
  - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
489
548
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
490
549
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
@@ -538,6 +597,7 @@ files:
538
597
  - lib/hubspot/codegen/webhooks/configuration.rb
539
598
  - lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb
540
599
  - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
600
+ - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
541
601
  - lib/hubspot/codegen/webhooks/models/error.rb
542
602
  - lib/hubspot/codegen/webhooks/models/error_detail.rb
543
603
  - lib/hubspot/codegen/webhooks/models/settings_change_request.rb
@@ -551,6 +611,7 @@ files:
551
611
  - lib/hubspot/configuration.rb
552
612
  - lib/hubspot/exceptions.rb
553
613
  - lib/hubspot/helpers/get_all_helper.rb
614
+ - lib/hubspot/helpers/webhooks_helper.rb
554
615
  - lib/hubspot/oauth_helper.rb
555
616
  - lib/hubspot/version.rb
556
617
  - sample-apps/companies-app/.env.template
@@ -848,6 +909,221 @@ files:
848
909
  - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
849
910
  - sample-apps/contacts-app/tmp/development_secret.txt
850
911
  - sample-apps/contacts-app/tmp/restart.txt
912
+ - sample-apps/imports-contacts-app/.env
913
+ - sample-apps/imports-contacts-app/.env.template
914
+ - sample-apps/imports-contacts-app/.env.test.template
915
+ - sample-apps/imports-contacts-app/.gitignore
916
+ - sample-apps/imports-contacts-app/.rspec
917
+ - sample-apps/imports-contacts-app/.ruby-version
918
+ - sample-apps/imports-contacts-app/Dockerfile
919
+ - sample-apps/imports-contacts-app/Gemfile
920
+ - sample-apps/imports-contacts-app/Gemfile.lock
921
+ - sample-apps/imports-contacts-app/README.md
922
+ - sample-apps/imports-contacts-app/Rakefile
923
+ - sample-apps/imports-contacts-app/app/assets/config/manifest.js
924
+ - sample-apps/imports-contacts-app/app/assets/images/.keep
925
+ - sample-apps/imports-contacts-app/app/assets/javascripts/application.js
926
+ - sample-apps/imports-contacts-app/app/assets/javascripts/cable.js
927
+ - sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep
928
+ - sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
929
+ - sample-apps/imports-contacts-app/app/controllers/application_controller.rb
930
+ - sample-apps/imports-contacts-app/app/controllers/concerns/.keep
931
+ - sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb
932
+ - sample-apps/imports-contacts-app/app/controllers/imports_controller.rb
933
+ - sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb
934
+ - sample-apps/imports-contacts-app/app/helpers/application_helper.rb
935
+ - sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb
936
+ - sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb
937
+ - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb
938
+ - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb
939
+ - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb
940
+ - sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb
941
+ - sample-apps/imports-contacts-app/app/models/application_record.rb
942
+ - sample-apps/imports-contacts-app/app/models/concerns/.keep
943
+ - sample-apps/imports-contacts-app/app/views/imports/index.html.erb
944
+ - sample-apps/imports-contacts-app/app/views/layouts/application.html.erb
945
+ - sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb
946
+ - sample-apps/imports-contacts-app/app/views/shared/_header.html.erb
947
+ - sample-apps/imports-contacts-app/bin/bundle
948
+ - sample-apps/imports-contacts-app/bin/rails
949
+ - sample-apps/imports-contacts-app/bin/rake
950
+ - sample-apps/imports-contacts-app/bin/setup
951
+ - sample-apps/imports-contacts-app/bin/spring
952
+ - sample-apps/imports-contacts-app/bin/update
953
+ - sample-apps/imports-contacts-app/bin/yarn
954
+ - sample-apps/imports-contacts-app/config.ru
955
+ - sample-apps/imports-contacts-app/config/application.rb
956
+ - sample-apps/imports-contacts-app/config/boot.rb
957
+ - sample-apps/imports-contacts-app/config/cable.yml
958
+ - sample-apps/imports-contacts-app/config/database.yml
959
+ - sample-apps/imports-contacts-app/config/environment.rb
960
+ - sample-apps/imports-contacts-app/config/environments/development.rb
961
+ - sample-apps/imports-contacts-app/config/environments/production.rb
962
+ - sample-apps/imports-contacts-app/config/environments/test.rb
963
+ - sample-apps/imports-contacts-app/config/initializers/assets.rb
964
+ - sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb
965
+ - sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb
966
+ - sample-apps/imports-contacts-app/config/initializers/mime_types.rb
967
+ - sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb
968
+ - sample-apps/imports-contacts-app/config/locales/en.yml
969
+ - sample-apps/imports-contacts-app/config/puma.rb
970
+ - sample-apps/imports-contacts-app/config/routes.rb
971
+ - sample-apps/imports-contacts-app/config/spring.rb
972
+ - sample-apps/imports-contacts-app/db/development.sqlite3
973
+ - sample-apps/imports-contacts-app/db/seeds.rb
974
+ - sample-apps/imports-contacts-app/docker-compose.yml
975
+ - sample-apps/imports-contacts-app/docker-entrypoint.sh
976
+ - sample-apps/imports-contacts-app/lib/assets/.keep
977
+ - sample-apps/imports-contacts-app/lib/tasks/.keep
978
+ - sample-apps/imports-contacts-app/log/.keep
979
+ - sample-apps/imports-contacts-app/log/development.log
980
+ - sample-apps/imports-contacts-app/package.json
981
+ - sample-apps/imports-contacts-app/public/404.html
982
+ - sample-apps/imports-contacts-app/public/422.html
983
+ - sample-apps/imports-contacts-app/public/500.html
984
+ - sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png
985
+ - sample-apps/imports-contacts-app/public/apple-touch-icon.png
986
+ - sample-apps/imports-contacts-app/public/examples/example.csv
987
+ - sample-apps/imports-contacts-app/public/favicon.ico
988
+ - sample-apps/imports-contacts-app/public/robots.txt
989
+ - sample-apps/imports-contacts-app/public/uploads/example (1).csv
990
+ - sample-apps/imports-contacts-app/public/uploads/example (3).csv
991
+ - sample-apps/imports-contacts-app/public/uploads/example.csv
992
+ - sample-apps/imports-contacts-app/tmp/.keep
993
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
994
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache
995
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
996
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
997
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
998
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache
999
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1000
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache
1001
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
1002
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1003
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache
1004
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
1005
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
1006
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
1007
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache
1008
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1009
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache
1010
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
1011
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache
1012
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
1013
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache
1014
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1015
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache
1016
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
1017
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache
1018
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
1019
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache
1020
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1021
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
1022
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
1023
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1024
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1025
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache
1026
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache
1027
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache
1028
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1029
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1030
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1031
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
1032
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache
1033
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache
1034
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1035
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
1036
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
1037
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache
1038
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache
1039
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
1040
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1041
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
1042
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache
1043
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
1044
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1045
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache
1046
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1047
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1048
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1049
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1050
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
1051
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
1052
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
1053
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1054
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
1055
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache
1056
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1057
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1058
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
1059
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1060
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1061
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1062
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
1063
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1064
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache
1065
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache
1066
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1067
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache
1068
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
1069
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
1070
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1071
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1072
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1073
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1074
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1075
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1076
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1077
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1078
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
1079
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1080
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1081
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache
1082
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache
1083
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1084
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache
1085
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache
1086
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache
1087
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1088
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1089
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1090
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1091
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
1092
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache
1093
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1094
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1095
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1096
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache
1097
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache
1098
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1099
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1100
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache
1101
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1102
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
1103
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
1104
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1105
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1106
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1107
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1108
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
1109
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache
1110
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1111
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1112
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1113
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1114
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
1115
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
1116
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1117
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
1118
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1119
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1120
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1121
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
1122
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
1123
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1124
+ - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
1125
+ - sample-apps/imports-contacts-app/tmp/development_secret.txt
1126
+ - sample-apps/imports-contacts-app/tmp/restart.txt
851
1127
  - sample-apps/leaky-bucket-app/.env
852
1128
  - sample-apps/leaky-bucket-app/.env.template
853
1129
  - sample-apps/leaky-bucket-app/.gitignore
@@ -1401,6 +1677,255 @@ files:
1401
1677
  - sample-apps/retry-middleware-sample-app/public/favicon.ico
1402
1678
  - sample-apps/retry-middleware-sample-app/public/robots.txt
1403
1679
  - sample-apps/retry-middleware-sample-app/tmp/.keep
1680
+ - sample-apps/search-result-paging-app/.env
1681
+ - sample-apps/search-result-paging-app/.env.template
1682
+ - sample-apps/search-result-paging-app/.gitignore
1683
+ - sample-apps/search-result-paging-app/.rspec
1684
+ - sample-apps/search-result-paging-app/.ruby-version
1685
+ - sample-apps/search-result-paging-app/Dockerfile
1686
+ - sample-apps/search-result-paging-app/Gemfile
1687
+ - sample-apps/search-result-paging-app/Gemfile.lock
1688
+ - sample-apps/search-result-paging-app/README.md
1689
+ - sample-apps/search-result-paging-app/Rakefile
1690
+ - sample-apps/search-result-paging-app/app/assets/config/manifest.js
1691
+ - sample-apps/search-result-paging-app/app/assets/images/.keep
1692
+ - sample-apps/search-result-paging-app/app/assets/javascripts/application.js
1693
+ - sample-apps/search-result-paging-app/app/assets/javascripts/cable.js
1694
+ - sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep
1695
+ - sample-apps/search-result-paging-app/app/assets/stylesheets/application.css
1696
+ - sample-apps/search-result-paging-app/app/controllers/application_controller.rb
1697
+ - sample-apps/search-result-paging-app/app/controllers/concerns/.keep
1698
+ - sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb
1699
+ - sample-apps/search-result-paging-app/app/controllers/home_controller.rb
1700
+ - sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb
1701
+ - sample-apps/search-result-paging-app/app/helpers/application_helper.rb
1702
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb
1703
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
1704
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb
1705
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb
1706
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
1707
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb
1708
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb
1709
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb
1710
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb
1711
+ - sample-apps/search-result-paging-app/app/models/application_record.rb
1712
+ - sample-apps/search-result-paging-app/app/models/concerns/.keep
1713
+ - sample-apps/search-result-paging-app/app/views/home/index.html.erb
1714
+ - sample-apps/search-result-paging-app/app/views/layouts/application.html.erb
1715
+ - sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb
1716
+ - sample-apps/search-result-paging-app/app/views/shared/_header.html.erb
1717
+ - sample-apps/search-result-paging-app/bin/bundle
1718
+ - sample-apps/search-result-paging-app/bin/rails
1719
+ - sample-apps/search-result-paging-app/bin/rake
1720
+ - sample-apps/search-result-paging-app/bin/setup
1721
+ - sample-apps/search-result-paging-app/bin/spring
1722
+ - sample-apps/search-result-paging-app/bin/update
1723
+ - sample-apps/search-result-paging-app/bin/yarn
1724
+ - sample-apps/search-result-paging-app/config.ru
1725
+ - sample-apps/search-result-paging-app/config/application.rb
1726
+ - sample-apps/search-result-paging-app/config/boot.rb
1727
+ - sample-apps/search-result-paging-app/config/cable.yml
1728
+ - sample-apps/search-result-paging-app/config/database.yml
1729
+ - sample-apps/search-result-paging-app/config/environment.rb
1730
+ - sample-apps/search-result-paging-app/config/environments/development.rb
1731
+ - sample-apps/search-result-paging-app/config/environments/production.rb
1732
+ - sample-apps/search-result-paging-app/config/environments/test.rb
1733
+ - sample-apps/search-result-paging-app/config/initializers/assets.rb
1734
+ - sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb
1735
+ - sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb
1736
+ - sample-apps/search-result-paging-app/config/initializers/mime_types.rb
1737
+ - sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb
1738
+ - sample-apps/search-result-paging-app/config/locales/en.yml
1739
+ - sample-apps/search-result-paging-app/config/puma.rb
1740
+ - sample-apps/search-result-paging-app/config/routes.rb
1741
+ - sample-apps/search-result-paging-app/config/spring.rb
1742
+ - sample-apps/search-result-paging-app/db/development.sqlite3
1743
+ - sample-apps/search-result-paging-app/db/seeds.rb
1744
+ - sample-apps/search-result-paging-app/docker-compose.yml
1745
+ - sample-apps/search-result-paging-app/docker-entrypoint.sh
1746
+ - sample-apps/search-result-paging-app/lib/assets/.keep
1747
+ - sample-apps/search-result-paging-app/lib/tasks/.keep
1748
+ - sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake
1749
+ - sample-apps/search-result-paging-app/log/.keep
1750
+ - sample-apps/search-result-paging-app/log/development.log
1751
+ - sample-apps/search-result-paging-app/package.json
1752
+ - sample-apps/search-result-paging-app/public/404.html
1753
+ - sample-apps/search-result-paging-app/public/422.html
1754
+ - sample-apps/search-result-paging-app/public/500.html
1755
+ - sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png
1756
+ - sample-apps/search-result-paging-app/public/apple-touch-icon.png
1757
+ - sample-apps/search-result-paging-app/public/favicon.ico
1758
+ - sample-apps/search-result-paging-app/public/robots.txt
1759
+ - sample-apps/search-result-paging-app/tmp/.keep
1760
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache
1761
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
1762
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache
1763
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
1764
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
1765
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache
1766
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
1767
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1768
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
1769
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1770
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache
1771
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache
1772
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache
1773
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
1774
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
1775
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
1776
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1777
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache
1778
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache
1779
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache
1780
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache
1781
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
1782
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache
1783
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
1784
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache
1785
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache
1786
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1787
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
1788
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
1789
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
1790
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache
1791
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1792
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
1793
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
1794
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache
1795
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache
1796
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache
1797
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
1798
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1799
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache
1800
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1801
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache
1802
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache
1803
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1804
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1805
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1806
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
1807
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache
1808
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1809
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
1810
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
1811
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache
1812
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
1813
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1814
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache
1815
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache
1816
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
1817
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
1818
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache
1819
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1820
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache
1821
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache
1822
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache
1823
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache
1824
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache
1825
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache
1826
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1827
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1828
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1829
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1830
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
1831
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
1832
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache
1833
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
1834
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache
1835
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache
1836
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1837
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
1838
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1839
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache
1840
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
1841
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1842
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
1843
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache
1844
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1845
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1846
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1847
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
1848
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1849
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1850
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
1851
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache
1852
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache
1853
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache
1854
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
1855
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
1856
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache
1857
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache
1858
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
1859
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1860
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1861
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1862
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1863
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1864
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1865
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache
1866
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1867
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1868
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
1869
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1870
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache
1871
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1872
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache
1873
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1874
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache
1875
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1876
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache
1877
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1878
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1879
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1880
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache
1881
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
1882
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1883
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
1884
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1885
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1886
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache
1887
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1888
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1889
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1890
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
1891
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
1892
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1893
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache
1894
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1895
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache
1896
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
1897
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache
1898
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1899
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache
1900
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1901
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache
1902
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache
1903
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
1904
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache
1905
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache
1906
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1907
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1908
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1909
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1910
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
1911
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache
1912
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
1913
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1914
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
1915
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1916
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache
1917
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1918
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1919
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache
1920
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
1921
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
1922
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1923
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
1924
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
1925
+ - sample-apps/search-result-paging-app/tmp/development_secret.txt
1926
+ - sample-apps/search-result-paging-app/tmp/restart.txt
1927
+ - sample-apps/trello-integration-app/.env
1928
+ - sample-apps/webhooks-contacts-app/.env
1404
1929
  - sample-apps/webhooks-contacts-app/.env.template
1405
1930
  - sample-apps/webhooks-contacts-app/.gitignore
1406
1931
  - sample-apps/webhooks-contacts-app/.ruby-version
@@ -1419,21 +1944,26 @@ files:
1419
1944
  - sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep
1420
1945
  - sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb
1421
1946
  - sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb
1947
+ - sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb
1422
1948
  - sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb
1423
1949
  - sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb
1424
1950
  - sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb
1425
- - sample-apps/webhooks-contacts-app/app/lib/services/authorization/authorize_hubspot.rb
1426
- - sample-apps/webhooks-contacts-app/app/lib/services/authorization/get_authorization_uri.rb
1427
- - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/base.rb
1428
- - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/generate.rb
1429
- - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/refresh.rb
1951
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb
1952
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
1953
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb
1954
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb
1955
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
1430
1956
  - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb
1957
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb
1958
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb
1431
1959
  - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb
1960
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb
1432
1961
  - sample-apps/webhooks-contacts-app/app/models/application_record.rb
1433
1962
  - sample-apps/webhooks-contacts-app/app/models/concerns/.keep
1434
1963
  - sample-apps/webhooks-contacts-app/app/models/event.rb
1435
1964
  - sample-apps/webhooks-contacts-app/app/models/token.rb
1436
1965
  - sample-apps/webhooks-contacts-app/app/views/events/index.html.erb
1966
+ - sample-apps/webhooks-contacts-app/app/views/home/index.html.erb
1437
1967
  - sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb
1438
1968
  - sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb
1439
1969
  - sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb
@@ -1468,6 +1998,7 @@ files:
1468
1998
  - sample-apps/webhooks-contacts-app/lib/assets/.keep
1469
1999
  - sample-apps/webhooks-contacts-app/lib/tasks/.keep
1470
2000
  - sample-apps/webhooks-contacts-app/log/.keep
2001
+ - sample-apps/webhooks-contacts-app/log/development.log
1471
2002
  - sample-apps/webhooks-contacts-app/package.json
1472
2003
  - sample-apps/webhooks-contacts-app/public/404.html
1473
2004
  - sample-apps/webhooks-contacts-app/public/422.html
@@ -1478,6 +2009,84 @@ files:
1478
2009
  - sample-apps/webhooks-contacts-app/public/robots.txt
1479
2010
  - sample-apps/webhooks-contacts-app/public/sample.png
1480
2011
  - sample-apps/webhooks-contacts-app/tmp/.keep
2012
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache
2013
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2014
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
2015
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
2016
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
2017
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
2018
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache
2019
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache
2020
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache
2021
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache
2022
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache
2023
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2024
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache
2025
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache
2026
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache
2027
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache
2028
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache
2029
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache
2030
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache
2031
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
2032
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2033
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache
2034
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache
2035
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache
2036
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2037
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2038
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache
2039
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
2040
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache
2041
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache
2042
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache
2043
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
2044
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache
2045
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
2046
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache
2047
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache
2048
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache
2049
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2050
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2051
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache
2052
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache
2053
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache
2054
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
2055
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache
2056
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache
2057
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache
2058
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache
2059
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache
2060
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache
2061
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
2062
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
2063
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2064
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache
2065
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache
2066
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache
2067
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache
2068
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
2069
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache
2070
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache
2071
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache
2072
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache
2073
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache
2074
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache
2075
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache
2076
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
2077
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache
2078
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2079
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache
2080
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache
2081
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache
2082
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache
2083
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache
2084
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
2085
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache
2086
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2087
+ - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
2088
+ - sample-apps/webhooks-contacts-app/tmp/development_secret.txt
2089
+ - sample-apps/webhooks-contacts-app/tmp/restart.txt
1481
2090
  - spec/oauth/api/access_tokens_api_spec.rb
1482
2091
  - spec/oauth/api/refresh_tokens_api_spec.rb
1483
2092
  - spec/oauth/api/tokens_api_spec.rb