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,1201 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module Blogs
18
+ module BlogPosts
19
+ class BlogPost
20
+ # The unique ID of the Blog Post.
21
+ attr_accessor :id
22
+
23
+ # The path of the this blog post. This field is appended to the domain to construct the url of this post.
24
+ attr_accessor :slug
25
+
26
+ # The ID of the parent Blog this Blog Post is associated with.
27
+ attr_accessor :content_group_id
28
+
29
+ # The GUID of the marketing campaign this Blog Post is a part of.
30
+ attr_accessor :campaign
31
+
32
+ # ID of the type of object this is. Should always .
33
+ attr_accessor :category_id
34
+
35
+ # An ENUM descibing the current state of this Blog Post.
36
+ attr_accessor :state
37
+
38
+ attr_accessor :template_path
39
+
40
+ # The internal name of the blog post.
41
+ attr_accessor :name
42
+
43
+ attr_accessor :mab_experiment_id
44
+
45
+ # If True, the post will not show up in your dashboard, although the post could still be live.
46
+ attr_accessor :archived
47
+
48
+ # The name of the user that updated this blog post.
49
+ attr_accessor :author_name
50
+
51
+ attr_accessor :ab_test_id
52
+
53
+ # The ID of the user that created this blog post.
54
+ attr_accessor :created_by_id
55
+
56
+ # The ID of the user that updated this blog post.
57
+ attr_accessor :updated_by_id
58
+
59
+ # The domain this Blog Post will resolve to. If null, the Blog Post will default to the domain of the ParentBlog.
60
+ attr_accessor :domain
61
+
62
+ attr_accessor :subcategory
63
+
64
+ attr_accessor :ab_status
65
+
66
+ attr_accessor :folder_id
67
+
68
+ # A data structure containing the data for all the modules inside the containers for this post. This will only be populated if the page has widget containers.
69
+ attr_accessor :widget_containers
70
+
71
+ # A data structure containing the data for all the modules for this page.
72
+ attr_accessor :widgets
73
+
74
+ # The explicitly defined language of the Blog Post. If null, the Blog Post will default to the language of the ParentBlog.
75
+ attr_accessor :language
76
+
77
+ # ID of the primary blog post this object was translated from.
78
+ attr_accessor :translated_from_id
79
+
80
+ attr_accessor :dynamic_page_hub_db_table_id
81
+
82
+ # The ID of the Blog Author associated with this Blog Post.
83
+ attr_accessor :blog_author_id
84
+
85
+ # The html title of this Blog Post.
86
+ attr_accessor :html_title
87
+
88
+ attr_accessor :page_redirected
89
+
90
+ attr_accessor :page_expiry_enabled
91
+
92
+ attr_accessor :page_expiry_date
93
+
94
+ attr_accessor :page_expiry_redirect_id
95
+
96
+ attr_accessor :page_expiry_redirect_url
97
+
98
+ # Boolean to determine if this post should use a featuredImage.
99
+ attr_accessor :use_featured_image
100
+
101
+ # List of IDs for the tags associated with this Blog Post.
102
+ attr_accessor :tag_ids
103
+
104
+ # Boolean to allow overriding the AMP settings for the blog.
105
+ attr_accessor :enable_google_amp_output_override
106
+
107
+ # The HTML of the main post body.
108
+ attr_accessor :_post_body
109
+
110
+ # The summary of the blog post that will appear on the main listing page.
111
+ attr_accessor :post_summary
112
+
113
+ # The contents of the RSS body for this Blog Post.
114
+ attr_accessor :rss_body
115
+
116
+ # The contents of the RSS summary for this Blog Post.
117
+ attr_accessor :rss_summary
118
+
119
+ # Set this to create a password protected page. Entering the password will be required to view the page.
120
+ attr_accessor :password
121
+
122
+ # List of stylesheets to attach to this blog post. These stylesheets are attached to just this page. Order of precedence is bottom to top, just like in the HTML.
123
+ attr_accessor :attached_stylesheets
124
+
125
+ # Boolean to determine whether or not the Primary CSS Files should be applied.
126
+ attr_accessor :include_default_custom_css
127
+
128
+ # Boolean to determine whether or not the styles from the template should be applied.
129
+ attr_accessor :enable_domain_stylesheets
130
+
131
+ # Boolean to determine whether or not the styles from the template should be applied.
132
+ attr_accessor :enable_layout_stylesheets
133
+
134
+ # A description that goes in <meta> tag on the page.
135
+ attr_accessor :meta_description
136
+
137
+ # Set this to true if you want to be published immediately when the schedule publish endpoint is called, and to ignore the publish_date setting.
138
+ attr_accessor :publish_immediately
139
+
140
+ # Custom HTML for embed codes, javascript, etc. that goes in the <head> tag of the page.
141
+ attr_accessor :head_html
142
+
143
+ # Custom HTML for embed codes, javascript that should be placed before the </body> tag of the page.
144
+ attr_accessor :footer_html
145
+
146
+ # An ENUM descibing the type of this object. Should always be BLOG_POST.
147
+ attr_accessor :content_type_category
148
+
149
+ # A generated ENUM descibing the current state of this Blog Post. Should always match state.
150
+ attr_accessor :current_state
151
+
152
+ # Optional override to set the URL to be used in the rel=canonical link tag on the page.
153
+ attr_accessor :link_rel_canonical_url
154
+
155
+ # The featuredImage of this Blog Post.
156
+ attr_accessor :featured_image
157
+
158
+ # Alt Text of the featuredImage.
159
+ attr_accessor :featured_image_alt_text
160
+
161
+ # Boolean to determine whether or not to respect publicAccessRules.
162
+ attr_accessor :public_access_rules_enabled
163
+
164
+ # Rules for require member registration to access private content.
165
+ attr_accessor :public_access_rules
166
+
167
+ attr_accessor :layout_sections
168
+
169
+ attr_accessor :theme_settings_values
170
+
171
+ # A generated field representing the URL of this blog post.
172
+ attr_accessor :url
173
+
174
+ # The date (ISO8601 format) the blog post is to be published at.
175
+ attr_accessor :publish_date
176
+
177
+ # The timestamp (ISO8601 format) when this Blog Post was deleted.
178
+ attr_accessor :deleted_at
179
+
180
+ # The timestamp (ISO8601 format) when this blog post was created.
181
+ attr_accessor :created_at
182
+
183
+ # Boolean describing if this Blog Post is published.
184
+ attr_accessor :published
185
+
186
+ # The timestamp (ISO8601 format) when this Blog Post was last updated.
187
+ attr_accessor :updated_at
188
+
189
+ class EnumAttributeValidator
190
+ attr_reader :datatype
191
+ attr_reader :allowable_values
192
+
193
+ def initialize(datatype, allowable_values)
194
+ @allowable_values = allowable_values.map do |value|
195
+ case datatype.to_s
196
+ when /Integer/i
197
+ value.to_i
198
+ when /Float/i
199
+ value.to_f
200
+ else
201
+ value
202
+ end
203
+ end
204
+ end
205
+
206
+ def valid?(value)
207
+ !value || allowable_values.include?(value)
208
+ end
209
+ end
210
+
211
+ # Attribute mapping from ruby-style variable name to JSON key.
212
+ def self.attribute_map
213
+ {
214
+ :'id' => :'id',
215
+ :'slug' => :'slug',
216
+ :'content_group_id' => :'contentGroupId',
217
+ :'campaign' => :'campaign',
218
+ :'category_id' => :'categoryId',
219
+ :'state' => :'state',
220
+ :'template_path' => :'templatePath',
221
+ :'name' => :'name',
222
+ :'mab_experiment_id' => :'mabExperimentId',
223
+ :'archived' => :'archived',
224
+ :'author_name' => :'authorName',
225
+ :'ab_test_id' => :'abTestId',
226
+ :'created_by_id' => :'createdById',
227
+ :'updated_by_id' => :'updatedById',
228
+ :'domain' => :'domain',
229
+ :'subcategory' => :'subcategory',
230
+ :'ab_status' => :'abStatus',
231
+ :'folder_id' => :'folderId',
232
+ :'widget_containers' => :'widgetContainers',
233
+ :'widgets' => :'widgets',
234
+ :'language' => :'language',
235
+ :'translated_from_id' => :'translatedFromId',
236
+ :'dynamic_page_hub_db_table_id' => :'dynamicPageHubDbTableId',
237
+ :'blog_author_id' => :'blogAuthorId',
238
+ :'html_title' => :'htmlTitle',
239
+ :'page_redirected' => :'pageRedirected',
240
+ :'page_expiry_enabled' => :'pageExpiryEnabled',
241
+ :'page_expiry_date' => :'pageExpiryDate',
242
+ :'page_expiry_redirect_id' => :'pageExpiryRedirectId',
243
+ :'page_expiry_redirect_url' => :'pageExpiryRedirectUrl',
244
+ :'use_featured_image' => :'useFeaturedImage',
245
+ :'tag_ids' => :'tagIds',
246
+ :'enable_google_amp_output_override' => :'enableGoogleAmpOutputOverride',
247
+ :'_post_body' => :'postBody',
248
+ :'post_summary' => :'postSummary',
249
+ :'rss_body' => :'rssBody',
250
+ :'rss_summary' => :'rssSummary',
251
+ :'password' => :'password',
252
+ :'attached_stylesheets' => :'attachedStylesheets',
253
+ :'include_default_custom_css' => :'includeDefaultCustomCss',
254
+ :'enable_domain_stylesheets' => :'enableDomainStylesheets',
255
+ :'enable_layout_stylesheets' => :'enableLayoutStylesheets',
256
+ :'meta_description' => :'metaDescription',
257
+ :'publish_immediately' => :'publishImmediately',
258
+ :'head_html' => :'headHtml',
259
+ :'footer_html' => :'footerHtml',
260
+ :'content_type_category' => :'contentTypeCategory',
261
+ :'current_state' => :'currentState',
262
+ :'link_rel_canonical_url' => :'linkRelCanonicalUrl',
263
+ :'featured_image' => :'featuredImage',
264
+ :'featured_image_alt_text' => :'featuredImageAltText',
265
+ :'public_access_rules_enabled' => :'publicAccessRulesEnabled',
266
+ :'public_access_rules' => :'publicAccessRules',
267
+ :'layout_sections' => :'layoutSections',
268
+ :'theme_settings_values' => :'themeSettingsValues',
269
+ :'url' => :'url',
270
+ :'publish_date' => :'publishDate',
271
+ :'deleted_at' => :'deletedAt',
272
+ :'created_at' => :'createdAt',
273
+ :'published' => :'published',
274
+ :'updated_at' => :'updatedAt'
275
+ }
276
+ end
277
+
278
+ # Attribute type mapping.
279
+ def self.openapi_types
280
+ {
281
+ :'id' => :'String',
282
+ :'slug' => :'String',
283
+ :'content_group_id' => :'String',
284
+ :'campaign' => :'String',
285
+ :'category_id' => :'Integer',
286
+ :'state' => :'String',
287
+ :'template_path' => :'String',
288
+ :'name' => :'String',
289
+ :'mab_experiment_id' => :'String',
290
+ :'archived' => :'Boolean',
291
+ :'author_name' => :'String',
292
+ :'ab_test_id' => :'String',
293
+ :'created_by_id' => :'String',
294
+ :'updated_by_id' => :'String',
295
+ :'domain' => :'String',
296
+ :'subcategory' => :'String',
297
+ :'ab_status' => :'String',
298
+ :'folder_id' => :'String',
299
+ :'widget_containers' => :'Object',
300
+ :'widgets' => :'Object',
301
+ :'language' => :'String',
302
+ :'translated_from_id' => :'String',
303
+ :'dynamic_page_hub_db_table_id' => :'String',
304
+ :'blog_author_id' => :'String',
305
+ :'html_title' => :'String',
306
+ :'page_redirected' => :'Boolean',
307
+ :'page_expiry_enabled' => :'Boolean',
308
+ :'page_expiry_date' => :'Integer',
309
+ :'page_expiry_redirect_id' => :'Integer',
310
+ :'page_expiry_redirect_url' => :'String',
311
+ :'use_featured_image' => :'Boolean',
312
+ :'tag_ids' => :'Array<Integer>',
313
+ :'enable_google_amp_output_override' => :'Boolean',
314
+ :'_post_body' => :'String',
315
+ :'post_summary' => :'String',
316
+ :'rss_body' => :'String',
317
+ :'rss_summary' => :'String',
318
+ :'password' => :'String',
319
+ :'attached_stylesheets' => :'Array<Object>',
320
+ :'include_default_custom_css' => :'Boolean',
321
+ :'enable_domain_stylesheets' => :'Boolean',
322
+ :'enable_layout_stylesheets' => :'Boolean',
323
+ :'meta_description' => :'String',
324
+ :'publish_immediately' => :'Boolean',
325
+ :'head_html' => :'String',
326
+ :'footer_html' => :'String',
327
+ :'content_type_category' => :'String',
328
+ :'current_state' => :'String',
329
+ :'link_rel_canonical_url' => :'String',
330
+ :'featured_image' => :'String',
331
+ :'featured_image_alt_text' => :'String',
332
+ :'public_access_rules_enabled' => :'Boolean',
333
+ :'public_access_rules' => :'Array<Object>',
334
+ :'layout_sections' => :'Hash<String, LayoutSection>',
335
+ :'theme_settings_values' => :'Object',
336
+ :'url' => :'String',
337
+ :'publish_date' => :'DateTime',
338
+ :'deleted_at' => :'DateTime',
339
+ :'created_at' => :'DateTime',
340
+ :'published' => :'Boolean',
341
+ :'updated_at' => :'DateTime'
342
+ }
343
+ end
344
+
345
+ # List of attributes with nullable: true
346
+ def self.openapi_nullable
347
+ Set.new([
348
+ ])
349
+ end
350
+
351
+ # Initializes the object
352
+ # @param [Hash] attributes Model attributes in the form of hash
353
+ def initialize(attributes = {})
354
+ if (!attributes.is_a?(Hash))
355
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::Blogs::BlogPosts::BlogPost` initialize method"
356
+ end
357
+
358
+ # check to see if the attribute exists and convert string to symbol for hash key
359
+ attributes = attributes.each_with_object({}) { |(k, v), h|
360
+ if (!self.class.attribute_map.key?(k.to_sym))
361
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::Blogs::BlogPosts::BlogPost`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
362
+ end
363
+ h[k.to_sym] = v
364
+ }
365
+
366
+ if attributes.key?(:'id')
367
+ self.id = attributes[:'id']
368
+ end
369
+
370
+ if attributes.key?(:'slug')
371
+ self.slug = attributes[:'slug']
372
+ end
373
+
374
+ if attributes.key?(:'content_group_id')
375
+ self.content_group_id = attributes[:'content_group_id']
376
+ end
377
+
378
+ if attributes.key?(:'campaign')
379
+ self.campaign = attributes[:'campaign']
380
+ end
381
+
382
+ if attributes.key?(:'category_id')
383
+ self.category_id = attributes[:'category_id']
384
+ end
385
+
386
+ if attributes.key?(:'state')
387
+ self.state = attributes[:'state']
388
+ end
389
+
390
+ if attributes.key?(:'template_path')
391
+ self.template_path = attributes[:'template_path']
392
+ end
393
+
394
+ if attributes.key?(:'name')
395
+ self.name = attributes[:'name']
396
+ end
397
+
398
+ if attributes.key?(:'mab_experiment_id')
399
+ self.mab_experiment_id = attributes[:'mab_experiment_id']
400
+ end
401
+
402
+ if attributes.key?(:'archived')
403
+ self.archived = attributes[:'archived']
404
+ end
405
+
406
+ if attributes.key?(:'author_name')
407
+ self.author_name = attributes[:'author_name']
408
+ end
409
+
410
+ if attributes.key?(:'ab_test_id')
411
+ self.ab_test_id = attributes[:'ab_test_id']
412
+ end
413
+
414
+ if attributes.key?(:'created_by_id')
415
+ self.created_by_id = attributes[:'created_by_id']
416
+ end
417
+
418
+ if attributes.key?(:'updated_by_id')
419
+ self.updated_by_id = attributes[:'updated_by_id']
420
+ end
421
+
422
+ if attributes.key?(:'domain')
423
+ self.domain = attributes[:'domain']
424
+ end
425
+
426
+ if attributes.key?(:'subcategory')
427
+ self.subcategory = attributes[:'subcategory']
428
+ end
429
+
430
+ if attributes.key?(:'ab_status')
431
+ self.ab_status = attributes[:'ab_status']
432
+ end
433
+
434
+ if attributes.key?(:'folder_id')
435
+ self.folder_id = attributes[:'folder_id']
436
+ end
437
+
438
+ if attributes.key?(:'widget_containers')
439
+ self.widget_containers = attributes[:'widget_containers']
440
+ end
441
+
442
+ if attributes.key?(:'widgets')
443
+ self.widgets = attributes[:'widgets']
444
+ end
445
+
446
+ if attributes.key?(:'language')
447
+ self.language = attributes[:'language']
448
+ end
449
+
450
+ if attributes.key?(:'translated_from_id')
451
+ self.translated_from_id = attributes[:'translated_from_id']
452
+ end
453
+
454
+ if attributes.key?(:'dynamic_page_hub_db_table_id')
455
+ self.dynamic_page_hub_db_table_id = attributes[:'dynamic_page_hub_db_table_id']
456
+ end
457
+
458
+ if attributes.key?(:'blog_author_id')
459
+ self.blog_author_id = attributes[:'blog_author_id']
460
+ end
461
+
462
+ if attributes.key?(:'html_title')
463
+ self.html_title = attributes[:'html_title']
464
+ end
465
+
466
+ if attributes.key?(:'page_redirected')
467
+ self.page_redirected = attributes[:'page_redirected']
468
+ end
469
+
470
+ if attributes.key?(:'page_expiry_enabled')
471
+ self.page_expiry_enabled = attributes[:'page_expiry_enabled']
472
+ end
473
+
474
+ if attributes.key?(:'page_expiry_date')
475
+ self.page_expiry_date = attributes[:'page_expiry_date']
476
+ end
477
+
478
+ if attributes.key?(:'page_expiry_redirect_id')
479
+ self.page_expiry_redirect_id = attributes[:'page_expiry_redirect_id']
480
+ end
481
+
482
+ if attributes.key?(:'page_expiry_redirect_url')
483
+ self.page_expiry_redirect_url = attributes[:'page_expiry_redirect_url']
484
+ end
485
+
486
+ if attributes.key?(:'use_featured_image')
487
+ self.use_featured_image = attributes[:'use_featured_image']
488
+ end
489
+
490
+ if attributes.key?(:'tag_ids')
491
+ if (value = attributes[:'tag_ids']).is_a?(Array)
492
+ self.tag_ids = value
493
+ end
494
+ end
495
+
496
+ if attributes.key?(:'enable_google_amp_output_override')
497
+ self.enable_google_amp_output_override = attributes[:'enable_google_amp_output_override']
498
+ end
499
+
500
+ if attributes.key?(:'_post_body')
501
+ self._post_body = attributes[:'_post_body']
502
+ end
503
+
504
+ if attributes.key?(:'post_summary')
505
+ self.post_summary = attributes[:'post_summary']
506
+ end
507
+
508
+ if attributes.key?(:'rss_body')
509
+ self.rss_body = attributes[:'rss_body']
510
+ end
511
+
512
+ if attributes.key?(:'rss_summary')
513
+ self.rss_summary = attributes[:'rss_summary']
514
+ end
515
+
516
+ if attributes.key?(:'password')
517
+ self.password = attributes[:'password']
518
+ end
519
+
520
+ if attributes.key?(:'attached_stylesheets')
521
+ if (value = attributes[:'attached_stylesheets']).is_a?(Array)
522
+ self.attached_stylesheets = value
523
+ end
524
+ end
525
+
526
+ if attributes.key?(:'include_default_custom_css')
527
+ self.include_default_custom_css = attributes[:'include_default_custom_css']
528
+ end
529
+
530
+ if attributes.key?(:'enable_domain_stylesheets')
531
+ self.enable_domain_stylesheets = attributes[:'enable_domain_stylesheets']
532
+ end
533
+
534
+ if attributes.key?(:'enable_layout_stylesheets')
535
+ self.enable_layout_stylesheets = attributes[:'enable_layout_stylesheets']
536
+ end
537
+
538
+ if attributes.key?(:'meta_description')
539
+ self.meta_description = attributes[:'meta_description']
540
+ end
541
+
542
+ if attributes.key?(:'publish_immediately')
543
+ self.publish_immediately = attributes[:'publish_immediately']
544
+ end
545
+
546
+ if attributes.key?(:'head_html')
547
+ self.head_html = attributes[:'head_html']
548
+ end
549
+
550
+ if attributes.key?(:'footer_html')
551
+ self.footer_html = attributes[:'footer_html']
552
+ end
553
+
554
+ if attributes.key?(:'content_type_category')
555
+ self.content_type_category = attributes[:'content_type_category']
556
+ end
557
+
558
+ if attributes.key?(:'current_state')
559
+ self.current_state = attributes[:'current_state']
560
+ end
561
+
562
+ if attributes.key?(:'link_rel_canonical_url')
563
+ self.link_rel_canonical_url = attributes[:'link_rel_canonical_url']
564
+ end
565
+
566
+ if attributes.key?(:'featured_image')
567
+ self.featured_image = attributes[:'featured_image']
568
+ end
569
+
570
+ if attributes.key?(:'featured_image_alt_text')
571
+ self.featured_image_alt_text = attributes[:'featured_image_alt_text']
572
+ end
573
+
574
+ if attributes.key?(:'public_access_rules_enabled')
575
+ self.public_access_rules_enabled = attributes[:'public_access_rules_enabled']
576
+ end
577
+
578
+ if attributes.key?(:'public_access_rules')
579
+ if (value = attributes[:'public_access_rules']).is_a?(Array)
580
+ self.public_access_rules = value
581
+ end
582
+ end
583
+
584
+ if attributes.key?(:'layout_sections')
585
+ if (value = attributes[:'layout_sections']).is_a?(Hash)
586
+ self.layout_sections = value
587
+ end
588
+ end
589
+
590
+ if attributes.key?(:'theme_settings_values')
591
+ self.theme_settings_values = attributes[:'theme_settings_values']
592
+ end
593
+
594
+ if attributes.key?(:'url')
595
+ self.url = attributes[:'url']
596
+ end
597
+
598
+ if attributes.key?(:'publish_date')
599
+ self.publish_date = attributes[:'publish_date']
600
+ end
601
+
602
+ if attributes.key?(:'deleted_at')
603
+ self.deleted_at = attributes[:'deleted_at']
604
+ end
605
+
606
+ if attributes.key?(:'created_at')
607
+ self.created_at = attributes[:'created_at']
608
+ end
609
+
610
+ if attributes.key?(:'published')
611
+ self.published = attributes[:'published']
612
+ end
613
+
614
+ if attributes.key?(:'updated_at')
615
+ self.updated_at = attributes[:'updated_at']
616
+ end
617
+ end
618
+
619
+ # Show invalid properties with the reasons. Usually used together with valid?
620
+ # @return Array for valid properties with the reasons
621
+ def list_invalid_properties
622
+ invalid_properties = Array.new
623
+ if @id.nil?
624
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
625
+ end
626
+
627
+ if @slug.nil?
628
+ invalid_properties.push('invalid value for "slug", slug cannot be nil.')
629
+ end
630
+
631
+ if @content_group_id.nil?
632
+ invalid_properties.push('invalid value for "content_group_id", content_group_id cannot be nil.')
633
+ end
634
+
635
+ if @campaign.nil?
636
+ invalid_properties.push('invalid value for "campaign", campaign cannot be nil.')
637
+ end
638
+
639
+ if @category_id.nil?
640
+ invalid_properties.push('invalid value for "category_id", category_id cannot be nil.')
641
+ end
642
+
643
+ if @state.nil?
644
+ invalid_properties.push('invalid value for "state", state cannot be nil.')
645
+ end
646
+
647
+ if @state.to_s.length > 25
648
+ invalid_properties.push('invalid value for "state", the character length must be smaller than or equal to 25.')
649
+ end
650
+
651
+ if @template_path.nil?
652
+ invalid_properties.push('invalid value for "template_path", template_path cannot be nil.')
653
+ end
654
+
655
+ if @name.nil?
656
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
657
+ end
658
+
659
+ if @mab_experiment_id.nil?
660
+ invalid_properties.push('invalid value for "mab_experiment_id", mab_experiment_id cannot be nil.')
661
+ end
662
+
663
+ if @archived.nil?
664
+ invalid_properties.push('invalid value for "archived", archived cannot be nil.')
665
+ end
666
+
667
+ if @author_name.nil?
668
+ invalid_properties.push('invalid value for "author_name", author_name cannot be nil.')
669
+ end
670
+
671
+ if @ab_test_id.nil?
672
+ invalid_properties.push('invalid value for "ab_test_id", ab_test_id cannot be nil.')
673
+ end
674
+
675
+ if @created_by_id.nil?
676
+ invalid_properties.push('invalid value for "created_by_id", created_by_id cannot be nil.')
677
+ end
678
+
679
+ if @updated_by_id.nil?
680
+ invalid_properties.push('invalid value for "updated_by_id", updated_by_id cannot be nil.')
681
+ end
682
+
683
+ if @domain.nil?
684
+ invalid_properties.push('invalid value for "domain", domain cannot be nil.')
685
+ end
686
+
687
+ if @subcategory.nil?
688
+ invalid_properties.push('invalid value for "subcategory", subcategory cannot be nil.')
689
+ end
690
+
691
+ if @ab_status.nil?
692
+ invalid_properties.push('invalid value for "ab_status", ab_status cannot be nil.')
693
+ end
694
+
695
+ if @folder_id.nil?
696
+ invalid_properties.push('invalid value for "folder_id", folder_id cannot be nil.')
697
+ end
698
+
699
+ if @widget_containers.nil?
700
+ invalid_properties.push('invalid value for "widget_containers", widget_containers cannot be nil.')
701
+ end
702
+
703
+ if @widgets.nil?
704
+ invalid_properties.push('invalid value for "widgets", widgets cannot be nil.')
705
+ end
706
+
707
+ if @language.nil?
708
+ invalid_properties.push('invalid value for "language", language cannot be nil.')
709
+ end
710
+
711
+ if @translated_from_id.nil?
712
+ invalid_properties.push('invalid value for "translated_from_id", translated_from_id cannot be nil.')
713
+ end
714
+
715
+ if @dynamic_page_hub_db_table_id.nil?
716
+ invalid_properties.push('invalid value for "dynamic_page_hub_db_table_id", dynamic_page_hub_db_table_id cannot be nil.')
717
+ end
718
+
719
+ if @blog_author_id.nil?
720
+ invalid_properties.push('invalid value for "blog_author_id", blog_author_id cannot be nil.')
721
+ end
722
+
723
+ if @html_title.nil?
724
+ invalid_properties.push('invalid value for "html_title", html_title cannot be nil.')
725
+ end
726
+
727
+ if @page_redirected.nil?
728
+ invalid_properties.push('invalid value for "page_redirected", page_redirected cannot be nil.')
729
+ end
730
+
731
+ if @page_expiry_enabled.nil?
732
+ invalid_properties.push('invalid value for "page_expiry_enabled", page_expiry_enabled cannot be nil.')
733
+ end
734
+
735
+ if @page_expiry_date.nil?
736
+ invalid_properties.push('invalid value for "page_expiry_date", page_expiry_date cannot be nil.')
737
+ end
738
+
739
+ if @page_expiry_redirect_id.nil?
740
+ invalid_properties.push('invalid value for "page_expiry_redirect_id", page_expiry_redirect_id cannot be nil.')
741
+ end
742
+
743
+ if @page_expiry_redirect_url.nil?
744
+ invalid_properties.push('invalid value for "page_expiry_redirect_url", page_expiry_redirect_url cannot be nil.')
745
+ end
746
+
747
+ if @use_featured_image.nil?
748
+ invalid_properties.push('invalid value for "use_featured_image", use_featured_image cannot be nil.')
749
+ end
750
+
751
+ if @tag_ids.nil?
752
+ invalid_properties.push('invalid value for "tag_ids", tag_ids cannot be nil.')
753
+ end
754
+
755
+ if @enable_google_amp_output_override.nil?
756
+ invalid_properties.push('invalid value for "enable_google_amp_output_override", enable_google_amp_output_override cannot be nil.')
757
+ end
758
+
759
+ if @_post_body.nil?
760
+ invalid_properties.push('invalid value for "_post_body", _post_body cannot be nil.')
761
+ end
762
+
763
+ if @post_summary.nil?
764
+ invalid_properties.push('invalid value for "post_summary", post_summary cannot be nil.')
765
+ end
766
+
767
+ if @rss_body.nil?
768
+ invalid_properties.push('invalid value for "rss_body", rss_body cannot be nil.')
769
+ end
770
+
771
+ if @rss_summary.nil?
772
+ invalid_properties.push('invalid value for "rss_summary", rss_summary cannot be nil.')
773
+ end
774
+
775
+ if @password.nil?
776
+ invalid_properties.push('invalid value for "password", password cannot be nil.')
777
+ end
778
+
779
+ if @attached_stylesheets.nil?
780
+ invalid_properties.push('invalid value for "attached_stylesheets", attached_stylesheets cannot be nil.')
781
+ end
782
+
783
+ if @include_default_custom_css.nil?
784
+ invalid_properties.push('invalid value for "include_default_custom_css", include_default_custom_css cannot be nil.')
785
+ end
786
+
787
+ if @enable_domain_stylesheets.nil?
788
+ invalid_properties.push('invalid value for "enable_domain_stylesheets", enable_domain_stylesheets cannot be nil.')
789
+ end
790
+
791
+ if @enable_layout_stylesheets.nil?
792
+ invalid_properties.push('invalid value for "enable_layout_stylesheets", enable_layout_stylesheets cannot be nil.')
793
+ end
794
+
795
+ if @meta_description.nil?
796
+ invalid_properties.push('invalid value for "meta_description", meta_description cannot be nil.')
797
+ end
798
+
799
+ if @publish_immediately.nil?
800
+ invalid_properties.push('invalid value for "publish_immediately", publish_immediately cannot be nil.')
801
+ end
802
+
803
+ if @head_html.nil?
804
+ invalid_properties.push('invalid value for "head_html", head_html cannot be nil.')
805
+ end
806
+
807
+ if @footer_html.nil?
808
+ invalid_properties.push('invalid value for "footer_html", footer_html cannot be nil.')
809
+ end
810
+
811
+ if @content_type_category.nil?
812
+ invalid_properties.push('invalid value for "content_type_category", content_type_category cannot be nil.')
813
+ end
814
+
815
+ if @current_state.nil?
816
+ invalid_properties.push('invalid value for "current_state", current_state cannot be nil.')
817
+ end
818
+
819
+ if @link_rel_canonical_url.nil?
820
+ invalid_properties.push('invalid value for "link_rel_canonical_url", link_rel_canonical_url cannot be nil.')
821
+ end
822
+
823
+ if @featured_image.nil?
824
+ invalid_properties.push('invalid value for "featured_image", featured_image cannot be nil.')
825
+ end
826
+
827
+ if @featured_image_alt_text.nil?
828
+ invalid_properties.push('invalid value for "featured_image_alt_text", featured_image_alt_text cannot be nil.')
829
+ end
830
+
831
+ if @public_access_rules_enabled.nil?
832
+ invalid_properties.push('invalid value for "public_access_rules_enabled", public_access_rules_enabled cannot be nil.')
833
+ end
834
+
835
+ if @public_access_rules.nil?
836
+ invalid_properties.push('invalid value for "public_access_rules", public_access_rules cannot be nil.')
837
+ end
838
+
839
+ if @layout_sections.nil?
840
+ invalid_properties.push('invalid value for "layout_sections", layout_sections cannot be nil.')
841
+ end
842
+
843
+ if @theme_settings_values.nil?
844
+ invalid_properties.push('invalid value for "theme_settings_values", theme_settings_values cannot be nil.')
845
+ end
846
+
847
+ if @url.nil?
848
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
849
+ end
850
+
851
+ if @publish_date.nil?
852
+ invalid_properties.push('invalid value for "publish_date", publish_date cannot be nil.')
853
+ end
854
+
855
+ if @deleted_at.nil?
856
+ invalid_properties.push('invalid value for "deleted_at", deleted_at cannot be nil.')
857
+ end
858
+
859
+ if @created_at.nil?
860
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
861
+ end
862
+
863
+ if @published.nil?
864
+ invalid_properties.push('invalid value for "published", published cannot be nil.')
865
+ end
866
+
867
+ if @updated_at.nil?
868
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
869
+ end
870
+
871
+ invalid_properties
872
+ end
873
+
874
+ # Check to see if the all the properties in the model are valid
875
+ # @return true if the model is valid
876
+ def valid?
877
+ return false if @id.nil?
878
+ return false if @slug.nil?
879
+ return false if @content_group_id.nil?
880
+ return false if @campaign.nil?
881
+ return false if @category_id.nil?
882
+ return false if @state.nil?
883
+ return false if @state.to_s.length > 25
884
+ return false if @template_path.nil?
885
+ return false if @name.nil?
886
+ return false if @mab_experiment_id.nil?
887
+ return false if @archived.nil?
888
+ return false if @author_name.nil?
889
+ return false if @ab_test_id.nil?
890
+ return false if @created_by_id.nil?
891
+ return false if @updated_by_id.nil?
892
+ return false if @domain.nil?
893
+ return false if @subcategory.nil?
894
+ return false if @ab_status.nil?
895
+ ab_status_validator = EnumAttributeValidator.new('String', ["master", "variant", "loser_variant", "mab_master", "mab_variant", "automated_master", "automated_variant", "automated_loser_variant"])
896
+ return false unless ab_status_validator.valid?(@ab_status)
897
+ return false if @folder_id.nil?
898
+ return false if @widget_containers.nil?
899
+ return false if @widgets.nil?
900
+ return false if @language.nil?
901
+ language_validator = EnumAttributeValidator.new('String', ["af", "af-na", "af-za", "agq", "agq-cm", "ak", "ak-gh", "am", "am-et", "ar", "ar-001", "ar-ae", "ar-bh", "ar-dj", "ar-dz", "ar-eg", "ar-eh", "ar-er", "ar-il", "ar-iq", "ar-jo", "ar-km", "ar-kw", "ar-lb", "ar-ly", "ar-ma", "ar-mr", "ar-om", "ar-ps", "ar-qa", "ar-sa", "ar-sd", "ar-so", "ar-ss", "ar-sy", "ar-td", "ar-tn", "ar-ye", "as", "as-in", "asa", "asa-tz", "ast", "ast-es", "az", "az-az", "bas", "bas-cm", "be", "be-by", "bem", "bem-zm", "bez", "bez-tz", "bg", "bg-bg", "bm", "bm-ml", "bn", "bn-bd", "bn-in", "bo", "bo-cn", "bo-in", "br", "br-fr", "brx", "brx-in", "bs", "bs-ba", "ca", "ca-ad", "ca-es", "ca-fr", "ca-it", "ccp", "ccp-bd", "ccp-in", "ce", "ce-ru", "cgg", "cgg-ug", "chr", "chr-us", "ckb", "ckb-iq", "ckb-ir", "cs", "cs-cz", "cu", "cu-ru", "cy", "cy-gb", "da", "da-dk", "da-gl", "dav", "dav-ke", "de", "de-at", "de-be", "de-ch", "de-de", "de-gr", "de-it", "de-li", "de-lu", "dje", "dje-ne", "dsb", "dsb-de", "dua", "dua-cm", "dyo", "dyo-sn", "dz", "dz-bt", "ebu", "ebu-ke", "ee", "ee-gh", "ee-tg", "el", "el-cy", "el-gr", "en", "en-001", "en-150", "en-ag", "en-ai", "en-as", "en-at", "en-au", "en-bb", "en-be", "en-bi", "en-bm", "en-bs", "en-bw", "en-bz", "en-ca", "en-cc", "en-ch", "en-ck", "en-cm", "en-cx", "en-cy", "en-de", "en-dg", "en-dk", "en-dm", "en-er", "en-fi", "en-fj", "en-fk", "en-fm", "en-gb", "en-gd", "en-gg", "en-gh", "en-gi", "en-gm", "en-gu", "en-gy", "en-hk", "en-ie", "en-il", "en-im", "en-in", "en-io", "en-je", "en-jm", "en-ke", "en-ki", "en-kn", "en-ky", "en-lc", "en-lr", "en-ls", "en-mg", "en-mh", "en-mo", "en-mp", "en-ms", "en-mt", "en-mu", "en-mw", "en-my", "en-na", "en-nf", "en-ng", "en-nl", "en-nr", "en-nu", "en-nz", "en-pg", "en-ph", "en-pk", "en-pn", "en-pr", "en-pw", "en-rw", "en-sb", "en-sc", "en-sd", "en-se", "en-sg", "en-sh", "en-si", "en-sl", "en-ss", "en-sx", "en-sz", "en-tc", "en-tk", "en-to", "en-tt", "en-tv", "en-tz", "en-ug", "en-um", "en-us", "en-vc", "en-vg", "en-vi", "en-vu", "en-ws", "en-za", "en-zm", "en-zw", "eo", "eo-001", "es", "es-419", "es-ar", "es-bo", "es-br", "es-bz", "es-cl", "es-co", "es-cr", "es-cu", "es-do", "es-ea", "es-ec", "es-es", "es-gq", "es-gt", "es-hn", "es-ic", "es-mx", "es-ni", "es-pa", "es-pe", "es-ph", "es-pr", "es-py", "es-sv", "es-us", "es-uy", "es-ve", "et", "et-ee", "eu", "eu-es", "ewo", "ewo-cm", "fa", "fa-af", "fa-ir", "ff", "ff-cm", "ff-gn", "ff-mr", "ff-sn", "fi", "fi-fi", "fil", "fil-ph", "fo", "fo-dk", "fo-fo", "fr", "fr-be", "fr-bf", "fr-bi", "fr-bj", "fr-bl", "fr-ca", "fr-cd", "fr-cf", "fr-cg", "fr-ch", "fr-ci", "fr-cm", "fr-dj", "fr-dz", "fr-fr", "fr-ga", "fr-gf", "fr-gn", "fr-gp", "fr-gq", "fr-ht", "fr-km", "fr-lu", "fr-ma", "fr-mc", "fr-mf", "fr-mg", "fr-ml", "fr-mq", "fr-mr", "fr-mu", "fr-nc", "fr-ne", "fr-pf", "fr-pm", "fr-re", "fr-rw", "fr-sc", "fr-sn", "fr-sy", "fr-td", "fr-tg", "fr-tn", "fr-vu", "fr-wf", "fr-yt", "fur", "fur-it", "fy", "fy-nl", "ga", "ga-ie", "gd", "gd-gb", "gl", "gl-es", "gsw", "gsw-ch", "gsw-fr", "gsw-li", "gu", "gu-in", "guz", "guz-ke", "gv", "gv-im", "ha", "ha-gh", "ha-ne", "ha-ng", "haw", "haw-us", "he", "hi", "hi-in", "hr", "hr-ba", "hr-hr", "hsb", "hsb-de", "hu", "hu-hu", "hy", "hy-am", "id", "ig", "ig-ng", "ii", "ii-cn", "id-id", "is", "is-is", "it", "it-ch", "it-it", "it-sm", "it-va", "he-il", "ja", "ja-jp", "jgo", "jgo-cm", "yi", "yi-001", "jmc", "jmc-tz", "ka", "ka-ge", "kab", "kab-dz", "kam", "kam-ke", "kde", "kde-tz", "kea", "kea-cv", "khq", "khq-ml", "ki", "ki-ke", "kk", "kk-kz", "kkj", "kkj-cm", "kl", "kl-gl", "kln", "kln-ke", "km", "km-kh", "kn", "kn-in", "ko", "ko-kp", "ko-kr", "kok", "kok-in", "ks", "ks-in", "ksb", "ksb-tz", "ksf", "ksf-cm", "ksh", "ksh-de", "kw", "kw-gb", "ky", "ky-kg", "lag", "lag-tz", "lb", "lb-lu", "lg", "lg-ug", "lkt", "lkt-us", "ln", "ln-ao", "ln-cd", "ln-cf", "ln-cg", "lo", "lo-la", "lrc", "lrc-iq", "lrc-ir", "lt", "lt-lt", "lu", "lu-cd", "luo", "luo-ke", "luy", "luy-ke", "lv", "lv-lv", "mas", "mas-ke", "mas-tz", "mer", "mer-ke", "mfe", "mfe-mu", "mg", "mg-mg", "mgh", "mgh-mz", "mgo", "mgo-cm", "mk", "mk-mk", "ml", "ml-in", "mn", "mn-mn", "mr", "mr-in", "ms", "ms-bn", "ms-my", "ms-sg", "mt", "mt-mt", "mua", "mua-cm", "my", "my-mm", "mzn", "mzn-ir", "naq", "naq-na", "nb", "nb-no", "nb-sj", "nd", "nd-zw", "nds", "nds-de", "nds-nl", "ne", "ne-in", "ne-np", "nl", "nl-aw", "nl-be", "nl-bq", "nl-cw", "nl-nl", "nl-sr", "nl-sx", "nmg", "nmg-cm", "nn", "nn-no", "nnh", "nnh-cm", "no", "no-no", "nus", "nus-ss", "nyn", "nyn-ug", "om", "om-et", "om-ke", "or", "or-in", "os", "os-ge", "os-ru", "pa", "pa-in", "pa-pk", "pl", "pl-pl", "prg", "prg-001", "ps", "ps-af", "pt", "pt-ao", "pt-br", "pt-ch", "pt-cv", "pt-gq", "pt-gw", "pt-lu", "pt-mo", "pt-mz", "pt-pt", "pt-st", "pt-tl", "qu", "qu-bo", "qu-ec", "qu-pe", "rm", "rm-ch", "rn", "rn-bi", "ro", "ro-md", "ro-ro", "rof", "rof-tz", "ru", "ru-by", "ru-kg", "ru-kz", "ru-md", "ru-ru", "ru-ua", "rw", "rw-rw", "rwk", "rwk-tz", "sa", "sah", "sah-ru", "saq", "saq-ke", "sbp", "sbp-tz", "sd", "sd-pk", "se", "se-fi", "se-no", "se-se", "seh", "seh-mz", "ses", "ses-ml", "sg", "sg-cf", "shi", "shi-ma", "si", "si-lk", "sk", "sk-sk", "sl", "sl-si", "smn", "smn-fi", "sn", "sn-zw", "so", "so-dj", "so-et", "so-ke", "so-so", "sq", "sq-al", "sq-mk", "sq-xk", "sr", "sr-ba", "sr-cs", "sr-me", "sr-rs", "sr-xk", "sv", "sv-ax", "sv-fi", "sv-se", "sw", "sw-cd", "sw-ke", "sw-tz", "sw-ug", "sy", "ta", "ta-in", "ta-lk", "ta-my", "ta-sg", "te", "te-in", "teo", "teo-ke", "teo-ug", "tg", "tg-tj", "th", "th-th", "ti", "ti-er", "ti-et", "tk", "tk-tm", "to", "to-to", "tr", "tr-cy", "tr-tr", "tt", "tt-ru", "twq", "twq-ne", "tzm", "tzm-ma", "ug", "ug-cn", "uk", "uk-ua", "ur", "ur-in", "ur-pk", "uz", "uz-af", "uz-uz", "vai", "vai-lr", "vi", "vi-vn", "vo", "vo-001", "vun", "vun-tz", "wae", "wae-ch", "wo", "wo-sn", "xog", "xog-ug", "yav", "yav-cm", "yo", "yo-bj", "yo-ng", "yue", "yue-cn", "yue-hk", "zgh", "zgh-ma", "zh", "zh-cn", "zh-hk", "zh-mo", "zh-sg", "zh-tw", "zh-hans", "zh-hant", "zu", "zu-za"])
902
+ return false unless language_validator.valid?(@language)
903
+ return false if @translated_from_id.nil?
904
+ return false if @dynamic_page_hub_db_table_id.nil?
905
+ return false if @blog_author_id.nil?
906
+ return false if @html_title.nil?
907
+ return false if @page_redirected.nil?
908
+ return false if @page_expiry_enabled.nil?
909
+ return false if @page_expiry_date.nil?
910
+ return false if @page_expiry_redirect_id.nil?
911
+ return false if @page_expiry_redirect_url.nil?
912
+ return false if @use_featured_image.nil?
913
+ return false if @tag_ids.nil?
914
+ return false if @enable_google_amp_output_override.nil?
915
+ return false if @_post_body.nil?
916
+ return false if @post_summary.nil?
917
+ return false if @rss_body.nil?
918
+ return false if @rss_summary.nil?
919
+ return false if @password.nil?
920
+ return false if @attached_stylesheets.nil?
921
+ return false if @include_default_custom_css.nil?
922
+ return false if @enable_domain_stylesheets.nil?
923
+ return false if @enable_layout_stylesheets.nil?
924
+ return false if @meta_description.nil?
925
+ return false if @publish_immediately.nil?
926
+ return false if @head_html.nil?
927
+ return false if @footer_html.nil?
928
+ return false if @content_type_category.nil?
929
+ content_type_category_validator = EnumAttributeValidator.new('String', ["0", "1", "2", "3", "4", "5", "6"])
930
+ return false unless content_type_category_validator.valid?(@content_type_category)
931
+ return false if @current_state.nil?
932
+ current_state_validator = EnumAttributeValidator.new('String', ["AUTOMATED", "AUTOMATED_DRAFT", "AUTOMATED_SENDING", "AUTOMATED_FOR_FORM", "AUTOMATED_FOR_FORM_BUFFER", "AUTOMATED_FOR_FORM_DRAFT", "AUTOMATED_FOR_FORM_LEGACY", "BLOG_EMAIL_DRAFT", "BLOG_EMAIL_PUBLISHED", "DRAFT", "DRAFT_AB", "DRAFT_AB_VARIANT", "ERROR", "LOSER_AB_VARIANT", "PAGE_STUB", "PRE_PROCESSING", "PROCESSING", "PUBLISHED", "PUBLISHED_AB", "PUBLISHED_AB_VARIANT", "PUBLISHED_OR_SCHEDULED", "RSS_TO_EMAIL_DRAFT", "RSS_TO_EMAIL_PUBLISHED", "SCHEDULED", "SCHEDULED_AB", "SCHEDULED_OR_PUBLISHED", "AUTOMATED_AB", "AUTOMATED_AB_VARIANT", "AUTOMATED_DRAFT_AB", "AUTOMATED_DRAFT_ABVARIANT", "AUTOMATED_LOSER_ABVARIANT"])
933
+ return false unless current_state_validator.valid?(@current_state)
934
+ return false if @link_rel_canonical_url.nil?
935
+ return false if @featured_image.nil?
936
+ return false if @featured_image_alt_text.nil?
937
+ return false if @public_access_rules_enabled.nil?
938
+ return false if @public_access_rules.nil?
939
+ return false if @layout_sections.nil?
940
+ return false if @theme_settings_values.nil?
941
+ return false if @url.nil?
942
+ return false if @publish_date.nil?
943
+ return false if @deleted_at.nil?
944
+ return false if @created_at.nil?
945
+ return false if @published.nil?
946
+ return false if @updated_at.nil?
947
+ true
948
+ end
949
+
950
+ # Custom attribute writer method with validation
951
+ # @param [Object] state Value to be assigned
952
+ def state=(state)
953
+ if state.nil?
954
+ fail ArgumentError, 'state cannot be nil'
955
+ end
956
+
957
+ if state.to_s.length > 25
958
+ fail ArgumentError, 'invalid value for "state", the character length must be smaller than or equal to 25.'
959
+ end
960
+
961
+ @state = state
962
+ end
963
+
964
+ # Custom attribute writer method checking allowed values (enum).
965
+ # @param [Object] ab_status Object to be assigned
966
+ def ab_status=(ab_status)
967
+ validator = EnumAttributeValidator.new('String', ["master", "variant", "loser_variant", "mab_master", "mab_variant", "automated_master", "automated_variant", "automated_loser_variant"])
968
+ unless validator.valid?(ab_status)
969
+ fail ArgumentError, "invalid value for \"ab_status\", must be one of #{validator.allowable_values}."
970
+ end
971
+ @ab_status = ab_status
972
+ end
973
+
974
+ # Custom attribute writer method checking allowed values (enum).
975
+ # @param [Object] language Object to be assigned
976
+ def language=(language)
977
+ validator = EnumAttributeValidator.new('String', ["af", "af-na", "af-za", "agq", "agq-cm", "ak", "ak-gh", "am", "am-et", "ar", "ar-001", "ar-ae", "ar-bh", "ar-dj", "ar-dz", "ar-eg", "ar-eh", "ar-er", "ar-il", "ar-iq", "ar-jo", "ar-km", "ar-kw", "ar-lb", "ar-ly", "ar-ma", "ar-mr", "ar-om", "ar-ps", "ar-qa", "ar-sa", "ar-sd", "ar-so", "ar-ss", "ar-sy", "ar-td", "ar-tn", "ar-ye", "as", "as-in", "asa", "asa-tz", "ast", "ast-es", "az", "az-az", "bas", "bas-cm", "be", "be-by", "bem", "bem-zm", "bez", "bez-tz", "bg", "bg-bg", "bm", "bm-ml", "bn", "bn-bd", "bn-in", "bo", "bo-cn", "bo-in", "br", "br-fr", "brx", "brx-in", "bs", "bs-ba", "ca", "ca-ad", "ca-es", "ca-fr", "ca-it", "ccp", "ccp-bd", "ccp-in", "ce", "ce-ru", "cgg", "cgg-ug", "chr", "chr-us", "ckb", "ckb-iq", "ckb-ir", "cs", "cs-cz", "cu", "cu-ru", "cy", "cy-gb", "da", "da-dk", "da-gl", "dav", "dav-ke", "de", "de-at", "de-be", "de-ch", "de-de", "de-gr", "de-it", "de-li", "de-lu", "dje", "dje-ne", "dsb", "dsb-de", "dua", "dua-cm", "dyo", "dyo-sn", "dz", "dz-bt", "ebu", "ebu-ke", "ee", "ee-gh", "ee-tg", "el", "el-cy", "el-gr", "en", "en-001", "en-150", "en-ag", "en-ai", "en-as", "en-at", "en-au", "en-bb", "en-be", "en-bi", "en-bm", "en-bs", "en-bw", "en-bz", "en-ca", "en-cc", "en-ch", "en-ck", "en-cm", "en-cx", "en-cy", "en-de", "en-dg", "en-dk", "en-dm", "en-er", "en-fi", "en-fj", "en-fk", "en-fm", "en-gb", "en-gd", "en-gg", "en-gh", "en-gi", "en-gm", "en-gu", "en-gy", "en-hk", "en-ie", "en-il", "en-im", "en-in", "en-io", "en-je", "en-jm", "en-ke", "en-ki", "en-kn", "en-ky", "en-lc", "en-lr", "en-ls", "en-mg", "en-mh", "en-mo", "en-mp", "en-ms", "en-mt", "en-mu", "en-mw", "en-my", "en-na", "en-nf", "en-ng", "en-nl", "en-nr", "en-nu", "en-nz", "en-pg", "en-ph", "en-pk", "en-pn", "en-pr", "en-pw", "en-rw", "en-sb", "en-sc", "en-sd", "en-se", "en-sg", "en-sh", "en-si", "en-sl", "en-ss", "en-sx", "en-sz", "en-tc", "en-tk", "en-to", "en-tt", "en-tv", "en-tz", "en-ug", "en-um", "en-us", "en-vc", "en-vg", "en-vi", "en-vu", "en-ws", "en-za", "en-zm", "en-zw", "eo", "eo-001", "es", "es-419", "es-ar", "es-bo", "es-br", "es-bz", "es-cl", "es-co", "es-cr", "es-cu", "es-do", "es-ea", "es-ec", "es-es", "es-gq", "es-gt", "es-hn", "es-ic", "es-mx", "es-ni", "es-pa", "es-pe", "es-ph", "es-pr", "es-py", "es-sv", "es-us", "es-uy", "es-ve", "et", "et-ee", "eu", "eu-es", "ewo", "ewo-cm", "fa", "fa-af", "fa-ir", "ff", "ff-cm", "ff-gn", "ff-mr", "ff-sn", "fi", "fi-fi", "fil", "fil-ph", "fo", "fo-dk", "fo-fo", "fr", "fr-be", "fr-bf", "fr-bi", "fr-bj", "fr-bl", "fr-ca", "fr-cd", "fr-cf", "fr-cg", "fr-ch", "fr-ci", "fr-cm", "fr-dj", "fr-dz", "fr-fr", "fr-ga", "fr-gf", "fr-gn", "fr-gp", "fr-gq", "fr-ht", "fr-km", "fr-lu", "fr-ma", "fr-mc", "fr-mf", "fr-mg", "fr-ml", "fr-mq", "fr-mr", "fr-mu", "fr-nc", "fr-ne", "fr-pf", "fr-pm", "fr-re", "fr-rw", "fr-sc", "fr-sn", "fr-sy", "fr-td", "fr-tg", "fr-tn", "fr-vu", "fr-wf", "fr-yt", "fur", "fur-it", "fy", "fy-nl", "ga", "ga-ie", "gd", "gd-gb", "gl", "gl-es", "gsw", "gsw-ch", "gsw-fr", "gsw-li", "gu", "gu-in", "guz", "guz-ke", "gv", "gv-im", "ha", "ha-gh", "ha-ne", "ha-ng", "haw", "haw-us", "he", "hi", "hi-in", "hr", "hr-ba", "hr-hr", "hsb", "hsb-de", "hu", "hu-hu", "hy", "hy-am", "id", "ig", "ig-ng", "ii", "ii-cn", "id-id", "is", "is-is", "it", "it-ch", "it-it", "it-sm", "it-va", "he-il", "ja", "ja-jp", "jgo", "jgo-cm", "yi", "yi-001", "jmc", "jmc-tz", "ka", "ka-ge", "kab", "kab-dz", "kam", "kam-ke", "kde", "kde-tz", "kea", "kea-cv", "khq", "khq-ml", "ki", "ki-ke", "kk", "kk-kz", "kkj", "kkj-cm", "kl", "kl-gl", "kln", "kln-ke", "km", "km-kh", "kn", "kn-in", "ko", "ko-kp", "ko-kr", "kok", "kok-in", "ks", "ks-in", "ksb", "ksb-tz", "ksf", "ksf-cm", "ksh", "ksh-de", "kw", "kw-gb", "ky", "ky-kg", "lag", "lag-tz", "lb", "lb-lu", "lg", "lg-ug", "lkt", "lkt-us", "ln", "ln-ao", "ln-cd", "ln-cf", "ln-cg", "lo", "lo-la", "lrc", "lrc-iq", "lrc-ir", "lt", "lt-lt", "lu", "lu-cd", "luo", "luo-ke", "luy", "luy-ke", "lv", "lv-lv", "mas", "mas-ke", "mas-tz", "mer", "mer-ke", "mfe", "mfe-mu", "mg", "mg-mg", "mgh", "mgh-mz", "mgo", "mgo-cm", "mk", "mk-mk", "ml", "ml-in", "mn", "mn-mn", "mr", "mr-in", "ms", "ms-bn", "ms-my", "ms-sg", "mt", "mt-mt", "mua", "mua-cm", "my", "my-mm", "mzn", "mzn-ir", "naq", "naq-na", "nb", "nb-no", "nb-sj", "nd", "nd-zw", "nds", "nds-de", "nds-nl", "ne", "ne-in", "ne-np", "nl", "nl-aw", "nl-be", "nl-bq", "nl-cw", "nl-nl", "nl-sr", "nl-sx", "nmg", "nmg-cm", "nn", "nn-no", "nnh", "nnh-cm", "no", "no-no", "nus", "nus-ss", "nyn", "nyn-ug", "om", "om-et", "om-ke", "or", "or-in", "os", "os-ge", "os-ru", "pa", "pa-in", "pa-pk", "pl", "pl-pl", "prg", "prg-001", "ps", "ps-af", "pt", "pt-ao", "pt-br", "pt-ch", "pt-cv", "pt-gq", "pt-gw", "pt-lu", "pt-mo", "pt-mz", "pt-pt", "pt-st", "pt-tl", "qu", "qu-bo", "qu-ec", "qu-pe", "rm", "rm-ch", "rn", "rn-bi", "ro", "ro-md", "ro-ro", "rof", "rof-tz", "ru", "ru-by", "ru-kg", "ru-kz", "ru-md", "ru-ru", "ru-ua", "rw", "rw-rw", "rwk", "rwk-tz", "sa", "sah", "sah-ru", "saq", "saq-ke", "sbp", "sbp-tz", "sd", "sd-pk", "se", "se-fi", "se-no", "se-se", "seh", "seh-mz", "ses", "ses-ml", "sg", "sg-cf", "shi", "shi-ma", "si", "si-lk", "sk", "sk-sk", "sl", "sl-si", "smn", "smn-fi", "sn", "sn-zw", "so", "so-dj", "so-et", "so-ke", "so-so", "sq", "sq-al", "sq-mk", "sq-xk", "sr", "sr-ba", "sr-cs", "sr-me", "sr-rs", "sr-xk", "sv", "sv-ax", "sv-fi", "sv-se", "sw", "sw-cd", "sw-ke", "sw-tz", "sw-ug", "sy", "ta", "ta-in", "ta-lk", "ta-my", "ta-sg", "te", "te-in", "teo", "teo-ke", "teo-ug", "tg", "tg-tj", "th", "th-th", "ti", "ti-er", "ti-et", "tk", "tk-tm", "to", "to-to", "tr", "tr-cy", "tr-tr", "tt", "tt-ru", "twq", "twq-ne", "tzm", "tzm-ma", "ug", "ug-cn", "uk", "uk-ua", "ur", "ur-in", "ur-pk", "uz", "uz-af", "uz-uz", "vai", "vai-lr", "vi", "vi-vn", "vo", "vo-001", "vun", "vun-tz", "wae", "wae-ch", "wo", "wo-sn", "xog", "xog-ug", "yav", "yav-cm", "yo", "yo-bj", "yo-ng", "yue", "yue-cn", "yue-hk", "zgh", "zgh-ma", "zh", "zh-cn", "zh-hk", "zh-mo", "zh-sg", "zh-tw", "zh-hans", "zh-hant", "zu", "zu-za"])
978
+ unless validator.valid?(language)
979
+ fail ArgumentError, "invalid value for \"language\", must be one of #{validator.allowable_values}."
980
+ end
981
+ @language = language
982
+ end
983
+
984
+ # Custom attribute writer method checking allowed values (enum).
985
+ # @param [Object] content_type_category Object to be assigned
986
+ def content_type_category=(content_type_category)
987
+ validator = EnumAttributeValidator.new('String', ["0", "1", "2", "3", "4", "5", "6"])
988
+ unless validator.valid?(content_type_category)
989
+ fail ArgumentError, "invalid value for \"content_type_category\", must be one of #{validator.allowable_values}."
990
+ end
991
+ @content_type_category = content_type_category
992
+ end
993
+
994
+ # Custom attribute writer method checking allowed values (enum).
995
+ # @param [Object] current_state Object to be assigned
996
+ def current_state=(current_state)
997
+ validator = EnumAttributeValidator.new('String', ["AUTOMATED", "AUTOMATED_DRAFT", "AUTOMATED_SENDING", "AUTOMATED_FOR_FORM", "AUTOMATED_FOR_FORM_BUFFER", "AUTOMATED_FOR_FORM_DRAFT", "AUTOMATED_FOR_FORM_LEGACY", "BLOG_EMAIL_DRAFT", "BLOG_EMAIL_PUBLISHED", "DRAFT", "DRAFT_AB", "DRAFT_AB_VARIANT", "ERROR", "LOSER_AB_VARIANT", "PAGE_STUB", "PRE_PROCESSING", "PROCESSING", "PUBLISHED", "PUBLISHED_AB", "PUBLISHED_AB_VARIANT", "PUBLISHED_OR_SCHEDULED", "RSS_TO_EMAIL_DRAFT", "RSS_TO_EMAIL_PUBLISHED", "SCHEDULED", "SCHEDULED_AB", "SCHEDULED_OR_PUBLISHED", "AUTOMATED_AB", "AUTOMATED_AB_VARIANT", "AUTOMATED_DRAFT_AB", "AUTOMATED_DRAFT_ABVARIANT", "AUTOMATED_LOSER_ABVARIANT"])
998
+ unless validator.valid?(current_state)
999
+ fail ArgumentError, "invalid value for \"current_state\", must be one of #{validator.allowable_values}."
1000
+ end
1001
+ @current_state = current_state
1002
+ end
1003
+
1004
+ # Checks equality by comparing each attribute.
1005
+ # @param [Object] Object to be compared
1006
+ def ==(o)
1007
+ return true if self.equal?(o)
1008
+ self.class == o.class &&
1009
+ id == o.id &&
1010
+ slug == o.slug &&
1011
+ content_group_id == o.content_group_id &&
1012
+ campaign == o.campaign &&
1013
+ category_id == o.category_id &&
1014
+ state == o.state &&
1015
+ template_path == o.template_path &&
1016
+ name == o.name &&
1017
+ mab_experiment_id == o.mab_experiment_id &&
1018
+ archived == o.archived &&
1019
+ author_name == o.author_name &&
1020
+ ab_test_id == o.ab_test_id &&
1021
+ created_by_id == o.created_by_id &&
1022
+ updated_by_id == o.updated_by_id &&
1023
+ domain == o.domain &&
1024
+ subcategory == o.subcategory &&
1025
+ ab_status == o.ab_status &&
1026
+ folder_id == o.folder_id &&
1027
+ widget_containers == o.widget_containers &&
1028
+ widgets == o.widgets &&
1029
+ language == o.language &&
1030
+ translated_from_id == o.translated_from_id &&
1031
+ dynamic_page_hub_db_table_id == o.dynamic_page_hub_db_table_id &&
1032
+ blog_author_id == o.blog_author_id &&
1033
+ html_title == o.html_title &&
1034
+ page_redirected == o.page_redirected &&
1035
+ page_expiry_enabled == o.page_expiry_enabled &&
1036
+ page_expiry_date == o.page_expiry_date &&
1037
+ page_expiry_redirect_id == o.page_expiry_redirect_id &&
1038
+ page_expiry_redirect_url == o.page_expiry_redirect_url &&
1039
+ use_featured_image == o.use_featured_image &&
1040
+ tag_ids == o.tag_ids &&
1041
+ enable_google_amp_output_override == o.enable_google_amp_output_override &&
1042
+ _post_body == o._post_body &&
1043
+ post_summary == o.post_summary &&
1044
+ rss_body == o.rss_body &&
1045
+ rss_summary == o.rss_summary &&
1046
+ password == o.password &&
1047
+ attached_stylesheets == o.attached_stylesheets &&
1048
+ include_default_custom_css == o.include_default_custom_css &&
1049
+ enable_domain_stylesheets == o.enable_domain_stylesheets &&
1050
+ enable_layout_stylesheets == o.enable_layout_stylesheets &&
1051
+ meta_description == o.meta_description &&
1052
+ publish_immediately == o.publish_immediately &&
1053
+ head_html == o.head_html &&
1054
+ footer_html == o.footer_html &&
1055
+ content_type_category == o.content_type_category &&
1056
+ current_state == o.current_state &&
1057
+ link_rel_canonical_url == o.link_rel_canonical_url &&
1058
+ featured_image == o.featured_image &&
1059
+ featured_image_alt_text == o.featured_image_alt_text &&
1060
+ public_access_rules_enabled == o.public_access_rules_enabled &&
1061
+ public_access_rules == o.public_access_rules &&
1062
+ layout_sections == o.layout_sections &&
1063
+ theme_settings_values == o.theme_settings_values &&
1064
+ url == o.url &&
1065
+ publish_date == o.publish_date &&
1066
+ deleted_at == o.deleted_at &&
1067
+ created_at == o.created_at &&
1068
+ published == o.published &&
1069
+ updated_at == o.updated_at
1070
+ end
1071
+
1072
+ # @see the `==` method
1073
+ # @param [Object] Object to be compared
1074
+ def eql?(o)
1075
+ self == o
1076
+ end
1077
+
1078
+ # Calculates hash code according to all attributes.
1079
+ # @return [Integer] Hash code
1080
+ def hash
1081
+ [id, slug, content_group_id, campaign, category_id, state, template_path, name, mab_experiment_id, archived, author_name, ab_test_id, created_by_id, updated_by_id, domain, subcategory, ab_status, folder_id, widget_containers, widgets, language, translated_from_id, dynamic_page_hub_db_table_id, blog_author_id, html_title, page_redirected, page_expiry_enabled, page_expiry_date, page_expiry_redirect_id, page_expiry_redirect_url, use_featured_image, tag_ids, enable_google_amp_output_override, _post_body, post_summary, rss_body, rss_summary, password, attached_stylesheets, include_default_custom_css, enable_domain_stylesheets, enable_layout_stylesheets, meta_description, publish_immediately, head_html, footer_html, content_type_category, current_state, link_rel_canonical_url, featured_image, featured_image_alt_text, public_access_rules_enabled, public_access_rules, layout_sections, theme_settings_values, url, publish_date, deleted_at, created_at, published, updated_at].hash
1082
+ end
1083
+
1084
+ # Builds the object from hash
1085
+ # @param [Hash] attributes Model attributes in the form of hash
1086
+ # @return [Object] Returns the model itself
1087
+ def self.build_from_hash(attributes)
1088
+ new.build_from_hash(attributes)
1089
+ end
1090
+
1091
+ # Builds the object from hash
1092
+ # @param [Hash] attributes Model attributes in the form of hash
1093
+ # @return [Object] Returns the model itself
1094
+ def build_from_hash(attributes)
1095
+ return nil unless attributes.is_a?(Hash)
1096
+ self.class.openapi_types.each_pair do |key, type|
1097
+ if type =~ /\AArray<(.*)>/i
1098
+ # check to ensure the input is an array given that the attribute
1099
+ # is documented as an array but the input is not
1100
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
1101
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
1102
+ end
1103
+ elsif !attributes[self.class.attribute_map[key]].nil?
1104
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
1105
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
1106
+ end
1107
+
1108
+ self
1109
+ end
1110
+
1111
+ # Deserializes the data based on type
1112
+ # @param string type Data type
1113
+ # @param string value Value to be deserialized
1114
+ # @return [Object] Deserialized data
1115
+ def _deserialize(type, value)
1116
+ case type.to_sym
1117
+ when :DateTime
1118
+ DateTime.parse(value)
1119
+ when :Date
1120
+ Date.parse(value)
1121
+ when :String
1122
+ value.to_s
1123
+ when :Integer
1124
+ value.to_i
1125
+ when :Float
1126
+ value.to_f
1127
+ when :Boolean
1128
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
1129
+ true
1130
+ else
1131
+ false
1132
+ end
1133
+ when :Object
1134
+ # generic object (usually a Hash), return directly
1135
+ value
1136
+ when /\AArray<(?<inner_type>.+)>\z/
1137
+ inner_type = Regexp.last_match[:inner_type]
1138
+ value.map { |v| _deserialize(inner_type, v) }
1139
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
1140
+ k_type = Regexp.last_match[:k_type]
1141
+ v_type = Regexp.last_match[:v_type]
1142
+ {}.tap do |hash|
1143
+ value.each do |k, v|
1144
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
1145
+ end
1146
+ end
1147
+ else # model
1148
+ Hubspot::Cms::Blogs::BlogPosts.const_get(type).build_from_hash(value)
1149
+ end
1150
+ end
1151
+
1152
+ # Returns the string representation of the object
1153
+ # @return [String] String presentation of the object
1154
+ def to_s
1155
+ to_hash.to_s
1156
+ end
1157
+
1158
+ # to_body is an alias to to_hash (backward compatibility)
1159
+ # @return [Hash] Returns the object in the form of hash
1160
+ def to_body
1161
+ to_hash
1162
+ end
1163
+
1164
+ # Returns the object in the form of hash
1165
+ # @return [Hash] Returns the object in the form of hash
1166
+ def to_hash
1167
+ hash = {}
1168
+ self.class.attribute_map.each_pair do |attr, param|
1169
+ value = self.send(attr)
1170
+ if value.nil?
1171
+ is_nullable = self.class.openapi_nullable.include?(attr)
1172
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
1173
+ end
1174
+
1175
+ hash[param] = _to_hash(value)
1176
+ end
1177
+ hash
1178
+ end
1179
+
1180
+ # Outputs non-array value in the form of hash
1181
+ # For object, use to_hash. Otherwise, just return the value
1182
+ # @param [Object] value Any valid value
1183
+ # @return [Hash] Returns the value in the form of hash
1184
+ def _to_hash(value)
1185
+ if value.is_a?(Array)
1186
+ value.compact.map { |v| _to_hash(v) }
1187
+ elsif value.is_a?(Hash)
1188
+ {}.tap do |hash|
1189
+ value.each { |k, v| hash[k] = _to_hash(v) }
1190
+ end
1191
+ elsif value.respond_to? :to_hash
1192
+ value.to_hash
1193
+ else
1194
+ value
1195
+ end
1196
+ end
1197
+ end
1198
+ end
1199
+ end
1200
+ end
1201
+ end