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,212 @@
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 Authors
19
+ class ForwardPaging
20
+ attr_accessor :_next
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'_next' => :'next'
26
+ }
27
+ end
28
+
29
+ # Attribute type mapping.
30
+ def self.openapi_types
31
+ {
32
+ :'_next' => :'NextPage'
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::Authors::ForwardPaging` 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::Authors::ForwardPaging`. 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?(:'_next')
58
+ self._next = attributes[:'_next']
59
+ end
60
+ end
61
+
62
+ # Show invalid properties with the reasons. Usually used together with valid?
63
+ # @return Array for valid properties with the reasons
64
+ def list_invalid_properties
65
+ invalid_properties = Array.new
66
+ invalid_properties
67
+ end
68
+
69
+ # Check to see if the all the properties in the model are valid
70
+ # @return true if the model is valid
71
+ def valid?
72
+ true
73
+ end
74
+
75
+ # Checks equality by comparing each attribute.
76
+ # @param [Object] Object to be compared
77
+ def ==(o)
78
+ return true if self.equal?(o)
79
+ self.class == o.class &&
80
+ _next == o._next
81
+ end
82
+
83
+ # @see the `==` method
84
+ # @param [Object] Object to be compared
85
+ def eql?(o)
86
+ self == o
87
+ end
88
+
89
+ # Calculates hash code according to all attributes.
90
+ # @return [Integer] Hash code
91
+ def hash
92
+ [_next].hash
93
+ end
94
+
95
+ # Builds the object from hash
96
+ # @param [Hash] attributes Model attributes in the form of hash
97
+ # @return [Object] Returns the model itself
98
+ def self.build_from_hash(attributes)
99
+ new.build_from_hash(attributes)
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 build_from_hash(attributes)
106
+ return nil unless attributes.is_a?(Hash)
107
+ self.class.openapi_types.each_pair do |key, type|
108
+ if type =~ /\AArray<(.*)>/i
109
+ # check to ensure the input is an array given that the attribute
110
+ # is documented as an array but the input is not
111
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
112
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
113
+ end
114
+ elsif !attributes[self.class.attribute_map[key]].nil?
115
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
116
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
117
+ end
118
+
119
+ self
120
+ end
121
+
122
+ # Deserializes the data based on type
123
+ # @param string type Data type
124
+ # @param string value Value to be deserialized
125
+ # @return [Object] Deserialized data
126
+ def _deserialize(type, value)
127
+ case type.to_sym
128
+ when :DateTime
129
+ DateTime.parse(value)
130
+ when :Date
131
+ Date.parse(value)
132
+ when :String
133
+ value.to_s
134
+ when :Integer
135
+ value.to_i
136
+ when :Float
137
+ value.to_f
138
+ when :Boolean
139
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
140
+ true
141
+ else
142
+ false
143
+ end
144
+ when :Object
145
+ # generic object (usually a Hash), return directly
146
+ value
147
+ when /\AArray<(?<inner_type>.+)>\z/
148
+ inner_type = Regexp.last_match[:inner_type]
149
+ value.map { |v| _deserialize(inner_type, v) }
150
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
151
+ k_type = Regexp.last_match[:k_type]
152
+ v_type = Regexp.last_match[:v_type]
153
+ {}.tap do |hash|
154
+ value.each do |k, v|
155
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
156
+ end
157
+ end
158
+ else # model
159
+ Hubspot::Cms::Blogs::Authors.const_get(type).build_from_hash(value)
160
+ end
161
+ end
162
+
163
+ # Returns the string representation of the object
164
+ # @return [String] String presentation of the object
165
+ def to_s
166
+ to_hash.to_s
167
+ end
168
+
169
+ # to_body is an alias to to_hash (backward compatibility)
170
+ # @return [Hash] Returns the object in the form of hash
171
+ def to_body
172
+ to_hash
173
+ end
174
+
175
+ # Returns the object in the form of hash
176
+ # @return [Hash] Returns the object in the form of hash
177
+ def to_hash
178
+ hash = {}
179
+ self.class.attribute_map.each_pair do |attr, param|
180
+ value = self.send(attr)
181
+ if value.nil?
182
+ is_nullable = self.class.openapi_nullable.include?(attr)
183
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
184
+ end
185
+
186
+ hash[param] = _to_hash(value)
187
+ end
188
+ hash
189
+ end
190
+
191
+ # Outputs non-array value in the form of hash
192
+ # For object, use to_hash. Otherwise, just return the value
193
+ # @param [Object] value Any valid value
194
+ # @return [Hash] Returns the value in the form of hash
195
+ def _to_hash(value)
196
+ if value.is_a?(Array)
197
+ value.compact.map { |v| _to_hash(v) }
198
+ elsif value.is_a?(Hash)
199
+ {}.tap do |hash|
200
+ value.each { |k, v| hash[k] = _to_hash(v) }
201
+ end
202
+ elsif value.respond_to? :to_hash
203
+ value.to_hash
204
+ else
205
+ value
206
+ end
207
+ end
208
+ end
209
+ end
210
+ end
211
+ end
212
+ end
@@ -0,0 +1,226 @@
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 Authors
19
+ class NextPage
20
+ attr_accessor :after
21
+
22
+ attr_accessor :link
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'after' => :'after',
28
+ :'link' => :'link'
29
+ }
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.openapi_types
34
+ {
35
+ :'after' => :'String',
36
+ :'link' => :'String'
37
+ }
38
+ end
39
+
40
+ # List of attributes with nullable: true
41
+ def self.openapi_nullable
42
+ Set.new([
43
+ ])
44
+ end
45
+
46
+ # Initializes the object
47
+ # @param [Hash] attributes Model attributes in the form of hash
48
+ def initialize(attributes = {})
49
+ if (!attributes.is_a?(Hash))
50
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::Authors::NextPage` initialize method"
51
+ end
52
+
53
+ # check to see if the attribute exists and convert string to symbol for hash key
54
+ attributes = attributes.each_with_object({}) { |(k, v), h|
55
+ if (!self.class.attribute_map.key?(k.to_sym))
56
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::Authors::NextPage`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
57
+ end
58
+ h[k.to_sym] = v
59
+ }
60
+
61
+ if attributes.key?(:'after')
62
+ self.after = attributes[:'after']
63
+ end
64
+
65
+ if attributes.key?(:'link')
66
+ self.link = attributes[:'link']
67
+ end
68
+ end
69
+
70
+ # Show invalid properties with the reasons. Usually used together with valid?
71
+ # @return Array for valid properties with the reasons
72
+ def list_invalid_properties
73
+ invalid_properties = Array.new
74
+ if @after.nil?
75
+ invalid_properties.push('invalid value for "after", after cannot be nil.')
76
+ end
77
+
78
+ invalid_properties
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ def valid?
84
+ return false if @after.nil?
85
+ true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param [Object] Object to be compared
90
+ def ==(o)
91
+ return true if self.equal?(o)
92
+ self.class == o.class &&
93
+ after == o.after &&
94
+ link == o.link
95
+ end
96
+
97
+ # @see the `==` method
98
+ # @param [Object] Object to be compared
99
+ def eql?(o)
100
+ self == o
101
+ end
102
+
103
+ # Calculates hash code according to all attributes.
104
+ # @return [Integer] Hash code
105
+ def hash
106
+ [after, link].hash
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 self.build_from_hash(attributes)
113
+ new.build_from_hash(attributes)
114
+ end
115
+
116
+ # Builds the object from hash
117
+ # @param [Hash] attributes Model attributes in the form of hash
118
+ # @return [Object] Returns the model itself
119
+ def build_from_hash(attributes)
120
+ return nil unless attributes.is_a?(Hash)
121
+ self.class.openapi_types.each_pair do |key, type|
122
+ if type =~ /\AArray<(.*)>/i
123
+ # check to ensure the input is an array given that the attribute
124
+ # is documented as an array but the input is not
125
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
126
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
127
+ end
128
+ elsif !attributes[self.class.attribute_map[key]].nil?
129
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
130
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
131
+ end
132
+
133
+ self
134
+ end
135
+
136
+ # Deserializes the data based on type
137
+ # @param string type Data type
138
+ # @param string value Value to be deserialized
139
+ # @return [Object] Deserialized data
140
+ def _deserialize(type, value)
141
+ case type.to_sym
142
+ when :DateTime
143
+ DateTime.parse(value)
144
+ when :Date
145
+ Date.parse(value)
146
+ when :String
147
+ value.to_s
148
+ when :Integer
149
+ value.to_i
150
+ when :Float
151
+ value.to_f
152
+ when :Boolean
153
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
154
+ true
155
+ else
156
+ false
157
+ end
158
+ when :Object
159
+ # generic object (usually a Hash), return directly
160
+ value
161
+ when /\AArray<(?<inner_type>.+)>\z/
162
+ inner_type = Regexp.last_match[:inner_type]
163
+ value.map { |v| _deserialize(inner_type, v) }
164
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
165
+ k_type = Regexp.last_match[:k_type]
166
+ v_type = Regexp.last_match[:v_type]
167
+ {}.tap do |hash|
168
+ value.each do |k, v|
169
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
170
+ end
171
+ end
172
+ else # model
173
+ Hubspot::Cms::Blogs::Authors.const_get(type).build_from_hash(value)
174
+ end
175
+ end
176
+
177
+ # Returns the string representation of the object
178
+ # @return [String] String presentation of the object
179
+ def to_s
180
+ to_hash.to_s
181
+ end
182
+
183
+ # to_body is an alias to to_hash (backward compatibility)
184
+ # @return [Hash] Returns the object in the form of hash
185
+ def to_body
186
+ to_hash
187
+ end
188
+
189
+ # Returns the object in the form of hash
190
+ # @return [Hash] Returns the object in the form of hash
191
+ def to_hash
192
+ hash = {}
193
+ self.class.attribute_map.each_pair do |attr, param|
194
+ value = self.send(attr)
195
+ if value.nil?
196
+ is_nullable = self.class.openapi_nullable.include?(attr)
197
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
198
+ end
199
+
200
+ hash[param] = _to_hash(value)
201
+ end
202
+ hash
203
+ end
204
+
205
+ # Outputs non-array value in the form of hash
206
+ # For object, use to_hash. Otherwise, just return the value
207
+ # @param [Object] value Any valid value
208
+ # @return [Hash] Returns the value in the form of hash
209
+ def _to_hash(value)
210
+ if value.is_a?(Array)
211
+ value.compact.map { |v| _to_hash(v) }
212
+ elsif value.is_a?(Hash)
213
+ {}.tap do |hash|
214
+ value.each { |k, v| hash[k] = _to_hash(v) }
215
+ end
216
+ elsif value.respond_to? :to_hash
217
+ value.to_hash
218
+ else
219
+ value
220
+ end
221
+ end
222
+ end
223
+ end
224
+ end
225
+ end
226
+ end
@@ -0,0 +1,311 @@
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 Authors
19
+ class StandardError
20
+ attr_accessor :status
21
+
22
+ attr_accessor :id
23
+
24
+ attr_accessor :category
25
+
26
+ attr_accessor :sub_category
27
+
28
+ attr_accessor :message
29
+
30
+ attr_accessor :errors
31
+
32
+ attr_accessor :context
33
+
34
+ attr_accessor :links
35
+
36
+ # Attribute mapping from ruby-style variable name to JSON key.
37
+ def self.attribute_map
38
+ {
39
+ :'status' => :'status',
40
+ :'id' => :'id',
41
+ :'category' => :'category',
42
+ :'sub_category' => :'subCategory',
43
+ :'message' => :'message',
44
+ :'errors' => :'errors',
45
+ :'context' => :'context',
46
+ :'links' => :'links'
47
+ }
48
+ end
49
+
50
+ # Attribute type mapping.
51
+ def self.openapi_types
52
+ {
53
+ :'status' => :'String',
54
+ :'id' => :'String',
55
+ :'category' => :'Object',
56
+ :'sub_category' => :'Object',
57
+ :'message' => :'String',
58
+ :'errors' => :'Array<ErrorDetail>',
59
+ :'context' => :'Hash<String, Array<String>>',
60
+ :'links' => :'Hash<String, String>'
61
+ }
62
+ end
63
+
64
+ # List of attributes with nullable: true
65
+ def self.openapi_nullable
66
+ Set.new([
67
+ ])
68
+ end
69
+
70
+ # Initializes the object
71
+ # @param [Hash] attributes Model attributes in the form of hash
72
+ def initialize(attributes = {})
73
+ if (!attributes.is_a?(Hash))
74
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::Authors::StandardError` initialize method"
75
+ end
76
+
77
+ # check to see if the attribute exists and convert string to symbol for hash key
78
+ attributes = attributes.each_with_object({}) { |(k, v), h|
79
+ if (!self.class.attribute_map.key?(k.to_sym))
80
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::Authors::StandardError`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
81
+ end
82
+ h[k.to_sym] = v
83
+ }
84
+
85
+ if attributes.key?(:'status')
86
+ self.status = attributes[:'status']
87
+ end
88
+
89
+ if attributes.key?(:'id')
90
+ self.id = attributes[:'id']
91
+ end
92
+
93
+ if attributes.key?(:'category')
94
+ self.category = attributes[:'category']
95
+ end
96
+
97
+ if attributes.key?(:'sub_category')
98
+ self.sub_category = attributes[:'sub_category']
99
+ end
100
+
101
+ if attributes.key?(:'message')
102
+ self.message = attributes[:'message']
103
+ end
104
+
105
+ if attributes.key?(:'errors')
106
+ if (value = attributes[:'errors']).is_a?(Array)
107
+ self.errors = value
108
+ end
109
+ end
110
+
111
+ if attributes.key?(:'context')
112
+ if (value = attributes[:'context']).is_a?(Hash)
113
+ self.context = value
114
+ end
115
+ end
116
+
117
+ if attributes.key?(:'links')
118
+ if (value = attributes[:'links']).is_a?(Hash)
119
+ self.links = value
120
+ end
121
+ end
122
+ end
123
+
124
+ # Show invalid properties with the reasons. Usually used together with valid?
125
+ # @return Array for valid properties with the reasons
126
+ def list_invalid_properties
127
+ invalid_properties = Array.new
128
+ if @status.nil?
129
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
130
+ end
131
+
132
+ if @category.nil?
133
+ invalid_properties.push('invalid value for "category", category cannot be nil.')
134
+ end
135
+
136
+ if @message.nil?
137
+ invalid_properties.push('invalid value for "message", message cannot be nil.')
138
+ end
139
+
140
+ if @errors.nil?
141
+ invalid_properties.push('invalid value for "errors", errors cannot be nil.')
142
+ end
143
+
144
+ if @context.nil?
145
+ invalid_properties.push('invalid value for "context", context cannot be nil.')
146
+ end
147
+
148
+ if @links.nil?
149
+ invalid_properties.push('invalid value for "links", links cannot be nil.')
150
+ end
151
+
152
+ invalid_properties
153
+ end
154
+
155
+ # Check to see if the all the properties in the model are valid
156
+ # @return true if the model is valid
157
+ def valid?
158
+ return false if @status.nil?
159
+ return false if @category.nil?
160
+ return false if @message.nil?
161
+ return false if @errors.nil?
162
+ return false if @context.nil?
163
+ return false if @links.nil?
164
+ true
165
+ end
166
+
167
+ # Checks equality by comparing each attribute.
168
+ # @param [Object] Object to be compared
169
+ def ==(o)
170
+ return true if self.equal?(o)
171
+ self.class == o.class &&
172
+ status == o.status &&
173
+ id == o.id &&
174
+ category == o.category &&
175
+ sub_category == o.sub_category &&
176
+ message == o.message &&
177
+ errors == o.errors &&
178
+ context == o.context &&
179
+ links == o.links
180
+ end
181
+
182
+ # @see the `==` method
183
+ # @param [Object] Object to be compared
184
+ def eql?(o)
185
+ self == o
186
+ end
187
+
188
+ # Calculates hash code according to all attributes.
189
+ # @return [Integer] Hash code
190
+ def hash
191
+ [status, id, category, sub_category, message, errors, context, links].hash
192
+ end
193
+
194
+ # Builds the object from hash
195
+ # @param [Hash] attributes Model attributes in the form of hash
196
+ # @return [Object] Returns the model itself
197
+ def self.build_from_hash(attributes)
198
+ new.build_from_hash(attributes)
199
+ end
200
+
201
+ # Builds the object from hash
202
+ # @param [Hash] attributes Model attributes in the form of hash
203
+ # @return [Object] Returns the model itself
204
+ def build_from_hash(attributes)
205
+ return nil unless attributes.is_a?(Hash)
206
+ self.class.openapi_types.each_pair do |key, type|
207
+ if type =~ /\AArray<(.*)>/i
208
+ # check to ensure the input is an array given that the attribute
209
+ # is documented as an array but the input is not
210
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
211
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
212
+ end
213
+ elsif !attributes[self.class.attribute_map[key]].nil?
214
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
215
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
216
+ end
217
+
218
+ self
219
+ end
220
+
221
+ # Deserializes the data based on type
222
+ # @param string type Data type
223
+ # @param string value Value to be deserialized
224
+ # @return [Object] Deserialized data
225
+ def _deserialize(type, value)
226
+ case type.to_sym
227
+ when :DateTime
228
+ DateTime.parse(value)
229
+ when :Date
230
+ Date.parse(value)
231
+ when :String
232
+ value.to_s
233
+ when :Integer
234
+ value.to_i
235
+ when :Float
236
+ value.to_f
237
+ when :Boolean
238
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
239
+ true
240
+ else
241
+ false
242
+ end
243
+ when :Object
244
+ # generic object (usually a Hash), return directly
245
+ value
246
+ when /\AArray<(?<inner_type>.+)>\z/
247
+ inner_type = Regexp.last_match[:inner_type]
248
+ value.map { |v| _deserialize(inner_type, v) }
249
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
250
+ k_type = Regexp.last_match[:k_type]
251
+ v_type = Regexp.last_match[:v_type]
252
+ {}.tap do |hash|
253
+ value.each do |k, v|
254
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
255
+ end
256
+ end
257
+ else # model
258
+ Hubspot::Cms::Blogs::Authors.const_get(type).build_from_hash(value)
259
+ end
260
+ end
261
+
262
+ # Returns the string representation of the object
263
+ # @return [String] String presentation of the object
264
+ def to_s
265
+ to_hash.to_s
266
+ end
267
+
268
+ # to_body is an alias to to_hash (backward compatibility)
269
+ # @return [Hash] Returns the object in the form of hash
270
+ def to_body
271
+ to_hash
272
+ end
273
+
274
+ # Returns the object in the form of hash
275
+ # @return [Hash] Returns the object in the form of hash
276
+ def to_hash
277
+ hash = {}
278
+ self.class.attribute_map.each_pair do |attr, param|
279
+ value = self.send(attr)
280
+ if value.nil?
281
+ is_nullable = self.class.openapi_nullable.include?(attr)
282
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
283
+ end
284
+
285
+ hash[param] = _to_hash(value)
286
+ end
287
+ hash
288
+ end
289
+
290
+ # Outputs non-array value in the form of hash
291
+ # For object, use to_hash. Otherwise, just return the value
292
+ # @param [Object] value Any valid value
293
+ # @return [Hash] Returns the value in the form of hash
294
+ def _to_hash(value)
295
+ if value.is_a?(Array)
296
+ value.compact.map { |v| _to_hash(v) }
297
+ elsif value.is_a?(Hash)
298
+ {}.tap do |hash|
299
+ value.each { |k, v| hash[k] = _to_hash(v) }
300
+ end
301
+ elsif value.respond_to? :to_hash
302
+ value.to_hash
303
+ else
304
+ value
305
+ end
306
+ end
307
+ end
308
+ end
309
+ end
310
+ end
311
+ end