hubspot-api-client 9.0.0 → 9.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1138) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +7 -0
  4. data/Gemfile.lock +12 -13
  5. data/README.md +4 -0
  6. data/Rakefile +1 -0
  7. data/hubspot-api-client.gemspec +5 -3
  8. data/lib/hubspot-api-client.rb +72 -9
  9. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +35 -67
  10. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +16 -11
  11. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  12. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  13. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  14. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  15. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  16. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  17. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  18. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  19. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  20. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  21. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  22. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  23. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  24. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  25. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  26. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  27. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  28. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  29. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  30. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  31. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  32. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  33. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  34. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  35. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  36. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  37. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  38. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  40. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  41. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  42. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  43. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  44. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  45. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  46. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  47. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  48. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  49. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  50. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  51. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  52. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  53. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  54. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  55. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  56. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  57. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  58. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  59. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  60. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  61. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  62. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  63. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  64. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  65. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  66. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  67. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  68. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  69. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  70. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  71. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  72. data/lib/hubspot/codegen/cms/domains/api_client.rb +35 -67
  73. data/lib/hubspot/codegen/cms/domains/configuration.rb +16 -11
  74. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  75. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  76. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  77. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +36 -68
  78. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  79. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
  80. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  81. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  82. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  83. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  84. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  85. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  86. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  87. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  88. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  89. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  90. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  91. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  92. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  93. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  94. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  95. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  96. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  97. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  98. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  99. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  100. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  101. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  102. data/lib/hubspot/codegen/cms/hubdb/models/{collection_response_with_total_hub_db_table_row_v3.rb → standard_error.rb} +99 -30
  103. data/lib/hubspot/codegen/cms/performance/api_client.rb +35 -67
  104. data/lib/hubspot/codegen/cms/performance/configuration.rb +16 -11
  105. data/lib/hubspot/codegen/cms/site-search/api_client.rb +35 -67
  106. data/lib/hubspot/codegen/cms/site-search/configuration.rb +16 -11
  107. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +35 -67
  108. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +16 -11
  109. data/lib/hubspot/codegen/crm/associations/api_client.rb +35 -67
  110. data/lib/hubspot/codegen/crm/associations/configuration.rb +16 -11
  111. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
  112. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
  113. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  114. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  115. data/lib/hubspot/codegen/crm/companies/api_client.rb +35 -67
  116. data/lib/hubspot/codegen/crm/companies/configuration.rb +16 -11
  117. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +1 -1
  118. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  119. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  120. data/lib/hubspot/codegen/crm/contacts/api_client.rb +35 -67
  121. data/lib/hubspot/codegen/crm/contacts/configuration.rb +16 -11
  122. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +1 -1
  123. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  124. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  125. data/lib/hubspot/codegen/crm/deals/api_client.rb +35 -67
  126. data/lib/hubspot/codegen/crm/deals/configuration.rb +16 -11
  127. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +1 -1
  128. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  129. data/lib/hubspot/codegen/{cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb → crm/deals/models/standard_error.rb} +103 -34
  130. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +42 -74
  131. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +16 -11
  132. data/lib/hubspot/codegen/crm/imports/api_client.rb +35 -67
  133. data/lib/hubspot/codegen/crm/imports/configuration.rb +16 -11
  134. data/lib/hubspot/codegen/crm/line_items/api_client.rb +35 -67
  135. data/lib/hubspot/codegen/crm/line_items/configuration.rb +16 -11
  136. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +1 -1
  137. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  138. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  139. data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
  140. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  141. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  142. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  143. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  144. data/lib/hubspot/codegen/crm/owners/api_client.rb +35 -67
  145. data/lib/hubspot/codegen/crm/owners/configuration.rb +16 -11
  146. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +35 -67
  147. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +16 -11
  148. data/lib/hubspot/codegen/crm/products/api_client.rb +35 -67
  149. data/lib/hubspot/codegen/crm/products/configuration.rb +16 -11
  150. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +1 -1
  151. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  152. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  153. data/lib/hubspot/codegen/crm/properties/api_client.rb +35 -67
  154. data/lib/hubspot/codegen/crm/properties/configuration.rb +16 -11
  155. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +1 -1
  156. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  157. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  158. data/lib/hubspot/codegen/crm/quotes/api_client.rb +35 -67
  159. data/lib/hubspot/codegen/crm/quotes/configuration.rb +16 -11
  160. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +1 -1
  161. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  162. data/lib/hubspot/codegen/{cms/hubdb/models/previous_page.rb → crm/quotes/models/standard_error.rb} +109 -24
  163. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  164. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  165. data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
  166. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  167. data/lib/hubspot/codegen/crm/tickets/api_client.rb +35 -67
  168. data/lib/hubspot/codegen/crm/tickets/configuration.rb +16 -11
  169. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +1 -1
  170. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  171. data/lib/hubspot/codegen/{cms/hubdb/models/paging.rb → crm/tickets/models/standard_error.rb} +111 -21
  172. data/lib/hubspot/codegen/crm/timeline/api_client.rb +35 -67
  173. data/lib/hubspot/codegen/crm/timeline/configuration.rb +16 -11
  174. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
  175. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  176. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  177. data/lib/hubspot/codegen/oauth/api_client.rb +42 -75
  178. data/lib/hubspot/codegen/oauth/configuration.rb +16 -11
  179. data/lib/hubspot/codegen/webhooks/api_client.rb +42 -74
  180. data/lib/hubspot/codegen/webhooks/configuration.rb +16 -11
  181. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +1 -1
  182. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  183. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  184. data/lib/hubspot/version.rb +1 -1
  185. data/spec/cms/blogs/authors/api/default_api_spec.rb +158 -0
  186. data/spec/cms/blogs/blog-posts/api/default_api_spec.rb +158 -0
  187. data/spec/cms/blogs/tags/api/default_api_spec.rb +158 -0
  188. data/spec/oauth/api/{tokens_api_spec.rb → default_api_spec.rb} +6 -6
  189. metadata +144 -1959
  190. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -1956
  191. data/sample-apps/companies-app/.env.template +0 -2
  192. data/sample-apps/companies-app/.env.test.template +0 -3
  193. data/sample-apps/companies-app/.gitignore +0 -35
  194. data/sample-apps/companies-app/.rspec +0 -1
  195. data/sample-apps/companies-app/.ruby-version +0 -1
  196. data/sample-apps/companies-app/Dockerfile +0 -22
  197. data/sample-apps/companies-app/Gemfile +0 -33
  198. data/sample-apps/companies-app/Gemfile.lock +0 -271
  199. data/sample-apps/companies-app/README.md +0 -31
  200. data/sample-apps/companies-app/Rakefile +0 -6
  201. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  202. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  203. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  204. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  205. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  206. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  207. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  208. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  209. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  210. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  211. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  212. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  213. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  214. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  215. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  216. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  217. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  218. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  219. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  220. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  221. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  222. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  223. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  224. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  225. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  226. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  227. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  228. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  229. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  230. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  231. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  232. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  233. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  234. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  235. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  236. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  237. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  238. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  239. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  240. data/sample-apps/companies-app/bin/bundle +0 -3
  241. data/sample-apps/companies-app/bin/rails +0 -9
  242. data/sample-apps/companies-app/bin/rake +0 -9
  243. data/sample-apps/companies-app/bin/setup +0 -36
  244. data/sample-apps/companies-app/bin/spring +0 -17
  245. data/sample-apps/companies-app/bin/update +0 -31
  246. data/sample-apps/companies-app/bin/yarn +0 -11
  247. data/sample-apps/companies-app/config.ru +0 -5
  248. data/sample-apps/companies-app/config/application.rb +0 -19
  249. data/sample-apps/companies-app/config/boot.rb +0 -3
  250. data/sample-apps/companies-app/config/cable.yml +0 -10
  251. data/sample-apps/companies-app/config/database.yml +0 -25
  252. data/sample-apps/companies-app/config/environment.rb +0 -5
  253. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  254. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  255. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  256. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  257. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  258. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  259. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  260. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  261. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  262. data/sample-apps/companies-app/config/puma.rb +0 -34
  263. data/sample-apps/companies-app/config/routes.rb +0 -17
  264. data/sample-apps/companies-app/config/spring.rb +0 -6
  265. data/sample-apps/companies-app/db/seeds.rb +0 -7
  266. data/sample-apps/companies-app/docker-compose.yml +0 -11
  267. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  268. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  269. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  270. data/sample-apps/companies-app/log/.keep +0 -0
  271. data/sample-apps/companies-app/package.json +0 -5
  272. data/sample-apps/companies-app/public/404.html +0 -67
  273. data/sample-apps/companies-app/public/422.html +0 -67
  274. data/sample-apps/companies-app/public/500.html +0 -66
  275. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  276. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  277. data/sample-apps/companies-app/public/favicon.ico +0 -0
  278. data/sample-apps/companies-app/public/robots.txt +0 -1
  279. data/sample-apps/companies-app/tmp/.keep +0 -0
  280. data/sample-apps/contacts-app/.env.template +0 -2
  281. data/sample-apps/contacts-app/.env.test.template +0 -3
  282. data/sample-apps/contacts-app/.gitignore +0 -35
  283. data/sample-apps/contacts-app/.rspec +0 -1
  284. data/sample-apps/contacts-app/.ruby-version +0 -1
  285. data/sample-apps/contacts-app/Dockerfile +0 -22
  286. data/sample-apps/contacts-app/Gemfile +0 -33
  287. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  288. data/sample-apps/contacts-app/README.md +0 -41
  289. data/sample-apps/contacts-app/Rakefile +0 -6
  290. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  291. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  292. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  293. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  294. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  295. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  296. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  297. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  298. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  299. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  300. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  301. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  302. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  303. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  304. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  305. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  306. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  307. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  308. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  309. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  310. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  311. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  312. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  313. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  314. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  315. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  316. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  317. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  318. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  319. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  320. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  321. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  322. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  323. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  324. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  325. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  326. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  327. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  328. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  329. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  330. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  331. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  332. data/sample-apps/contacts-app/bin/bundle +0 -3
  333. data/sample-apps/contacts-app/bin/rails +0 -9
  334. data/sample-apps/contacts-app/bin/rake +0 -9
  335. data/sample-apps/contacts-app/bin/setup +0 -36
  336. data/sample-apps/contacts-app/bin/spring +0 -17
  337. data/sample-apps/contacts-app/bin/update +0 -31
  338. data/sample-apps/contacts-app/bin/yarn +0 -11
  339. data/sample-apps/contacts-app/config.ru +0 -5
  340. data/sample-apps/contacts-app/config/application.rb +0 -19
  341. data/sample-apps/contacts-app/config/boot.rb +0 -3
  342. data/sample-apps/contacts-app/config/cable.yml +0 -10
  343. data/sample-apps/contacts-app/config/database.yml +0 -25
  344. data/sample-apps/contacts-app/config/environment.rb +0 -5
  345. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  346. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  347. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  348. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  349. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  350. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  351. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  352. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  353. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  354. data/sample-apps/contacts-app/config/puma.rb +0 -34
  355. data/sample-apps/contacts-app/config/routes.rb +0 -14
  356. data/sample-apps/contacts-app/config/spring.rb +0 -6
  357. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  358. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  359. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  360. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  361. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  362. data/sample-apps/contacts-app/log/.keep +0 -0
  363. data/sample-apps/contacts-app/package.json +0 -5
  364. data/sample-apps/contacts-app/public/404.html +0 -67
  365. data/sample-apps/contacts-app/public/422.html +0 -67
  366. data/sample-apps/contacts-app/public/500.html +0 -66
  367. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  368. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  369. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  370. data/sample-apps/contacts-app/public/robots.txt +0 -1
  371. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  372. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  373. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  374. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  375. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  376. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  377. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  378. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  379. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  380. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  381. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  382. data/sample-apps/contacts-app/tmp/.keep +0 -0
  383. data/sample-apps/imports-contacts-app/.env.template +0 -2
  384. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  385. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  386. data/sample-apps/imports-contacts-app/.rspec +0 -1
  387. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  388. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  389. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  390. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  391. data/sample-apps/imports-contacts-app/README.md +0 -27
  392. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  393. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  394. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  395. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  396. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  397. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  398. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  399. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  400. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  401. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  402. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  403. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  404. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  405. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  406. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  407. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  408. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  409. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  410. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  411. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  412. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  413. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  414. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  415. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  416. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  417. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  418. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  419. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  420. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  421. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  422. data/sample-apps/imports-contacts-app/bin/update +0 -31
  423. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  424. data/sample-apps/imports-contacts-app/config.ru +0 -5
  425. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  426. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  427. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  428. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  429. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  430. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  431. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  432. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  433. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  434. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  435. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  436. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  437. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  438. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  439. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  440. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  441. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  442. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  443. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  444. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  445. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  446. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  447. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  448. data/sample-apps/imports-contacts-app/package.json +0 -5
  449. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  450. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  451. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  452. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  453. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  454. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  455. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  456. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  457. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  458. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  459. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  460. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  461. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  462. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  463. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  464. data/sample-apps/leaky-bucket-app/README.md +0 -34
  465. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  466. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  467. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  468. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  469. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  470. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  471. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  472. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  473. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  474. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  475. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  476. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  477. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  478. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  479. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  480. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  481. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  482. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  483. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  484. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  485. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  486. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  487. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  488. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  489. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  490. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  491. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  492. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  493. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  494. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  495. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  496. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  497. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  498. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  499. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  500. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  501. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  502. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  503. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  504. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  505. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  506. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  507. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  508. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  509. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  510. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  511. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  512. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  513. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  514. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  515. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  516. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  517. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  518. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  519. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  520. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  521. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  522. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  523. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  524. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  525. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  526. data/sample-apps/leaky-bucket-app/package.json +0 -5
  527. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  528. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  529. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  530. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  531. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  532. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  533. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  534. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  535. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  536. data/sample-apps/oauth-app/.env.template +0 -2
  537. data/sample-apps/oauth-app/.env.test.template +0 -3
  538. data/sample-apps/oauth-app/.gitignore +0 -35
  539. data/sample-apps/oauth-app/.rspec +0 -1
  540. data/sample-apps/oauth-app/.ruby-version +0 -1
  541. data/sample-apps/oauth-app/Dockerfile +0 -22
  542. data/sample-apps/oauth-app/Gemfile +0 -33
  543. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  544. data/sample-apps/oauth-app/README.md +0 -33
  545. data/sample-apps/oauth-app/Rakefile +0 -6
  546. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  547. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  548. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  549. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  550. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  551. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  552. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  553. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  554. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  555. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  556. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  557. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  558. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  559. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  560. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  561. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  562. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  563. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  564. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  565. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  566. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  567. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  568. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  569. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  570. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  571. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  572. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  573. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  574. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  575. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  576. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  577. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  578. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  579. data/sample-apps/oauth-app/bin/bundle +0 -3
  580. data/sample-apps/oauth-app/bin/rails +0 -9
  581. data/sample-apps/oauth-app/bin/rake +0 -9
  582. data/sample-apps/oauth-app/bin/setup +0 -36
  583. data/sample-apps/oauth-app/bin/spring +0 -17
  584. data/sample-apps/oauth-app/bin/update +0 -31
  585. data/sample-apps/oauth-app/bin/yarn +0 -11
  586. data/sample-apps/oauth-app/config.ru +0 -5
  587. data/sample-apps/oauth-app/config/application.rb +0 -19
  588. data/sample-apps/oauth-app/config/boot.rb +0 -3
  589. data/sample-apps/oauth-app/config/cable.yml +0 -10
  590. data/sample-apps/oauth-app/config/database.yml +0 -25
  591. data/sample-apps/oauth-app/config/environment.rb +0 -5
  592. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  593. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  594. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  595. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  596. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  597. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  598. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  599. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  600. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  601. data/sample-apps/oauth-app/config/puma.rb +0 -34
  602. data/sample-apps/oauth-app/config/routes.rb +0 -14
  603. data/sample-apps/oauth-app/config/spring.rb +0 -6
  604. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  605. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  606. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  607. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  608. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  609. data/sample-apps/oauth-app/log/.keep +0 -0
  610. data/sample-apps/oauth-app/package.json +0 -5
  611. data/sample-apps/oauth-app/public/404.html +0 -67
  612. data/sample-apps/oauth-app/public/422.html +0 -67
  613. data/sample-apps/oauth-app/public/500.html +0 -66
  614. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  615. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  616. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  617. data/sample-apps/oauth-app/public/robots.txt +0 -1
  618. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  619. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  620. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  621. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  622. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  623. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  624. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  625. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  626. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  627. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  628. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  629. data/sample-apps/oauth-app/tmp/.keep +0 -0
  630. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  631. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  632. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  633. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  634. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  635. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  636. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  637. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  638. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  639. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  640. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  641. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  642. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  643. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  644. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  645. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  646. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  647. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  648. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  649. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  650. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  651. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  652. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  653. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  654. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  655. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  656. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  657. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  658. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  659. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  660. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  661. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  662. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  663. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  664. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  665. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  666. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  667. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  668. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  669. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  670. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  671. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  672. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  673. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  674. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  675. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  676. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  677. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  678. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  679. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  680. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  681. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  682. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  683. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  684. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  685. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  686. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  687. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  688. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  689. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  690. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  691. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  692. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  693. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  694. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  695. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  696. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  697. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  698. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  699. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  700. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  701. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  702. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  703. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  704. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  705. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  706. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  707. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  708. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  709. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  710. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  711. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  712. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  713. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  714. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  715. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  716. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  717. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  718. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  719. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  720. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  721. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  722. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  723. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  724. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  725. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  726. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  727. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  728. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  729. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  730. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  731. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  732. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  733. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  734. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  735. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  736. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  737. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  738. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  739. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  740. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  741. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  742. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  743. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  744. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  745. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  746. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  747. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  748. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  749. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  750. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  751. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  752. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  753. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  754. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  755. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  756. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  757. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  758. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  759. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  760. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  761. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  762. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  763. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  764. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  765. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  766. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  767. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  768. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  769. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  770. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  771. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  772. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  773. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  774. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  775. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  776. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  777. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  778. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  779. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  780. data/sample-apps/search-result-paging-app/.env.template +0 -4
  781. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  782. data/sample-apps/search-result-paging-app/.rspec +0 -1
  783. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  784. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  785. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  786. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  787. data/sample-apps/search-result-paging-app/README.md +0 -0
  788. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  789. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  790. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  791. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  792. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  793. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  794. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  795. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  796. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  797. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  798. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  799. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  800. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  801. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  802. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  803. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  804. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  805. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  806. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  807. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  808. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  809. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  810. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  811. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  812. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  813. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  814. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  815. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  816. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  817. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  818. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  819. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  820. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  821. data/sample-apps/search-result-paging-app/bin/update +0 -31
  822. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  823. data/sample-apps/search-result-paging-app/config.ru +0 -5
  824. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  825. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  826. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  827. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  828. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  829. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  830. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  831. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  832. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  833. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  834. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  835. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  836. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  837. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  838. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  839. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  840. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  841. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  842. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  843. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  844. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  845. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  846. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  847. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  848. data/sample-apps/search-result-paging-app/package.json +0 -5
  849. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  850. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  851. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  852. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  853. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  854. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  855. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  856. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  857. data/sample-apps/timeline-events-app/.env.template +0 -5
  858. data/sample-apps/timeline-events-app/.gitignore +0 -35
  859. data/sample-apps/timeline-events-app/.rspec +0 -1
  860. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  861. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  862. data/sample-apps/timeline-events-app/Gemfile +0 -33
  863. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  864. data/sample-apps/timeline-events-app/README.md +0 -30
  865. data/sample-apps/timeline-events-app/Rakefile +0 -6
  866. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  867. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  868. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  869. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  870. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  871. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  872. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  873. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  874. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  875. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  876. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  877. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  878. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  879. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  880. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  881. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  882. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  883. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  884. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  885. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  886. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  887. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  888. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  889. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  890. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  891. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  892. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  893. data/sample-apps/timeline-events-app/bin/rails +0 -9
  894. data/sample-apps/timeline-events-app/bin/rake +0 -9
  895. data/sample-apps/timeline-events-app/bin/setup +0 -36
  896. data/sample-apps/timeline-events-app/bin/spring +0 -17
  897. data/sample-apps/timeline-events-app/bin/update +0 -31
  898. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  899. data/sample-apps/timeline-events-app/config.ru +0 -5
  900. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  901. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  902. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  903. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  904. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  905. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  906. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  907. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  908. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  909. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  910. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  911. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  912. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  913. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  914. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  915. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  916. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  917. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  918. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  919. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  920. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  921. data/sample-apps/timeline-events-app/log/.keep +0 -0
  922. data/sample-apps/timeline-events-app/package.json +0 -5
  923. data/sample-apps/timeline-events-app/public/404.html +0 -67
  924. data/sample-apps/timeline-events-app/public/422.html +0 -67
  925. data/sample-apps/timeline-events-app/public/500.html +0 -66
  926. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  927. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  928. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  929. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  930. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  931. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  932. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  933. data/sample-apps/trello-integration-app/.env.template +0 -7
  934. data/sample-apps/trello-integration-app/.gitignore +0 -35
  935. data/sample-apps/trello-integration-app/.rspec +0 -1
  936. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  937. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  938. data/sample-apps/trello-integration-app/Gemfile +0 -38
  939. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  940. data/sample-apps/trello-integration-app/README.md +0 -31
  941. data/sample-apps/trello-integration-app/Rakefile +0 -6
  942. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  943. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  944. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  945. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  946. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  947. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  948. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  949. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  950. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  951. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  952. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  953. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  954. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  955. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  956. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  957. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  958. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  959. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  960. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  961. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  962. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  963. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  964. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  965. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  966. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  967. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  968. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  969. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  970. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  971. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  972. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  973. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  974. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  975. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  976. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  977. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  978. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  979. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  980. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  981. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  982. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  983. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  984. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  985. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  986. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  987. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  988. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  989. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  990. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  991. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  992. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  993. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  994. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  995. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  996. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  997. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  998. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  999. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  1000. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  1001. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  1002. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  1003. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  1004. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  1005. data/sample-apps/trello-integration-app/bin/rails +0 -9
  1006. data/sample-apps/trello-integration-app/bin/rake +0 -9
  1007. data/sample-apps/trello-integration-app/bin/setup +0 -36
  1008. data/sample-apps/trello-integration-app/bin/spring +0 -17
  1009. data/sample-apps/trello-integration-app/bin/update +0 -31
  1010. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  1011. data/sample-apps/trello-integration-app/config.ru +0 -5
  1012. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  1013. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  1014. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  1015. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  1016. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  1017. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  1018. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  1019. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  1020. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  1021. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  1022. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  1023. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  1024. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  1025. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  1026. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  1027. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  1028. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  1029. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  1030. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  1031. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  1032. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  1033. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  1034. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  1035. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  1036. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  1037. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  1038. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  1039. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  1040. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  1041. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  1042. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  1043. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  1044. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  1045. data/sample-apps/trello-integration-app/log/.keep +0 -0
  1046. data/sample-apps/trello-integration-app/package.json +0 -5
  1047. data/sample-apps/trello-integration-app/public/404.html +0 -67
  1048. data/sample-apps/trello-integration-app/public/422.html +0 -67
  1049. data/sample-apps/trello-integration-app/public/500.html +0 -66
  1050. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  1051. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  1052. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  1053. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  1054. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  1055. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  1056. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  1057. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  1058. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  1059. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  1060. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  1061. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  1062. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  1063. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  1064. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  1065. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1066. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  1067. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  1068. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  1069. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1070. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  1071. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  1072. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1073. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  1074. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  1075. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1076. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1077. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1078. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1079. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1080. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  1081. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  1082. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  1083. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  1084. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  1085. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  1086. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  1087. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  1088. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  1089. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  1090. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  1091. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  1092. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1093. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  1094. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  1095. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  1096. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  1097. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  1098. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  1099. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  1100. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  1101. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  1102. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  1103. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  1104. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  1105. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  1106. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  1107. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  1108. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  1109. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  1110. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  1111. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1112. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1113. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  1114. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  1115. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  1116. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  1117. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  1118. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  1119. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  1120. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  1121. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  1122. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  1123. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  1124. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  1125. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  1126. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  1127. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  1128. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  1129. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1130. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  1131. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  1132. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  1133. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  1134. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  1135. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  1136. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  1137. data/spec/oauth/models/json_node_spec.rb +0 -165
  1138. data/spec/oauth/models/refresh_token_spec.rb +0 -59
@@ -0,0 +1,219 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module Blogs
18
+ module BlogPosts
19
+ class BatchInputJsonNode
20
+ attr_accessor :inputs
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'inputs' => :'inputs'
26
+ }
27
+ end
28
+
29
+ # Attribute type mapping.
30
+ def self.openapi_types
31
+ {
32
+ :'inputs' => :'Array<Object>'
33
+ }
34
+ end
35
+
36
+ # List of attributes with nullable: true
37
+ def self.openapi_nullable
38
+ Set.new([
39
+ ])
40
+ end
41
+
42
+ # Initializes the object
43
+ # @param [Hash] attributes Model attributes in the form of hash
44
+ def initialize(attributes = {})
45
+ if (!attributes.is_a?(Hash))
46
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::BlogPosts::BatchInputJsonNode` initialize method"
47
+ end
48
+
49
+ # check to see if the attribute exists and convert string to symbol for hash key
50
+ attributes = attributes.each_with_object({}) { |(k, v), h|
51
+ if (!self.class.attribute_map.key?(k.to_sym))
52
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::BlogPosts::BatchInputJsonNode`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
53
+ end
54
+ h[k.to_sym] = v
55
+ }
56
+
57
+ if attributes.key?(:'inputs')
58
+ if (value = attributes[:'inputs']).is_a?(Array)
59
+ self.inputs = value
60
+ end
61
+ end
62
+ end
63
+
64
+ # Show invalid properties with the reasons. Usually used together with valid?
65
+ # @return Array for valid properties with the reasons
66
+ def list_invalid_properties
67
+ invalid_properties = Array.new
68
+ if @inputs.nil?
69
+ invalid_properties.push('invalid value for "inputs", inputs cannot be nil.')
70
+ end
71
+
72
+ invalid_properties
73
+ end
74
+
75
+ # Check to see if the all the properties in the model are valid
76
+ # @return true if the model is valid
77
+ def valid?
78
+ return false if @inputs.nil?
79
+ true
80
+ end
81
+
82
+ # Checks equality by comparing each attribute.
83
+ # @param [Object] Object to be compared
84
+ def ==(o)
85
+ return true if self.equal?(o)
86
+ self.class == o.class &&
87
+ inputs == o.inputs
88
+ end
89
+
90
+ # @see the `==` method
91
+ # @param [Object] Object to be compared
92
+ def eql?(o)
93
+ self == o
94
+ end
95
+
96
+ # Calculates hash code according to all attributes.
97
+ # @return [Integer] Hash code
98
+ def hash
99
+ [inputs].hash
100
+ end
101
+
102
+ # Builds the object from hash
103
+ # @param [Hash] attributes Model attributes in the form of hash
104
+ # @return [Object] Returns the model itself
105
+ def self.build_from_hash(attributes)
106
+ new.build_from_hash(attributes)
107
+ end
108
+
109
+ # Builds the object from hash
110
+ # @param [Hash] attributes Model attributes in the form of hash
111
+ # @return [Object] Returns the model itself
112
+ def build_from_hash(attributes)
113
+ return nil unless attributes.is_a?(Hash)
114
+ self.class.openapi_types.each_pair do |key, type|
115
+ if type =~ /\AArray<(.*)>/i
116
+ # check to ensure the input is an array given that the attribute
117
+ # is documented as an array but the input is not
118
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
119
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
120
+ end
121
+ elsif !attributes[self.class.attribute_map[key]].nil?
122
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
123
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
124
+ end
125
+
126
+ self
127
+ end
128
+
129
+ # Deserializes the data based on type
130
+ # @param string type Data type
131
+ # @param string value Value to be deserialized
132
+ # @return [Object] Deserialized data
133
+ def _deserialize(type, value)
134
+ case type.to_sym
135
+ when :DateTime
136
+ DateTime.parse(value)
137
+ when :Date
138
+ Date.parse(value)
139
+ when :String
140
+ value.to_s
141
+ when :Integer
142
+ value.to_i
143
+ when :Float
144
+ value.to_f
145
+ when :Boolean
146
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
147
+ true
148
+ else
149
+ false
150
+ end
151
+ when :Object
152
+ # generic object (usually a Hash), return directly
153
+ value
154
+ when /\AArray<(?<inner_type>.+)>\z/
155
+ inner_type = Regexp.last_match[:inner_type]
156
+ value.map { |v| _deserialize(inner_type, v) }
157
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
158
+ k_type = Regexp.last_match[:k_type]
159
+ v_type = Regexp.last_match[:v_type]
160
+ {}.tap do |hash|
161
+ value.each do |k, v|
162
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
163
+ end
164
+ end
165
+ else # model
166
+ Hubspot::Cms::Blogs::BlogPosts.const_get(type).build_from_hash(value)
167
+ end
168
+ end
169
+
170
+ # Returns the string representation of the object
171
+ # @return [String] String presentation of the object
172
+ def to_s
173
+ to_hash.to_s
174
+ end
175
+
176
+ # to_body is an alias to to_hash (backward compatibility)
177
+ # @return [Hash] Returns the object in the form of hash
178
+ def to_body
179
+ to_hash
180
+ end
181
+
182
+ # Returns the object in the form of hash
183
+ # @return [Hash] Returns the object in the form of hash
184
+ def to_hash
185
+ hash = {}
186
+ self.class.attribute_map.each_pair do |attr, param|
187
+ value = self.send(attr)
188
+ if value.nil?
189
+ is_nullable = self.class.openapi_nullable.include?(attr)
190
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
191
+ end
192
+
193
+ hash[param] = _to_hash(value)
194
+ end
195
+ hash
196
+ end
197
+
198
+ # Outputs non-array value in the form of hash
199
+ # For object, use to_hash. Otherwise, just return the value
200
+ # @param [Object] value Any valid value
201
+ # @return [Hash] Returns the value in the form of hash
202
+ def _to_hash(value)
203
+ if value.is_a?(Array)
204
+ value.compact.map { |v| _to_hash(v) }
205
+ elsif value.is_a?(Hash)
206
+ {}.tap do |hash|
207
+ value.each { |k, v| hash[k] = _to_hash(v) }
208
+ end
209
+ elsif value.respond_to? :to_hash
210
+ value.to_hash
211
+ else
212
+ value
213
+ end
214
+ end
215
+ end
216
+ end
217
+ end
218
+ end
219
+ end
@@ -0,0 +1,219 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module Blogs
18
+ module BlogPosts
19
+ class BatchInputString
20
+ attr_accessor :inputs
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'inputs' => :'inputs'
26
+ }
27
+ end
28
+
29
+ # Attribute type mapping.
30
+ def self.openapi_types
31
+ {
32
+ :'inputs' => :'Array<String>'
33
+ }
34
+ end
35
+
36
+ # List of attributes with nullable: true
37
+ def self.openapi_nullable
38
+ Set.new([
39
+ ])
40
+ end
41
+
42
+ # Initializes the object
43
+ # @param [Hash] attributes Model attributes in the form of hash
44
+ def initialize(attributes = {})
45
+ if (!attributes.is_a?(Hash))
46
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::BlogPosts::BatchInputString` initialize method"
47
+ end
48
+
49
+ # check to see if the attribute exists and convert string to symbol for hash key
50
+ attributes = attributes.each_with_object({}) { |(k, v), h|
51
+ if (!self.class.attribute_map.key?(k.to_sym))
52
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::BlogPosts::BatchInputString`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
53
+ end
54
+ h[k.to_sym] = v
55
+ }
56
+
57
+ if attributes.key?(:'inputs')
58
+ if (value = attributes[:'inputs']).is_a?(Array)
59
+ self.inputs = value
60
+ end
61
+ end
62
+ end
63
+
64
+ # Show invalid properties with the reasons. Usually used together with valid?
65
+ # @return Array for valid properties with the reasons
66
+ def list_invalid_properties
67
+ invalid_properties = Array.new
68
+ if @inputs.nil?
69
+ invalid_properties.push('invalid value for "inputs", inputs cannot be nil.')
70
+ end
71
+
72
+ invalid_properties
73
+ end
74
+
75
+ # Check to see if the all the properties in the model are valid
76
+ # @return true if the model is valid
77
+ def valid?
78
+ return false if @inputs.nil?
79
+ true
80
+ end
81
+
82
+ # Checks equality by comparing each attribute.
83
+ # @param [Object] Object to be compared
84
+ def ==(o)
85
+ return true if self.equal?(o)
86
+ self.class == o.class &&
87
+ inputs == o.inputs
88
+ end
89
+
90
+ # @see the `==` method
91
+ # @param [Object] Object to be compared
92
+ def eql?(o)
93
+ self == o
94
+ end
95
+
96
+ # Calculates hash code according to all attributes.
97
+ # @return [Integer] Hash code
98
+ def hash
99
+ [inputs].hash
100
+ end
101
+
102
+ # Builds the object from hash
103
+ # @param [Hash] attributes Model attributes in the form of hash
104
+ # @return [Object] Returns the model itself
105
+ def self.build_from_hash(attributes)
106
+ new.build_from_hash(attributes)
107
+ end
108
+
109
+ # Builds the object from hash
110
+ # @param [Hash] attributes Model attributes in the form of hash
111
+ # @return [Object] Returns the model itself
112
+ def build_from_hash(attributes)
113
+ return nil unless attributes.is_a?(Hash)
114
+ self.class.openapi_types.each_pair do |key, type|
115
+ if type =~ /\AArray<(.*)>/i
116
+ # check to ensure the input is an array given that the attribute
117
+ # is documented as an array but the input is not
118
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
119
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
120
+ end
121
+ elsif !attributes[self.class.attribute_map[key]].nil?
122
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
123
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
124
+ end
125
+
126
+ self
127
+ end
128
+
129
+ # Deserializes the data based on type
130
+ # @param string type Data type
131
+ # @param string value Value to be deserialized
132
+ # @return [Object] Deserialized data
133
+ def _deserialize(type, value)
134
+ case type.to_sym
135
+ when :DateTime
136
+ DateTime.parse(value)
137
+ when :Date
138
+ Date.parse(value)
139
+ when :String
140
+ value.to_s
141
+ when :Integer
142
+ value.to_i
143
+ when :Float
144
+ value.to_f
145
+ when :Boolean
146
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
147
+ true
148
+ else
149
+ false
150
+ end
151
+ when :Object
152
+ # generic object (usually a Hash), return directly
153
+ value
154
+ when /\AArray<(?<inner_type>.+)>\z/
155
+ inner_type = Regexp.last_match[:inner_type]
156
+ value.map { |v| _deserialize(inner_type, v) }
157
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
158
+ k_type = Regexp.last_match[:k_type]
159
+ v_type = Regexp.last_match[:v_type]
160
+ {}.tap do |hash|
161
+ value.each do |k, v|
162
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
163
+ end
164
+ end
165
+ else # model
166
+ Hubspot::Cms::Blogs::BlogPosts.const_get(type).build_from_hash(value)
167
+ end
168
+ end
169
+
170
+ # Returns the string representation of the object
171
+ # @return [String] String presentation of the object
172
+ def to_s
173
+ to_hash.to_s
174
+ end
175
+
176
+ # to_body is an alias to to_hash (backward compatibility)
177
+ # @return [Hash] Returns the object in the form of hash
178
+ def to_body
179
+ to_hash
180
+ end
181
+
182
+ # Returns the object in the form of hash
183
+ # @return [Hash] Returns the object in the form of hash
184
+ def to_hash
185
+ hash = {}
186
+ self.class.attribute_map.each_pair do |attr, param|
187
+ value = self.send(attr)
188
+ if value.nil?
189
+ is_nullable = self.class.openapi_nullable.include?(attr)
190
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
191
+ end
192
+
193
+ hash[param] = _to_hash(value)
194
+ end
195
+ hash
196
+ end
197
+
198
+ # Outputs non-array value in the form of hash
199
+ # For object, use to_hash. Otherwise, just return the value
200
+ # @param [Object] value Any valid value
201
+ # @return [Hash] Returns the value in the form of hash
202
+ def _to_hash(value)
203
+ if value.is_a?(Array)
204
+ value.compact.map { |v| _to_hash(v) }
205
+ elsif value.is_a?(Hash)
206
+ {}.tap do |hash|
207
+ value.each { |k, v| hash[k] = _to_hash(v) }
208
+ end
209
+ elsif value.respond_to? :to_hash
210
+ value.to_hash
211
+ else
212
+ value
213
+ end
214
+ end
215
+ end
216
+ end
217
+ end
218
+ end
219
+ end
@@ -0,0 +1,335 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module Blogs
18
+ module BlogPosts
19
+ class BatchResponseBlogPostWithErrors
20
+ attr_accessor :status
21
+
22
+ attr_accessor :results
23
+
24
+ attr_accessor :num_errors
25
+
26
+ attr_accessor :errors
27
+
28
+ attr_accessor :requested_at
29
+
30
+ attr_accessor :started_at
31
+
32
+ attr_accessor :completed_at
33
+
34
+ attr_accessor :links
35
+
36
+ class EnumAttributeValidator
37
+ attr_reader :datatype
38
+ attr_reader :allowable_values
39
+
40
+ def initialize(datatype, allowable_values)
41
+ @allowable_values = allowable_values.map do |value|
42
+ case datatype.to_s
43
+ when /Integer/i
44
+ value.to_i
45
+ when /Float/i
46
+ value.to_f
47
+ else
48
+ value
49
+ end
50
+ end
51
+ end
52
+
53
+ def valid?(value)
54
+ !value || allowable_values.include?(value)
55
+ end
56
+ end
57
+
58
+ # Attribute mapping from ruby-style variable name to JSON key.
59
+ def self.attribute_map
60
+ {
61
+ :'status' => :'status',
62
+ :'results' => :'results',
63
+ :'num_errors' => :'numErrors',
64
+ :'errors' => :'errors',
65
+ :'requested_at' => :'requestedAt',
66
+ :'started_at' => :'startedAt',
67
+ :'completed_at' => :'completedAt',
68
+ :'links' => :'links'
69
+ }
70
+ end
71
+
72
+ # Attribute type mapping.
73
+ def self.openapi_types
74
+ {
75
+ :'status' => :'String',
76
+ :'results' => :'Array<BlogPost>',
77
+ :'num_errors' => :'Integer',
78
+ :'errors' => :'Array<StandardError>',
79
+ :'requested_at' => :'DateTime',
80
+ :'started_at' => :'DateTime',
81
+ :'completed_at' => :'DateTime',
82
+ :'links' => :'Hash<String, String>'
83
+ }
84
+ end
85
+
86
+ # List of attributes with nullable: true
87
+ def self.openapi_nullable
88
+ Set.new([
89
+ ])
90
+ end
91
+
92
+ # Initializes the object
93
+ # @param [Hash] attributes Model attributes in the form of hash
94
+ def initialize(attributes = {})
95
+ if (!attributes.is_a?(Hash))
96
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::BlogPosts::BatchResponseBlogPostWithErrors` initialize method"
97
+ end
98
+
99
+ # check to see if the attribute exists and convert string to symbol for hash key
100
+ attributes = attributes.each_with_object({}) { |(k, v), h|
101
+ if (!self.class.attribute_map.key?(k.to_sym))
102
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::BlogPosts::BatchResponseBlogPostWithErrors`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
103
+ end
104
+ h[k.to_sym] = v
105
+ }
106
+
107
+ if attributes.key?(:'status')
108
+ self.status = attributes[:'status']
109
+ end
110
+
111
+ if attributes.key?(:'results')
112
+ if (value = attributes[:'results']).is_a?(Array)
113
+ self.results = value
114
+ end
115
+ end
116
+
117
+ if attributes.key?(:'num_errors')
118
+ self.num_errors = attributes[:'num_errors']
119
+ end
120
+
121
+ if attributes.key?(:'errors')
122
+ if (value = attributes[:'errors']).is_a?(Array)
123
+ self.errors = value
124
+ end
125
+ end
126
+
127
+ if attributes.key?(:'requested_at')
128
+ self.requested_at = attributes[:'requested_at']
129
+ end
130
+
131
+ if attributes.key?(:'started_at')
132
+ self.started_at = attributes[:'started_at']
133
+ end
134
+
135
+ if attributes.key?(:'completed_at')
136
+ self.completed_at = attributes[:'completed_at']
137
+ end
138
+
139
+ if attributes.key?(:'links')
140
+ if (value = attributes[:'links']).is_a?(Hash)
141
+ self.links = value
142
+ end
143
+ end
144
+ end
145
+
146
+ # Show invalid properties with the reasons. Usually used together with valid?
147
+ # @return Array for valid properties with the reasons
148
+ def list_invalid_properties
149
+ invalid_properties = Array.new
150
+ if @status.nil?
151
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
152
+ end
153
+
154
+ if @results.nil?
155
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
156
+ end
157
+
158
+ if @started_at.nil?
159
+ invalid_properties.push('invalid value for "started_at", started_at cannot be nil.')
160
+ end
161
+
162
+ if @completed_at.nil?
163
+ invalid_properties.push('invalid value for "completed_at", completed_at cannot be nil.')
164
+ end
165
+
166
+ invalid_properties
167
+ end
168
+
169
+ # Check to see if the all the properties in the model are valid
170
+ # @return true if the model is valid
171
+ def valid?
172
+ return false if @status.nil?
173
+ status_validator = EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
174
+ return false unless status_validator.valid?(@status)
175
+ return false if @results.nil?
176
+ return false if @started_at.nil?
177
+ return false if @completed_at.nil?
178
+ true
179
+ end
180
+
181
+ # Custom attribute writer method checking allowed values (enum).
182
+ # @param [Object] status Object to be assigned
183
+ def status=(status)
184
+ validator = EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
185
+ unless validator.valid?(status)
186
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
187
+ end
188
+ @status = status
189
+ end
190
+
191
+ # Checks equality by comparing each attribute.
192
+ # @param [Object] Object to be compared
193
+ def ==(o)
194
+ return true if self.equal?(o)
195
+ self.class == o.class &&
196
+ status == o.status &&
197
+ results == o.results &&
198
+ num_errors == o.num_errors &&
199
+ errors == o.errors &&
200
+ requested_at == o.requested_at &&
201
+ started_at == o.started_at &&
202
+ completed_at == o.completed_at &&
203
+ links == o.links
204
+ end
205
+
206
+ # @see the `==` method
207
+ # @param [Object] Object to be compared
208
+ def eql?(o)
209
+ self == o
210
+ end
211
+
212
+ # Calculates hash code according to all attributes.
213
+ # @return [Integer] Hash code
214
+ def hash
215
+ [status, results, num_errors, errors, requested_at, started_at, completed_at, links].hash
216
+ end
217
+
218
+ # Builds the object from hash
219
+ # @param [Hash] attributes Model attributes in the form of hash
220
+ # @return [Object] Returns the model itself
221
+ def self.build_from_hash(attributes)
222
+ new.build_from_hash(attributes)
223
+ end
224
+
225
+ # Builds the object from hash
226
+ # @param [Hash] attributes Model attributes in the form of hash
227
+ # @return [Object] Returns the model itself
228
+ def build_from_hash(attributes)
229
+ return nil unless attributes.is_a?(Hash)
230
+ self.class.openapi_types.each_pair do |key, type|
231
+ if type =~ /\AArray<(.*)>/i
232
+ # check to ensure the input is an array given that the attribute
233
+ # is documented as an array but the input is not
234
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
235
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
236
+ end
237
+ elsif !attributes[self.class.attribute_map[key]].nil?
238
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
239
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
240
+ end
241
+
242
+ self
243
+ end
244
+
245
+ # Deserializes the data based on type
246
+ # @param string type Data type
247
+ # @param string value Value to be deserialized
248
+ # @return [Object] Deserialized data
249
+ def _deserialize(type, value)
250
+ case type.to_sym
251
+ when :DateTime
252
+ DateTime.parse(value)
253
+ when :Date
254
+ Date.parse(value)
255
+ when :String
256
+ value.to_s
257
+ when :Integer
258
+ value.to_i
259
+ when :Float
260
+ value.to_f
261
+ when :Boolean
262
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
263
+ true
264
+ else
265
+ false
266
+ end
267
+ when :Object
268
+ # generic object (usually a Hash), return directly
269
+ value
270
+ when /\AArray<(?<inner_type>.+)>\z/
271
+ inner_type = Regexp.last_match[:inner_type]
272
+ value.map { |v| _deserialize(inner_type, v) }
273
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
274
+ k_type = Regexp.last_match[:k_type]
275
+ v_type = Regexp.last_match[:v_type]
276
+ {}.tap do |hash|
277
+ value.each do |k, v|
278
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
279
+ end
280
+ end
281
+ else # model
282
+ Hubspot::Cms::Blogs::BlogPosts.const_get(type).build_from_hash(value)
283
+ end
284
+ end
285
+
286
+ # Returns the string representation of the object
287
+ # @return [String] String presentation of the object
288
+ def to_s
289
+ to_hash.to_s
290
+ end
291
+
292
+ # to_body is an alias to to_hash (backward compatibility)
293
+ # @return [Hash] Returns the object in the form of hash
294
+ def to_body
295
+ to_hash
296
+ end
297
+
298
+ # Returns the object in the form of hash
299
+ # @return [Hash] Returns the object in the form of hash
300
+ def to_hash
301
+ hash = {}
302
+ self.class.attribute_map.each_pair do |attr, param|
303
+ value = self.send(attr)
304
+ if value.nil?
305
+ is_nullable = self.class.openapi_nullable.include?(attr)
306
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
307
+ end
308
+
309
+ hash[param] = _to_hash(value)
310
+ end
311
+ hash
312
+ end
313
+
314
+ # Outputs non-array value in the form of hash
315
+ # For object, use to_hash. Otherwise, just return the value
316
+ # @param [Object] value Any valid value
317
+ # @return [Hash] Returns the value in the form of hash
318
+ def _to_hash(value)
319
+ if value.is_a?(Array)
320
+ value.compact.map { |v| _to_hash(v) }
321
+ elsif value.is_a?(Hash)
322
+ {}.tap do |hash|
323
+ value.each { |k, v| hash[k] = _to_hash(v) }
324
+ end
325
+ elsif value.respond_to? :to_hash
326
+ value.to_hash
327
+ else
328
+ value
329
+ end
330
+ end
331
+ end
332
+ end
333
+ end
334
+ end
335
+ end