hubspot-api-client 3.3.0 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (335) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/lib/hubspot-api-client.rb +69 -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/version.rb +1 -1
  138. data/sample-apps/search-result-paging-app/.env.template +4 -0
  139. data/sample-apps/search-result-paging-app/.gitignore +35 -0
  140. data/sample-apps/search-result-paging-app/.rspec +1 -0
  141. data/sample-apps/search-result-paging-app/.ruby-version +1 -0
  142. data/sample-apps/search-result-paging-app/Dockerfile +22 -0
  143. data/sample-apps/search-result-paging-app/Gemfile +35 -0
  144. data/sample-apps/search-result-paging-app/Gemfile.lock +279 -0
  145. data/sample-apps/search-result-paging-app/README.md +0 -0
  146. data/sample-apps/search-result-paging-app/Rakefile +6 -0
  147. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +3 -0
  148. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  149. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +25 -0
  150. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +13 -0
  151. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  152. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +77 -0
  153. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +12 -0
  154. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  155. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +12 -0
  156. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +14 -0
  157. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +19 -0
  158. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +2 -0
  159. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  160. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  161. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  162. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  163. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  164. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +26 -0
  165. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +35 -0
  166. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +23 -0
  167. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +16 -0
  168. data/sample-apps/search-result-paging-app/app/models/application_record.rb +3 -0
  169. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  170. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +13 -0
  171. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +23 -0
  172. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +15 -0
  173. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +18 -0
  174. data/sample-apps/search-result-paging-app/bin/bundle +3 -0
  175. data/sample-apps/search-result-paging-app/bin/rails +9 -0
  176. data/sample-apps/search-result-paging-app/bin/rake +9 -0
  177. data/sample-apps/search-result-paging-app/bin/setup +36 -0
  178. data/sample-apps/search-result-paging-app/bin/spring +17 -0
  179. data/sample-apps/search-result-paging-app/bin/update +31 -0
  180. data/sample-apps/search-result-paging-app/bin/yarn +11 -0
  181. data/sample-apps/search-result-paging-app/config.ru +5 -0
  182. data/sample-apps/search-result-paging-app/config/application.rb +19 -0
  183. data/sample-apps/search-result-paging-app/config/boot.rb +3 -0
  184. data/sample-apps/search-result-paging-app/config/cable.yml +10 -0
  185. data/sample-apps/search-result-paging-app/config/database.yml +25 -0
  186. data/sample-apps/search-result-paging-app/config/environment.rb +5 -0
  187. data/sample-apps/search-result-paging-app/config/environments/development.rb +61 -0
  188. data/sample-apps/search-result-paging-app/config/environments/production.rb +94 -0
  189. data/sample-apps/search-result-paging-app/config/environments/test.rb +46 -0
  190. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +14 -0
  191. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +4 -0
  192. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +3 -0
  193. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +1 -0
  194. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +14 -0
  195. data/sample-apps/search-result-paging-app/config/locales/en.yml +33 -0
  196. data/sample-apps/search-result-paging-app/config/puma.rb +34 -0
  197. data/sample-apps/search-result-paging-app/config/routes.rb +7 -0
  198. data/sample-apps/search-result-paging-app/config/spring.rb +6 -0
  199. data/sample-apps/search-result-paging-app/db/seeds.rb +7 -0
  200. data/sample-apps/search-result-paging-app/docker-compose.yml +11 -0
  201. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +8 -0
  202. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  203. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  204. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +36 -0
  205. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  206. data/sample-apps/search-result-paging-app/package.json +5 -0
  207. data/sample-apps/search-result-paging-app/public/404.html +67 -0
  208. data/sample-apps/search-result-paging-app/public/422.html +67 -0
  209. data/sample-apps/search-result-paging-app/public/500.html +66 -0
  210. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  211. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  212. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  213. data/sample-apps/search-result-paging-app/public/robots.txt +1 -0
  214. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  215. data/sample-apps/trello-integration-app/.env.template +7 -0
  216. data/sample-apps/trello-integration-app/.gitignore +35 -0
  217. data/sample-apps/trello-integration-app/.rspec +1 -0
  218. data/sample-apps/trello-integration-app/.ruby-version +1 -0
  219. data/sample-apps/trello-integration-app/Dockerfile +22 -0
  220. data/sample-apps/trello-integration-app/Gemfile +38 -0
  221. data/sample-apps/trello-integration-app/Gemfile.lock +314 -0
  222. data/sample-apps/trello-integration-app/README.md +31 -0
  223. data/sample-apps/trello-integration-app/Rakefile +6 -0
  224. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +3 -0
  225. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  226. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  227. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +22 -0
  228. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +13 -0
  229. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  230. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +11071 -0
  231. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +15972 -0
  232. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +78 -0
  233. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +8 -0
  234. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +46 -0
  235. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +34 -0
  236. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +33 -0
  237. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +55 -0
  238. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +43 -0
  239. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +81 -0
  240. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +38 -0
  241. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  242. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +12 -0
  243. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +20 -0
  244. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +64 -0
  245. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +28 -0
  246. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +94 -0
  247. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +30 -0
  248. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +2 -0
  249. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +11 -0
  250. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  251. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  252. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  253. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  254. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  255. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +15 -0
  256. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +17 -0
  257. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +82 -0
  258. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +11 -0
  259. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +15 -0
  260. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +20 -0
  261. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +11 -0
  262. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +19 -0
  263. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +78 -0
  264. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +15 -0
  265. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +15 -0
  266. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +31 -0
  267. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +17 -0
  268. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +19 -0
  269. data/sample-apps/trello-integration-app/app/models/application_record.rb +3 -0
  270. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  271. data/sample-apps/trello-integration-app/app/models/deal_association.rb +2 -0
  272. data/sample-apps/trello-integration-app/app/models/extension_card.rb +4 -0
  273. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +19 -0
  274. data/sample-apps/trello-integration-app/app/models/mapping.rb +2 -0
  275. data/sample-apps/trello-integration-app/app/models/trello_token.rb +19 -0
  276. data/sample-apps/trello-integration-app/app/models/webhook.rb +2 -0
  277. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +23 -0
  278. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +11 -0
  279. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +23 -0
  280. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +13 -0
  281. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +44 -0
  282. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +42 -0
  283. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +15 -0
  284. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +69 -0
  285. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +7 -0
  286. data/sample-apps/trello-integration-app/bin/bundle +3 -0
  287. data/sample-apps/trello-integration-app/bin/rails +9 -0
  288. data/sample-apps/trello-integration-app/bin/rake +9 -0
  289. data/sample-apps/trello-integration-app/bin/setup +36 -0
  290. data/sample-apps/trello-integration-app/bin/spring +17 -0
  291. data/sample-apps/trello-integration-app/bin/update +31 -0
  292. data/sample-apps/trello-integration-app/bin/yarn +11 -0
  293. data/sample-apps/trello-integration-app/config.ru +5 -0
  294. data/sample-apps/trello-integration-app/config/application.rb +20 -0
  295. data/sample-apps/trello-integration-app/config/boot.rb +3 -0
  296. data/sample-apps/trello-integration-app/config/cable.yml +10 -0
  297. data/sample-apps/trello-integration-app/config/database.yml +16 -0
  298. data/sample-apps/trello-integration-app/config/environment.rb +5 -0
  299. data/sample-apps/trello-integration-app/config/environments/development.rb +61 -0
  300. data/sample-apps/trello-integration-app/config/environments/production.rb +94 -0
  301. data/sample-apps/trello-integration-app/config/environments/test.rb +46 -0
  302. data/sample-apps/trello-integration-app/config/initializers/assets.rb +14 -0
  303. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +4 -0
  304. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +3 -0
  305. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +1 -0
  306. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +11 -0
  307. data/sample-apps/trello-integration-app/config/initializers/trello.rb +1 -0
  308. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +14 -0
  309. data/sample-apps/trello-integration-app/config/locales/en.yml +33 -0
  310. data/sample-apps/trello-integration-app/config/puma.rb +34 -0
  311. data/sample-apps/trello-integration-app/config/routes.rb +29 -0
  312. data/sample-apps/trello-integration-app/config/spring.rb +6 -0
  313. data/sample-apps/trello-integration-app/config/storage.yml +34 -0
  314. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +10 -0
  315. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +8 -0
  316. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +8 -0
  317. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +8 -0
  318. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +12 -0
  319. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +9 -0
  320. data/sample-apps/trello-integration-app/db/schema.rb +52 -0
  321. data/sample-apps/trello-integration-app/db/seeds.rb +7 -0
  322. data/sample-apps/trello-integration-app/docker-compose.yml +41 -0
  323. data/sample-apps/trello-integration-app/docker-entrypoint.sh +8 -0
  324. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  325. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +18 -0
  326. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  327. data/sample-apps/trello-integration-app/log/.keep +0 -0
  328. data/sample-apps/trello-integration-app/package.json +5 -0
  329. data/sample-apps/trello-integration-app/public/404.html +67 -0
  330. data/sample-apps/trello-integration-app/public/422.html +67 -0
  331. data/sample-apps/trello-integration-app/public/500.html +66 -0
  332. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  333. data/sample-apps/trello-integration-app/public/robots.txt +1 -0
  334. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  335. metadata +535 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "trello-integration-app",
3
+ "private": true,
4
+ "dependencies": {}
5
+ }
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ .rails-default-error-page {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ .rails-default-error-page div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ .rails-default-error-page div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ .rails-default-error-page h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ .rails-default-error-page div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body class="rails-default-error-page">
58
+ <!-- This file lives in public/404.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The page you were looking for doesn't exist.</h1>
62
+ <p>You may have mistyped the address or the page may have moved.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ .rails-default-error-page {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ .rails-default-error-page div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ .rails-default-error-page div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ .rails-default-error-page h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ .rails-default-error-page div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body class="rails-default-error-page">
58
+ <!-- This file lives in public/422.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The change you wanted was rejected.</h1>
62
+ <p>Maybe you tried to change something you didn't have access to.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,66 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ .rails-default-error-page {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ .rails-default-error-page div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ .rails-default-error-page div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ .rails-default-error-page h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ .rails-default-error-page div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body class="rails-default-error-page">
58
+ <!-- This file lives in public/500.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>We're sorry, but something went wrong.</h1>
62
+ </div>
63
+ <p>If you are the application owner check the logs for more information.</p>
64
+ </div>
65
+ </body>
66
+ </html>
@@ -0,0 +1 @@
1
+ # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
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.3.0
4
+ version: 7.1.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-06-01 00:00:00.000000000 Z
11
+ date: 2020-08-17 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
@@ -927,6 +987,7 @@ files:
927
987
  - sample-apps/imports-contacts-app/public/favicon.ico
928
988
  - sample-apps/imports-contacts-app/public/robots.txt
929
989
  - sample-apps/imports-contacts-app/public/uploads/example (1).csv
990
+ - sample-apps/imports-contacts-app/public/uploads/example (3).csv
930
991
  - sample-apps/imports-contacts-app/public/uploads/example.csv
931
992
  - sample-apps/imports-contacts-app/tmp/.keep
932
993
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
@@ -945,6 +1006,7 @@ files:
945
1006
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
946
1007
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache
947
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
948
1010
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
949
1011
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache
950
1012
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
@@ -967,10 +1029,12 @@ files:
967
1029
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
968
1030
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
969
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
970
1033
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache
971
1034
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
972
1035
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
973
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
974
1038
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache
975
1039
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
976
1040
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
@@ -997,6 +1061,8 @@ files:
997
1061
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
998
1062
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
999
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
1000
1066
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1001
1067
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache
1002
1068
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
@@ -1016,16 +1082,19 @@ files:
1016
1082
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache
1017
1083
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1018
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
1019
1086
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache
1020
1087
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1021
1088
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1022
1089
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1023
1090
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1024
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
1025
1093
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1026
1094
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1027
1095
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1028
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
1029
1098
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1030
1099
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1031
1100
  - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache
@@ -1608,6 +1677,470 @@ files:
1608
1677
  - sample-apps/retry-middleware-sample-app/public/favicon.ico
1609
1678
  - sample-apps/retry-middleware-sample-app/public/robots.txt
1610
1679
  - sample-apps/retry-middleware-sample-app/tmp/.keep
1680
+ - sample-apps/search-result-paging-app/.env
1681
+ - sample-apps/search-result-paging-app/.env.template
1682
+ - sample-apps/search-result-paging-app/.gitignore
1683
+ - sample-apps/search-result-paging-app/.rspec
1684
+ - sample-apps/search-result-paging-app/.ruby-version
1685
+ - sample-apps/search-result-paging-app/Dockerfile
1686
+ - sample-apps/search-result-paging-app/Gemfile
1687
+ - sample-apps/search-result-paging-app/Gemfile.lock
1688
+ - sample-apps/search-result-paging-app/README.md
1689
+ - sample-apps/search-result-paging-app/Rakefile
1690
+ - sample-apps/search-result-paging-app/app/assets/config/manifest.js
1691
+ - sample-apps/search-result-paging-app/app/assets/images/.keep
1692
+ - sample-apps/search-result-paging-app/app/assets/javascripts/application.js
1693
+ - sample-apps/search-result-paging-app/app/assets/javascripts/cable.js
1694
+ - sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep
1695
+ - sample-apps/search-result-paging-app/app/assets/stylesheets/application.css
1696
+ - sample-apps/search-result-paging-app/app/controllers/application_controller.rb
1697
+ - sample-apps/search-result-paging-app/app/controllers/concerns/.keep
1698
+ - sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb
1699
+ - sample-apps/search-result-paging-app/app/controllers/home_controller.rb
1700
+ - sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb
1701
+ - sample-apps/search-result-paging-app/app/helpers/application_helper.rb
1702
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb
1703
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
1704
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb
1705
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb
1706
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
1707
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb
1708
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb
1709
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb
1710
+ - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb
1711
+ - sample-apps/search-result-paging-app/app/models/application_record.rb
1712
+ - sample-apps/search-result-paging-app/app/models/concerns/.keep
1713
+ - sample-apps/search-result-paging-app/app/views/home/index.html.erb
1714
+ - sample-apps/search-result-paging-app/app/views/layouts/application.html.erb
1715
+ - sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb
1716
+ - sample-apps/search-result-paging-app/app/views/shared/_header.html.erb
1717
+ - sample-apps/search-result-paging-app/bin/bundle
1718
+ - sample-apps/search-result-paging-app/bin/rails
1719
+ - sample-apps/search-result-paging-app/bin/rake
1720
+ - sample-apps/search-result-paging-app/bin/setup
1721
+ - sample-apps/search-result-paging-app/bin/spring
1722
+ - sample-apps/search-result-paging-app/bin/update
1723
+ - sample-apps/search-result-paging-app/bin/yarn
1724
+ - sample-apps/search-result-paging-app/config.ru
1725
+ - sample-apps/search-result-paging-app/config/application.rb
1726
+ - sample-apps/search-result-paging-app/config/boot.rb
1727
+ - sample-apps/search-result-paging-app/config/cable.yml
1728
+ - sample-apps/search-result-paging-app/config/database.yml
1729
+ - sample-apps/search-result-paging-app/config/environment.rb
1730
+ - sample-apps/search-result-paging-app/config/environments/development.rb
1731
+ - sample-apps/search-result-paging-app/config/environments/production.rb
1732
+ - sample-apps/search-result-paging-app/config/environments/test.rb
1733
+ - sample-apps/search-result-paging-app/config/initializers/assets.rb
1734
+ - sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb
1735
+ - sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb
1736
+ - sample-apps/search-result-paging-app/config/initializers/mime_types.rb
1737
+ - sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb
1738
+ - sample-apps/search-result-paging-app/config/locales/en.yml
1739
+ - sample-apps/search-result-paging-app/config/puma.rb
1740
+ - sample-apps/search-result-paging-app/config/routes.rb
1741
+ - sample-apps/search-result-paging-app/config/spring.rb
1742
+ - sample-apps/search-result-paging-app/db/development.sqlite3
1743
+ - sample-apps/search-result-paging-app/db/seeds.rb
1744
+ - sample-apps/search-result-paging-app/docker-compose.yml
1745
+ - sample-apps/search-result-paging-app/docker-entrypoint.sh
1746
+ - sample-apps/search-result-paging-app/lib/assets/.keep
1747
+ - sample-apps/search-result-paging-app/lib/tasks/.keep
1748
+ - sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake
1749
+ - sample-apps/search-result-paging-app/log/.keep
1750
+ - sample-apps/search-result-paging-app/log/development.log
1751
+ - sample-apps/search-result-paging-app/package.json
1752
+ - sample-apps/search-result-paging-app/public/404.html
1753
+ - sample-apps/search-result-paging-app/public/422.html
1754
+ - sample-apps/search-result-paging-app/public/500.html
1755
+ - sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png
1756
+ - sample-apps/search-result-paging-app/public/apple-touch-icon.png
1757
+ - sample-apps/search-result-paging-app/public/favicon.ico
1758
+ - sample-apps/search-result-paging-app/public/robots.txt
1759
+ - sample-apps/search-result-paging-app/tmp/.keep
1760
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache
1761
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
1762
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache
1763
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
1764
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
1765
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache
1766
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
1767
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1768
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
1769
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1770
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache
1771
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache
1772
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache
1773
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
1774
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
1775
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
1776
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1777
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache
1778
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache
1779
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache
1780
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache
1781
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
1782
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache
1783
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
1784
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache
1785
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache
1786
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1787
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
1788
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
1789
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
1790
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache
1791
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1792
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
1793
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
1794
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache
1795
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache
1796
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache
1797
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
1798
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1799
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache
1800
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1801
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache
1802
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache
1803
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1804
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1805
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1806
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
1807
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache
1808
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1809
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
1810
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
1811
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache
1812
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
1813
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1814
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache
1815
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache
1816
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
1817
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
1818
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache
1819
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1820
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache
1821
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache
1822
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache
1823
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache
1824
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache
1825
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache
1826
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1827
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1828
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1829
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1830
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
1831
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
1832
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache
1833
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
1834
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache
1835
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache
1836
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1837
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
1838
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1839
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache
1840
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
1841
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1842
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
1843
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache
1844
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1845
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1846
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1847
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
1848
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1849
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1850
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
1851
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache
1852
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache
1853
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache
1854
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
1855
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
1856
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache
1857
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache
1858
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
1859
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1860
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1861
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1862
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1863
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1864
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1865
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache
1866
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1867
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1868
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
1869
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1870
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache
1871
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1872
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache
1873
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1874
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache
1875
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1876
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache
1877
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1878
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1879
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1880
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache
1881
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
1882
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1883
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
1884
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1885
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1886
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache
1887
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1888
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1889
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1890
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
1891
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
1892
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1893
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache
1894
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1895
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache
1896
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
1897
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache
1898
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1899
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache
1900
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1901
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache
1902
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache
1903
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
1904
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache
1905
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache
1906
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1907
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1908
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1909
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1910
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
1911
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache
1912
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
1913
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1914
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
1915
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1916
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache
1917
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1918
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1919
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache
1920
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
1921
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
1922
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1923
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
1924
+ - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
1925
+ - sample-apps/search-result-paging-app/tmp/development_secret.txt
1926
+ - sample-apps/search-result-paging-app/tmp/restart.txt
1927
+ - sample-apps/trello-integration-app/.env
1928
+ - sample-apps/trello-integration-app/.env.template
1929
+ - sample-apps/trello-integration-app/.gitignore
1930
+ - sample-apps/trello-integration-app/.rspec
1931
+ - sample-apps/trello-integration-app/.ruby-version
1932
+ - sample-apps/trello-integration-app/Dockerfile
1933
+ - sample-apps/trello-integration-app/Gemfile
1934
+ - sample-apps/trello-integration-app/Gemfile.lock
1935
+ - sample-apps/trello-integration-app/README.md
1936
+ - sample-apps/trello-integration-app/Rakefile
1937
+ - sample-apps/trello-integration-app/app/assets/config/manifest.js
1938
+ - sample-apps/trello-integration-app/app/assets/images/.keep
1939
+ - sample-apps/trello-integration-app/app/assets/images/right-arrow.png
1940
+ - sample-apps/trello-integration-app/app/assets/javascripts/application.js
1941
+ - sample-apps/trello-integration-app/app/assets/javascripts/cable.js
1942
+ - sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep
1943
+ - sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js
1944
+ - sample-apps/trello-integration-app/app/assets/javascripts/lodash.js
1945
+ - sample-apps/trello-integration-app/app/assets/javascripts/mappings.js
1946
+ - sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js
1947
+ - sample-apps/trello-integration-app/app/assets/stylesheets/application.css
1948
+ - sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss
1949
+ - sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
1950
+ - sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss
1951
+ - sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss
1952
+ - sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss
1953
+ - sample-apps/trello-integration-app/app/controllers/application_controller.rb
1954
+ - sample-apps/trello-integration-app/app/controllers/concerns/.keep
1955
+ - sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb
1956
+ - sample-apps/trello-integration-app/app/controllers/home_controller.rb
1957
+ - sample-apps/trello-integration-app/app/controllers/mappings_controller.rb
1958
+ - sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb
1959
+ - sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb
1960
+ - sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb
1961
+ - sample-apps/trello-integration-app/app/helpers/application_helper.rb
1962
+ - sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
1963
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb
1964
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
1965
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb
1966
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb
1967
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
1968
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
1969
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb
1970
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb
1971
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
1972
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
1973
+ - sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb
1974
+ - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
1975
+ - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb
1976
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb
1977
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
1978
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb
1979
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb
1980
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb
1981
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb
1982
+ - sample-apps/trello-integration-app/app/models/application_record.rb
1983
+ - sample-apps/trello-integration-app/app/models/concerns/.keep
1984
+ - sample-apps/trello-integration-app/app/models/deal_association.rb
1985
+ - sample-apps/trello-integration-app/app/models/extension_card.rb
1986
+ - sample-apps/trello-integration-app/app/models/hubspot_token.rb
1987
+ - sample-apps/trello-integration-app/app/models/mapping.rb
1988
+ - sample-apps/trello-integration-app/app/models/trello_token.rb
1989
+ - sample-apps/trello-integration-app/app/models/webhook.rb
1990
+ - sample-apps/trello-integration-app/app/views/home/index.html.erb
1991
+ - sample-apps/trello-integration-app/app/views/home/success.html.erb
1992
+ - sample-apps/trello-integration-app/app/views/layouts/application.html.erb
1993
+ - sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
1994
+ - sample-apps/trello-integration-app/app/views/mappings/index.html.erb
1995
+ - sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb
1996
+ - sample-apps/trello-integration-app/app/views/shared/_header.html.erb
1997
+ - sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb
1998
+ - sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb
1999
+ - sample-apps/trello-integration-app/bin/bundle
2000
+ - sample-apps/trello-integration-app/bin/rails
2001
+ - sample-apps/trello-integration-app/bin/rake
2002
+ - sample-apps/trello-integration-app/bin/setup
2003
+ - sample-apps/trello-integration-app/bin/spring
2004
+ - sample-apps/trello-integration-app/bin/update
2005
+ - sample-apps/trello-integration-app/bin/yarn
2006
+ - sample-apps/trello-integration-app/config.ru
2007
+ - sample-apps/trello-integration-app/config/application.rb
2008
+ - sample-apps/trello-integration-app/config/boot.rb
2009
+ - sample-apps/trello-integration-app/config/cable.yml
2010
+ - sample-apps/trello-integration-app/config/database.yml
2011
+ - sample-apps/trello-integration-app/config/environment.rb
2012
+ - sample-apps/trello-integration-app/config/environments/development.rb
2013
+ - sample-apps/trello-integration-app/config/environments/production.rb
2014
+ - sample-apps/trello-integration-app/config/environments/test.rb
2015
+ - sample-apps/trello-integration-app/config/initializers/assets.rb
2016
+ - sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb
2017
+ - sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb
2018
+ - sample-apps/trello-integration-app/config/initializers/mime_types.rb
2019
+ - sample-apps/trello-integration-app/config/initializers/omniauth.rb
2020
+ - sample-apps/trello-integration-app/config/initializers/trello.rb
2021
+ - sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb
2022
+ - sample-apps/trello-integration-app/config/locales/en.yml
2023
+ - sample-apps/trello-integration-app/config/puma.rb
2024
+ - sample-apps/trello-integration-app/config/routes.rb
2025
+ - sample-apps/trello-integration-app/config/spring.rb
2026
+ - sample-apps/trello-integration-app/config/storage.yml
2027
+ - sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
2028
+ - sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
2029
+ - sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb
2030
+ - sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
2031
+ - sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb
2032
+ - sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
2033
+ - sample-apps/trello-integration-app/db/schema.rb
2034
+ - sample-apps/trello-integration-app/db/seeds.rb
2035
+ - sample-apps/trello-integration-app/docker-compose.yml
2036
+ - sample-apps/trello-integration-app/docker-entrypoint.sh
2037
+ - sample-apps/trello-integration-app/lib/assets/.keep
2038
+ - sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb
2039
+ - sample-apps/trello-integration-app/lib/tasks/.keep
2040
+ - sample-apps/trello-integration-app/log/.keep
2041
+ - sample-apps/trello-integration-app/log/development.log
2042
+ - sample-apps/trello-integration-app/package.json
2043
+ - sample-apps/trello-integration-app/public/404.html
2044
+ - sample-apps/trello-integration-app/public/422.html
2045
+ - sample-apps/trello-integration-app/public/500.html
2046
+ - sample-apps/trello-integration-app/public/favicon.ico
2047
+ - sample-apps/trello-integration-app/public/robots.txt
2048
+ - sample-apps/trello-integration-app/tmp/.keep
2049
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache
2050
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache
2051
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache
2052
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2053
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache
2054
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache
2055
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache
2056
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache
2057
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache
2058
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache
2059
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache
2060
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache
2061
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache
2062
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache
2063
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2064
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache
2065
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache
2066
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache
2067
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache
2068
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache
2069
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2070
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache
2071
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache
2072
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache
2073
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
2074
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache
2075
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2076
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache
2077
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2078
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache
2079
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache
2080
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache
2081
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache
2082
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache
2083
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache
2084
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache
2085
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache
2086
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache
2087
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache
2088
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache
2089
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache
2090
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache
2091
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache
2092
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2093
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2094
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache
2095
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache
2096
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache
2097
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache
2098
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache
2099
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
2100
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache
2101
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache
2102
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache
2103
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache
2104
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache
2105
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache
2106
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache
2107
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache
2108
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache
2109
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2110
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache
2111
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache
2112
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache
2113
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache
2114
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache
2115
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache
2116
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache
2117
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache
2118
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache
2119
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache
2120
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache
2121
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache
2122
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2123
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache
2124
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache
2125
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache
2126
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
2127
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache
2128
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache
2129
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache
2130
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache
2131
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache
2132
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache
2133
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache
2134
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache
2135
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2136
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache
2137
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache
2138
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache
2139
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache
2140
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache
2141
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache
2142
+ - sample-apps/trello-integration-app/tmp/development_secret.txt
2143
+ - sample-apps/trello-integration-app/tmp/restart.txt
1611
2144
  - sample-apps/webhooks-contacts-app/.env
1612
2145
  - sample-apps/webhooks-contacts-app/.env.template
1613
2146
  - sample-apps/webhooks-contacts-app/.gitignore