hubspot-api-client 6.0.0 → 7.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +41 -0
  4. data/lib/hubspot-api-client.rb +55 -0
  5. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -7
  6. data/lib/hubspot/codegen/cms/domains/configuration.rb +0 -7
  7. data/lib/hubspot/codegen/cms/performance/configuration.rb +0 -14
  8. data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -7
  9. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -7
  10. data/lib/hubspot/codegen/crm/associations/configuration.rb +0 -7
  11. data/lib/hubspot/codegen/crm/companies/configuration.rb +0 -7
  12. data/lib/hubspot/codegen/crm/contacts/configuration.rb +0 -7
  13. data/lib/hubspot/codegen/crm/deals/configuration.rb +0 -7
  14. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +0 -14
  15. data/lib/hubspot/codegen/crm/imports/configuration.rb +0 -7
  16. data/lib/hubspot/codegen/crm/line_items/configuration.rb +0 -7
  17. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +278 -0
  18. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +405 -0
  19. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +309 -0
  20. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
  21. data/lib/hubspot/codegen/crm/objects/api_client.rb +424 -0
  22. data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
  23. data/lib/hubspot/codegen/crm/objects/configuration.rb +258 -0
  24. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +229 -0
  25. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +217 -0
  26. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +217 -0
  27. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +217 -0
  28. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +242 -0
  29. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +313 -0
  30. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +333 -0
  31. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +226 -0
  32. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb +226 -0
  33. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb +241 -0
  34. data/lib/hubspot/codegen/crm/objects/models/error.rb +292 -0
  35. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +258 -0
  36. data/lib/hubspot/codegen/crm/objects/models/filter.rb +272 -0
  37. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +217 -0
  38. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +224 -0
  39. data/lib/hubspot/codegen/crm/objects/models/paging.rb +219 -0
  40. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +224 -0
  41. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +286 -0
  42. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +288 -0
  43. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +231 -0
  44. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +215 -0
  45. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +217 -0
  46. data/lib/hubspot/codegen/crm/owners/configuration.rb +0 -7
  47. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +0 -7
  48. data/lib/hubspot/codegen/crm/products/configuration.rb +0 -7
  49. data/lib/hubspot/codegen/crm/properties/configuration.rb +0 -7
  50. data/lib/hubspot/codegen/crm/quotes/configuration.rb +0 -7
  51. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +478 -0
  52. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +84 -0
  53. data/lib/hubspot/codegen/crm/schemas/api_client.rb +424 -0
  54. data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
  55. data/lib/hubspot/codegen/crm/schemas/configuration.rb +258 -0
  56. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +350 -0
  57. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +315 -0
  58. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb +226 -0
  59. data/lib/hubspot/codegen/crm/schemas/models/error.rb +292 -0
  60. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +258 -0
  61. data/lib/hubspot/codegen/crm/schemas/models/next_page.rb +224 -0
  62. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +389 -0
  63. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +325 -0
  64. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +364 -0
  65. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +221 -0
  66. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +265 -0
  67. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +356 -0
  68. data/lib/hubspot/codegen/crm/schemas/models/option.rb +266 -0
  69. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +271 -0
  70. data/lib/hubspot/codegen/crm/schemas/models/paging.rb +219 -0
  71. data/lib/hubspot/codegen/crm/schemas/models/previous_page.rb +224 -0
  72. data/lib/hubspot/codegen/crm/schemas/models/property.rb +465 -0
  73. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +252 -0
  74. data/lib/hubspot/codegen/crm/tickets/configuration.rb +0 -7
  75. data/lib/hubspot/codegen/crm/timeline/configuration.rb +0 -7
  76. data/lib/hubspot/codegen/oauth/configuration.rb +0 -21
  77. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +16 -12
  78. data/lib/hubspot/codegen/webhooks/configuration.rb +0 -14
  79. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -21
  80. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +331 -0
  81. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +28 -28
  82. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +16 -13
  83. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +7 -7
  84. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +45 -39
  85. data/lib/hubspot/version.rb +1 -1
  86. data/sample-apps/companies-app/Gemfile.lock +2 -2
  87. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +1 -1
  88. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +1 -1
  89. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +2 -2
  90. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +1 -1
  91. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +1 -1
  92. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +1 -2
  93. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +1 -1
  94. data/sample-apps/contacts-app/Gemfile.lock +2 -2
  95. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +1 -1
  96. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +1 -1
  97. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +1 -2
  98. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +1 -2
  99. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +1 -2
  100. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
  101. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
  102. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +1 -1
  103. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +1 -1
  104. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +1 -2
  105. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
  106. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
  107. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +1 -1
  108. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +1 -2
  109. data/sample-apps/timeline-events-app/.env.template +5 -0
  110. data/sample-apps/timeline-events-app/.gitignore +35 -0
  111. data/sample-apps/timeline-events-app/.rspec +1 -0
  112. data/sample-apps/timeline-events-app/.ruby-version +1 -0
  113. data/sample-apps/timeline-events-app/Dockerfile +22 -0
  114. data/sample-apps/timeline-events-app/Gemfile +33 -0
  115. data/sample-apps/timeline-events-app/Gemfile.lock +271 -0
  116. data/sample-apps/timeline-events-app/README.md +0 -0
  117. data/sample-apps/timeline-events-app/Rakefile +6 -0
  118. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +3 -0
  119. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  120. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +15 -0
  121. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +13 -0
  122. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  123. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +101 -0
  124. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +12 -0
  125. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  126. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +12 -0
  127. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +19 -0
  128. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +37 -0
  129. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +2 -0
  130. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  131. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  132. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +19 -0
  133. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  134. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +33 -0
  135. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +37 -0
  136. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +20 -0
  137. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +39 -0
  138. data/sample-apps/timeline-events-app/app/models/application_record.rb +3 -0
  139. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  140. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +23 -0
  141. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +15 -0
  142. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +12 -0
  143. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +55 -0
  144. data/sample-apps/timeline-events-app/bin/bundle +3 -0
  145. data/sample-apps/timeline-events-app/bin/rails +9 -0
  146. data/sample-apps/timeline-events-app/bin/rake +9 -0
  147. data/sample-apps/timeline-events-app/bin/setup +36 -0
  148. data/sample-apps/timeline-events-app/bin/spring +17 -0
  149. data/sample-apps/timeline-events-app/bin/update +31 -0
  150. data/sample-apps/timeline-events-app/bin/yarn +11 -0
  151. data/sample-apps/timeline-events-app/config.ru +5 -0
  152. data/sample-apps/timeline-events-app/config/application.rb +19 -0
  153. data/sample-apps/timeline-events-app/config/boot.rb +3 -0
  154. data/sample-apps/timeline-events-app/config/database.yml +25 -0
  155. data/sample-apps/timeline-events-app/config/environment.rb +5 -0
  156. data/sample-apps/timeline-events-app/config/environments/development.rb +61 -0
  157. data/sample-apps/timeline-events-app/config/environments/production.rb +94 -0
  158. data/sample-apps/timeline-events-app/config/environments/test.rb +46 -0
  159. data/sample-apps/timeline-events-app/config/initializers/assets.rb +14 -0
  160. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +4 -0
  161. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +3 -0
  162. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +1 -0
  163. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +14 -0
  164. data/sample-apps/timeline-events-app/config/locales/en.yml +33 -0
  165. data/sample-apps/timeline-events-app/config/puma.rb +34 -0
  166. data/sample-apps/timeline-events-app/config/routes.rb +7 -0
  167. data/sample-apps/timeline-events-app/config/spring.rb +6 -0
  168. data/sample-apps/timeline-events-app/db/seeds.rb +7 -0
  169. data/sample-apps/timeline-events-app/docker-compose.yml +11 -0
  170. data/sample-apps/timeline-events-app/docker-entrypoint.sh +8 -0
  171. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  172. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  173. data/sample-apps/timeline-events-app/log/.keep +0 -0
  174. data/sample-apps/timeline-events-app/package.json +5 -0
  175. data/sample-apps/timeline-events-app/public/404.html +67 -0
  176. data/sample-apps/timeline-events-app/public/422.html +67 -0
  177. data/sample-apps/timeline-events-app/public/500.html +66 -0
  178. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  179. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  180. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  181. data/sample-apps/timeline-events-app/public/robots.txt +1 -0
  182. data/sample-apps/timeline-events-app/spec/rails_helper.rb +42 -0
  183. data/sample-apps/timeline-events-app/spec/spec_helper.rb +11 -0
  184. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  185. data/sample-apps/trello-integration-app/.env.template +7 -0
  186. data/sample-apps/trello-integration-app/.gitignore +35 -0
  187. data/sample-apps/trello-integration-app/.rspec +1 -0
  188. data/sample-apps/trello-integration-app/.ruby-version +1 -0
  189. data/sample-apps/trello-integration-app/Dockerfile +22 -0
  190. data/sample-apps/trello-integration-app/Gemfile +38 -0
  191. data/sample-apps/trello-integration-app/Gemfile.lock +314 -0
  192. data/sample-apps/trello-integration-app/README.md +31 -0
  193. data/sample-apps/trello-integration-app/Rakefile +6 -0
  194. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +3 -0
  195. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  196. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  197. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +22 -0
  198. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +13 -0
  199. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  200. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +11071 -0
  201. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +15972 -0
  202. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +78 -0
  203. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +8 -0
  204. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +46 -0
  205. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +34 -0
  206. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +33 -0
  207. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +55 -0
  208. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +43 -0
  209. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +81 -0
  210. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +38 -0
  211. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  212. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +12 -0
  213. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +20 -0
  214. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +64 -0
  215. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +28 -0
  216. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +94 -0
  217. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +30 -0
  218. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +2 -0
  219. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +11 -0
  220. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  221. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  222. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  223. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  224. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  225. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +15 -0
  226. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +17 -0
  227. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +82 -0
  228. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +11 -0
  229. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +15 -0
  230. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +20 -0
  231. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +11 -0
  232. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +19 -0
  233. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +78 -0
  234. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +15 -0
  235. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +15 -0
  236. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +31 -0
  237. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +17 -0
  238. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +19 -0
  239. data/sample-apps/trello-integration-app/app/models/application_record.rb +3 -0
  240. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  241. data/sample-apps/trello-integration-app/app/models/deal_association.rb +2 -0
  242. data/sample-apps/trello-integration-app/app/models/extension_card.rb +4 -0
  243. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +19 -0
  244. data/sample-apps/trello-integration-app/app/models/mapping.rb +2 -0
  245. data/sample-apps/trello-integration-app/app/models/trello_token.rb +19 -0
  246. data/sample-apps/trello-integration-app/app/models/webhook.rb +2 -0
  247. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +23 -0
  248. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +11 -0
  249. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +23 -0
  250. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +13 -0
  251. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +44 -0
  252. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +42 -0
  253. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +15 -0
  254. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +69 -0
  255. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +7 -0
  256. data/sample-apps/trello-integration-app/bin/bundle +3 -0
  257. data/sample-apps/trello-integration-app/bin/rails +9 -0
  258. data/sample-apps/trello-integration-app/bin/rake +9 -0
  259. data/sample-apps/trello-integration-app/bin/setup +36 -0
  260. data/sample-apps/trello-integration-app/bin/spring +17 -0
  261. data/sample-apps/trello-integration-app/bin/update +31 -0
  262. data/sample-apps/trello-integration-app/bin/yarn +11 -0
  263. data/sample-apps/trello-integration-app/config.ru +5 -0
  264. data/sample-apps/trello-integration-app/config/application.rb +20 -0
  265. data/sample-apps/trello-integration-app/config/boot.rb +3 -0
  266. data/sample-apps/trello-integration-app/config/cable.yml +10 -0
  267. data/sample-apps/trello-integration-app/config/database.yml +16 -0
  268. data/sample-apps/trello-integration-app/config/environment.rb +5 -0
  269. data/sample-apps/trello-integration-app/config/environments/development.rb +61 -0
  270. data/sample-apps/trello-integration-app/config/environments/production.rb +94 -0
  271. data/sample-apps/trello-integration-app/config/environments/test.rb +46 -0
  272. data/sample-apps/trello-integration-app/config/initializers/assets.rb +14 -0
  273. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +4 -0
  274. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +3 -0
  275. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +1 -0
  276. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +11 -0
  277. data/sample-apps/trello-integration-app/config/initializers/trello.rb +1 -0
  278. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +14 -0
  279. data/sample-apps/trello-integration-app/config/locales/en.yml +33 -0
  280. data/sample-apps/trello-integration-app/config/puma.rb +34 -0
  281. data/sample-apps/trello-integration-app/config/routes.rb +29 -0
  282. data/sample-apps/trello-integration-app/config/spring.rb +6 -0
  283. data/sample-apps/trello-integration-app/config/storage.yml +34 -0
  284. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +10 -0
  285. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +8 -0
  286. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +8 -0
  287. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +8 -0
  288. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +12 -0
  289. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +9 -0
  290. data/sample-apps/trello-integration-app/db/schema.rb +52 -0
  291. data/sample-apps/trello-integration-app/db/seeds.rb +7 -0
  292. data/sample-apps/trello-integration-app/docker-compose.yml +41 -0
  293. data/sample-apps/trello-integration-app/docker-entrypoint.sh +8 -0
  294. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  295. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +18 -0
  296. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  297. data/sample-apps/trello-integration-app/log/.keep +0 -0
  298. data/sample-apps/trello-integration-app/package.json +5 -0
  299. data/sample-apps/trello-integration-app/public/404.html +67 -0
  300. data/sample-apps/trello-integration-app/public/422.html +67 -0
  301. data/sample-apps/trello-integration-app/public/500.html +66 -0
  302. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  303. data/sample-apps/trello-integration-app/public/robots.txt +1 -0
  304. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  305. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +1 -4
  306. metadata +466 -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
@@ -10,10 +10,7 @@ module Services
10
10
  contact_id_objects = ::Hubspot::Crm::Contacts::BatchReadInputSimplePublicObjectId.new(
11
11
  inputs: @ids.map { |id| ::Hubspot::Crm::Contacts::SimplePublicObjectId.new(id: id) }
12
12
  )
13
- batch = ::Hubspot::Crm::Contacts::BatchApi.new.read(
14
- body: contact_id_objects,
15
- auth_names: 'oauth2'
16
- ).results
13
+ batch = ::Hubspot::Crm::Contacts::BatchApi.new.read(contact_id_objects, auth_names: 'oauth2').results
17
14
 
18
15
  contact_names = names(batch)
19
16
  @ids.map do |id|
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: 6.0.0
4
+ version: 7.3.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-07-24 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -419,6 +419,35 @@ files:
419
419
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
420
420
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
421
421
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
422
+ - lib/hubspot/codegen/crm/objects/api/associations_api.rb
423
+ - lib/hubspot/codegen/crm/objects/api/basic_api.rb
424
+ - lib/hubspot/codegen/crm/objects/api/batch_api.rb
425
+ - lib/hubspot/codegen/crm/objects/api/search_api.rb
426
+ - lib/hubspot/codegen/crm/objects/api_client.rb
427
+ - lib/hubspot/codegen/crm/objects/api_error.rb
428
+ - lib/hubspot/codegen/crm/objects/configuration.rb
429
+ - lib/hubspot/codegen/crm/objects/models/associated_id.rb
430
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
431
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
432
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
433
+ - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
434
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
435
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
436
+ - lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
437
+ - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb
438
+ - lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb
439
+ - lib/hubspot/codegen/crm/objects/models/error.rb
440
+ - lib/hubspot/codegen/crm/objects/models/error_detail.rb
441
+ - lib/hubspot/codegen/crm/objects/models/filter.rb
442
+ - lib/hubspot/codegen/crm/objects/models/filter_group.rb
443
+ - lib/hubspot/codegen/crm/objects/models/next_page.rb
444
+ - lib/hubspot/codegen/crm/objects/models/paging.rb
445
+ - lib/hubspot/codegen/crm/objects/models/previous_page.rb
446
+ - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
447
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
448
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
449
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
450
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
422
451
  - lib/hubspot/codegen/crm/owners/api/default_api.rb
423
452
  - lib/hubspot/codegen/crm/owners/api_client.rb
424
453
  - lib/hubspot/codegen/crm/owners/api_error.rb
@@ -530,6 +559,29 @@ files:
530
559
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
531
560
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
532
561
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
562
+ - lib/hubspot/codegen/crm/schemas/api/core_api.rb
563
+ - lib/hubspot/codegen/crm/schemas/api/default_api.rb
564
+ - lib/hubspot/codegen/crm/schemas/api_client.rb
565
+ - lib/hubspot/codegen/crm/schemas/api_error.rb
566
+ - lib/hubspot/codegen/crm/schemas/configuration.rb
567
+ - lib/hubspot/codegen/crm/schemas/models/association_definition.rb
568
+ - lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb
569
+ - lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb
570
+ - lib/hubspot/codegen/crm/schemas/models/error.rb
571
+ - lib/hubspot/codegen/crm/schemas/models/error_detail.rb
572
+ - lib/hubspot/codegen/crm/schemas/models/next_page.rb
573
+ - lib/hubspot/codegen/crm/schemas/models/object_schema.rb
574
+ - lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb
575
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb
576
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb
577
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb
578
+ - lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb
579
+ - lib/hubspot/codegen/crm/schemas/models/option.rb
580
+ - lib/hubspot/codegen/crm/schemas/models/option_input.rb
581
+ - lib/hubspot/codegen/crm/schemas/models/paging.rb
582
+ - lib/hubspot/codegen/crm/schemas/models/previous_page.rb
583
+ - lib/hubspot/codegen/crm/schemas/models/property.rb
584
+ - lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
533
585
  - lib/hubspot/codegen/crm/tickets/api/associations_api.rb
534
586
  - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
535
587
  - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
@@ -597,6 +649,7 @@ files:
597
649
  - lib/hubspot/codegen/webhooks/configuration.rb
598
650
  - lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb
599
651
  - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
652
+ - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
600
653
  - lib/hubspot/codegen/webhooks/models/error.rb
601
654
  - lib/hubspot/codegen/webhooks/models/error_detail.rb
602
655
  - lib/hubspot/codegen/webhooks/models/settings_change_request.rb
@@ -613,6 +666,7 @@ files:
613
666
  - lib/hubspot/helpers/webhooks_helper.rb
614
667
  - lib/hubspot/oauth_helper.rb
615
668
  - lib/hubspot/version.rb
669
+ - sample-apps/companies-app/.env
616
670
  - sample-apps/companies-app/.env.template
617
671
  - sample-apps/companies-app/.env.test.template
618
672
  - sample-apps/companies-app/.gitignore
@@ -687,12 +741,14 @@ files:
687
741
  - sample-apps/companies-app/config/puma.rb
688
742
  - sample-apps/companies-app/config/routes.rb
689
743
  - sample-apps/companies-app/config/spring.rb
744
+ - sample-apps/companies-app/db/development.sqlite3
690
745
  - sample-apps/companies-app/db/seeds.rb
691
746
  - sample-apps/companies-app/docker-compose.yml
692
747
  - sample-apps/companies-app/docker-entrypoint.sh
693
748
  - sample-apps/companies-app/lib/assets/.keep
694
749
  - sample-apps/companies-app/lib/tasks/.keep
695
750
  - sample-apps/companies-app/log/.keep
751
+ - sample-apps/companies-app/log/development.log
696
752
  - sample-apps/companies-app/package.json
697
753
  - sample-apps/companies-app/public/404.html
698
754
  - sample-apps/companies-app/public/422.html
@@ -702,6 +758,52 @@ files:
702
758
  - sample-apps/companies-app/public/favicon.ico
703
759
  - sample-apps/companies-app/public/robots.txt
704
760
  - sample-apps/companies-app/tmp/.keep
761
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/05/053IomYcNFTvqinXbDGqg6suuCpMwg3_qV12AK4ccx8.cache
762
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/0B/0BGoINhViZ8xxoxODKNlHCXeopOIVGkZv9GAbzCCrZA.cache
763
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
764
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
765
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
766
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
767
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
768
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
769
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
770
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
771
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
772
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/A4/A4dS-Tck_QocRHBsc08nLD48snD4G6ewTLWwpkgdMOQ.cache
773
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
774
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
775
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
776
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
777
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
778
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Hc/Hcu6WwbYbe7vdpSCb0xXIKhaJsPWI3ClhXNHSX7tDGI.cache
779
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
780
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/LZ/LZDNDSBrMmCeKXHrWTWu3KifeJk8ttcNGuQa4fHLxeA.cache
781
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
782
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NF/NFP_eGmF5C6AoAtwpzQ--fUDgWzSatMkmaOg6MIZRsQ.cache
783
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
784
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Oy/OyUbp1l8zWzyp-bagPDb2l_Q7vp5qVbtWwVFV0hBbbM.cache
785
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/QM/QMyYX6f-edvoA70P385xdnqFw26fL-P9OtifvwXojp8.cache
786
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
787
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
788
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Vr/Vr4UNxcDzlkx9ESuVbgI_Mb-fZcsczNERjGUj7FX7Io.cache
789
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
790
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
791
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/a3/a3AG-gARa2g-lIPGvcOkQvEfuvwICCxJd8zgE1bzLhE.cache
792
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
793
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
794
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
795
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
796
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
797
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/nF/nFSeMjJCygNSOQ27hdJwySwUPyh3vBaiXljrHxeQCfc.cache
798
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
799
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
800
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/tK/tKCKU24QLnDe4Wb5ytXkeZ42k7bpBNPmmTRcnTqC18o.cache
801
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/up/upaGCA7w36yB4Tws-rJDm6zL9b8MvnhZ0TUcpzwH_vg.cache
802
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
803
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
804
+ - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
805
+ - sample-apps/companies-app/tmp/development_secret.txt
806
+ - sample-apps/companies-app/tmp/restart.txt
705
807
  - sample-apps/contacts-app/.env
706
808
  - sample-apps/contacts-app/.env.template
707
809
  - sample-apps/contacts-app/.env.test.template
@@ -1923,7 +2025,369 @@ files:
1923
2025
  - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
1924
2026
  - sample-apps/search-result-paging-app/tmp/development_secret.txt
1925
2027
  - sample-apps/search-result-paging-app/tmp/restart.txt
2028
+ - sample-apps/timeline-events-app/.env
2029
+ - sample-apps/timeline-events-app/.env.template
2030
+ - sample-apps/timeline-events-app/.gitignore
2031
+ - sample-apps/timeline-events-app/.rspec
2032
+ - sample-apps/timeline-events-app/.ruby-version
2033
+ - sample-apps/timeline-events-app/Dockerfile
2034
+ - sample-apps/timeline-events-app/Gemfile
2035
+ - sample-apps/timeline-events-app/Gemfile.lock
2036
+ - sample-apps/timeline-events-app/README.md
2037
+ - sample-apps/timeline-events-app/Rakefile
2038
+ - sample-apps/timeline-events-app/app/assets/config/manifest.js
2039
+ - sample-apps/timeline-events-app/app/assets/images/.keep
2040
+ - sample-apps/timeline-events-app/app/assets/javascripts/application.js
2041
+ - sample-apps/timeline-events-app/app/assets/javascripts/cable.js
2042
+ - sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep
2043
+ - sample-apps/timeline-events-app/app/assets/stylesheets/application.css
2044
+ - sample-apps/timeline-events-app/app/controllers/application_controller.rb
2045
+ - sample-apps/timeline-events-app/app/controllers/concerns/.keep
2046
+ - sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb
2047
+ - sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb
2048
+ - sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb
2049
+ - sample-apps/timeline-events-app/app/helpers/application_helper.rb
2050
+ - sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb
2051
+ - sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb
2052
+ - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb
2053
+ - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb
2054
+ - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb
2055
+ - sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb
2056
+ - sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb
2057
+ - sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb
2058
+ - sample-apps/timeline-events-app/app/models/application_record.rb
2059
+ - sample-apps/timeline-events-app/app/models/concerns/.keep
2060
+ - sample-apps/timeline-events-app/app/views/layouts/application.html.erb
2061
+ - sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb
2062
+ - sample-apps/timeline-events-app/app/views/shared/_header.html.erb
2063
+ - sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb
2064
+ - sample-apps/timeline-events-app/bin/bundle
2065
+ - sample-apps/timeline-events-app/bin/rails
2066
+ - sample-apps/timeline-events-app/bin/rake
2067
+ - sample-apps/timeline-events-app/bin/setup
2068
+ - sample-apps/timeline-events-app/bin/spring
2069
+ - sample-apps/timeline-events-app/bin/update
2070
+ - sample-apps/timeline-events-app/bin/yarn
2071
+ - sample-apps/timeline-events-app/config.ru
2072
+ - sample-apps/timeline-events-app/config/application.rb
2073
+ - sample-apps/timeline-events-app/config/boot.rb
2074
+ - sample-apps/timeline-events-app/config/database.yml
2075
+ - sample-apps/timeline-events-app/config/environment.rb
2076
+ - sample-apps/timeline-events-app/config/environments/development.rb
2077
+ - sample-apps/timeline-events-app/config/environments/production.rb
2078
+ - sample-apps/timeline-events-app/config/environments/test.rb
2079
+ - sample-apps/timeline-events-app/config/initializers/assets.rb
2080
+ - sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb
2081
+ - sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb
2082
+ - sample-apps/timeline-events-app/config/initializers/mime_types.rb
2083
+ - sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb
2084
+ - sample-apps/timeline-events-app/config/locales/en.yml
2085
+ - sample-apps/timeline-events-app/config/puma.rb
2086
+ - sample-apps/timeline-events-app/config/routes.rb
2087
+ - sample-apps/timeline-events-app/config/spring.rb
2088
+ - sample-apps/timeline-events-app/db/development.sqlite3
2089
+ - sample-apps/timeline-events-app/db/seeds.rb
2090
+ - sample-apps/timeline-events-app/docker-compose.yml
2091
+ - sample-apps/timeline-events-app/docker-entrypoint.sh
2092
+ - sample-apps/timeline-events-app/lib/assets/.keep
2093
+ - sample-apps/timeline-events-app/lib/tasks/.keep
2094
+ - sample-apps/timeline-events-app/log/.keep
2095
+ - sample-apps/timeline-events-app/log/development.log
2096
+ - sample-apps/timeline-events-app/package.json
2097
+ - sample-apps/timeline-events-app/public/404.html
2098
+ - sample-apps/timeline-events-app/public/422.html
2099
+ - sample-apps/timeline-events-app/public/500.html
2100
+ - sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png
2101
+ - sample-apps/timeline-events-app/public/apple-touch-icon.png
2102
+ - sample-apps/timeline-events-app/public/favicon.ico
2103
+ - sample-apps/timeline-events-app/public/robots.txt
2104
+ - sample-apps/timeline-events-app/spec/rails_helper.rb
2105
+ - sample-apps/timeline-events-app/spec/spec_helper.rb
2106
+ - sample-apps/timeline-events-app/tmp/.keep
2107
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/-s/-sz9D51o9Mpd_omN4pJY1EYoyEa63QWgr9CkNp-jtps.cache
2108
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
2109
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2110
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
2111
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
2112
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
2113
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
2114
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/6p/6pPimSDuw-hEAZW4CkGVIt9wjYiTMaCD2XPuKQoiI4Q.cache
2115
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2116
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/AF/AFacZJ15zJm8o8Bwesmpsw2GC-o4mNEAhT87cuTM_wE.cache
2117
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/B6/B6MZ8qg-mV5hZWBQ5HB80eAXCr4gyrJR5Yrm4BiSTdU.cache
2118
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/D0/D01xXzz6r1DGdB4yVwcPaLEp7-mpzCd2m3enZVNJtFU.cache
2119
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
2120
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2121
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2122
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2123
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/HW/HWUChEceyh2Nn8ZIJqhsPU8GOTaBtOqwgpHgWeK5KK8.cache
2124
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
2125
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Kq/KqE6hT_ldQlojkUihSiU_w9LUB1vYXvG-9DlYnSkHtY.cache
2126
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/LC/LCya8iNar6oREtyYduoZJ2XWTymHT17SOXYRkDIvl2Q.cache
2127
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
2128
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Mv/MvRTlknGa6_mRdF7m9I2jPIPCQ9a-RyzBwkgecBbZQ8.cache
2129
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/OF/OFMeLotCkEst9CGQgQZtf5RZNaVhcrLOPJeSWszn-aw.cache
2130
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Pj/PjWCRmJJkSxCMCzdOrsWQfeCxeWMdmLNqtIZXlRkVkw.cache
2131
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RJ/RJ-ZWnzIrbCdeg0pVWbccBZiePyfi50zo0xb1Tbhh80.cache
2132
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RU/RUOojm-aD-XrIy-K6cbUI9czQdjnW9_Bt45wId068iM.cache
2133
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Tx/TxdcnqzvySOuWPXZfaIYX0TOpCy44repbAScKtV2niE.cache
2134
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2135
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/UW/UWFYTnxz4EWqiz0LkhxInMLo36CdlVg3x9SyzAnLiBU.cache
2136
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2137
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/V8/V8wr1RK4MTLGwxThiZIb0G-SrIusNzCMhJeHGGHT72Q.cache
2138
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
2139
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wt/WtCfdoaaBC0aPmNgc57xHk8dbNRqZcP5zOpcLpiGzoc.cache
2140
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wz/WzRw7cbmE45MrdG0W25ZAT-Nz0glf7xBkB2nI0M7z7A.cache
2141
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Xi/XiZmZbrcb0M-y7EJZkx1ft177jFiZCL7pbpp6cRZaTA.cache
2142
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
2143
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/_w/_w2qaD3e5UPMGQeZYpP481jnQLVeIXIVH2vQx2856QY.cache
2144
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/bO/bOFmO9a0R2GZyScJpYSBjhl36VZ2T8tBIFvGiE6aqNo.cache
2145
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2146
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ey/eyQx5cIdM2CoBrdF3izBgEAY4OxjhcWr4O4xz132au8.cache
2147
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gB/gBgBWy2c1z2A2HykdtIz7OYGnHIRDzbk092kh5b6jaE.cache
2148
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gB/gBv9kal-i4TR52_RNoYlBcSLMDX1_N1aQj0cv-cqxNY.cache
2149
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
2150
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/hA/hAQloq4iFKlI32gRuBj7Qw-S3_fk622RHC7B3bKQcGM.cache
2151
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/j3/j3r-jelmETDRd-G19KKXI0QM5g991nlcbUwXBnRnNQE.cache
2152
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/k1/k1S4UmDyDiVdoVjxFVnT7PjryGZlRLlg6Rbiv263PC8.cache
2153
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kE/kEZybqy-UZoanAH1Xiuew4Im6vwIsee-kft21l3JvYs.cache
2154
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
2155
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kb/kbxkYCk1EgNiJrtaLBYcKjpLawXPyY26vtsvLwAGuRs.cache
2156
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/mE/mE5ux5CqyC__7A31roQaIrItQDaC4e3O1ccQpHEzf3A.cache
2157
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/n_/n_AnmncFkjyQrNIMt47ODfSQL8Ah5cY4UKW1IThyYyg.cache
2158
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ne/nehoEMwTN_YXNZspteBmbCj-55v4o0wq_nnFJCPVtUk.cache
2159
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/nf/nfLIHBgXq65X45t_2QaQM3smByR8wIxjzXL0A1bb9NU.cache
2160
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/oR/oRS4oeT_JT6LpNf0L3A_DPgbtxS4TB_fetzY3CT0aa8.cache
2161
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2162
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/q8/q8cA8tJbgodCWeH8qLt9pac6Ig-wK4v5aiJ6VV6-bHw.cache
2163
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sD/sDQm06qCaywVxzpOwjngjtCXxSMXqwixf0n0xD0IHHw.cache
2164
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sL/sLrzJjbM_rcVY2FeYnsJA8uEHqjKsJXqTDat6Q23GR4.cache
2165
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
2166
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/w7/w7U6DzTbVwmZ8JqXhirzDvr-HGtiCEIpNHRQtLc7M68.cache
2167
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/wd/wdx03MG0LBtOSdemZvED30U1i-V5s75E7207MC6TGTI.cache
2168
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/xk/xkCwn4qCk8C5UaPHHBgsNbAmRBgSZtdVb1aELt-EmxI.cache
2169
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2170
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yb/ybRqqIyo6H-rkIwoBZp14cENSoSgyZqa1XAUKLV1zpk.cache
2171
+ - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yj/yjlHOIhrAzNkiA_SiyRZKIkEwaC0rktB1TVequSKqjc.cache
2172
+ - sample-apps/timeline-events-app/tmp/development_secret.txt
2173
+ - sample-apps/timeline-events-app/tmp/restart.txt
1926
2174
  - sample-apps/trello-integration-app/.env
2175
+ - sample-apps/trello-integration-app/.env.template
2176
+ - sample-apps/trello-integration-app/.gitignore
2177
+ - sample-apps/trello-integration-app/.rspec
2178
+ - sample-apps/trello-integration-app/.ruby-version
2179
+ - sample-apps/trello-integration-app/Dockerfile
2180
+ - sample-apps/trello-integration-app/Gemfile
2181
+ - sample-apps/trello-integration-app/Gemfile.lock
2182
+ - sample-apps/trello-integration-app/README.md
2183
+ - sample-apps/trello-integration-app/Rakefile
2184
+ - sample-apps/trello-integration-app/app/assets/config/manifest.js
2185
+ - sample-apps/trello-integration-app/app/assets/images/.keep
2186
+ - sample-apps/trello-integration-app/app/assets/images/right-arrow.png
2187
+ - sample-apps/trello-integration-app/app/assets/javascripts/application.js
2188
+ - sample-apps/trello-integration-app/app/assets/javascripts/cable.js
2189
+ - sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep
2190
+ - sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js
2191
+ - sample-apps/trello-integration-app/app/assets/javascripts/lodash.js
2192
+ - sample-apps/trello-integration-app/app/assets/javascripts/mappings.js
2193
+ - sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js
2194
+ - sample-apps/trello-integration-app/app/assets/stylesheets/application.css
2195
+ - sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss
2196
+ - sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
2197
+ - sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss
2198
+ - sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss
2199
+ - sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss
2200
+ - sample-apps/trello-integration-app/app/controllers/application_controller.rb
2201
+ - sample-apps/trello-integration-app/app/controllers/concerns/.keep
2202
+ - sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb
2203
+ - sample-apps/trello-integration-app/app/controllers/home_controller.rb
2204
+ - sample-apps/trello-integration-app/app/controllers/mappings_controller.rb
2205
+ - sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb
2206
+ - sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb
2207
+ - sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb
2208
+ - sample-apps/trello-integration-app/app/helpers/application_helper.rb
2209
+ - sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
2210
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb
2211
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
2212
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb
2213
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb
2214
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
2215
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
2216
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb
2217
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb
2218
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
2219
+ - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
2220
+ - sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb
2221
+ - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
2222
+ - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb
2223
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb
2224
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
2225
+ - sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb
2226
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb
2227
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb
2228
+ - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb
2229
+ - sample-apps/trello-integration-app/app/models/application_record.rb
2230
+ - sample-apps/trello-integration-app/app/models/concerns/.keep
2231
+ - sample-apps/trello-integration-app/app/models/deal_association.rb
2232
+ - sample-apps/trello-integration-app/app/models/extension_card.rb
2233
+ - sample-apps/trello-integration-app/app/models/hubspot_token.rb
2234
+ - sample-apps/trello-integration-app/app/models/mapping.rb
2235
+ - sample-apps/trello-integration-app/app/models/trello_token.rb
2236
+ - sample-apps/trello-integration-app/app/models/webhook.rb
2237
+ - sample-apps/trello-integration-app/app/views/home/index.html.erb
2238
+ - sample-apps/trello-integration-app/app/views/home/success.html.erb
2239
+ - sample-apps/trello-integration-app/app/views/layouts/application.html.erb
2240
+ - sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
2241
+ - sample-apps/trello-integration-app/app/views/mappings/index.html.erb
2242
+ - sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb
2243
+ - sample-apps/trello-integration-app/app/views/shared/_header.html.erb
2244
+ - sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb
2245
+ - sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb
2246
+ - sample-apps/trello-integration-app/bin/bundle
2247
+ - sample-apps/trello-integration-app/bin/rails
2248
+ - sample-apps/trello-integration-app/bin/rake
2249
+ - sample-apps/trello-integration-app/bin/setup
2250
+ - sample-apps/trello-integration-app/bin/spring
2251
+ - sample-apps/trello-integration-app/bin/update
2252
+ - sample-apps/trello-integration-app/bin/yarn
2253
+ - sample-apps/trello-integration-app/config.ru
2254
+ - sample-apps/trello-integration-app/config/application.rb
2255
+ - sample-apps/trello-integration-app/config/boot.rb
2256
+ - sample-apps/trello-integration-app/config/cable.yml
2257
+ - sample-apps/trello-integration-app/config/database.yml
2258
+ - sample-apps/trello-integration-app/config/environment.rb
2259
+ - sample-apps/trello-integration-app/config/environments/development.rb
2260
+ - sample-apps/trello-integration-app/config/environments/production.rb
2261
+ - sample-apps/trello-integration-app/config/environments/test.rb
2262
+ - sample-apps/trello-integration-app/config/initializers/assets.rb
2263
+ - sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb
2264
+ - sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb
2265
+ - sample-apps/trello-integration-app/config/initializers/mime_types.rb
2266
+ - sample-apps/trello-integration-app/config/initializers/omniauth.rb
2267
+ - sample-apps/trello-integration-app/config/initializers/trello.rb
2268
+ - sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb
2269
+ - sample-apps/trello-integration-app/config/locales/en.yml
2270
+ - sample-apps/trello-integration-app/config/puma.rb
2271
+ - sample-apps/trello-integration-app/config/routes.rb
2272
+ - sample-apps/trello-integration-app/config/spring.rb
2273
+ - sample-apps/trello-integration-app/config/storage.yml
2274
+ - sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
2275
+ - sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
2276
+ - sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb
2277
+ - sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
2278
+ - sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb
2279
+ - sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
2280
+ - sample-apps/trello-integration-app/db/schema.rb
2281
+ - sample-apps/trello-integration-app/db/seeds.rb
2282
+ - sample-apps/trello-integration-app/docker-compose.yml
2283
+ - sample-apps/trello-integration-app/docker-entrypoint.sh
2284
+ - sample-apps/trello-integration-app/lib/assets/.keep
2285
+ - sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb
2286
+ - sample-apps/trello-integration-app/lib/tasks/.keep
2287
+ - sample-apps/trello-integration-app/log/.keep
2288
+ - sample-apps/trello-integration-app/log/development.log
2289
+ - sample-apps/trello-integration-app/package.json
2290
+ - sample-apps/trello-integration-app/public/404.html
2291
+ - sample-apps/trello-integration-app/public/422.html
2292
+ - sample-apps/trello-integration-app/public/500.html
2293
+ - sample-apps/trello-integration-app/public/favicon.ico
2294
+ - sample-apps/trello-integration-app/public/robots.txt
2295
+ - sample-apps/trello-integration-app/tmp/.keep
2296
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache
2297
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache
2298
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache
2299
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2300
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache
2301
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache
2302
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache
2303
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache
2304
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache
2305
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache
2306
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache
2307
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache
2308
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache
2309
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache
2310
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2311
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache
2312
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache
2313
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache
2314
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache
2315
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache
2316
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2317
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache
2318
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache
2319
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache
2320
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
2321
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache
2322
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2323
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache
2324
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2325
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache
2326
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache
2327
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache
2328
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache
2329
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache
2330
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache
2331
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache
2332
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache
2333
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache
2334
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache
2335
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache
2336
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache
2337
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache
2338
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache
2339
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2340
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2341
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache
2342
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache
2343
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache
2344
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache
2345
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache
2346
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
2347
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache
2348
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache
2349
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache
2350
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache
2351
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache
2352
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache
2353
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache
2354
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache
2355
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache
2356
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2357
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache
2358
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache
2359
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache
2360
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache
2361
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache
2362
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache
2363
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache
2364
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache
2365
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache
2366
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache
2367
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache
2368
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache
2369
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2370
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache
2371
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache
2372
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache
2373
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
2374
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache
2375
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache
2376
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache
2377
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache
2378
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache
2379
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache
2380
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache
2381
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache
2382
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2383
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache
2384
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache
2385
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache
2386
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache
2387
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache
2388
+ - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache
2389
+ - sample-apps/trello-integration-app/tmp/development_secret.txt
2390
+ - sample-apps/trello-integration-app/tmp/restart.txt
1927
2391
  - sample-apps/webhooks-contacts-app/.env
1928
2392
  - sample-apps/webhooks-contacts-app/.env.template
1929
2393
  - sample-apps/webhooks-contacts-app/.gitignore