hubspot-api-client 9.0.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3214) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +39 -0
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +31 -32
  6. data/LICENSE +201 -0
  7. data/README.md +4 -0
  8. data/Rakefile +1 -0
  9. data/hubspot-api-client.gemspec +7 -4
  10. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  11. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  12. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  13. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  14. data/lib/hubspot/codegen/automation/actions/api_client.rb +406 -0
  15. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  16. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  19. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  20. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  21. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  22. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  23. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  25. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  26. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  27. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  28. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  29. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  32. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  33. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  34. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  35. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  36. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  37. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  38. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  39. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  40. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +45 -63
  41. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +16 -11
  42. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  43. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +408 -0
  44. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  45. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  46. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  47. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  48. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  49. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  50. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  51. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  57. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  58. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +408 -0
  59. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  60. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  61. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  62. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  63. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  64. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1207 -0
  68. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  69. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +393 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  88. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  89. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +408 -0
  90. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  91. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  92. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  93. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  94. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  95. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  96. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  97. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  98. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  99. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  100. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  101. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  102. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  103. data/lib/hubspot/codegen/cms/domains/api_client.rb +45 -63
  104. data/lib/hubspot/codegen/cms/domains/configuration.rb +16 -11
  105. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  106. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  107. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  108. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +46 -64
  109. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  110. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
  111. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  112. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  113. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  114. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  115. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  116. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  117. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  118. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  119. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  120. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  121. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  122. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  124. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +5 -3
  125. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  126. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  127. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  128. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  129. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  130. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  131. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  132. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  133. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
  134. data/lib/hubspot/codegen/cms/performance/api_client.rb +45 -63
  135. data/lib/hubspot/codegen/cms/performance/configuration.rb +16 -11
  136. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +2 -5
  137. data/lib/hubspot/codegen/cms/site-search/api_client.rb +45 -63
  138. data/lib/hubspot/codegen/cms/site-search/configuration.rb +16 -11
  139. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +19 -2
  140. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +5 -2
  141. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +17 -15
  142. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +45 -63
  143. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +16 -11
  144. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  145. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +406 -0
  146. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  147. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  148. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  149. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  150. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  151. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  152. data/lib/hubspot/codegen/crm/associations/api_client.rb +45 -63
  153. data/lib/hubspot/codegen/crm/associations/configuration.rb +16 -11
  154. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
  155. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
  156. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  157. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  158. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +6 -12
  159. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +11 -14
  160. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +3 -3
  161. data/lib/hubspot/codegen/crm/companies/api_client.rb +45 -63
  162. data/lib/hubspot/codegen/crm/companies/configuration.rb +16 -11
  163. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  164. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +1 -1
  165. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +226 -0
  166. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  167. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  168. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  169. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +210 -0
  170. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -12
  171. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +288 -0
  172. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  173. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +6 -12
  174. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +11 -14
  175. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +3 -3
  176. data/lib/hubspot/codegen/crm/contacts/api_client.rb +45 -63
  177. data/lib/hubspot/codegen/crm/contacts/configuration.rb +16 -11
  178. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  179. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +1 -1
  180. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +226 -0
  181. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  182. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  183. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  184. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +210 -0
  185. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -12
  186. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +288 -0
  187. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  188. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +6 -12
  189. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +11 -14
  190. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +3 -3
  191. data/lib/hubspot/codegen/crm/deals/api_client.rb +45 -63
  192. data/lib/hubspot/codegen/crm/deals/configuration.rb +16 -11
  193. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  194. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +1 -1
  195. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +226 -0
  196. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  197. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  198. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  199. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +210 -0
  200. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -12
  201. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +288 -0
  202. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
  203. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  204. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  205. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  206. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  207. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  208. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +408 -0
  209. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  210. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  211. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  212. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  213. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  214. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  215. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  216. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  217. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  218. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  219. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  220. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  221. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  222. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  223. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  224. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  225. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  226. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  227. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  228. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  229. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  230. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  231. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  232. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  233. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  234. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  235. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  236. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  237. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  238. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  239. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  240. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  241. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  242. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  243. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  244. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  245. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  246. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  247. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  248. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +408 -0
  249. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  250. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  251. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  252. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  253. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  254. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  255. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  256. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +52 -70
  257. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +16 -11
  258. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  259. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +408 -0
  260. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  261. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  262. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  263. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  264. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  265. data/lib/hubspot/codegen/crm/imports/api/default_api.rb +90 -0
  266. data/lib/hubspot/codegen/crm/imports/api_client.rb +45 -63
  267. data/lib/hubspot/codegen/crm/imports/configuration.rb +16 -11
  268. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +226 -0
  269. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +210 -0
  270. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +238 -0
  271. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +353 -0
  272. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +2 -2
  273. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +6 -12
  274. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +11 -14
  275. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +3 -3
  276. data/lib/hubspot/codegen/crm/line_items/api_client.rb +45 -63
  277. data/lib/hubspot/codegen/crm/line_items/configuration.rb +16 -11
  278. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  279. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +1 -1
  280. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +226 -0
  281. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  282. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  283. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  284. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +210 -0
  285. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -12
  286. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +288 -0
  287. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  288. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +6 -12
  289. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +11 -14
  290. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +10 -10
  291. data/lib/hubspot/codegen/crm/objects/api_client.rb +45 -63
  292. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  293. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +100 -0
  294. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +175 -0
  295. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  296. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  297. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +408 -0
  298. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  299. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  300. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  301. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  302. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  303. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  304. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  305. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  306. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  307. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  308. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +228 -0
  309. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  310. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  311. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  312. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  313. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  314. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  315. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  316. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +212 -0
  317. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  318. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  319. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  320. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  321. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +279 -0
  322. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  323. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  324. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  325. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +290 -0
  326. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  327. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -20
  328. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  329. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +226 -0
  330. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  331. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  332. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  333. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +210 -0
  334. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +1 -12
  335. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +288 -0
  336. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  337. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +9 -3
  338. data/lib/hubspot/codegen/crm/owners/api_client.rb +45 -63
  339. data/lib/hubspot/codegen/crm/owners/configuration.rb +16 -11
  340. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +226 -0
  341. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +210 -0
  342. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +45 -63
  343. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +16 -11
  344. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +6 -12
  345. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +11 -14
  346. data/lib/hubspot/codegen/crm/products/api/search_api.rb +3 -3
  347. data/lib/hubspot/codegen/crm/products/api_client.rb +45 -63
  348. data/lib/hubspot/codegen/crm/products/configuration.rb +16 -11
  349. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  350. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +1 -1
  351. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +226 -0
  352. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  353. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  354. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  355. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +210 -0
  356. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -12
  357. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +288 -0
  358. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  359. data/lib/hubspot/codegen/crm/properties/api_client.rb +45 -63
  360. data/lib/hubspot/codegen/crm/properties/configuration.rb +16 -11
  361. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +1 -1
  362. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  363. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  364. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +3 -6
  365. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +6 -12
  366. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +3 -3
  367. data/lib/hubspot/codegen/crm/quotes/api_client.rb +45 -63
  368. data/lib/hubspot/codegen/crm/quotes/configuration.rb +16 -11
  369. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  370. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +1 -1
  371. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +226 -0
  372. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  373. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  374. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  375. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +210 -0
  376. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -12
  377. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +288 -0
  378. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
  379. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +30 -24
  380. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  381. data/lib/hubspot/codegen/crm/schemas/api_client.rb +45 -63
  382. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  383. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +1 -75
  384. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +4 -78
  385. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +217 -0
  386. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +15 -1
  387. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +15 -1
  388. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +2 -2
  389. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +6 -12
  390. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +11 -14
  391. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +3 -3
  392. data/lib/hubspot/codegen/crm/tickets/api_client.rb +45 -63
  393. data/lib/hubspot/codegen/crm/tickets/configuration.rb +16 -11
  394. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  395. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +1 -1
  396. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +226 -0
  397. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +226 -0
  398. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +240 -0
  399. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  400. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +210 -0
  401. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -12
  402. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +288 -0
  403. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
  404. data/lib/hubspot/codegen/crm/timeline/api_client.rb +45 -63
  405. data/lib/hubspot/codegen/crm/timeline/configuration.rb +16 -11
  406. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
  407. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  408. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  409. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  410. data/lib/hubspot/codegen/events/api_client.rb +404 -0
  411. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  412. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  413. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  414. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  415. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  416. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  417. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  418. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  419. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  420. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  421. data/lib/hubspot/codegen/files/files/api_client.rb +406 -0
  422. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  423. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  424. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  425. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  426. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  427. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  428. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  429. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  430. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  431. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  432. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  433. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  434. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  435. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  436. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  437. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  438. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  439. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  440. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  441. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  442. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  443. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  444. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  445. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +406 -0
  446. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  447. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  448. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  449. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  450. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  451. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  452. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  453. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  454. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  455. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  456. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  457. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  458. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  459. data/lib/hubspot/codegen/oauth/api_client.rb +52 -71
  460. data/lib/hubspot/codegen/oauth/configuration.rb +16 -11
  461. data/lib/hubspot/codegen/webhooks/api_client.rb +52 -70
  462. data/lib/hubspot/codegen/webhooks/configuration.rb +16 -11
  463. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +1 -1
  464. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  465. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  466. data/lib/hubspot/version.rb +1 -1
  467. data/lib/hubspot-api-client.rb +5 -546
  468. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  469. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  470. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  471. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  472. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  473. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  474. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  475. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  476. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  477. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  478. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  479. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  480. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  481. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  482. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  483. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  484. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  485. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  486. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  487. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  488. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  489. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  490. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  491. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  492. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  493. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  494. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  495. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  496. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  497. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  498. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  499. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  500. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  501. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  502. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
  503. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  504. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  505. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  506. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  507. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  508. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  509. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  510. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  511. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  512. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  513. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  514. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  515. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  516. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  517. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  518. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  519. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  520. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  521. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  522. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  523. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  524. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  525. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  526. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  527. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  528. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  529. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  530. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  531. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  532. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  533. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  534. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  535. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  536. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  537. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  538. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  539. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  540. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  541. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  542. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
  543. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  544. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  545. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  546. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  547. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  548. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  549. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  550. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  551. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  552. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  553. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  554. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  555. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  556. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  557. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  558. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  559. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  560. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  561. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  562. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  563. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  564. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  565. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  566. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  567. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  568. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  569. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  570. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  571. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  572. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  573. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  574. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  575. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  576. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  577. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  578. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  579. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  580. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  581. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  582. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  583. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  584. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  585. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  586. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  587. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  588. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  589. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  590. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  591. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  592. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  593. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  594. data/spec/codegen/cms/site-search/api/default_api_spec.rb +77 -0
  595. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  596. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  597. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  598. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  599. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  600. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  601. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  602. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  603. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  604. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  605. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  606. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  607. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  608. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  609. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  610. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  611. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  612. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  613. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  614. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  615. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  616. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  617. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  618. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  619. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  620. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  621. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  622. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  623. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  624. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  625. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  626. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  627. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  628. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  629. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  630. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  631. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  632. data/spec/codegen/crm/companies/api/associations_api_spec.rb +77 -0
  633. data/spec/codegen/crm/companies/api/basic_api_spec.rb +105 -0
  634. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  635. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  636. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  637. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  638. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  639. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  640. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  641. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  642. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  643. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  644. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  645. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  646. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  647. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  648. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  649. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  650. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  651. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  652. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +41 -0
  653. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  654. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  655. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  656. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  657. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  658. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  659. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  660. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +71 -0
  661. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +77 -0
  662. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  663. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +77 -0
  664. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +105 -0
  665. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  666. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  667. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  668. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  669. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  670. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  671. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  672. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  673. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  674. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  675. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  676. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  677. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  678. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  679. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  680. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  681. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  682. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  683. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +41 -0
  684. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  685. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  686. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  687. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  688. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  689. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  690. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  691. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +71 -0
  692. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +77 -0
  693. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  694. data/spec/codegen/crm/deals/api/associations_api_spec.rb +77 -0
  695. data/spec/codegen/crm/deals/api/basic_api_spec.rb +105 -0
  696. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  697. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  698. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  699. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  700. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  701. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  702. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  703. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  704. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  705. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  706. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  707. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  708. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  709. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  710. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  711. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  712. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  713. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  714. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +41 -0
  715. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  716. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  717. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  718. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  719. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  720. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  721. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  722. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +71 -0
  723. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +77 -0
  724. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  725. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  726. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  727. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  728. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  729. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  730. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  731. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  732. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  733. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  734. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  735. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  736. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  737. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  738. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  739. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  740. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  741. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  742. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  743. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  744. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  745. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  746. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  747. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  748. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  749. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  750. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  751. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  752. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  753. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  754. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  755. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  756. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  757. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  758. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  759. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  760. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  761. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  762. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  763. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  764. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  765. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  766. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  767. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  768. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  769. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  770. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  771. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  772. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  773. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  774. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  775. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  776. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  777. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  778. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  779. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  780. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  781. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  782. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  783. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  784. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  785. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  786. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  787. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  788. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  789. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  790. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  791. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  792. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  793. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  794. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  795. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  796. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  797. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  798. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  799. data/spec/codegen/crm/imports/api/default_api_spec.rb +47 -0
  800. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  801. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +47 -0
  802. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  803. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  804. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  805. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +41 -0
  806. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +53 -0
  807. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  808. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  809. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  810. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +97 -0
  811. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  812. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  813. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  814. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +77 -0
  815. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +105 -0
  816. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  817. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  818. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  819. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  820. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  821. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  822. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  823. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  824. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  825. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  826. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  827. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  828. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  829. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  830. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  831. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  832. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  833. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  834. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +41 -0
  835. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  836. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  837. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  838. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  839. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  840. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  841. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  842. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +71 -0
  843. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +77 -0
  844. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  845. data/spec/codegen/crm/objects/api/associations_api_spec.rb +80 -0
  846. data/spec/codegen/crm/objects/api/basic_api_spec.rb +110 -0
  847. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  848. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  849. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +49 -0
  850. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +67 -0
  851. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  852. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  853. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  854. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  855. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  856. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  857. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  858. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  859. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  860. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  861. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  862. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  863. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  864. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  865. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  866. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  867. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  868. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  869. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +41 -0
  870. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  871. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  872. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  873. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  874. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  875. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  876. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  877. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +71 -0
  878. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +77 -0
  879. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  880. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  881. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  882. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  883. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  884. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  885. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  886. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  887. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  888. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  889. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  890. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  891. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  892. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  893. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  894. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  895. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  896. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +41 -0
  897. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  898. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  899. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  900. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  901. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  902. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  903. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  904. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +71 -0
  905. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +77 -0
  906. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  907. data/spec/codegen/crm/owners/api/default_api_spec.rb +62 -0
  908. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +47 -0
  909. data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
  910. data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
  911. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +41 -0
  912. data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
  913. data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
  914. data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
  915. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  916. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
  917. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  918. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  919. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
  920. data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
  921. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
  922. data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
  923. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
  924. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  925. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
  926. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  927. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  928. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
  929. data/spec/codegen/crm/products/api/associations_api_spec.rb +77 -0
  930. data/spec/codegen/crm/products/api/basic_api_spec.rb +105 -0
  931. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  932. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  933. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  934. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  935. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  936. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  937. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  938. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  939. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  940. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  941. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  942. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  943. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  944. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  945. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  946. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  947. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  948. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  949. data/spec/codegen/crm/products/models/forward_paging_spec.rb +41 -0
  950. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  951. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  952. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  953. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  954. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  955. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  956. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  957. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +71 -0
  958. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +77 -0
  959. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  960. data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
  961. data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
  962. data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
  963. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
  964. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
  965. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
  966. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
  967. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
  968. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
  969. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  970. data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
  971. data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
  972. data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
  973. data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
  974. data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
  975. data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
  976. data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
  977. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
  978. data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
  979. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
  980. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
  981. data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
  982. data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
  983. data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
  984. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  985. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +49 -0
  986. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +67 -0
  987. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  988. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  989. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  990. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  991. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  992. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  993. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  994. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  995. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  996. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  997. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  998. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  999. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  1000. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  1001. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  1002. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  1003. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  1004. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
  1005. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +41 -0
  1006. data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
  1007. data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
  1008. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
  1009. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  1010. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  1011. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  1012. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  1013. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +71 -0
  1014. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +77 -0
  1015. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  1016. data/spec/codegen/crm/schemas/api/core_api_spec.rb +123 -0
  1017. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  1018. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +53 -0
  1019. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +71 -0
  1020. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +41 -0
  1021. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  1022. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  1023. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  1024. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +119 -0
  1025. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  1026. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  1027. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +113 -0
  1028. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  1029. data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
  1030. data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
  1031. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  1032. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  1033. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +77 -0
  1034. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +105 -0
  1035. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  1036. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  1037. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  1038. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1039. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1040. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1041. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1042. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  1043. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1044. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  1045. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  1046. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  1047. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  1048. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  1049. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  1050. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  1051. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  1052. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
  1053. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +41 -0
  1054. data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
  1055. data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
  1056. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
  1057. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  1058. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  1059. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  1060. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  1061. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +71 -0
  1062. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +77 -0
  1063. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  1064. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  1065. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  1066. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  1067. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  1068. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  1069. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  1070. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  1071. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  1072. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  1073. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  1074. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  1075. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  1076. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  1077. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  1078. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  1079. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  1080. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  1081. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  1082. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  1083. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  1084. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  1085. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  1086. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  1087. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  1088. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  1089. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  1090. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  1091. data/spec/codegen/events/models/error_spec.rb +77 -0
  1092. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  1093. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  1094. data/spec/codegen/events/models/paging_spec.rb +41 -0
  1095. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  1096. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  1097. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  1098. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  1099. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  1100. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  1101. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  1102. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  1103. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  1104. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  1105. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  1106. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  1107. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  1108. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  1109. data/spec/codegen/files/files/models/hubspot_file_spec.rb +147 -0
  1110. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  1111. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  1112. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  1113. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  1114. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  1115. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  1116. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  1117. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  1118. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  1119. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  1120. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  1121. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  1122. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  1123. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  1124. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  1125. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  1126. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  1127. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  1128. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  1129. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  1130. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
  1131. data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
  1132. data/spec/codegen/oauth/models/error_spec.rb +77 -0
  1133. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
  1134. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  1135. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  1136. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  1137. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  1138. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  1139. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  1140. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  1141. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  1142. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  1143. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  1144. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  1145. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  1146. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  1147. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  1148. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  1149. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  1150. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  1151. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  1152. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  1153. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  1154. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  1155. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  1156. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  1157. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  1158. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  1159. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  1160. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  1161. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  1162. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1163. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  1164. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  1165. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  1166. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  1167. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  1168. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  1169. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  1170. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  1171. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  1172. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  1173. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  1174. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  1175. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  1176. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  1177. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  1178. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  1179. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  1180. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  1181. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  1182. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1183. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1184. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1185. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1186. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1187. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  1188. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  1189. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1190. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1191. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  1192. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  1193. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  1194. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  1195. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  1196. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  1197. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  1198. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  1199. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  1200. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  1201. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  1202. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1203. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  1204. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  1205. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1206. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  1207. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  1208. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  1209. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  1210. data/spec/features/crm/products/search_api_spec.rb +7 -0
  1211. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  1212. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  1213. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  1214. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  1215. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  1216. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  1217. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  1218. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  1219. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  1220. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  1221. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  1222. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  1223. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  1224. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  1225. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  1226. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  1227. data/spec/features/events/events_api_spec.rb +7 -0
  1228. data/spec/features/files/files/files_api_spec.rb +16 -0
  1229. data/spec/features/files/files/folders_api_spec.rb +14 -0
  1230. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  1231. data/spec/features/oauth/default_api_spec.rb +10 -0
  1232. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  1233. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  1234. metadata +1882 -2064
  1235. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -1956
  1236. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb +0 -240
  1237. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb +0 -240
  1238. data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +0 -219
  1239. data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +0 -224
  1240. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +0 -226
  1241. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +0 -241
  1242. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +0 -226
  1243. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +0 -241
  1244. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +0 -226
  1245. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +0 -241
  1246. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +0 -226
  1247. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +0 -241
  1248. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb +0 -226
  1249. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb +0 -241
  1250. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +0 -226
  1251. data/lib/hubspot/codegen/crm/owners/models/paging.rb +0 -210
  1252. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +0 -226
  1253. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +0 -241
  1254. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +0 -226
  1255. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +0 -241
  1256. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb +0 -226
  1257. data/lib/hubspot/codegen/crm/schemas/models/next_page.rb +0 -224
  1258. data/lib/hubspot/codegen/crm/schemas/models/paging.rb +0 -219
  1259. data/lib/hubspot/codegen/crm/schemas/models/previous_page.rb +0 -224
  1260. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +0 -226
  1261. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +0 -241
  1262. data/sample-apps/companies-app/.env +0 -4
  1263. data/sample-apps/companies-app/.env.template +0 -2
  1264. data/sample-apps/companies-app/.env.test.template +0 -3
  1265. data/sample-apps/companies-app/.gitignore +0 -35
  1266. data/sample-apps/companies-app/.rspec +0 -1
  1267. data/sample-apps/companies-app/.ruby-version +0 -1
  1268. data/sample-apps/companies-app/Dockerfile +0 -22
  1269. data/sample-apps/companies-app/Gemfile +0 -33
  1270. data/sample-apps/companies-app/Gemfile.lock +0 -271
  1271. data/sample-apps/companies-app/README.md +0 -31
  1272. data/sample-apps/companies-app/Rakefile +0 -6
  1273. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  1274. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  1275. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  1276. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  1277. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  1278. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  1279. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  1280. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  1281. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  1282. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  1283. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  1284. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1285. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  1286. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1287. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1288. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1289. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1290. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1291. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  1292. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  1293. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  1294. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  1295. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  1296. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  1297. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  1298. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  1299. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  1300. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  1301. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1302. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  1303. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  1304. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  1305. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  1306. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  1307. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  1308. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  1309. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  1310. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  1311. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  1312. data/sample-apps/companies-app/bin/bundle +0 -3
  1313. data/sample-apps/companies-app/bin/rails +0 -9
  1314. data/sample-apps/companies-app/bin/rake +0 -9
  1315. data/sample-apps/companies-app/bin/setup +0 -36
  1316. data/sample-apps/companies-app/bin/spring +0 -17
  1317. data/sample-apps/companies-app/bin/update +0 -31
  1318. data/sample-apps/companies-app/bin/yarn +0 -11
  1319. data/sample-apps/companies-app/config/application.rb +0 -19
  1320. data/sample-apps/companies-app/config/boot.rb +0 -3
  1321. data/sample-apps/companies-app/config/cable.yml +0 -10
  1322. data/sample-apps/companies-app/config/database.yml +0 -25
  1323. data/sample-apps/companies-app/config/environment.rb +0 -5
  1324. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  1325. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  1326. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  1327. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  1328. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  1329. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  1330. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  1331. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  1332. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  1333. data/sample-apps/companies-app/config/puma.rb +0 -34
  1334. data/sample-apps/companies-app/config/routes.rb +0 -17
  1335. data/sample-apps/companies-app/config/spring.rb +0 -6
  1336. data/sample-apps/companies-app/config.ru +0 -5
  1337. data/sample-apps/companies-app/db/development.sqlite3 +0 -0
  1338. data/sample-apps/companies-app/db/seeds.rb +0 -7
  1339. data/sample-apps/companies-app/docker-compose.yml +0 -11
  1340. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  1341. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  1342. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  1343. data/sample-apps/companies-app/log/.keep +0 -0
  1344. data/sample-apps/companies-app/log/development.log +0 -9651
  1345. data/sample-apps/companies-app/package.json +0 -5
  1346. data/sample-apps/companies-app/public/404.html +0 -67
  1347. data/sample-apps/companies-app/public/422.html +0 -67
  1348. data/sample-apps/companies-app/public/500.html +0 -66
  1349. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  1350. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  1351. data/sample-apps/companies-app/public/favicon.ico +0 -0
  1352. data/sample-apps/companies-app/public/robots.txt +0 -1
  1353. data/sample-apps/companies-app/tmp/.keep +0 -0
  1354. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/05/053IomYcNFTvqinXbDGqg6suuCpMwg3_qV12AK4ccx8.cache +0 -1
  1355. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/0B/0BGoINhViZ8xxoxODKNlHCXeopOIVGkZv9GAbzCCrZA.cache +0 -0
  1356. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  1357. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  1358. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  1359. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  1360. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  1361. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  1362. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  1363. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  1364. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  1365. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/A4/A4dS-Tck_QocRHBsc08nLD48snD4G6ewTLWwpkgdMOQ.cache +0 -0
  1366. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  1367. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  1368. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  1369. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  1370. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  1371. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Hc/Hcu6WwbYbe7vdpSCb0xXIKhaJsPWI3ClhXNHSX7tDGI.cache +0 -1
  1372. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  1373. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/LZ/LZDNDSBrMmCeKXHrWTWu3KifeJk8ttcNGuQa4fHLxeA.cache +0 -0
  1374. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  1375. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NF/NFP_eGmF5C6AoAtwpzQ--fUDgWzSatMkmaOg6MIZRsQ.cache +0 -0
  1376. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  1377. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Oy/OyUbp1l8zWzyp-bagPDb2l_Q7vp5qVbtWwVFV0hBbbM.cache +0 -2
  1378. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/QM/QMyYX6f-edvoA70P385xdnqFw26fL-P9OtifvwXojp8.cache +0 -2
  1379. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  1380. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  1381. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Vr/Vr4UNxcDzlkx9ESuVbgI_Mb-fZcsczNERjGUj7FX7Io.cache +0 -0
  1382. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  1383. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  1384. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/a3/a3AG-gARa2g-lIPGvcOkQvEfuvwICCxJd8zgE1bzLhE.cache +0 -2
  1385. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  1386. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  1387. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  1388. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  1389. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  1390. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/nF/nFSeMjJCygNSOQ27hdJwySwUPyh3vBaiXljrHxeQCfc.cache +0 -0
  1391. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  1392. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -2
  1393. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/tK/tKCKU24QLnDe4Wb5ytXkeZ42k7bpBNPmmTRcnTqC18o.cache +0 -1
  1394. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/up/upaGCA7w36yB4Tws-rJDm6zL9b8MvnhZ0TUcpzwH_vg.cache +0 -0
  1395. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  1396. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  1397. data/sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  1398. data/sample-apps/companies-app/tmp/development_secret.txt +0 -1
  1399. data/sample-apps/companies-app/tmp/restart.txt +0 -0
  1400. data/sample-apps/contacts-app/.env +0 -2
  1401. data/sample-apps/contacts-app/.env.template +0 -2
  1402. data/sample-apps/contacts-app/.env.test +0 -3
  1403. data/sample-apps/contacts-app/.env.test.template +0 -3
  1404. data/sample-apps/contacts-app/.gitignore +0 -35
  1405. data/sample-apps/contacts-app/.rspec +0 -1
  1406. data/sample-apps/contacts-app/.ruby-version +0 -1
  1407. data/sample-apps/contacts-app/Dockerfile +0 -22
  1408. data/sample-apps/contacts-app/Gemfile +0 -33
  1409. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  1410. data/sample-apps/contacts-app/README.md +0 -41
  1411. data/sample-apps/contacts-app/Rakefile +0 -6
  1412. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  1413. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  1414. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  1415. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  1416. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1417. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  1418. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  1419. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  1420. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1421. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  1422. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1423. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  1424. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  1425. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1426. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1427. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1428. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1429. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1430. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1431. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1432. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1433. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  1434. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1435. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1436. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1437. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1438. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1439. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1440. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  1441. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  1442. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  1443. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  1444. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  1445. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  1446. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  1447. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  1448. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  1449. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1450. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  1451. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  1452. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  1453. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  1454. data/sample-apps/contacts-app/bin/bundle +0 -3
  1455. data/sample-apps/contacts-app/bin/rails +0 -9
  1456. data/sample-apps/contacts-app/bin/rake +0 -9
  1457. data/sample-apps/contacts-app/bin/setup +0 -36
  1458. data/sample-apps/contacts-app/bin/spring +0 -17
  1459. data/sample-apps/contacts-app/bin/update +0 -31
  1460. data/sample-apps/contacts-app/bin/yarn +0 -11
  1461. data/sample-apps/contacts-app/config/application.rb +0 -19
  1462. data/sample-apps/contacts-app/config/boot.rb +0 -3
  1463. data/sample-apps/contacts-app/config/cable.yml +0 -10
  1464. data/sample-apps/contacts-app/config/database.yml +0 -25
  1465. data/sample-apps/contacts-app/config/environment.rb +0 -5
  1466. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  1467. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  1468. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  1469. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  1470. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1471. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1472. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  1473. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1474. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  1475. data/sample-apps/contacts-app/config/puma.rb +0 -34
  1476. data/sample-apps/contacts-app/config/routes.rb +0 -14
  1477. data/sample-apps/contacts-app/config/spring.rb +0 -6
  1478. data/sample-apps/contacts-app/config.ru +0 -5
  1479. data/sample-apps/contacts-app/db/development.sqlite3 +0 -0
  1480. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  1481. data/sample-apps/contacts-app/db/test.sqlite3 +0 -0
  1482. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  1483. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  1484. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  1485. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  1486. data/sample-apps/contacts-app/log/.keep +0 -0
  1487. data/sample-apps/contacts-app/log/development.log +0 -819
  1488. data/sample-apps/contacts-app/log/test.log +0 -81
  1489. data/sample-apps/contacts-app/package.json +0 -5
  1490. data/sample-apps/contacts-app/public/404.html +0 -67
  1491. data/sample-apps/contacts-app/public/422.html +0 -67
  1492. data/sample-apps/contacts-app/public/500.html +0 -66
  1493. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1494. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  1495. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  1496. data/sample-apps/contacts-app/public/robots.txt +0 -1
  1497. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1498. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1499. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1500. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1501. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1502. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1503. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1504. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  1505. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  1506. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  1507. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  1508. data/sample-apps/contacts-app/tmp/.keep +0 -0
  1509. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  1510. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  1511. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1Y/1YZtqickyeZ_JcII96hylY6lF7sxNkbgA85xfEwrRiI.cache +0 -0
  1512. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  1513. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  1514. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  1515. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache +0 -1
  1516. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  1517. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  1518. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  1519. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  1520. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  1521. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  1522. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  1523. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  1524. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  1525. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  1526. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  1527. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  1528. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  1529. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  1530. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HQ/HQOePM7-Xd6f4RPYUzU9DhU7j7x58rgm9Ji25xcZqfs.cache +0 -0
  1531. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  1532. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  1533. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -0
  1534. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  1535. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  1536. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  1537. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  1538. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  1539. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  1540. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  1541. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  1542. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  1543. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  1544. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  1545. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  1546. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  1547. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  1548. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  1549. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  1550. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  1551. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  1552. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  1553. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  1554. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  1555. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  1556. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  1557. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  1558. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  1559. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  1560. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  1561. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  1562. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  1563. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  1564. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  1565. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  1566. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  1567. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  1568. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  1569. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  1570. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  1571. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  1572. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  1573. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  1574. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  1575. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  1576. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  1577. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  1578. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  1579. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  1580. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  1581. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  1582. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  1583. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  1584. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  1585. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  1586. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  1587. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  1588. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  1589. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  1590. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  1591. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  1592. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  1593. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  1594. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  1595. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  1596. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  1597. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  1598. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  1599. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  1600. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  1601. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  1602. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  1603. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  1604. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  1605. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  1606. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  1607. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  1608. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  1609. data/sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  1610. data/sample-apps/contacts-app/tmp/development_secret.txt +0 -1
  1611. data/sample-apps/contacts-app/tmp/restart.txt +0 -0
  1612. data/sample-apps/imports-contacts-app/.env +0 -2
  1613. data/sample-apps/imports-contacts-app/.env.template +0 -2
  1614. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  1615. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  1616. data/sample-apps/imports-contacts-app/.rspec +0 -1
  1617. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  1618. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  1619. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  1620. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  1621. data/sample-apps/imports-contacts-app/README.md +0 -27
  1622. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  1623. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  1624. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  1625. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  1626. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  1627. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1628. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  1629. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  1630. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  1631. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1632. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  1633. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1634. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  1635. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1636. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1637. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1638. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1639. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1640. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  1641. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  1642. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  1643. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  1644. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  1645. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1646. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  1647. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  1648. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  1649. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  1650. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  1651. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  1652. data/sample-apps/imports-contacts-app/bin/update +0 -31
  1653. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  1654. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  1655. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  1656. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  1657. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  1658. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  1659. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  1660. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  1661. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  1662. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  1663. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1664. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1665. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  1666. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1667. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  1668. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  1669. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  1670. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  1671. data/sample-apps/imports-contacts-app/config.ru +0 -5
  1672. data/sample-apps/imports-contacts-app/db/development.sqlite3 +0 -0
  1673. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  1674. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  1675. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  1676. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  1677. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  1678. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  1679. data/sample-apps/imports-contacts-app/log/development.log +0 -2295
  1680. data/sample-apps/imports-contacts-app/package.json +0 -5
  1681. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  1682. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  1683. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  1684. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1685. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  1686. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  1687. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  1688. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  1689. data/sample-apps/imports-contacts-app/public/uploads/example (1).csv +0 -2
  1690. data/sample-apps/imports-contacts-app/public/uploads/example (3).csv +0 -2
  1691. data/sample-apps/imports-contacts-app/public/uploads/example.csv +0 -2
  1692. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  1693. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  1694. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache +0 -1
  1695. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  1696. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  1697. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  1698. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache +0 -0
  1699. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  1700. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache +0 -1
  1701. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  1702. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  1703. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache +0 -2
  1704. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  1705. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  1706. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  1707. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache +0 -0
  1708. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  1709. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache +0 -1
  1710. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  1711. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache +0 -1
  1712. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  1713. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache +0 -1
  1714. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  1715. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache +0 -0
  1716. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  1717. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache +0 -2
  1718. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  1719. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache +0 -2
  1720. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  1721. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  1722. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  1723. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  1724. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  1725. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache +0 -2
  1726. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache +0 -2
  1727. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache +0 -1
  1728. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
  1729. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  1730. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  1731. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  1732. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache +0 -1
  1733. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache +0 -1
  1734. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  1735. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  1736. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  1737. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache +0 -1
  1738. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache +0 -2
  1739. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  1740. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  1741. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  1742. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache +0 -1
  1743. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  1744. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  1745. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache +0 -1
  1746. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  1747. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  1748. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  1749. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  1750. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  1751. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  1752. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  1753. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  1754. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  1755. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache +0 -1
  1756. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  1757. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  1758. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  1759. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  1760. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  1761. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  1762. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  1763. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  1764. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache +0 -2
  1765. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache +0 -1
  1766. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  1767. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache +0 -0
  1768. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  1769. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  1770. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  1771. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  1772. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  1773. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  1774. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  1775. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  1776. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  1777. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  1778. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  1779. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  1780. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  1781. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache +0 -1
  1782. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache +0 -1
  1783. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  1784. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache +0 -1
  1785. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache +0 -0
  1786. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache +0 -1
  1787. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  1788. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  1789. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  1790. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  1791. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  1792. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache +0 -1
  1793. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  1794. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  1795. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  1796. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache +0 -2
  1797. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache +0 -2
  1798. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  1799. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  1800. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache +0 -1
  1801. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  1802. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  1803. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  1804. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  1805. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  1806. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  1807. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  1808. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  1809. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache +0 -0
  1810. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  1811. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  1812. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  1813. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  1814. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  1815. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  1816. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  1817. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  1818. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  1819. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  1820. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  1821. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  1822. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  1823. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  1824. data/sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  1825. data/sample-apps/imports-contacts-app/tmp/development_secret.txt +0 -1
  1826. data/sample-apps/imports-contacts-app/tmp/restart.txt +0 -0
  1827. data/sample-apps/leaky-bucket-app/.env +0 -3
  1828. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  1829. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  1830. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  1831. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  1832. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  1833. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  1834. data/sample-apps/leaky-bucket-app/README.md +0 -34
  1835. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  1836. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  1837. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  1838. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  1839. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  1840. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  1841. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  1842. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  1843. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  1844. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  1845. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  1846. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1847. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  1848. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1849. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1850. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1851. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1852. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1853. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1854. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1855. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  1856. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  1857. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  1858. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  1859. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  1860. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  1861. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  1862. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  1863. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  1864. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  1865. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  1866. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  1867. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  1868. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  1869. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  1870. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  1871. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  1872. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  1873. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  1874. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  1875. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  1876. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  1877. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  1878. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  1879. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1880. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  1881. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  1882. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  1883. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  1884. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  1885. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  1886. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  1887. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  1888. data/sample-apps/leaky-bucket-app/db/development.sqlite3 +0 -0
  1889. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  1890. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  1891. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  1892. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  1893. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  1894. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  1895. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  1896. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  1897. data/sample-apps/leaky-bucket-app/package.json +0 -5
  1898. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  1899. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  1900. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  1901. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  1902. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  1903. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  1904. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  1905. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  1906. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  1907. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  1908. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
  1909. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
  1910. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/3i/3iGcB4HFJSCib6hd2s7NHyA3p3m7WmwbnwoKbFDNkbU.cache +0 -0
  1911. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
  1912. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
  1913. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  1914. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
  1915. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
  1916. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  1917. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
  1918. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/F9/F9Cr6ENgXbyOBwpTZ8D9adNYcj0LUld_VXL2ACB69rQ.cache +0 -0
  1919. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
  1920. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
  1921. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fo/FoZvtPYqmTQXyBxMZA_g3iFKEBR1z4vvQt3054qOa8I.cache +0 -0
  1922. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  1923. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  1924. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
  1925. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  1926. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  1927. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  1928. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
  1929. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
  1930. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  1931. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  1932. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  1933. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
  1934. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
  1935. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  1936. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
  1937. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
  1938. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  1939. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
  1940. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
  1941. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aQ/aQTFIUhrXBb2LvUDWZkgEeWr6CeBshkDOFNO44m9Ee8.cache +0 -0
  1942. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  1943. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
  1944. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
  1945. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dC/dCeNBKGKdDiAU7F6_2GEqpvTtykUJZwmaat5fGdP8Ho.cache +0 -0
  1946. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  1947. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/er/erMUdJdhdd1rYhxzKZuXOaV1w5v5L_remJqi4Vk6OvQ.cache +0 -0
  1948. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/hw/hwfcCbCulgrifkp9iZUNXey6lL-s6DjR25afiktYu5Q.cache +0 -0
  1949. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
  1950. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  1951. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
  1952. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
  1953. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
  1954. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  1955. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
  1956. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
  1957. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
  1958. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
  1959. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
  1960. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
  1961. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  1962. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  1963. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  1964. data/sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
  1965. data/sample-apps/leaky-bucket-app/tmp/development_secret.txt +0 -1
  1966. data/sample-apps/leaky-bucket-app/tmp/restart.txt +0 -0
  1967. data/sample-apps/oauth-app/.env +0 -2
  1968. data/sample-apps/oauth-app/.env.template +0 -2
  1969. data/sample-apps/oauth-app/.env.test +0 -3
  1970. data/sample-apps/oauth-app/.env.test.template +0 -3
  1971. data/sample-apps/oauth-app/.gitignore +0 -35
  1972. data/sample-apps/oauth-app/.rspec +0 -1
  1973. data/sample-apps/oauth-app/.ruby-version +0 -1
  1974. data/sample-apps/oauth-app/Dockerfile +0 -22
  1975. data/sample-apps/oauth-app/Gemfile +0 -33
  1976. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  1977. data/sample-apps/oauth-app/README.md +0 -33
  1978. data/sample-apps/oauth-app/Rakefile +0 -6
  1979. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  1980. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  1981. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  1982. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  1983. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  1984. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  1985. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  1986. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  1987. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  1988. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  1989. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1990. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  1991. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1992. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1993. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1994. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1995. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1996. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1997. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1998. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1999. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  2000. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  2001. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  2002. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  2003. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  2004. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  2005. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  2006. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  2007. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  2008. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  2009. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  2010. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  2011. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  2012. data/sample-apps/oauth-app/bin/bundle +0 -3
  2013. data/sample-apps/oauth-app/bin/rails +0 -9
  2014. data/sample-apps/oauth-app/bin/rake +0 -9
  2015. data/sample-apps/oauth-app/bin/setup +0 -36
  2016. data/sample-apps/oauth-app/bin/spring +0 -17
  2017. data/sample-apps/oauth-app/bin/update +0 -31
  2018. data/sample-apps/oauth-app/bin/yarn +0 -11
  2019. data/sample-apps/oauth-app/config/application.rb +0 -19
  2020. data/sample-apps/oauth-app/config/boot.rb +0 -3
  2021. data/sample-apps/oauth-app/config/cable.yml +0 -10
  2022. data/sample-apps/oauth-app/config/database.yml +0 -25
  2023. data/sample-apps/oauth-app/config/environment.rb +0 -5
  2024. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  2025. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  2026. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  2027. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  2028. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  2029. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  2030. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  2031. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  2032. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  2033. data/sample-apps/oauth-app/config/puma.rb +0 -34
  2034. data/sample-apps/oauth-app/config/routes.rb +0 -14
  2035. data/sample-apps/oauth-app/config/spring.rb +0 -6
  2036. data/sample-apps/oauth-app/config.ru +0 -5
  2037. data/sample-apps/oauth-app/db/development.sqlite3 +0 -0
  2038. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  2039. data/sample-apps/oauth-app/db/test.sqlite3 +0 -0
  2040. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  2041. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  2042. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  2043. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  2044. data/sample-apps/oauth-app/log/.keep +0 -0
  2045. data/sample-apps/oauth-app/log/development.log +0 -276
  2046. data/sample-apps/oauth-app/log/test.log +0 -1890
  2047. data/sample-apps/oauth-app/package.json +0 -5
  2048. data/sample-apps/oauth-app/public/404.html +0 -67
  2049. data/sample-apps/oauth-app/public/422.html +0 -67
  2050. data/sample-apps/oauth-app/public/500.html +0 -66
  2051. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  2052. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  2053. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  2054. data/sample-apps/oauth-app/public/robots.txt +0 -1
  2055. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  2056. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  2057. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  2058. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  2059. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  2060. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  2061. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  2062. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  2063. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  2064. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  2065. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  2066. data/sample-apps/oauth-app/tmp/.keep +0 -0
  2067. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  2068. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2069. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1U/1UpJmI14JpcnoWoA6uDWd4rgiR_j5c8y03sN2BVXiL0.cache +0 -1
  2070. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -2
  2071. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2A/2A3umH19vP49evH2cz_iW72sD271nGL_AQr7_jImNS8.cache +0 -0
  2072. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2073. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2X/2XrkSiz6V3CxNAjlQovZ-2sP1KhSZNjwmo4Rh66fVxc.cache +0 -0
  2074. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2075. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache +0 -1
  2076. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -0
  2077. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/5h/5hkQ5P4i1GpzLLijVLIsXSqZ_WNhtLB3vSyd_dFGYVQ.cache +0 -1
  2078. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2079. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/6P/6P40XW9SqAEdFZNbhI1JXI6-I_6QpCCWjocyWXETdqk.cache +0 -1
  2080. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/7E/7E7Nuvl6VeCk9ogBf-sjyEcJ3bUtpzf6Gfhvs7kr1Kk.cache +0 -0
  2081. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/8c/8ceD6_zKe5lkXrzQV8cEc2zj3Kebok7XVGkQCRBcMtY.cache +0 -1
  2082. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  2083. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache +0 -0
  2084. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  2085. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2086. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache +0 -0
  2087. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache +0 -1
  2088. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache +0 -0
  2089. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache +0 -1
  2090. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache +0 -2
  2091. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  2092. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
  2093. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache +0 -0
  2094. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  2095. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache +0 -0
  2096. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  2097. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2098. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache +0 -0
  2099. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  2100. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -0
  2101. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2102. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  2103. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  2104. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  2105. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache +0 -0
  2106. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2107. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2108. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  2109. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  2110. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  2111. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  2112. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  2113. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2114. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2115. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  2116. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  2117. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  2118. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache +0 -0
  2119. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2120. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache +0 -0
  2121. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache +0 -0
  2122. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  2123. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  2124. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  2125. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  2126. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  2127. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  2128. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2129. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  2130. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2131. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2132. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache +0 -0
  2133. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache +0 -0
  2134. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  2135. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  2136. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache +0 -0
  2137. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  2138. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache +0 -1
  2139. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  2140. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  2141. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  2142. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache +0 -0
  2143. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache +0 -0
  2144. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  2145. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  2146. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache +0 -0
  2147. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache +0 -0
  2148. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  2149. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  2150. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  2151. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  2152. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  2153. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2154. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2155. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  2156. data/sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  2157. data/sample-apps/oauth-app/tmp/development_secret.txt +0 -1
  2158. data/sample-apps/oauth-app/tmp/restart.txt +0 -0
  2159. data/sample-apps/rate-limits-redis-sample-app/.env +0 -3
  2160. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  2161. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  2162. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  2163. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  2164. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  2165. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  2166. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  2167. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  2168. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  2169. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  2170. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  2171. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  2172. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  2173. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  2174. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  2175. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  2176. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  2177. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  2178. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2179. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  2180. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2181. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2182. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2183. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2184. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2185. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  2186. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  2187. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  2188. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  2189. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  2190. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  2191. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  2192. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  2193. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  2194. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  2195. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  2196. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  2197. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  2198. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  2199. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  2200. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  2201. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  2202. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  2203. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  2204. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  2205. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  2206. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  2207. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  2208. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  2209. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  2210. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  2211. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  2212. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  2213. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  2214. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  2215. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  2216. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  2217. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  2218. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  2219. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  2220. data/sample-apps/rate-limits-redis-sample-app/db/development.sqlite3 +0 -0
  2221. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  2222. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  2223. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  2224. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  2225. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  2226. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  2227. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  2228. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  2229. data/sample-apps/rate-limits-redis-sample-app/log/development.log +0 -3655
  2230. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  2231. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  2232. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  2233. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  2234. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  2235. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  2236. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  2237. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  2238. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  2239. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  2240. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache +0 -0
  2241. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache +0 -0
  2242. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache +0 -1
  2243. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache +0 -0
  2244. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache +0 -1
  2245. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache +0 -1
  2246. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache +0 -1
  2247. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache +0 -0
  2248. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache +0 -1
  2249. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache +0 -1
  2250. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache +0 -1
  2251. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache +0 -1
  2252. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache +0 -0
  2253. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache +0 -1
  2254. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache +0 -1
  2255. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache +0 -2
  2256. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache +0 -1
  2257. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache +0 -2
  2258. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache +0 -2
  2259. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache +0 -0
  2260. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2261. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache +0 -1
  2262. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  2263. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache +0 -1
  2264. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache +0 -2
  2265. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache +0 -1
  2266. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache +0 -0
  2267. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache +0 -1
  2268. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache +0 -1
  2269. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache +0 -0
  2270. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2271. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache +0 -1
  2272. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2273. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache +0 -0
  2274. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache +0 -1
  2275. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache +0 -0
  2276. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  2277. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache +0 -2
  2278. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache +0 -2
  2279. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2280. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache +0 -1
  2281. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache +0 -1
  2282. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  2283. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -5
  2284. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache +0 -1
  2285. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  2286. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache +0 -1
  2287. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2288. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache +0 -2
  2289. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache +0 -1
  2290. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache +0 -3
  2291. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  2292. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache +0 -0
  2293. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache +0 -0
  2294. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache +0 -1
  2295. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache +0 -0
  2296. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache +0 -1
  2297. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache +0 -0
  2298. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache +0 -1
  2299. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache +0 -1
  2300. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache +0 -1
  2301. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache +0 -0
  2302. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  2303. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2304. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2305. data/sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache +0 -1
  2306. data/sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt +0 -1
  2307. data/sample-apps/rate-limits-redis-sample-app/tmp/restart.txt +0 -0
  2308. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  2309. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  2310. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  2311. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  2312. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  2313. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  2314. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  2315. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  2316. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  2317. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  2318. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  2319. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  2320. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  2321. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  2322. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  2323. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  2324. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  2325. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  2326. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2327. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  2328. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2329. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2330. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2331. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2332. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2333. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  2334. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  2335. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  2336. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  2337. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  2338. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  2339. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  2340. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  2341. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  2342. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  2343. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  2344. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  2345. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  2346. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  2347. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  2348. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  2349. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  2350. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  2351. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  2352. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  2353. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  2354. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  2355. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  2356. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  2357. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  2358. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  2359. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  2360. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  2361. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  2362. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  2363. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  2364. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  2365. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  2366. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  2367. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  2368. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  2369. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  2370. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  2371. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  2372. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  2373. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  2374. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  2375. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  2376. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  2377. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  2378. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  2379. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  2380. data/sample-apps/search-result-paging-app/.env +0 -4
  2381. data/sample-apps/search-result-paging-app/.env.template +0 -4
  2382. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  2383. data/sample-apps/search-result-paging-app/.rspec +0 -1
  2384. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  2385. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  2386. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  2387. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  2388. data/sample-apps/search-result-paging-app/README.md +0 -0
  2389. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  2390. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  2391. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  2392. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  2393. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  2394. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  2395. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  2396. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  2397. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  2398. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  2399. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  2400. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2401. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  2402. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2403. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2404. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2405. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2406. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2407. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  2408. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  2409. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  2410. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  2411. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  2412. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  2413. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  2414. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  2415. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  2416. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  2417. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  2418. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  2419. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  2420. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  2421. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  2422. data/sample-apps/search-result-paging-app/bin/update +0 -31
  2423. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  2424. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  2425. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  2426. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  2427. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  2428. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  2429. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  2430. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  2431. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  2432. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  2433. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  2434. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  2435. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  2436. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  2437. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  2438. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  2439. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  2440. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  2441. data/sample-apps/search-result-paging-app/config.ru +0 -5
  2442. data/sample-apps/search-result-paging-app/db/development.sqlite3 +0 -0
  2443. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  2444. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  2445. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  2446. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  2447. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  2448. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  2449. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  2450. data/sample-apps/search-result-paging-app/log/development.log +0 -2187
  2451. data/sample-apps/search-result-paging-app/package.json +0 -5
  2452. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  2453. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  2454. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  2455. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  2456. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  2457. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  2458. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  2459. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  2460. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache +0 -0
  2461. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache +0 -0
  2462. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache +0 -1
  2463. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2464. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2465. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache +0 -1
  2466. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2467. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2468. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  2469. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  2470. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache +0 -2
  2471. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache +0 -1
  2472. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache +0 -1
  2473. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache +0 -0
  2474. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache +0 -0
  2475. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  2476. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2477. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache +0 -0
  2478. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache +0 -0
  2479. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache +0 -1
  2480. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache +0 -1
  2481. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  2482. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache +0 -2
  2483. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache +0 -0
  2484. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache +0 -1
  2485. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache +0 -0
  2486. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2487. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  2488. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
  2489. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  2490. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache +0 -0
  2491. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -0
  2492. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache +0 -0
  2493. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  2494. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache +0 -0
  2495. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache +0 -0
  2496. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache +0 -2
  2497. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache +0 -0
  2498. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache +0 -2
  2499. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache +0 -2
  2500. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2501. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache +0 -1
  2502. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache +0 -1
  2503. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache +0 -2
  2504. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2505. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache +0 -1
  2506. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  2507. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache +0 -0
  2508. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache +0 -1
  2509. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache +0 -2
  2510. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache +0 -0
  2511. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache +0 -1
  2512. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache +0 -0
  2513. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache +0 -1
  2514. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache +0 -1
  2515. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache +0 -0
  2516. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache +0 -0
  2517. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache +0 -0
  2518. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache +0 -1
  2519. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache +0 -1
  2520. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache +0 -0
  2521. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache +0 -1
  2522. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache +0 -1
  2523. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache +0 -1
  2524. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache +0 -0
  2525. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache +0 -2
  2526. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -0
  2527. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache +0 -1
  2528. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache +0 -1
  2529. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache +0 -1
  2530. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  2531. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache +0 -0
  2532. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache +0 -1
  2533. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache +0 -0
  2534. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache +0 -0
  2535. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache +0 -1
  2536. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache +0 -0
  2537. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache +0 -0
  2538. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2539. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache +0 -1
  2540. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
  2541. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache +0 -1
  2542. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache +0 -2
  2543. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache +0 -2
  2544. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache +0 -0
  2545. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache +0 -1
  2546. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache +0 -2
  2547. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache +0 -1
  2548. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2549. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache +0 -2
  2550. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache +0 -0
  2551. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache +0 -1
  2552. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache +0 -1
  2553. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache +0 -0
  2554. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache +0 -7
  2555. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  2556. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache +0 -0
  2557. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache +0 -0
  2558. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache +0 -1
  2559. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache +0 -2
  2560. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  2561. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -0
  2562. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache +0 -0
  2563. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache +0 -1
  2564. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache +0 -0
  2565. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache +0 -1
  2566. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache +0 -0
  2567. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache +0 -2
  2568. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache +0 -1
  2569. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache +0 -2
  2570. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache +0 -1
  2571. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2572. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache +0 -0
  2573. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache +0 -1
  2574. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache +0 -1
  2575. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache +0 -2
  2576. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache +0 -1
  2577. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2578. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache +0 -2
  2579. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache +0 -0
  2580. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache +0 -0
  2581. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache +0 -0
  2582. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache +0 -1
  2583. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache +0 -3
  2584. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache +0 -0
  2585. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache +0 -1
  2586. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache +0 -0
  2587. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache +0 -0
  2588. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache +0 -0
  2589. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache +0 -2
  2590. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache +0 -0
  2591. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  2592. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache +0 -1
  2593. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache +0 -1
  2594. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache +0 -1
  2595. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache +0 -0
  2596. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
  2597. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache +0 -0
  2598. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache +0 -1
  2599. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache +0 -2
  2600. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -0
  2601. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache +0 -1
  2602. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache +0 -1
  2603. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache +0 -0
  2604. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache +0 -1
  2605. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache +0 -1
  2606. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache +0 -0
  2607. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache +0 -1
  2608. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache +0 -1
  2609. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache +0 -1
  2610. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -2
  2611. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache +0 -1
  2612. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache +0 -1
  2613. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -0
  2614. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache +0 -1
  2615. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache +0 -0
  2616. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache +0 -0
  2617. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache +0 -1
  2618. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache +0 -1
  2619. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache +0 -1
  2620. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache +0 -1
  2621. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  2622. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache +0 -1
  2623. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache +0 -0
  2624. data/sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache +0 -0
  2625. data/sample-apps/search-result-paging-app/tmp/development_secret.txt +0 -1
  2626. data/sample-apps/search-result-paging-app/tmp/restart.txt +0 -0
  2627. data/sample-apps/timeline-events-app/.env +0 -6
  2628. data/sample-apps/timeline-events-app/.env.template +0 -5
  2629. data/sample-apps/timeline-events-app/.gitignore +0 -35
  2630. data/sample-apps/timeline-events-app/.rspec +0 -1
  2631. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  2632. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  2633. data/sample-apps/timeline-events-app/Gemfile +0 -33
  2634. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  2635. data/sample-apps/timeline-events-app/README.md +0 -30
  2636. data/sample-apps/timeline-events-app/Rakefile +0 -6
  2637. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  2638. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  2639. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  2640. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  2641. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  2642. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  2643. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  2644. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  2645. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  2646. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2647. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  2648. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  2649. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2650. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2651. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2652. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2653. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2654. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  2655. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  2656. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  2657. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  2658. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  2659. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  2660. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  2661. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  2662. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  2663. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  2664. data/sample-apps/timeline-events-app/bin/rails +0 -9
  2665. data/sample-apps/timeline-events-app/bin/rake +0 -9
  2666. data/sample-apps/timeline-events-app/bin/setup +0 -36
  2667. data/sample-apps/timeline-events-app/bin/spring +0 -17
  2668. data/sample-apps/timeline-events-app/bin/update +0 -31
  2669. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  2670. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  2671. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  2672. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  2673. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  2674. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  2675. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  2676. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  2677. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  2678. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  2679. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  2680. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  2681. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  2682. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  2683. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  2684. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  2685. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  2686. data/sample-apps/timeline-events-app/config.ru +0 -5
  2687. data/sample-apps/timeline-events-app/db/development.sqlite3 +0 -0
  2688. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  2689. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  2690. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  2691. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  2692. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  2693. data/sample-apps/timeline-events-app/log/.keep +0 -0
  2694. data/sample-apps/timeline-events-app/log/development.log +0 -233
  2695. data/sample-apps/timeline-events-app/package.json +0 -5
  2696. data/sample-apps/timeline-events-app/public/404.html +0 -67
  2697. data/sample-apps/timeline-events-app/public/422.html +0 -67
  2698. data/sample-apps/timeline-events-app/public/500.html +0 -66
  2699. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  2700. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  2701. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  2702. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  2703. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  2704. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  2705. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  2706. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/-4/-4csb8XcQONHVcyTGO-F2TBp5f38ghhZHcLg3cqyqGo.cache +0 -1
  2707. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/-s/-sz9D51o9Mpd_omN4pJY1EYoyEa63QWgr9CkNp-jtps.cache +0 -1
  2708. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache +0 -2
  2709. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2710. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  2711. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache +0 -1
  2712. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache +0 -2
  2713. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/60/609vj6Xv1ogaZ1W1H_oBuo-3NqC3UqbKAXw2ekEcehU.cache +0 -0
  2714. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  2715. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/6p/6pPimSDuw-hEAZW4CkGVIt9wjYiTMaCD2XPuKQoiI4Q.cache +0 -1
  2716. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/7J/7JspjJWUyNJySsbLlEs8anll3WiAM20dZ2sYA0gAhMI.cache +0 -0
  2717. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9N/9NrK08Zz2zuDH5uff0al0ZhRW0kOe3KP7KSyfZDcWfg.cache +0 -0
  2718. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  2719. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9c/9cJSDPxEgTHO5-B9Ln7Tmok9fbsxmk1HYf-W-gkEg_I.cache +0 -2
  2720. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/AE/AE-AZVyOjAgA1j71HRmlDGNdoT6aOAMNrvEsZxDVMzU.cache +0 -2
  2721. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/AF/AFacZJ15zJm8o8Bwesmpsw2GC-o4mNEAhT87cuTM_wE.cache +0 -1
  2722. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/B6/B6MZ8qg-mV5hZWBQ5HB80eAXCr4gyrJR5Yrm4BiSTdU.cache +0 -2
  2723. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/D0/D01xXzz6r1DGdB4yVwcPaLEp7-mpzCd2m3enZVNJtFU.cache +0 -2
  2724. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  2725. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  2726. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Ey/EyQsquE_D1TCQQbh-3vmLjQzYO7w9ZRqo7tDg5VpC7Q.cache +0 -2
  2727. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  2728. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2729. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache +0 -1
  2730. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  2731. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Mv/MvRTlknGa6_mRdF7m9I2jPIPCQ9a-RyzBwkgecBbZQ8.cache +0 -0
  2732. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/OF/OFMeLotCkEst9CGQgQZtf5RZNaVhcrLOPJeSWszn-aw.cache +0 -1
  2733. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RJ/RJ-ZWnzIrbCdeg0pVWbccBZiePyfi50zo0xb1Tbhh80.cache +0 -1
  2734. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RU/RUOojm-aD-XrIy-K6cbUI9czQdjnW9_Bt45wId068iM.cache +0 -2
  2735. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Tx/TxdcnqzvySOuWPXZfaIYX0TOpCy44repbAScKtV2niE.cache +0 -0
  2736. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  2737. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/UW/UWFYTnxz4EWqiz0LkhxInMLo36CdlVg3x9SyzAnLiBU.cache +0 -0
  2738. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  2739. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/V8/V8wr1RK4MTLGwxThiZIb0G-SrIusNzCMhJeHGGHT72Q.cache +0 -1
  2740. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  2741. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wt/WtCfdoaaBC0aPmNgc57xHk8dbNRqZcP5zOpcLpiGzoc.cache +0 -2
  2742. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wz/WzRw7cbmE45MrdG0W25ZAT-Nz0glf7xBkB2nI0M7z7A.cache +0 -1
  2743. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Xi/XiZmZbrcb0M-y7EJZkx1ft177jFiZCL7pbpp6cRZaTA.cache +0 -1
  2744. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache +0 -1
  2745. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/_w/_w2qaD3e5UPMGQeZYpP481jnQLVeIXIVH2vQx2856QY.cache +0 -0
  2746. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  2747. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/eX/eXRXZi-sk9Oy17fc94B24coFT6Jn93gCZI0SahPx7U4.cache +0 -0
  2748. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ey/eyQx5cIdM2CoBrdF3izBgEAY4OxjhcWr4O4xz132au8.cache +0 -2
  2749. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/fW/fWunpu-z9IEGhI1uwayT47VSyYTtQkphog4WkrSKAiw.cache +0 -1
  2750. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gB/gBgBWy2c1z2A2HykdtIz7OYGnHIRDzbk092kh5b6jaE.cache +0 -2
  2751. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  2752. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/hA/hAQloq4iFKlI32gRuBj7Qw-S3_fk622RHC7B3bKQcGM.cache +0 -2
  2753. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/j3/j3r-jelmETDRd-G19KKXI0QM5g991nlcbUwXBnRnNQE.cache +0 -0
  2754. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/k1/k1S4UmDyDiVdoVjxFVnT7PjryGZlRLlg6Rbiv263PC8.cache +0 -1
  2755. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  2756. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kb/kbxkYCk1EgNiJrtaLBYcKjpLawXPyY26vtsvLwAGuRs.cache +0 -0
  2757. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/lG/lGngG8GuW7NOMaJJjbCUpaUmPukNz5qTAuDFKUeQGD8.cache +0 -1
  2758. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/mE/mE5ux5CqyC__7A31roQaIrItQDaC4e3O1ccQpHEzf3A.cache +0 -1
  2759. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/mf/mfGViGcXdNxYP-Fj1h1q2YL8V4R9hdRw-pbcz44ykGo.cache +0 -1
  2760. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/n_/n_AnmncFkjyQrNIMt47ODfSQL8Ah5cY4UKW1IThyYyg.cache +0 -0
  2761. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ne/nehoEMwTN_YXNZspteBmbCj-55v4o0wq_nnFJCPVtUk.cache +0 -1
  2762. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/nf/nfLIHBgXq65X45t_2QaQM3smByR8wIxjzXL0A1bb9NU.cache +0 -0
  2763. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  2764. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/q8/q8cA8tJbgodCWeH8qLt9pac6Ig-wK4v5aiJ6VV6-bHw.cache +0 -0
  2765. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sD/sDQm06qCaywVxzpOwjngjtCXxSMXqwixf0n0xD0IHHw.cache +0 -0
  2766. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache +0 -2
  2767. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/w7/w7U6DzTbVwmZ8JqXhirzDvr-HGtiCEIpNHRQtLc7M68.cache +0 -2
  2768. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/wd/wdx03MG0LBtOSdemZvED30U1i-V5s75E7207MC6TGTI.cache +0 -0
  2769. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  2770. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yb/ybRqqIyo6H-rkIwoBZp14cENSoSgyZqa1XAUKLV1zpk.cache +0 -1
  2771. data/sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yj/yjlHOIhrAzNkiA_SiyRZKIkEwaC0rktB1TVequSKqjc.cache +0 -1
  2772. data/sample-apps/timeline-events-app/tmp/development_secret.txt +0 -1
  2773. data/sample-apps/timeline-events-app/tmp/restart.txt +0 -0
  2774. data/sample-apps/trello-integration-app/.env +0 -13
  2775. data/sample-apps/trello-integration-app/.env.template +0 -7
  2776. data/sample-apps/trello-integration-app/.gitignore +0 -35
  2777. data/sample-apps/trello-integration-app/.rspec +0 -1
  2778. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  2779. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  2780. data/sample-apps/trello-integration-app/Gemfile +0 -38
  2781. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  2782. data/sample-apps/trello-integration-app/README.md +0 -31
  2783. data/sample-apps/trello-integration-app/Rakefile +0 -6
  2784. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  2785. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  2786. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  2787. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  2788. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  2789. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  2790. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  2791. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  2792. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  2793. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  2794. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  2795. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  2796. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  2797. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  2798. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  2799. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  2800. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  2801. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  2802. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  2803. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  2804. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  2805. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  2806. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  2807. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  2808. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  2809. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  2810. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2811. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2812. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2813. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2814. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2815. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  2816. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  2817. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  2818. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  2819. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  2820. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  2821. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  2822. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  2823. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  2824. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  2825. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  2826. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  2827. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  2828. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  2829. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  2830. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  2831. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  2832. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  2833. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  2834. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  2835. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  2836. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  2837. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  2838. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  2839. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  2840. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  2841. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  2842. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  2843. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  2844. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  2845. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  2846. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  2847. data/sample-apps/trello-integration-app/bin/rails +0 -9
  2848. data/sample-apps/trello-integration-app/bin/rake +0 -9
  2849. data/sample-apps/trello-integration-app/bin/setup +0 -36
  2850. data/sample-apps/trello-integration-app/bin/spring +0 -17
  2851. data/sample-apps/trello-integration-app/bin/update +0 -31
  2852. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  2853. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  2854. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  2855. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  2856. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  2857. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  2858. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  2859. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  2860. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  2861. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  2862. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  2863. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  2864. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  2865. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  2866. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  2867. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  2868. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  2869. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  2870. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  2871. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  2872. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  2873. data/sample-apps/trello-integration-app/config.ru +0 -5
  2874. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  2875. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  2876. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  2877. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  2878. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  2879. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  2880. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  2881. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  2882. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  2883. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  2884. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  2885. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  2886. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  2887. data/sample-apps/trello-integration-app/log/.keep +0 -0
  2888. data/sample-apps/trello-integration-app/log/development.log +0 -9458
  2889. data/sample-apps/trello-integration-app/package.json +0 -5
  2890. data/sample-apps/trello-integration-app/public/404.html +0 -67
  2891. data/sample-apps/trello-integration-app/public/422.html +0 -67
  2892. data/sample-apps/trello-integration-app/public/500.html +0 -66
  2893. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  2894. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  2895. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  2896. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache +0 -0
  2897. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache +0 -1
  2898. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache +0 -2
  2899. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  2900. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache +0 -1
  2901. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache +0 -3
  2902. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache +0 -1
  2903. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache +0 -1
  2904. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache +0 -1
  2905. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache +0 -1
  2906. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache +0 -1
  2907. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache +0 -0
  2908. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache +0 -3
  2909. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache +0 -1
  2910. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  2911. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache +0 -3
  2912. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache +0 -1
  2913. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache +0 -1
  2914. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache +0 -0
  2915. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache +0 -1
  2916. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  2917. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache +0 -3
  2918. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache +0 -1
  2919. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache +0 -1
  2920. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache +0 -3
  2921. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache +0 -0
  2922. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  2923. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache +0 -0
  2924. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  2925. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache +0 -0
  2926. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache +0 -3
  2927. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache +0 -2
  2928. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache +0 -0
  2929. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache +0 -1
  2930. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache +0 -1
  2931. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache +0 -1
  2932. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache +0 -2
  2933. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache +0 -0
  2934. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache +0 -0
  2935. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache +0 -0
  2936. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache +0 -3
  2937. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache +0 -0
  2938. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache +0 -0
  2939. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  2940. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  2941. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache +0 -0
  2942. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache +0 -0
  2943. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache +0 -1
  2944. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache +0 -1
  2945. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache +0 -0
  2946. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache +0 -1
  2947. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache +0 -1
  2948. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache +0 -1
  2949. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache +0 -1
  2950. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache +0 -0
  2951. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache +0 -3
  2952. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache +0 -1
  2953. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache +0 -1
  2954. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache +0 -0
  2955. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache +0 -0
  2956. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  2957. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache +0 -2
  2958. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache +0 -1
  2959. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache +0 -2
  2960. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache +0 -3
  2961. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache +0 -0
  2962. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache +0 -0
  2963. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache +0 -0
  2964. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache +0 -0
  2965. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache +0 -3
  2966. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache +0 -1
  2967. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache +0 -0
  2968. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache +0 -1
  2969. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  2970. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache +0 -0
  2971. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache +0 -1
  2972. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache +0 -2
  2973. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache +0 -1
  2974. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache +0 -1
  2975. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache +0 -0
  2976. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache +0 -1
  2977. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache +0 -0
  2978. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache +0 -1
  2979. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache +0 -1
  2980. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache +0 -0
  2981. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache +0 -0
  2982. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  2983. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache +0 -0
  2984. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache +0 -1
  2985. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache +0 -1
  2986. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache +0 -0
  2987. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache +0 -1
  2988. data/sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache +0 -3
  2989. data/sample-apps/trello-integration-app/tmp/development_secret.txt +0 -1
  2990. data/sample-apps/trello-integration-app/tmp/restart.txt +0 -0
  2991. data/sample-apps/webhooks-contacts-app/.env +0 -9
  2992. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  2993. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  2994. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  2995. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  2996. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  2997. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  2998. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  2999. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  3000. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  3001. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  3002. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  3003. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  3004. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  3005. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  3006. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  3007. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  3008. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  3009. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  3010. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  3011. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  3012. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  3013. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  3014. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  3015. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  3016. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  3017. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  3018. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  3019. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  3020. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  3021. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  3022. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  3023. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  3024. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  3025. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  3026. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  3027. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  3028. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  3029. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  3030. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  3031. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  3032. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  3033. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  3034. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  3035. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  3036. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  3037. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  3038. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  3039. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  3040. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  3041. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  3042. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  3043. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  3044. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  3045. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  3046. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  3047. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  3048. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  3049. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  3050. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  3051. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  3052. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  3053. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  3054. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  3055. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  3056. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  3057. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  3058. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  3059. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  3060. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  3061. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  3062. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  3063. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  3064. data/sample-apps/webhooks-contacts-app/log/development.log +0 -5020
  3065. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  3066. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  3067. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  3068. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  3069. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  3070. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  3071. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  3072. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  3073. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  3074. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  3075. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache +0 -1
  3076. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache +0 -1
  3077. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache +0 -1
  3078. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache +0 -0
  3079. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache +0 -1
  3080. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache +0 -1
  3081. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache +0 -1
  3082. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache +0 -2
  3083. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache +0 -0
  3084. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache +0 -2
  3085. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache +0 -0
  3086. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache +0 -1
  3087. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache +0 -0
  3088. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache +0 -1
  3089. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache +0 -0
  3090. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache +0 -1
  3091. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache +0 -1
  3092. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache +0 -1
  3093. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache +0 -2
  3094. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache +0 -1
  3095. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache +0 -1
  3096. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache +0 -2
  3097. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache +0 -0
  3098. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache +0 -1
  3099. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache +0 -0
  3100. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache +0 -2
  3101. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache +0 -0
  3102. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache +0 -2
  3103. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache +0 -1
  3104. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache +0 -1
  3105. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache +0 -2
  3106. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache +0 -0
  3107. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache +0 -1
  3108. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache +0 -1
  3109. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache +0 -2
  3110. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache +0 -0
  3111. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache +0 -2
  3112. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache +0 -3
  3113. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache +0 -0
  3114. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache +0 -2
  3115. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache +0 -2
  3116. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache +0 -0
  3117. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache +0 -0
  3118. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache +0 -1
  3119. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache +0 -0
  3120. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache +0 -0
  3121. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache +0 -0
  3122. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache +0 -1
  3123. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache +0 -0
  3124. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache +0 -1
  3125. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache +0 -1
  3126. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache +0 -3
  3127. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache +0 -0
  3128. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache +0 -1
  3129. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache +0 -2
  3130. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache +0 -2
  3131. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache +0 -0
  3132. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache +0 -2
  3133. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache +0 -1
  3134. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache +0 -1
  3135. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache +0 -0
  3136. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache +0 -0
  3137. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache +0 -1
  3138. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache +0 -2
  3139. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache +0 -1
  3140. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache +0 -1
  3141. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache +0 -2
  3142. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache +0 -1
  3143. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache +0 -1
  3144. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache +0 -2
  3145. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache +0 -0
  3146. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache +0 -0
  3147. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache +0 -1
  3148. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache +0 -1
  3149. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache +0 -3
  3150. data/sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache +0 -1
  3151. data/sample-apps/webhooks-contacts-app/tmp/development_secret.txt +0 -1
  3152. data/sample-apps/webhooks-contacts-app/tmp/restart.txt +0 -0
  3153. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  3154. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  3155. data/spec/oauth/api/tokens_api_spec.rb +0 -51
  3156. data/spec/oauth/api_client_spec.rb +0 -226
  3157. data/spec/oauth/configuration_spec.rb +0 -42
  3158. data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
  3159. data/spec/oauth/models/error_detail_spec.rb +0 -53
  3160. data/spec/oauth/models/error_spec.rb +0 -71
  3161. data/spec/oauth/models/json_node_spec.rb +0 -165
  3162. data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
  3163. data/spec/oauth/models/refresh_token_spec.rb +0 -59
  3164. data/spec/owners/api/default_api_spec.rb +0 -60
  3165. data/spec/owners/api_client_spec.rb +0 -226
  3166. data/spec/owners/configuration_spec.rb +0 -42
  3167. data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
  3168. data/spec/owners/models/error_detail_spec.rb +0 -53
  3169. data/spec/owners/models/error_spec.rb +0 -71
  3170. data/spec/owners/models/next_page_spec.rb +0 -47
  3171. data/spec/owners/models/paging_spec.rb +0 -41
  3172. data/spec/owners/models/public_owner_spec.rb +0 -89
  3173. data/spec/owners/models/public_team_spec.rb +0 -57
  3174. data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  3175. data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
  3176. data/spec/pipelines/api_client_spec.rb +0 -226
  3177. data/spec/pipelines/configuration_spec.rb +0 -42
  3178. data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  3179. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  3180. data/spec/pipelines/models/error_detail_spec.rb +0 -53
  3181. data/spec/pipelines/models/error_spec.rb +0 -71
  3182. data/spec/pipelines/models/next_page_spec.rb +0 -47
  3183. data/spec/pipelines/models/paging_spec.rb +0 -41
  3184. data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
  3185. data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  3186. data/spec/pipelines/models/pipeline_spec.rb +0 -83
  3187. data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  3188. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  3189. data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
  3190. data/spec/properties/api/batch_api_spec.rb +0 -74
  3191. data/spec/properties/api/core_api_spec.rb +0 -102
  3192. data/spec/properties/api/groups_api_spec.rb +0 -100
  3193. data/spec/properties/api_client_spec.rb +0 -226
  3194. data/spec/properties/configuration_spec.rb +0 -42
  3195. data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
  3196. data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
  3197. data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
  3198. data/spec/properties/models/batch_response_property_spec.rb +0 -81
  3199. data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
  3200. data/spec/properties/models/collection_response_property_spec.rb +0 -47
  3201. data/spec/properties/models/error_detail_spec.rb +0 -65
  3202. data/spec/properties/models/error_spec.rb +0 -71
  3203. data/spec/properties/models/next_page_spec.rb +0 -47
  3204. data/spec/properties/models/option_input_spec.rb +0 -65
  3205. data/spec/properties/models/option_spec.rb +0 -65
  3206. data/spec/properties/models/paging_spec.rb +0 -41
  3207. data/spec/properties/models/property_create_spec.rb +0 -103
  3208. data/spec/properties/models/property_group_create_spec.rb +0 -53
  3209. data/spec/properties/models/property_group_spec.rb +0 -59
  3210. data/spec/properties/models/property_group_update_spec.rb +0 -47
  3211. data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
  3212. data/spec/properties/models/property_name_spec.rb +0 -41
  3213. data/spec/properties/models/property_spec.rb +0 -177
  3214. data/spec/properties/models/property_update_spec.rb +0 -91
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'json'
15
15
  require 'logger'
16
16
  require 'tempfile'
17
- require 'faraday'
17
+ require 'typhoeus'
18
18
 
19
19
  module Hubspot
20
20
  module Cms
@@ -48,62 +48,40 @@ module Hubspot
48
48
  # @return [Array<(Object, Integer, Hash)>] an array of 3 elements:
49
49
  # the data deserialized from response body (could be nil), response status code and response headers.
50
50
  def call_api(http_method, path, opts = {})
51
- ssl_options = {
52
- :ca_file => @config.ssl_ca_file,
53
- :verify => @config.ssl_verify,
54
- :verify_mode => @config.ssl_verify_mode,
55
- :client_cert => @config.ssl_client_cert,
56
- :client_key => @config.ssl_client_key
57
- }
51
+ request = build_request(http_method, path, opts)
52
+ response = request.run
58
53
 
59
- connection = Faraday.new(:url => config.base_url, :ssl => ssl_options) do |conn|
60
- conn.basic_auth(config.username, config.password)
61
- if opts[:header_params]["Content-Type"] == "multipart/form-data"
62
- conn.request :multipart
63
- conn.request :url_encoded
64
- end
65
- conn.adapter(Faraday.default_adapter)
66
- conn.options[:params_encoder] = Faraday::FlatParamsEncoder
54
+ if @config.debugging
55
+ @config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
56
+ end
67
57
 
68
- # Errors handler settings
69
- if !config.error_handler.empty?
58
+ unless response.success?
59
+ if config.error_handler.any?
70
60
  config.error_handler.each do |statuses, opts|
71
61
  statuses = statuses.is_a?(Integer) ? [statuses] : statuses
72
- retry_options = {
73
- max: opts[:max_retries],
74
- interval: opts[:seconds_delay],
75
- retry_statuses: statuses,
76
- methods: %i[post delete get head options put],
77
- retry_block: -> (env, options, retries, exc) { opts[:retry_block].call }
78
- }
79
- conn.request :retry, retry_options
80
- end
81
- end
82
- end
83
-
84
- begin
85
- response = connection.public_send(http_method.to_sym.downcase) do |req|
86
- build_request(http_method, path, req, opts)
87
- end
88
62
 
89
- if @config.debugging
90
- @config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
63
+ retries = opts[:max_retries] || 5
64
+ while retries > 0 && statuses.include?(response.code)
65
+ sleep opts[:seconds_delay] if opts[:seconds_delay]
66
+ response = request.run
67
+ opts[:retry_block].call if opts[:retry_block]
68
+ retries -= 1
69
+ end
70
+ end
91
71
  end
92
72
 
93
- unless response.success?
94
- if response.status == 0
95
- # Errors from libcurl will be made visible here
96
- fail ApiError.new(:code => 0,
97
- :message => response.return_message)
98
- else
99
- fail ApiError.new(:code => response.status,
100
- :response_headers => response.headers,
101
- :response_body => response.body),
102
- response.reason_phrase
103
- end
73
+ if response.timed_out?
74
+ fail ApiError.new('Connection timed out')
75
+ elsif response.code == 0
76
+ # Errors from libcurl will be made visible here
77
+ fail ApiError.new(:code => 0,
78
+ :message => response.return_message)
79
+ else
80
+ fail ApiError.new(:code => response.code,
81
+ :response_headers => response.headers,
82
+ :response_body => response.body),
83
+ response.status_message
104
84
  end
105
- rescue Faraday::TimeoutError
106
- fail ApiError.new('Connection timed out')
107
85
  end
108
86
 
109
87
  if opts[:return_type]
@@ -111,7 +89,7 @@ module Hubspot
111
89
  else
112
90
  data = nil
113
91
  end
114
- return data, response.status, response.headers
92
+ return data, response.code, response.headers
115
93
  end
116
94
 
117
95
  # Builds the HTTP request
@@ -123,7 +101,7 @@ module Hubspot
123
101
  # @option opts [Hash] :form_params Query parameters
124
102
  # @option opts [Object] :body HTTP body (JSON/XML)
125
103
  # @return [Typhoeus::Request] A Typhoeus Request
126
- def build_request(http_method, path, request, opts = {})
104
+ def build_request(http_method, path, opts = {})
127
105
  url = build_request_url(path)
128
106
  http_method = http_method.to_sym.downcase
129
107
 
@@ -133,15 +111,25 @@ module Hubspot
133
111
 
134
112
  update_params_for_auth! header_params, query_params, opts[:auth_names]
135
113
 
114
+ # set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
115
+ _verify_ssl_host = @config.verify_ssl_host ? 2 : 0
116
+
136
117
  req_opts = {
137
118
  :method => http_method,
138
119
  :headers => header_params,
139
120
  :params => query_params,
140
121
  :params_encoding => @config.params_encoding,
141
122
  :timeout => @config.timeout,
123
+ :ssl_verifypeer => @config.verify_ssl,
124
+ :ssl_verifyhost => _verify_ssl_host,
125
+ :sslcert => @config.cert_file,
126
+ :sslkey => @config.key_file,
142
127
  :verbose => @config.debugging
143
128
  }
144
129
 
130
+ # set custom cert, if provided
131
+ req_opts[:cainfo] = @config.ssl_ca_cert if @config.ssl_ca_cert
132
+
145
133
  if [:post, :patch, :put, :delete].include?(http_method)
146
134
  req_body = build_request_body(header_params, form_params, opts[:body])
147
135
  req_opts.update :body => req_body
@@ -149,10 +137,8 @@ module Hubspot
149
137
  @config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
150
138
  end
151
139
  end
152
- request.headers = header_params
153
- request.body = req_body
154
- request.url url
155
- request.params = query_params
140
+
141
+ request = Typhoeus::Request.new(url, req_opts)
156
142
  download_file(request) if opts[:return_type] == 'File'
157
143
  request
158
144
  end
@@ -165,17 +151,13 @@ module Hubspot
165
151
  # @return [String] HTTP body data in the form of string
166
152
  def build_request_body(header_params, form_params, body)
167
153
  # http form
168
- if header_params['Content-Type'] == 'application/x-www-form-urlencoded'
169
- data = URI.encode_www_form(form_params)
170
- elsif header_params['Content-Type'] == 'multipart/form-data'
154
+ if header_params['Content-Type'] == 'application/x-www-form-urlencoded' ||
155
+ header_params['Content-Type'] == 'multipart/form-data'
171
156
  data = {}
172
157
  form_params.each do |key, value|
173
158
  case value
174
- when ::File, ::Tempfile
175
- # TODO hardcode to application/octet-stream, need better way to detect content type
176
- data[key] = Faraday::UploadIO.new(value.path, 'application/octet-stream', value.path)
177
- when ::Array, nil
178
- # let Faraday handle Array and nil parameters
159
+ when ::File, ::Array, nil
160
+ # let typhoeus handle File, Array and nil parameters
179
161
  data[key] = value
180
162
  else
181
163
  data[key] = value.to_s
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -88,28 +88,33 @@ module Hubspot
88
88
  # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
89
89
  #
90
90
  # @return [true, false]
91
- attr_accessor :ssl_verify
91
+ attr_accessor :verify_ssl
92
92
 
93
93
  ### TLS/SSL setting
94
- # Any `OpenSSL::SSL::` constant (see https://ruby-doc.org/stdlib-2.5.1/libdoc/openssl/rdoc/OpenSSL/SSL.html)
94
+ # Set this to false to skip verifying SSL host name
95
+ # Default to true.
95
96
  #
96
97
  # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
97
98
  #
98
- attr_accessor :ssl_verify_mode
99
+ # @return [true, false]
100
+ attr_accessor :verify_ssl_host
99
101
 
100
102
  ### TLS/SSL setting
101
103
  # Set this to customize the certificate file to verify the peer.
102
104
  #
103
105
  # @return [String] the path to the certificate file
104
- attr_accessor :ssl_ca_file
106
+ #
107
+ # @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
108
+ # https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
109
+ attr_accessor :ssl_ca_cert
105
110
 
106
111
  ### TLS/SSL setting
107
112
  # Client certificate file (for client certificate)
108
- attr_accessor :ssl_client_cert
113
+ attr_accessor :cert_file
109
114
 
110
115
  ### TLS/SSL setting
111
116
  # Client private key file (for client certificate)
112
- attr_accessor :ssl_client_key
117
+ attr_accessor :key_file
113
118
 
114
119
  # Set this to customize parameters encoding of array parameter with multi collectionFormat.
115
120
  # Default to nil.
@@ -126,17 +131,17 @@ module Hubspot
126
131
 
127
132
  def initialize
128
133
  @scheme = 'https'
129
- @host = 'app.hubspot.com'
134
+ @host = 'api.hubapi.com'
130
135
  @base_path = ''
131
136
  @api_key = {}
132
137
  @api_key_prefix = {}
133
138
  @timeout = 0
134
139
  @client_side_validation = true
135
- @ssl_verify = true
136
- @ssl_verify_mode = nil
137
- @ssl_ca_file = nil
138
- @ssl_client_cert = nil
139
- @ssl_client_key = nil
140
+ @verify_ssl = true
141
+ @verify_ssl_host = true
142
+ @params_encoding = nil
143
+ @cert_file = nil
144
+ @key_file = nil
140
145
  @debugging = false
141
146
  @inject_format = false
142
147
  @force_ending_format = false
@@ -215,7 +220,7 @@ module Hubspot
215
220
  def server_settings
216
221
  [
217
222
  {
218
- url: "https://app.hubspot.com/",
223
+ url: "https://api.hubapi.com/",
219
224
  description: "No description provided",
220
225
  }
221
226
  ]
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -74,7 +74,7 @@ module Hubspot
74
74
  :'status' => :'String',
75
75
  :'results' => :'Array<HubDbTableRowV3>',
76
76
  :'num_errors' => :'Integer',
77
- :'errors' => :'Array<Error>',
77
+ :'errors' => :'Array<StandardError>',
78
78
  :'requested_at' => :'DateTime',
79
79
  :'started_at' => :'DateTime',
80
80
  :'completed_at' => :'DateTime',
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -25,7 +25,7 @@ module Hubspot
25
25
  # Column Id
26
26
  attr_accessor :id
27
27
 
28
- # Column width for HubDb UI
28
+ # Column width for HubDB UI
29
29
  attr_accessor :width
30
30
 
31
31
  # Foreign table id referenced
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -25,7 +25,7 @@ module Hubspot
25
25
  # Options to choose for select and multi-select columns
26
26
  attr_accessor :options
27
27
 
28
- # Column width for HubDb UI
28
+ # Column width for HubDB UI
29
29
  attr_accessor :width
30
30
 
31
31
  # Label of the column
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -54,7 +54,7 @@ module Hubspot
54
54
  :'name' => :'String',
55
55
  :'created_at' => :'DateTime',
56
56
  :'child_table_id' => :'String',
57
- :'values' => :'Object'
57
+ :'values' => :'Hash<String, Object>'
58
58
  }
59
59
  end
60
60
 
@@ -100,7 +100,9 @@ module Hubspot
100
100
  end
101
101
 
102
102
  if attributes.key?(:'values')
103
- self.values = attributes[:'values']
103
+ if (value = attributes[:'values']).is_a?(Hash)
104
+ self.values = value
105
+ end
104
106
  end
105
107
  end
106
108
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #HubDB endpoints
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables now support `DRAFT` and `PUBLISHED` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it.
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -28,6 +28,8 @@ module Hubspot
28
28
  # List of columns in the table
29
29
  attr_accessor :columns
30
30
 
31
+ attr_accessor :published
32
+
31
33
  # Number of rows in the table
32
34
  attr_accessor :row_count
33
35
 
@@ -72,6 +74,7 @@ module Hubspot
72
74
  :'name' => :'name',
73
75
  :'label' => :'label',
74
76
  :'columns' => :'columns',
77
+ :'published' => :'published',
75
78
  :'row_count' => :'rowCount',
76
79
  :'created_by' => :'createdBy',
77
80
  :'updated_by' => :'updatedBy',
@@ -95,6 +98,7 @@ module Hubspot
95
98
  :'name' => :'String',
96
99
  :'label' => :'String',
97
100
  :'columns' => :'Array<Column>',
101
+ :'published' => :'Boolean',
98
102
  :'row_count' => :'Integer',
99
103
  :'created_by' => :'SimpleUser',
100
104
  :'updated_by' => :'SimpleUser',
@@ -150,6 +154,10 @@ module Hubspot
150
154
  end
151
155
  end
152
156
 
157
+ if attributes.key?(:'published')
158
+ self.published = attributes[:'published']
159
+ end
160
+
153
161
  if attributes.key?(:'row_count')
154
162
  self.row_count = attributes[:'row_count']
155
163
  end
@@ -237,6 +245,7 @@ module Hubspot
237
245
  name == o.name &&
238
246
  label == o.label &&
239
247
  columns == o.columns &&
248
+ published == o.published &&
240
249
  row_count == o.row_count &&
241
250
  created_by == o.created_by &&
242
251
  updated_by == o.updated_by &&
@@ -261,7 +270,7 @@ module Hubspot
261
270
  # Calculates hash code according to all attributes.
262
271
  # @return [Integer] Hash code
263
272
  def hash
264
- [id, name, label, columns, row_count, created_by, updated_by, published_at, dynamic_meta_tags, created_at, archived, allow_public_api_access, use_for_pages, enable_child_table_pages, column_count, allow_child_tables, updated_at].hash
273
+ [id, name, label, columns, published, row_count, created_by, updated_by, published_at, dynamic_meta_tags, created_at, archived, allow_public_api_access, use_for_pages, enable_child_table_pages, column_count, allow_child_tables, updated_at].hash
265
274
  end
266
275
 
267
276
  # Builds the object from hash