hubspot-api-client 8.0.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2188) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +20 -0
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +29 -32
  6. data/README.md +4 -0
  7. data/Rakefile +1 -0
  8. data/hubspot-api-client.gemspec +5 -3
  9. data/lib/hubspot-api-client.rb +153 -23
  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 +392 -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/default_api.rb +1 -1
  41. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +43 -73
  42. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +1 -1
  43. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +17 -12
  44. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +1 -1
  45. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +1 -1
  46. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +1 -1
  47. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +1 -1
  48. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +1 -1
  49. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +1 -1
  50. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  68. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  69. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  96. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  97. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  98. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  99. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  100. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  101. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  102. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  103. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  104. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  105. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  106. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  107. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  108. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  109. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  110. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  111. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  112. data/lib/hubspot/codegen/cms/domains/api_client.rb +43 -73
  113. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  114. data/lib/hubspot/codegen/cms/domains/configuration.rb +17 -12
  115. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +1 -1
  116. data/lib/hubspot/codegen/cms/domains/models/domain.rb +1 -1
  117. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +1 -1
  118. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +1 -1
  119. data/lib/hubspot/codegen/cms/domains/models/error.rb +1 -1
  120. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +1 -1
  121. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +1 -1
  122. data/lib/hubspot/codegen/cms/domains/models/paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  124. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  125. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  126. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +41 -71
  127. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  128. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +24 -12
  129. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  130. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +5 -3
  131. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  132. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  133. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +240 -0
  134. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +240 -0
  135. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  136. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  137. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  138. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  139. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  140. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +210 -0
  141. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  142. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  143. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  144. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  145. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  146. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  147. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  148. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  149. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  150. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  151. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
  152. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +1 -1
  153. data/lib/hubspot/codegen/cms/performance/api_client.rb +43 -73
  154. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  155. data/lib/hubspot/codegen/cms/performance/configuration.rb +17 -12
  156. data/lib/hubspot/codegen/cms/performance/models/error.rb +1 -1
  157. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +1 -1
  158. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +1 -1
  159. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +1 -1
  160. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +1 -1
  161. data/lib/hubspot/codegen/cms/site-search/api_client.rb +43 -73
  162. data/lib/hubspot/codegen/cms/site-search/api_error.rb +1 -1
  163. data/lib/hubspot/codegen/cms/site-search/configuration.rb +17 -12
  164. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +1 -1
  165. data/lib/hubspot/codegen/cms/site-search/models/error.rb +1 -1
  166. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +1 -1
  167. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +1 -1
  168. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +1 -1
  169. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +3 -5
  170. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +1 -1
  171. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +43 -73
  172. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +1 -1
  173. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +17 -12
  174. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +1 -1
  175. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +1 -1
  176. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +1 -1
  177. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +1 -1
  178. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +1 -1
  179. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +1 -1
  180. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +1 -1
  181. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
  182. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +1 -1
  183. data/lib/hubspot/codegen/crm/associations/api_client.rb +43 -73
  184. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  185. data/lib/hubspot/codegen/crm/associations/configuration.rb +17 -12
  186. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  187. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
  188. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  189. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +2 -2
  190. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +2 -2
  191. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +1 -1
  192. data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
  193. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  194. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
  195. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
  196. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  197. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  198. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +1 -1
  199. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
  200. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
  201. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  202. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +13 -1
  203. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +9 -3
  204. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +1 -1
  205. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +1 -1
  206. data/lib/hubspot/codegen/crm/companies/api_client.rb +43 -73
  207. data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
  208. data/lib/hubspot/codegen/crm/companies/configuration.rb +17 -12
  209. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
  210. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +1 -1
  211. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +1 -1
  212. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +1 -1
  213. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +1 -1
  214. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
  215. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +2 -2
  216. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
  217. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +1 -1
  218. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +1 -1
  219. data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
  220. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  221. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
  222. data/lib/hubspot/codegen/crm/companies/models/filter.rb +1 -1
  223. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +1 -1
  224. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +1 -1
  225. data/lib/hubspot/codegen/crm/companies/models/paging.rb +14 -5
  226. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -0
  227. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +1 -1
  228. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -1
  229. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +1 -1
  230. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +1 -1
  231. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
  232. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  233. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +13 -1
  234. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +9 -3
  235. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +1 -1
  236. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +1 -1
  237. data/lib/hubspot/codegen/crm/contacts/api_client.rb +43 -73
  238. data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
  239. data/lib/hubspot/codegen/crm/contacts/configuration.rb +17 -12
  240. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
  241. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +1 -1
  242. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +1 -1
  243. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +1 -1
  244. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +1 -1
  245. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
  246. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +2 -2
  247. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
  248. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +1 -1
  249. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +1 -1
  250. data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
  251. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  252. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
  253. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
  254. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +1 -1
  255. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +1 -1
  256. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +14 -5
  257. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -0
  258. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +1 -1
  259. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -1
  260. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +1 -1
  261. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +1 -1
  262. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +1 -1
  263. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  264. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +13 -1
  265. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +9 -3
  266. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +1 -1
  267. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +1 -1
  268. data/lib/hubspot/codegen/crm/deals/api_client.rb +43 -73
  269. data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
  270. data/lib/hubspot/codegen/crm/deals/configuration.rb +17 -12
  271. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
  272. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +1 -1
  273. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +1 -1
  274. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +1 -1
  275. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +1 -1
  276. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
  277. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +2 -2
  278. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
  279. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +1 -1
  280. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +1 -1
  281. data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
  282. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  283. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
  284. data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
  285. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +1 -1
  286. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +1 -1
  287. data/lib/hubspot/codegen/crm/deals/models/paging.rb +14 -5
  288. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -0
  289. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +1 -1
  290. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -1
  291. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +1 -1
  292. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +1 -1
  293. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +1 -1
  294. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
  295. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +1 -1
  296. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
  297. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +43 -73
  298. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  299. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +17 -12
  300. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  301. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  302. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
  303. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -1
  304. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
  305. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -1
  306. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -1
  307. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +1 -1
  308. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -1
  309. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
  310. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -1
  311. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -1
  312. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
  313. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
  314. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
  315. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
  316. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -1
  317. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +1 -1
  318. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
  319. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +1 -1
  320. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +4 -4
  321. data/lib/hubspot/codegen/crm/imports/api_client.rb +43 -73
  322. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  323. data/lib/hubspot/codegen/crm/imports/configuration.rb +17 -12
  324. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +16 -5
  325. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +1 -1
  326. data/lib/hubspot/codegen/crm/imports/models/error.rb +1 -1
  327. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +1 -1
  328. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +1 -1
  329. data/lib/hubspot/codegen/crm/imports/models/paging.rb +14 -5
  330. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
  331. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +1 -1
  332. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +37 -28
  333. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
  334. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +13 -1
  335. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +9 -3
  336. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +1 -1
  337. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +1 -1
  338. data/lib/hubspot/codegen/crm/line_items/api_client.rb +43 -73
  339. data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
  340. data/lib/hubspot/codegen/crm/line_items/configuration.rb +17 -12
  341. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
  342. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +1 -1
  343. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +1 -1
  344. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +1 -1
  345. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -1
  346. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
  347. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +2 -2
  348. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
  349. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +1 -1
  350. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +1 -1
  351. data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
  352. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  353. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
  354. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
  355. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +1 -1
  356. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +1 -1
  357. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +14 -5
  358. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +224 -0
  359. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +1 -1
  360. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -1
  361. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +1 -1
  362. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +1 -1
  363. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +1 -1
  364. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  365. data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
  366. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  367. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  368. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  369. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  370. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +1 -1
  371. data/lib/hubspot/codegen/crm/owners/api_client.rb +43 -73
  372. data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
  373. data/lib/hubspot/codegen/crm/owners/configuration.rb +17 -12
  374. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +1 -1
  375. data/lib/hubspot/codegen/crm/owners/models/error.rb +1 -1
  376. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +1 -1
  377. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +1 -1
  378. data/lib/hubspot/codegen/crm/owners/models/paging.rb +1 -1
  379. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +1 -1
  380. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +1 -1
  381. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  382. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
  383. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +43 -73
  384. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  385. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +17 -12
  386. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +1 -1
  387. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +1 -1
  388. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
  389. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
  390. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +1 -1
  391. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +1 -1
  392. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
  393. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
  394. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
  395. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -1
  396. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -1
  397. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -1
  398. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +13 -1
  399. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +9 -3
  400. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +1 -1
  401. data/lib/hubspot/codegen/crm/products/api/search_api.rb +1 -1
  402. data/lib/hubspot/codegen/crm/products/api_client.rb +43 -73
  403. data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
  404. data/lib/hubspot/codegen/crm/products/configuration.rb +17 -12
  405. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
  406. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +1 -1
  407. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +1 -1
  408. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +1 -1
  409. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -1
  410. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
  411. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +2 -2
  412. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
  413. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +1 -1
  414. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +1 -1
  415. data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
  416. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  417. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
  418. data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
  419. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +1 -1
  420. data/lib/hubspot/codegen/crm/products/models/next_page.rb +1 -1
  421. data/lib/hubspot/codegen/crm/products/models/paging.rb +14 -5
  422. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -0
  423. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +1 -1
  424. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -1
  425. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +1 -1
  426. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
  427. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
  428. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  429. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +1 -1
  430. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
  431. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
  432. data/lib/hubspot/codegen/crm/properties/api_client.rb +43 -73
  433. data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
  434. data/lib/hubspot/codegen/crm/properties/configuration.rb +17 -12
  435. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +1 -1
  436. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +1 -1
  437. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +1 -1
  438. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
  439. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +1 -1
  440. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +1 -1
  441. data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
  442. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  443. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
  444. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +1 -1
  445. data/lib/hubspot/codegen/crm/properties/models/option.rb +1 -1
  446. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +1 -1
  447. data/lib/hubspot/codegen/crm/properties/models/paging.rb +1 -1
  448. data/lib/hubspot/codegen/crm/properties/models/property.rb +1 -1
  449. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +1 -1
  450. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +1 -1
  451. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +1 -1
  452. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +1 -1
  453. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +1 -1
  454. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +1 -1
  455. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +1 -1
  456. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  457. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +10 -1
  458. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -1
  459. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +1 -1
  460. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +1 -1
  461. data/lib/hubspot/codegen/crm/quotes/api_client.rb +43 -73
  462. data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
  463. data/lib/hubspot/codegen/crm/quotes/configuration.rb +17 -19
  464. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
  465. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +1 -1
  466. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +1 -1
  467. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +1 -1
  468. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -1
  469. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
  470. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +2 -2
  471. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
  472. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +1 -1
  473. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +1 -1
  474. data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
  475. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  476. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
  477. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
  478. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +1 -1
  479. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
  480. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +14 -5
  481. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -0
  482. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
  483. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -1
  484. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
  485. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
  486. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
  487. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
  488. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  489. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  490. data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
  491. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  492. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +13 -1
  493. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +9 -3
  494. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +1 -1
  495. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +1 -1
  496. data/lib/hubspot/codegen/crm/tickets/api_client.rb +43 -73
  497. data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
  498. data/lib/hubspot/codegen/crm/tickets/configuration.rb +17 -12
  499. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
  500. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
  501. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
  502. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
  503. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +1 -1
  504. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +1 -1
  505. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +2 -2
  506. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
  507. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +1 -1
  508. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +1 -1
  509. data/lib/hubspot/codegen/crm/tickets/models/error.rb +1 -1
  510. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  511. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +1 -1
  512. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +1 -1
  513. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
  514. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
  515. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +14 -5
  516. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -0
  517. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
  518. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -1
  519. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
  520. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +1 -1
  521. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +1 -1
  522. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
  523. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +27 -19
  524. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -23
  525. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +25 -17
  526. data/lib/hubspot/codegen/crm/timeline/api_client.rb +44 -74
  527. data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
  528. data/lib/hubspot/codegen/crm/timeline/configuration.rb +19 -14
  529. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +2 -2
  530. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +32 -43
  531. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +333 -0
  532. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +2 -2
  533. data/lib/hubspot/codegen/crm/timeline/models/error.rb +2 -2
  534. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  535. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +2 -2
  536. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +2 -2
  537. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +2 -2
  538. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +15 -6
  539. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +224 -0
  540. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  541. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -21
  542. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +2 -2
  543. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +30 -30
  544. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +56 -56
  545. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +21 -21
  546. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +48 -48
  547. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +2 -2
  548. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +2 -2
  549. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +21 -21
  550. data/lib/hubspot/codegen/oauth/api/default_api.rb +1 -1
  551. data/lib/hubspot/codegen/oauth/api_client.rb +43 -74
  552. data/lib/hubspot/codegen/oauth/api_error.rb +1 -1
  553. data/lib/hubspot/codegen/oauth/configuration.rb +17 -12
  554. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +18 -2
  555. data/lib/hubspot/codegen/oauth/models/error.rb +1 -1
  556. data/lib/hubspot/codegen/oauth/models/error_detail.rb +1 -1
  557. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +1 -1
  558. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +20 -20
  559. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
  560. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
  561. data/lib/hubspot/codegen/webhooks/api_client.rb +43 -73
  562. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  563. data/lib/hubspot/codegen/webhooks/configuration.rb +17 -12
  564. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
  565. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -1
  566. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +2 -2
  567. data/lib/hubspot/codegen/webhooks/models/error.rb +1 -1
  568. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  569. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +1 -1
  570. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +1 -1
  571. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +1 -1
  572. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  573. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +1 -1
  574. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +1 -1
  575. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
  576. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
  577. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +1 -1
  578. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +1 -1
  579. data/lib/hubspot/version.rb +1 -1
  580. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  581. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  582. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  583. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  584. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  585. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  586. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  587. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  588. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  589. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  590. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  591. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  592. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  593. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  594. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  595. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  596. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  597. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  598. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  599. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  600. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  601. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  602. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  603. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  604. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  605. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  606. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  607. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  608. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  609. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  610. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  611. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  612. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  613. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  614. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
  615. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  616. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  617. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  618. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  619. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  620. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  621. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  622. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  623. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  624. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  625. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  626. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  627. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  628. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  629. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  630. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  631. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  632. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  633. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  634. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  635. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  636. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  637. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  638. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  639. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  640. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  641. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  642. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  643. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  644. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  645. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  646. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  647. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  648. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  649. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  650. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  651. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  652. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  653. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  654. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
  655. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  656. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  657. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  658. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  659. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  660. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  661. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  662. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  663. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  664. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  665. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  666. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  667. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  668. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  669. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  670. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  671. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  672. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  673. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  674. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  675. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  676. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  677. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  678. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  679. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  680. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  681. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  682. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  683. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  684. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  685. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  686. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  687. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  688. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  689. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  690. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  691. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  692. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  693. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  694. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  695. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  696. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  697. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  698. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  699. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  700. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  701. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  702. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  703. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  704. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  705. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  706. data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
  707. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  708. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  709. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  710. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  711. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  712. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  713. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  714. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  715. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  716. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  717. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  718. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  719. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  720. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  721. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  722. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  723. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  724. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  725. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  726. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  727. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  728. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  729. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  730. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  731. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  732. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  733. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  734. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  735. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  736. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  737. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  738. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  739. data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
  740. data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
  741. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  742. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  743. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  744. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  745. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  746. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  747. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  748. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  749. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  750. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  751. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  752. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  753. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  754. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  755. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  756. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  757. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  758. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  759. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  760. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  761. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  762. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  763. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  764. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  765. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
  766. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  767. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
  768. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
  769. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  770. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  771. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  772. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  773. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  774. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  775. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  776. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  777. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  778. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  779. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  780. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  781. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  782. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  783. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  784. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  785. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  786. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  787. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  788. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  789. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  790. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  791. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  792. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  793. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
  794. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  795. data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
  796. data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
  797. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  798. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  799. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  800. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  801. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  802. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  803. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  804. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  805. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  806. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  807. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  808. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  809. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  810. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  811. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  812. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  813. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  814. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  815. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  816. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  817. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  818. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  819. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  820. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  821. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
  822. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  823. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  824. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  825. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  826. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  827. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  828. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  829. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  830. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  831. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  832. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  833. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  834. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  835. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  836. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  837. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  838. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  839. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  840. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  841. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  842. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  843. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  844. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  845. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  846. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  847. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  848. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  849. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  850. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  851. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  852. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  853. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  854. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  855. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  856. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
  857. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
  858. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  859. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  860. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  861. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  862. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  863. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  864. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  865. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  866. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  867. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  868. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  869. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  870. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  871. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  872. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  873. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  874. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  875. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  876. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  877. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  878. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  879. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  880. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  881. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  882. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
  883. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  884. data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
  885. data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
  886. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  887. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  888. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  889. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  890. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  891. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  892. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  893. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  894. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  895. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  896. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  897. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  898. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  899. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  900. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  901. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  902. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  903. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  904. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  905. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  906. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  907. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  908. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  909. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  910. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
  911. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  912. data/spec/codegen/crm/owners/api/default_api_spec.rb +60 -0
  913. data/spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb +47 -0
  914. data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
  915. data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
  916. data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
  917. data/spec/codegen/crm/owners/models/paging_spec.rb +41 -0
  918. data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
  919. data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
  920. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  921. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
  922. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  923. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  924. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
  925. data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
  926. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
  927. data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
  928. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
  929. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  930. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
  931. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  932. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  933. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
  934. data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
  935. data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
  936. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  937. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  938. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  939. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  940. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  941. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  942. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  943. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  944. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  945. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  946. data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  947. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  948. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  949. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  950. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  951. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  952. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  953. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  954. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  955. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  956. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  957. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  958. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  959. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  960. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
  961. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  962. data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
  963. data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
  964. data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
  965. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
  966. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
  967. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
  968. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
  969. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
  970. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
  971. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  972. data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
  973. data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
  974. data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
  975. data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
  976. data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
  977. data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
  978. data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
  979. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
  980. data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
  981. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
  982. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
  983. data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
  984. data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
  985. data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
  986. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  987. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
  988. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
  989. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  990. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  991. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  992. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  993. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  994. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  995. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  996. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  997. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  998. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  999. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  1000. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1001. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  1002. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  1003. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  1004. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  1005. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -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 +77 -0
  1014. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  1015. data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
  1016. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  1017. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  1018. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
  1019. data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  1020. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  1021. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  1022. data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -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 +113 -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 +107 -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/paging_spec.rb +47 -0
  1032. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
  1033. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  1034. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  1035. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
  1036. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
  1037. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  1038. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  1039. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  1040. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1041. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1042. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1043. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1044. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  1045. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1046. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  1047. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  1048. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1049. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  1050. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  1051. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  1052. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  1053. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -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 +77 -0
  1062. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  1063. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  1064. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  1065. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  1066. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  1067. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  1068. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  1069. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  1070. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  1071. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  1072. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  1073. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  1074. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  1075. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  1076. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  1077. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  1078. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  1079. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  1080. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  1081. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  1082. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  1083. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  1084. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  1085. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  1086. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  1087. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  1088. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
  1089. data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
  1090. data/spec/codegen/oauth/models/error_spec.rb +77 -0
  1091. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
  1092. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  1093. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  1094. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  1095. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  1096. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  1097. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  1098. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  1099. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  1100. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  1101. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  1102. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  1103. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  1104. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  1105. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  1106. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  1107. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  1108. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  1109. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  1110. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  1111. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  1112. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  1113. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  1114. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  1115. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  1116. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  1117. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  1118. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  1119. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  1120. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1121. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  1122. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  1123. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  1124. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  1125. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  1126. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  1127. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  1128. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  1129. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  1130. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  1131. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  1132. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  1133. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  1134. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  1135. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  1136. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  1137. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  1138. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  1139. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  1140. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1141. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  1142. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  1143. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  1144. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  1145. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  1146. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  1147. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  1148. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  1149. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  1150. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  1151. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1152. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  1153. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  1154. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  1155. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  1156. data/spec/features/crm/products/search_api_spec.rb +7 -0
  1157. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  1158. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  1159. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  1160. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  1161. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  1162. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  1163. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  1164. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  1165. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  1166. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  1167. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  1168. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  1169. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  1170. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  1171. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  1172. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  1173. data/spec/features/oauth/default_api_spec.rb +10 -0
  1174. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  1175. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  1176. metadata +1339 -2042
  1177. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -2090
  1178. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb +0 -240
  1179. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb +0 -240
  1180. data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +0 -219
  1181. data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +0 -224
  1182. data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
  1183. data/sample-apps/companies-app/.env.template +0 -2
  1184. data/sample-apps/companies-app/.env.test.template +0 -3
  1185. data/sample-apps/companies-app/.gitignore +0 -35
  1186. data/sample-apps/companies-app/.rspec +0 -1
  1187. data/sample-apps/companies-app/.ruby-version +0 -1
  1188. data/sample-apps/companies-app/Dockerfile +0 -22
  1189. data/sample-apps/companies-app/Gemfile +0 -33
  1190. data/sample-apps/companies-app/Gemfile.lock +0 -271
  1191. data/sample-apps/companies-app/README.md +0 -31
  1192. data/sample-apps/companies-app/Rakefile +0 -6
  1193. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  1194. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  1195. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  1196. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  1197. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  1198. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  1199. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  1200. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  1201. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  1202. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  1203. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  1204. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1205. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  1206. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1207. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1208. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1209. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1210. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1211. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  1212. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  1213. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  1214. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  1215. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  1216. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  1217. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  1218. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  1219. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  1220. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  1221. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1222. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  1223. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  1224. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  1225. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  1226. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  1227. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  1228. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  1229. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  1230. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  1231. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  1232. data/sample-apps/companies-app/bin/bundle +0 -3
  1233. data/sample-apps/companies-app/bin/rails +0 -9
  1234. data/sample-apps/companies-app/bin/rake +0 -9
  1235. data/sample-apps/companies-app/bin/setup +0 -36
  1236. data/sample-apps/companies-app/bin/spring +0 -17
  1237. data/sample-apps/companies-app/bin/update +0 -31
  1238. data/sample-apps/companies-app/bin/yarn +0 -11
  1239. data/sample-apps/companies-app/config.ru +0 -5
  1240. data/sample-apps/companies-app/config/application.rb +0 -19
  1241. data/sample-apps/companies-app/config/boot.rb +0 -3
  1242. data/sample-apps/companies-app/config/cable.yml +0 -10
  1243. data/sample-apps/companies-app/config/database.yml +0 -25
  1244. data/sample-apps/companies-app/config/environment.rb +0 -5
  1245. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  1246. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  1247. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  1248. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  1249. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  1250. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  1251. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  1252. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  1253. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  1254. data/sample-apps/companies-app/config/puma.rb +0 -34
  1255. data/sample-apps/companies-app/config/routes.rb +0 -17
  1256. data/sample-apps/companies-app/config/spring.rb +0 -6
  1257. data/sample-apps/companies-app/db/seeds.rb +0 -7
  1258. data/sample-apps/companies-app/docker-compose.yml +0 -11
  1259. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  1260. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  1261. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  1262. data/sample-apps/companies-app/log/.keep +0 -0
  1263. data/sample-apps/companies-app/package.json +0 -5
  1264. data/sample-apps/companies-app/public/404.html +0 -67
  1265. data/sample-apps/companies-app/public/422.html +0 -67
  1266. data/sample-apps/companies-app/public/500.html +0 -66
  1267. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  1268. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  1269. data/sample-apps/companies-app/public/favicon.ico +0 -0
  1270. data/sample-apps/companies-app/public/robots.txt +0 -1
  1271. data/sample-apps/companies-app/tmp/.keep +0 -0
  1272. data/sample-apps/contacts-app/.env.template +0 -2
  1273. data/sample-apps/contacts-app/.env.test.template +0 -3
  1274. data/sample-apps/contacts-app/.gitignore +0 -35
  1275. data/sample-apps/contacts-app/.rspec +0 -1
  1276. data/sample-apps/contacts-app/.ruby-version +0 -1
  1277. data/sample-apps/contacts-app/Dockerfile +0 -22
  1278. data/sample-apps/contacts-app/Gemfile +0 -33
  1279. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  1280. data/sample-apps/contacts-app/README.md +0 -41
  1281. data/sample-apps/contacts-app/Rakefile +0 -6
  1282. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  1283. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  1284. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  1285. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  1286. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1287. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  1288. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  1289. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  1290. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1291. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  1292. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1293. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  1294. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  1295. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1296. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1297. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1298. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1299. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1300. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1301. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1302. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1303. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  1304. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1305. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1306. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1307. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1308. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1309. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1310. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  1311. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  1312. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  1313. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  1314. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  1315. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  1316. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  1317. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  1318. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  1319. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1320. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  1321. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  1322. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  1323. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  1324. data/sample-apps/contacts-app/bin/bundle +0 -3
  1325. data/sample-apps/contacts-app/bin/rails +0 -9
  1326. data/sample-apps/contacts-app/bin/rake +0 -9
  1327. data/sample-apps/contacts-app/bin/setup +0 -36
  1328. data/sample-apps/contacts-app/bin/spring +0 -17
  1329. data/sample-apps/contacts-app/bin/update +0 -31
  1330. data/sample-apps/contacts-app/bin/yarn +0 -11
  1331. data/sample-apps/contacts-app/config.ru +0 -5
  1332. data/sample-apps/contacts-app/config/application.rb +0 -19
  1333. data/sample-apps/contacts-app/config/boot.rb +0 -3
  1334. data/sample-apps/contacts-app/config/cable.yml +0 -10
  1335. data/sample-apps/contacts-app/config/database.yml +0 -25
  1336. data/sample-apps/contacts-app/config/environment.rb +0 -5
  1337. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  1338. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  1339. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  1340. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  1341. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1342. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1343. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  1344. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1345. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  1346. data/sample-apps/contacts-app/config/puma.rb +0 -34
  1347. data/sample-apps/contacts-app/config/routes.rb +0 -14
  1348. data/sample-apps/contacts-app/config/spring.rb +0 -6
  1349. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  1350. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  1351. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  1352. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  1353. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  1354. data/sample-apps/contacts-app/log/.keep +0 -0
  1355. data/sample-apps/contacts-app/package.json +0 -5
  1356. data/sample-apps/contacts-app/public/404.html +0 -67
  1357. data/sample-apps/contacts-app/public/422.html +0 -67
  1358. data/sample-apps/contacts-app/public/500.html +0 -66
  1359. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1360. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  1361. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  1362. data/sample-apps/contacts-app/public/robots.txt +0 -1
  1363. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1364. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1365. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1366. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1367. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1368. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1369. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1370. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  1371. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  1372. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  1373. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  1374. data/sample-apps/contacts-app/tmp/.keep +0 -0
  1375. data/sample-apps/imports-contacts-app/.env.template +0 -2
  1376. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  1377. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  1378. data/sample-apps/imports-contacts-app/.rspec +0 -1
  1379. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  1380. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  1381. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  1382. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  1383. data/sample-apps/imports-contacts-app/README.md +0 -27
  1384. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  1385. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  1386. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  1387. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  1388. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  1389. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1390. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  1391. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  1392. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  1393. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1394. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  1395. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1396. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  1397. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1398. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1399. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1400. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1401. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1402. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  1403. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  1404. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  1405. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  1406. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  1407. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1408. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  1409. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  1410. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  1411. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  1412. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  1413. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  1414. data/sample-apps/imports-contacts-app/bin/update +0 -31
  1415. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  1416. data/sample-apps/imports-contacts-app/config.ru +0 -5
  1417. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  1418. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  1419. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  1420. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  1421. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  1422. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  1423. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  1424. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  1425. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  1426. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1427. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1428. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  1429. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1430. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  1431. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  1432. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  1433. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  1434. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  1435. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  1436. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  1437. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  1438. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  1439. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  1440. data/sample-apps/imports-contacts-app/package.json +0 -5
  1441. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  1442. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  1443. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  1444. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1445. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  1446. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  1447. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  1448. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  1449. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  1450. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  1451. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  1452. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  1453. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  1454. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  1455. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  1456. data/sample-apps/leaky-bucket-app/README.md +0 -34
  1457. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  1458. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  1459. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  1460. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  1461. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  1462. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  1463. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  1464. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  1465. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  1466. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  1467. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  1468. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1469. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  1470. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1471. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1472. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1473. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1474. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1475. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1476. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1477. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  1478. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  1479. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  1480. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  1481. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  1482. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  1483. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  1484. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  1485. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  1486. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  1487. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  1488. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  1489. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  1490. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  1491. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  1492. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  1493. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  1494. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  1495. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  1496. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  1497. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  1498. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  1499. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  1500. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  1501. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  1502. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1503. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  1504. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  1505. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  1506. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  1507. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  1508. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  1509. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  1510. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  1511. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  1512. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  1513. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  1514. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  1515. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  1516. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  1517. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  1518. data/sample-apps/leaky-bucket-app/package.json +0 -5
  1519. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  1520. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  1521. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  1522. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  1523. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  1524. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  1525. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  1526. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  1527. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  1528. data/sample-apps/oauth-app/.env.template +0 -2
  1529. data/sample-apps/oauth-app/.env.test.template +0 -3
  1530. data/sample-apps/oauth-app/.gitignore +0 -35
  1531. data/sample-apps/oauth-app/.rspec +0 -1
  1532. data/sample-apps/oauth-app/.ruby-version +0 -1
  1533. data/sample-apps/oauth-app/Dockerfile +0 -22
  1534. data/sample-apps/oauth-app/Gemfile +0 -33
  1535. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  1536. data/sample-apps/oauth-app/README.md +0 -33
  1537. data/sample-apps/oauth-app/Rakefile +0 -6
  1538. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  1539. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  1540. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  1541. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  1542. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  1543. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  1544. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  1545. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  1546. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  1547. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  1548. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1549. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  1550. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1551. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1552. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1553. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1554. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1555. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1556. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1557. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1558. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  1559. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1560. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1561. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1562. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1563. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  1564. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  1565. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  1566. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  1567. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  1568. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  1569. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  1570. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  1571. data/sample-apps/oauth-app/bin/bundle +0 -3
  1572. data/sample-apps/oauth-app/bin/rails +0 -9
  1573. data/sample-apps/oauth-app/bin/rake +0 -9
  1574. data/sample-apps/oauth-app/bin/setup +0 -36
  1575. data/sample-apps/oauth-app/bin/spring +0 -17
  1576. data/sample-apps/oauth-app/bin/update +0 -31
  1577. data/sample-apps/oauth-app/bin/yarn +0 -11
  1578. data/sample-apps/oauth-app/config.ru +0 -5
  1579. data/sample-apps/oauth-app/config/application.rb +0 -19
  1580. data/sample-apps/oauth-app/config/boot.rb +0 -3
  1581. data/sample-apps/oauth-app/config/cable.yml +0 -10
  1582. data/sample-apps/oauth-app/config/database.yml +0 -25
  1583. data/sample-apps/oauth-app/config/environment.rb +0 -5
  1584. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  1585. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  1586. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  1587. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  1588. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  1589. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  1590. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  1591. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  1592. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  1593. data/sample-apps/oauth-app/config/puma.rb +0 -34
  1594. data/sample-apps/oauth-app/config/routes.rb +0 -14
  1595. data/sample-apps/oauth-app/config/spring.rb +0 -6
  1596. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  1597. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  1598. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  1599. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  1600. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  1601. data/sample-apps/oauth-app/log/.keep +0 -0
  1602. data/sample-apps/oauth-app/package.json +0 -5
  1603. data/sample-apps/oauth-app/public/404.html +0 -67
  1604. data/sample-apps/oauth-app/public/422.html +0 -67
  1605. data/sample-apps/oauth-app/public/500.html +0 -66
  1606. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  1607. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  1608. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  1609. data/sample-apps/oauth-app/public/robots.txt +0 -1
  1610. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1611. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1612. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1613. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1614. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1615. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1616. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1617. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  1618. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  1619. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  1620. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  1621. data/sample-apps/oauth-app/tmp/.keep +0 -0
  1622. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  1623. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  1624. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  1625. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  1626. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  1627. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  1628. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  1629. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  1630. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  1631. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  1632. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  1633. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  1634. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1635. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  1636. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  1637. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  1638. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1639. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  1640. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1641. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  1642. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1643. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1644. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1645. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1646. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1647. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1648. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1649. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  1650. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  1651. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  1652. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  1653. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1654. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  1655. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  1656. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  1657. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  1658. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  1659. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  1660. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  1661. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  1662. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  1663. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  1664. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  1665. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  1666. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  1667. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  1668. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  1669. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  1670. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  1671. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  1672. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  1673. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  1674. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1675. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  1676. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  1677. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  1678. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  1679. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  1680. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  1681. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  1682. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  1683. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  1684. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  1685. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  1686. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  1687. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  1688. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  1689. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  1690. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  1691. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  1692. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  1693. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  1694. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  1695. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  1696. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  1697. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  1698. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  1699. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  1700. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  1701. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  1702. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  1703. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  1704. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  1705. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  1706. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  1707. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  1708. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  1709. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  1710. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  1711. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  1712. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1713. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  1714. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  1715. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  1716. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1717. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  1718. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1719. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  1720. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1721. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1722. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1723. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1724. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1725. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  1726. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  1727. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  1728. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  1729. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1730. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  1731. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  1732. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  1733. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  1734. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  1735. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  1736. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  1737. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  1738. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  1739. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  1740. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  1741. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  1742. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  1743. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  1744. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  1745. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  1746. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  1747. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  1748. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  1749. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  1750. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  1751. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  1752. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  1753. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  1754. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  1755. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  1756. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  1757. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  1758. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  1759. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  1760. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  1761. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  1762. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  1763. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  1764. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  1765. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  1766. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  1767. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  1768. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  1769. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  1770. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  1771. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  1772. data/sample-apps/search-result-paging-app/.env.template +0 -4
  1773. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  1774. data/sample-apps/search-result-paging-app/.rspec +0 -1
  1775. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  1776. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  1777. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  1778. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  1779. data/sample-apps/search-result-paging-app/README.md +0 -0
  1780. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  1781. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  1782. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  1783. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  1784. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  1785. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  1786. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  1787. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  1788. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  1789. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  1790. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  1791. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1792. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  1793. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1794. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1795. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1796. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1797. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1798. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1799. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  1800. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1801. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1802. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  1803. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  1804. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  1805. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  1806. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  1807. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  1808. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  1809. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  1810. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  1811. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  1812. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  1813. data/sample-apps/search-result-paging-app/bin/update +0 -31
  1814. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  1815. data/sample-apps/search-result-paging-app/config.ru +0 -5
  1816. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  1817. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  1818. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  1819. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  1820. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  1821. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  1822. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  1823. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  1824. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  1825. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  1826. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  1827. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  1828. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  1829. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  1830. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  1831. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  1832. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  1833. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  1834. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  1835. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  1836. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  1837. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  1838. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  1839. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  1840. data/sample-apps/search-result-paging-app/package.json +0 -5
  1841. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  1842. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  1843. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  1844. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  1845. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  1846. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  1847. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  1848. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  1849. data/sample-apps/timeline-events-app/.env.template +0 -5
  1850. data/sample-apps/timeline-events-app/.gitignore +0 -35
  1851. data/sample-apps/timeline-events-app/.rspec +0 -1
  1852. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  1853. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  1854. data/sample-apps/timeline-events-app/Gemfile +0 -33
  1855. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  1856. data/sample-apps/timeline-events-app/README.md +0 -30
  1857. data/sample-apps/timeline-events-app/Rakefile +0 -6
  1858. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  1859. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  1860. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  1861. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  1862. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  1863. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  1864. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  1865. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  1866. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  1867. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1868. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  1869. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  1870. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1871. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1872. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1873. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1874. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1875. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1876. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  1877. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  1878. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  1879. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  1880. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  1881. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  1882. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  1883. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  1884. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  1885. data/sample-apps/timeline-events-app/bin/rails +0 -9
  1886. data/sample-apps/timeline-events-app/bin/rake +0 -9
  1887. data/sample-apps/timeline-events-app/bin/setup +0 -36
  1888. data/sample-apps/timeline-events-app/bin/spring +0 -17
  1889. data/sample-apps/timeline-events-app/bin/update +0 -31
  1890. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  1891. data/sample-apps/timeline-events-app/config.ru +0 -5
  1892. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  1893. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  1894. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  1895. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  1896. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  1897. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  1898. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  1899. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  1900. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  1901. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  1902. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  1903. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  1904. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  1905. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  1906. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  1907. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  1908. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  1909. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  1910. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  1911. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  1912. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  1913. data/sample-apps/timeline-events-app/log/.keep +0 -0
  1914. data/sample-apps/timeline-events-app/package.json +0 -5
  1915. data/sample-apps/timeline-events-app/public/404.html +0 -67
  1916. data/sample-apps/timeline-events-app/public/422.html +0 -67
  1917. data/sample-apps/timeline-events-app/public/500.html +0 -66
  1918. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  1919. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  1920. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  1921. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  1922. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  1923. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  1924. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  1925. data/sample-apps/trello-integration-app/.env.template +0 -7
  1926. data/sample-apps/trello-integration-app/.gitignore +0 -35
  1927. data/sample-apps/trello-integration-app/.rspec +0 -1
  1928. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  1929. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  1930. data/sample-apps/trello-integration-app/Gemfile +0 -38
  1931. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  1932. data/sample-apps/trello-integration-app/README.md +0 -31
  1933. data/sample-apps/trello-integration-app/Rakefile +0 -6
  1934. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  1935. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  1936. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  1937. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  1938. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  1939. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  1940. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  1941. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  1942. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  1943. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  1944. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  1945. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  1946. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  1947. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  1948. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  1949. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  1950. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  1951. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  1952. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  1953. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  1954. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  1955. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  1956. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  1957. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  1958. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  1959. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  1960. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1961. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1962. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1963. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1964. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1965. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  1966. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  1967. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  1968. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  1969. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  1970. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  1971. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  1972. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  1973. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  1974. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  1975. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  1976. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  1977. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  1978. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  1979. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  1980. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  1981. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  1982. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  1983. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  1984. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  1985. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  1986. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  1987. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  1988. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  1989. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  1990. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  1991. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  1992. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  1993. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  1994. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  1995. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  1996. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  1997. data/sample-apps/trello-integration-app/bin/rails +0 -9
  1998. data/sample-apps/trello-integration-app/bin/rake +0 -9
  1999. data/sample-apps/trello-integration-app/bin/setup +0 -36
  2000. data/sample-apps/trello-integration-app/bin/spring +0 -17
  2001. data/sample-apps/trello-integration-app/bin/update +0 -31
  2002. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  2003. data/sample-apps/trello-integration-app/config.ru +0 -5
  2004. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  2005. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  2006. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  2007. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  2008. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  2009. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  2010. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  2011. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  2012. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  2013. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  2014. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  2015. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  2016. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  2017. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  2018. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  2019. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  2020. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  2021. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  2022. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  2023. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  2024. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  2025. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  2026. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  2027. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  2028. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  2029. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  2030. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  2031. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  2032. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  2033. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  2034. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  2035. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  2036. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  2037. data/sample-apps/trello-integration-app/log/.keep +0 -0
  2038. data/sample-apps/trello-integration-app/package.json +0 -5
  2039. data/sample-apps/trello-integration-app/public/404.html +0 -67
  2040. data/sample-apps/trello-integration-app/public/422.html +0 -67
  2041. data/sample-apps/trello-integration-app/public/500.html +0 -66
  2042. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  2043. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  2044. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  2045. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  2046. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  2047. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  2048. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  2049. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  2050. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  2051. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  2052. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  2053. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  2054. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  2055. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  2056. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  2057. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  2058. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  2059. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  2060. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  2061. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  2062. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  2063. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  2064. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2065. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  2066. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  2067. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2068. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2069. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2070. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2071. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2072. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  2073. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  2074. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  2075. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  2076. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  2077. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  2078. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  2079. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  2080. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  2081. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  2082. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  2083. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  2084. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  2085. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  2086. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  2087. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  2088. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  2089. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  2090. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  2091. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  2092. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  2093. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  2094. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  2095. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  2096. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  2097. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  2098. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  2099. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  2100. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  2101. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  2102. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  2103. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  2104. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  2105. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  2106. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  2107. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  2108. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  2109. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  2110. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  2111. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  2112. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  2113. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  2114. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  2115. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  2116. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  2117. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  2118. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  2119. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  2120. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  2121. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  2122. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  2123. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  2124. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  2125. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  2126. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  2127. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  2128. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  2129. data/spec/oauth/api/tokens_api_spec.rb +0 -51
  2130. data/spec/oauth/api_client_spec.rb +0 -226
  2131. data/spec/oauth/configuration_spec.rb +0 -42
  2132. data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
  2133. data/spec/oauth/models/error_detail_spec.rb +0 -53
  2134. data/spec/oauth/models/error_spec.rb +0 -71
  2135. data/spec/oauth/models/json_node_spec.rb +0 -165
  2136. data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
  2137. data/spec/oauth/models/refresh_token_spec.rb +0 -59
  2138. data/spec/owners/api/default_api_spec.rb +0 -60
  2139. data/spec/owners/api_client_spec.rb +0 -226
  2140. data/spec/owners/configuration_spec.rb +0 -42
  2141. data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
  2142. data/spec/owners/models/error_detail_spec.rb +0 -53
  2143. data/spec/owners/models/error_spec.rb +0 -71
  2144. data/spec/owners/models/next_page_spec.rb +0 -47
  2145. data/spec/owners/models/paging_spec.rb +0 -41
  2146. data/spec/owners/models/public_owner_spec.rb +0 -89
  2147. data/spec/owners/models/public_team_spec.rb +0 -57
  2148. data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  2149. data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
  2150. data/spec/pipelines/api_client_spec.rb +0 -226
  2151. data/spec/pipelines/configuration_spec.rb +0 -42
  2152. data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  2153. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  2154. data/spec/pipelines/models/error_detail_spec.rb +0 -53
  2155. data/spec/pipelines/models/error_spec.rb +0 -71
  2156. data/spec/pipelines/models/next_page_spec.rb +0 -47
  2157. data/spec/pipelines/models/paging_spec.rb +0 -41
  2158. data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
  2159. data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2160. data/spec/pipelines/models/pipeline_spec.rb +0 -83
  2161. data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2162. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2163. data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
  2164. data/spec/properties/api/batch_api_spec.rb +0 -74
  2165. data/spec/properties/api/core_api_spec.rb +0 -102
  2166. data/spec/properties/api/groups_api_spec.rb +0 -100
  2167. data/spec/properties/api_client_spec.rb +0 -226
  2168. data/spec/properties/configuration_spec.rb +0 -42
  2169. data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
  2170. data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
  2171. data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2172. data/spec/properties/models/batch_response_property_spec.rb +0 -81
  2173. data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
  2174. data/spec/properties/models/collection_response_property_spec.rb +0 -47
  2175. data/spec/properties/models/error_detail_spec.rb +0 -65
  2176. data/spec/properties/models/error_spec.rb +0 -71
  2177. data/spec/properties/models/next_page_spec.rb +0 -47
  2178. data/spec/properties/models/option_input_spec.rb +0 -65
  2179. data/spec/properties/models/option_spec.rb +0 -65
  2180. data/spec/properties/models/paging_spec.rb +0 -41
  2181. data/spec/properties/models/property_create_spec.rb +0 -103
  2182. data/spec/properties/models/property_group_create_spec.rb +0 -53
  2183. data/spec/properties/models/property_group_spec.rb +0 -59
  2184. data/spec/properties/models/property_group_update_spec.rb +0 -47
  2185. data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
  2186. data/spec/properties/models/property_name_spec.rb +0 -41
  2187. data/spec/properties/models/property_spec.rb +0 -177
  2188. data/spec/properties/models/property_update_spec.rb +0 -91
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Products::AssociationsApi' do
4
+ subject(:associations_api) { Hubspot::Crm::Products::AssociationsApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Products::BasicApi' do
4
+ subject(:basic_api) { Hubspot::Crm::Products::BasicApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_by_id) }
9
+ it { is_expected.to respond_to(:get_page) }
10
+ it { is_expected.to respond_to(:update) }
11
+ end
@@ -0,0 +1,10 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Products::BatchApi' do
4
+ subject(:batch_api) { Hubspot::Crm::Products::BatchApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:read) }
9
+ it { is_expected.to respond_to(:update) }
10
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Products::SearchApi' do
4
+ subject(:search_api) { Hubspot::Crm::Products::SearchApi.new }
5
+
6
+ it { is_expected.to respond_to(:do_search) }
7
+ end
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Properties::BatchApi' do
4
+ subject(:batch_api) { Hubspot::Crm::Properties::BatchApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:read) }
9
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Properties::CoreApi' do
4
+ subject(:core_api) { Hubspot::Crm::Properties::CoreApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ it { is_expected.to respond_to(:get_by_name) }
10
+ it { is_expected.to respond_to(:update) }
11
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Properties::GroupsApi' do
4
+ subject(:groups_api) { Hubspot::Crm::Properties::GroupsApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ it { is_expected.to respond_to(:get_by_name) }
10
+ it { is_expected.to respond_to(:update) }
11
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Quotes::AssociationsApi' do
4
+ subject(:associations_api) { Hubspot::Crm::Quotes::AssociationsApi.new }
5
+
6
+ it { is_expected.to respond_to(:get_all) }
7
+ end
@@ -0,0 +1,8 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Quotes::BasicApi' do
4
+ subject(:basic_api) { Hubspot::Crm::Quotes::BasicApi.new }
5
+
6
+ it { is_expected.to respond_to(:get_by_id) }
7
+ it { is_expected.to respond_to(:get_page) }
8
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Quotes::BatchApi' do
4
+ subject(:batch_api) { Hubspot::Crm::Quotes::BatchApi.new }
5
+
6
+ it { is_expected.to respond_to(:read) }
7
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Quotes::SearchApi' do
4
+ subject(:search_api) { Hubspot::Crm::Quotes::SearchApi.new }
5
+
6
+ it { is_expected.to respond_to(:do_search) }
7
+ end
@@ -0,0 +1,13 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Schemas::CoreApi' do
4
+ subject(:core_api) { Hubspot::Crm::Schemas::CoreApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:archive_association) }
8
+ it { is_expected.to respond_to(:create) }
9
+ it { is_expected.to respond_to(:create_association) }
10
+ it { is_expected.to respond_to(:get_all) }
11
+ it { is_expected.to respond_to(:get_by_id) }
12
+ it { is_expected.to respond_to(:update) }
13
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Schemas::DefaultApi' do
4
+ subject(:default_api) { Hubspot::Crm::Schemas::DefaultApi.new }
5
+
6
+ it { is_expected.to respond_to(:purge) }
7
+ end
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Tickets::AssociationsApi' do
4
+ subject(:associations_api) { Hubspot::Crm::Tickets::AssociationsApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Tickets::BasicApi' do
4
+ subject(:basic_api) { Hubspot::Crm::Tickets::BasicApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_by_id) }
9
+ it { is_expected.to respond_to(:get_page) }
10
+ it { is_expected.to respond_to(:update) }
11
+ end
@@ -0,0 +1,10 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Tickets::BatchApi' do
4
+ subject(:batch_api) { Hubspot::Crm::Tickets::BatchApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:read) }
9
+ it { is_expected.to respond_to(:update) }
10
+ end
@@ -0,0 +1,7 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Tickets::SearchApi' do
4
+ subject(:search_api) { Hubspot::Crm::Tickets::SearchApi.new }
5
+
6
+ it { is_expected.to respond_to(:do_search) }
7
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Timeline::EventsApi' do
4
+ subject(:events_api) { Hubspot::Crm::Timeline::EventsApi.new }
5
+
6
+ it { is_expected.to respond_to(:create) }
7
+ it { is_expected.to respond_to(:create_batch) }
8
+ it { is_expected.to respond_to(:get_by_id) }
9
+ it { is_expected.to respond_to(:get_detail_by_id) }
10
+ it { is_expected.to respond_to(:get_render_by_id) }
11
+ end
@@ -0,0 +1,11 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Timeline::TemplatesApi' do
4
+ subject(:templates_api) { Hubspot::Crm::Timeline::TemplatesApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ it { is_expected.to respond_to(:get_by_id) }
10
+ it { is_expected.to respond_to(:update) }
11
+ end
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Crm::Timeline::TokensApi' do
4
+ subject(:templates_api) { Hubspot::Crm::Timeline::TokensApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:update) }
9
+ end
@@ -0,0 +1,10 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::OAuth::DefaultApi' do
4
+ subject(:default_api) { Hubspot::OAuth::DefaultApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive_refresh_token) }
7
+ it { is_expected.to respond_to(:create_token) }
8
+ it { is_expected.to respond_to(:get_access_token) }
9
+ it { is_expected.to respond_to(:get_refresh_token) }
10
+ end
@@ -0,0 +1,9 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Webhooks::SettingsApi' do
4
+ subject(:settings_api) { Hubspot::Webhooks::SettingsApi.new }
5
+
6
+ it { is_expected.to respond_to(:clear) }
7
+ it { is_expected.to respond_to(:configure) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ end
@@ -0,0 +1,12 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Hubspot::Webhooks::SubscriptionsApi' do
4
+ subject(:default_api) { Hubspot::Webhooks::SubscriptionsApi.new }
5
+
6
+ it { is_expected.to respond_to(:archive) }
7
+ it { is_expected.to respond_to(:create) }
8
+ it { is_expected.to respond_to(:get_all) }
9
+ it { is_expected.to respond_to(:get_by_id) }
10
+ it { is_expected.to respond_to(:update) }
11
+ it { is_expected.to respond_to(:update_batch) }
12
+ end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 9.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-20 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: faraday
14
+ name: typhoeus
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 1.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.14.0
26
+ version: 1.4.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -165,25 +165,19 @@ dependencies:
165
165
  - !ruby/object:Gem::Version
166
166
  version: 0.2.16
167
167
  - !ruby/object:Gem::Dependency
168
- name: autotest-fsevent
168
+ name: rake-release
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: '0.2'
174
171
  - - ">="
175
172
  - !ruby/object:Gem::Version
176
- version: 0.2.12
173
+ version: '0'
177
174
  type: :development
178
175
  prerelease: false
179
176
  version_requirements: !ruby/object:Gem::Requirement
180
177
  requirements:
181
- - - "~>"
182
- - !ruby/object:Gem::Version
183
- version: '0.2'
184
178
  - - ">="
185
179
  - !ruby/object:Gem::Version
186
- version: 0.2.12
180
+ version: '0'
187
181
  description: HubSpot Ruby API client
188
182
  email:
189
183
  - ''
@@ -191,6 +185,7 @@ executables: []
191
185
  extensions: []
192
186
  extra_rdoc_files: []
193
187
  files:
188
+ - ".github/CODEOWNERS"
194
189
  - CHANGELOG.md
195
190
  - Gemfile
196
191
  - Gemfile.lock
@@ -199,6 +194,36 @@ files:
199
194
  - git_push.sh
200
195
  - hubspot-api-client.gemspec
201
196
  - lib/hubspot-api-client.rb
197
+ - lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
198
+ - lib/hubspot/codegen/automation/actions/api/definitions_api.rb
199
+ - lib/hubspot/codegen/automation/actions/api/functions_api.rb
200
+ - lib/hubspot/codegen/automation/actions/api/revisions_api.rb
201
+ - lib/hubspot/codegen/automation/actions/api_client.rb
202
+ - lib/hubspot/codegen/automation/actions/api_error.rb
203
+ - lib/hubspot/codegen/automation/actions/configuration.rb
204
+ - lib/hubspot/codegen/automation/actions/models/action_function.rb
205
+ - lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb
206
+ - lib/hubspot/codegen/automation/actions/models/action_labels.rb
207
+ - lib/hubspot/codegen/automation/actions/models/action_revision.rb
208
+ - lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb
209
+ - lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb
210
+ - lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb
211
+ - lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb
212
+ - lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb
213
+ - lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb
214
+ - lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb
215
+ - lib/hubspot/codegen/automation/actions/models/error.rb
216
+ - lib/hubspot/codegen/automation/actions/models/error_detail.rb
217
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
218
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
219
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
220
+ - lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
221
+ - lib/hubspot/codegen/automation/actions/models/forward_paging.rb
222
+ - lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
223
+ - lib/hubspot/codegen/automation/actions/models/next_page.rb
224
+ - lib/hubspot/codegen/automation/actions/models/object_request_options.rb
225
+ - lib/hubspot/codegen/automation/actions/models/option.rb
226
+ - lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
202
227
  - lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
203
228
  - lib/hubspot/codegen/cms/audit-logs/api_client.rb
204
229
  - lib/hubspot/codegen/cms/audit-logs/api_error.rb
@@ -209,6 +234,67 @@ files:
209
234
  - lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
210
235
  - lib/hubspot/codegen/cms/audit-logs/models/paging.rb
211
236
  - lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
237
+ - lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb
238
+ - lib/hubspot/codegen/cms/blogs/authors/api_client.rb
239
+ - lib/hubspot/codegen/cms/blogs/authors/api_error.rb
240
+ - lib/hubspot/codegen/cms/blogs/authors/configuration.rb
241
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
242
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
243
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
244
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
245
+ - lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
246
+ - lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
247
+ - lib/hubspot/codegen/cms/blogs/authors/models/error.rb
248
+ - lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
249
+ - lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
250
+ - lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
251
+ - lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
252
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb
253
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
254
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
255
+ - lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
256
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
257
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
258
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
259
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
260
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
261
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
262
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
263
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
264
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
265
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
266
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
267
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
268
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
269
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
270
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
271
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
272
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
273
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
274
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
275
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
276
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
277
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
278
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
279
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
280
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
281
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
282
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
283
+ - lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb
284
+ - lib/hubspot/codegen/cms/blogs/tags/api_client.rb
285
+ - lib/hubspot/codegen/cms/blogs/tags/api_error.rb
286
+ - lib/hubspot/codegen/cms/blogs/tags/configuration.rb
287
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
288
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
289
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
290
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
291
+ - lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
292
+ - lib/hubspot/codegen/cms/blogs/tags/models/error.rb
293
+ - lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
294
+ - lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
295
+ - lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
296
+ - lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
297
+ - lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
212
298
  - lib/hubspot/codegen/cms/domains/api/domains_api.rb
213
299
  - lib/hubspot/codegen/cms/domains/api_client.rb
214
300
  - lib/hubspot/codegen/cms/domains/api_error.rb
@@ -221,7 +307,9 @@ files:
221
307
  - lib/hubspot/codegen/cms/domains/models/error_detail.rb
222
308
  - lib/hubspot/codegen/cms/domains/models/next_page.rb
223
309
  - lib/hubspot/codegen/cms/domains/models/paging.rb
224
- - lib/hubspot/codegen/cms/hubdb/api/default_api.rb
310
+ - lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
311
+ - lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
312
+ - lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
225
313
  - lib/hubspot/codegen/cms/hubdb/api_client.rb
226
314
  - lib/hubspot/codegen/cms/hubdb/api_error.rb
227
315
  - lib/hubspot/codegen/cms/hubdb/configuration.rb
@@ -229,13 +317,14 @@ files:
229
317
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
230
318
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
231
319
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
232
- - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb
233
- - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb
320
+ - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
321
+ - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
234
322
  - lib/hubspot/codegen/cms/hubdb/models/column.rb
235
323
  - lib/hubspot/codegen/cms/hubdb/models/column_input.rb
236
324
  - lib/hubspot/codegen/cms/hubdb/models/error.rb
237
325
  - lib/hubspot/codegen/cms/hubdb/models/error_detail.rb
238
326
  - lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
327
+ - lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
239
328
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
240
329
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
241
330
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb
@@ -245,9 +334,8 @@ files:
245
334
  - lib/hubspot/codegen/cms/hubdb/models/import_result.rb
246
335
  - lib/hubspot/codegen/cms/hubdb/models/next_page.rb
247
336
  - lib/hubspot/codegen/cms/hubdb/models/option.rb
248
- - lib/hubspot/codegen/cms/hubdb/models/paging.rb
249
- - lib/hubspot/codegen/cms/hubdb/models/previous_page.rb
250
337
  - lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
338
+ - lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
251
339
  - lib/hubspot/codegen/cms/performance/api/default_api.rb
252
340
  - lib/hubspot/codegen/cms/performance/api_client.rb
253
341
  - lib/hubspot/codegen/cms/performance/api_error.rb
@@ -289,6 +377,7 @@ files:
289
377
  - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
290
378
  - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
291
379
  - lib/hubspot/codegen/crm/associations/models/error.rb
380
+ - lib/hubspot/codegen/crm/associations/models/error_category.rb
292
381
  - lib/hubspot/codegen/crm/associations/models/error_detail.rb
293
382
  - lib/hubspot/codegen/crm/associations/models/next_page.rb
294
383
  - lib/hubspot/codegen/crm/associations/models/paging.rb
@@ -296,6 +385,7 @@ files:
296
385
  - lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
297
386
  - lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
298
387
  - lib/hubspot/codegen/crm/associations/models/public_object_id.rb
388
+ - lib/hubspot/codegen/crm/associations/models/standard_error.rb
299
389
  - lib/hubspot/codegen/crm/companies/api/associations_api.rb
300
390
  - lib/hubspot/codegen/crm/companies/api/basic_api.rb
301
391
  - lib/hubspot/codegen/crm/companies/api/batch_api.rb
@@ -314,16 +404,19 @@ files:
314
404
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
315
405
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
316
406
  - lib/hubspot/codegen/crm/companies/models/error.rb
407
+ - lib/hubspot/codegen/crm/companies/models/error_category.rb
317
408
  - lib/hubspot/codegen/crm/companies/models/error_detail.rb
318
409
  - lib/hubspot/codegen/crm/companies/models/filter.rb
319
410
  - lib/hubspot/codegen/crm/companies/models/filter_group.rb
320
411
  - lib/hubspot/codegen/crm/companies/models/next_page.rb
321
412
  - lib/hubspot/codegen/crm/companies/models/paging.rb
413
+ - lib/hubspot/codegen/crm/companies/models/previous_page.rb
322
414
  - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
323
415
  - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
324
416
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
325
417
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
326
418
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
419
+ - lib/hubspot/codegen/crm/companies/models/standard_error.rb
327
420
  - lib/hubspot/codegen/crm/contacts/api/associations_api.rb
328
421
  - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
329
422
  - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
@@ -342,16 +435,19 @@ files:
342
435
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
343
436
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
344
437
  - lib/hubspot/codegen/crm/contacts/models/error.rb
438
+ - lib/hubspot/codegen/crm/contacts/models/error_category.rb
345
439
  - lib/hubspot/codegen/crm/contacts/models/error_detail.rb
346
440
  - lib/hubspot/codegen/crm/contacts/models/filter.rb
347
441
  - lib/hubspot/codegen/crm/contacts/models/filter_group.rb
348
442
  - lib/hubspot/codegen/crm/contacts/models/next_page.rb
349
443
  - lib/hubspot/codegen/crm/contacts/models/paging.rb
444
+ - lib/hubspot/codegen/crm/contacts/models/previous_page.rb
350
445
  - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
351
446
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
352
447
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
353
448
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
354
449
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
450
+ - lib/hubspot/codegen/crm/contacts/models/standard_error.rb
355
451
  - lib/hubspot/codegen/crm/deals/api/associations_api.rb
356
452
  - lib/hubspot/codegen/crm/deals/api/basic_api.rb
357
453
  - lib/hubspot/codegen/crm/deals/api/batch_api.rb
@@ -370,16 +466,19 @@ files:
370
466
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
371
467
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
372
468
  - lib/hubspot/codegen/crm/deals/models/error.rb
469
+ - lib/hubspot/codegen/crm/deals/models/error_category.rb
373
470
  - lib/hubspot/codegen/crm/deals/models/error_detail.rb
374
471
  - lib/hubspot/codegen/crm/deals/models/filter.rb
375
472
  - lib/hubspot/codegen/crm/deals/models/filter_group.rb
376
473
  - lib/hubspot/codegen/crm/deals/models/next_page.rb
377
474
  - lib/hubspot/codegen/crm/deals/models/paging.rb
475
+ - lib/hubspot/codegen/crm/deals/models/previous_page.rb
378
476
  - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
379
477
  - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
380
478
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
381
479
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
382
480
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
481
+ - lib/hubspot/codegen/crm/deals/models/standard_error.rb
383
482
  - lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
384
483
  - lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb
385
484
  - lib/hubspot/codegen/crm/extensions/cards/api_client.rb
@@ -415,6 +514,7 @@ files:
415
514
  - lib/hubspot/codegen/crm/imports/models/error_detail.rb
416
515
  - lib/hubspot/codegen/crm/imports/models/next_page.rb
417
516
  - lib/hubspot/codegen/crm/imports/models/paging.rb
517
+ - lib/hubspot/codegen/crm/imports/models/previous_page.rb
418
518
  - lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
419
519
  - lib/hubspot/codegen/crm/imports/models/public_import_response.rb
420
520
  - lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
@@ -436,16 +536,19 @@ files:
436
536
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
437
537
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
438
538
  - lib/hubspot/codegen/crm/line_items/models/error.rb
539
+ - lib/hubspot/codegen/crm/line_items/models/error_category.rb
439
540
  - lib/hubspot/codegen/crm/line_items/models/error_detail.rb
440
541
  - lib/hubspot/codegen/crm/line_items/models/filter.rb
441
542
  - lib/hubspot/codegen/crm/line_items/models/filter_group.rb
442
543
  - lib/hubspot/codegen/crm/line_items/models/next_page.rb
443
544
  - lib/hubspot/codegen/crm/line_items/models/paging.rb
545
+ - lib/hubspot/codegen/crm/line_items/models/previous_page.rb
444
546
  - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
445
547
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
446
548
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
447
549
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
448
550
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
551
+ - lib/hubspot/codegen/crm/line_items/models/standard_error.rb
449
552
  - lib/hubspot/codegen/crm/objects/api/associations_api.rb
450
553
  - lib/hubspot/codegen/crm/objects/api/basic_api.rb
451
554
  - lib/hubspot/codegen/crm/objects/api/batch_api.rb
@@ -464,6 +567,7 @@ files:
464
567
  - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb
465
568
  - lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb
466
569
  - lib/hubspot/codegen/crm/objects/models/error.rb
570
+ - lib/hubspot/codegen/crm/objects/models/error_category.rb
467
571
  - lib/hubspot/codegen/crm/objects/models/error_detail.rb
468
572
  - lib/hubspot/codegen/crm/objects/models/filter.rb
469
573
  - lib/hubspot/codegen/crm/objects/models/filter_group.rb
@@ -475,6 +579,7 @@ files:
475
579
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
476
580
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
477
581
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
582
+ - lib/hubspot/codegen/crm/objects/models/standard_error.rb
478
583
  - lib/hubspot/codegen/crm/owners/api/default_api.rb
479
584
  - lib/hubspot/codegen/crm/owners/api_client.rb
480
585
  - lib/hubspot/codegen/crm/owners/api_error.rb
@@ -521,16 +626,19 @@ files:
521
626
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
522
627
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
523
628
  - lib/hubspot/codegen/crm/products/models/error.rb
629
+ - lib/hubspot/codegen/crm/products/models/error_category.rb
524
630
  - lib/hubspot/codegen/crm/products/models/error_detail.rb
525
631
  - lib/hubspot/codegen/crm/products/models/filter.rb
526
632
  - lib/hubspot/codegen/crm/products/models/filter_group.rb
527
633
  - lib/hubspot/codegen/crm/products/models/next_page.rb
528
634
  - lib/hubspot/codegen/crm/products/models/paging.rb
635
+ - lib/hubspot/codegen/crm/products/models/previous_page.rb
529
636
  - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
530
637
  - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
531
638
  - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
532
639
  - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
533
640
  - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
641
+ - lib/hubspot/codegen/crm/products/models/standard_error.rb
534
642
  - lib/hubspot/codegen/crm/properties/api/batch_api.rb
535
643
  - lib/hubspot/codegen/crm/properties/api/core_api.rb
536
644
  - lib/hubspot/codegen/crm/properties/api/groups_api.rb
@@ -544,6 +652,7 @@ files:
544
652
  - lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
545
653
  - lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
546
654
  - lib/hubspot/codegen/crm/properties/models/error.rb
655
+ - lib/hubspot/codegen/crm/properties/models/error_category.rb
547
656
  - lib/hubspot/codegen/crm/properties/models/error_detail.rb
548
657
  - lib/hubspot/codegen/crm/properties/models/next_page.rb
549
658
  - lib/hubspot/codegen/crm/properties/models/option.rb
@@ -557,10 +666,10 @@ files:
557
666
  - lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
558
667
  - lib/hubspot/codegen/crm/properties/models/property_name.rb
559
668
  - lib/hubspot/codegen/crm/properties/models/property_update.rb
669
+ - lib/hubspot/codegen/crm/properties/models/standard_error.rb
560
670
  - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
561
671
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
562
672
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
563
- - lib/hubspot/codegen/crm/quotes/api/default_api.rb
564
673
  - lib/hubspot/codegen/crm/quotes/api/search_api.rb
565
674
  - lib/hubspot/codegen/crm/quotes/api_client.rb
566
675
  - lib/hubspot/codegen/crm/quotes/api_error.rb
@@ -576,16 +685,19 @@ files:
576
685
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
577
686
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
578
687
  - lib/hubspot/codegen/crm/quotes/models/error.rb
688
+ - lib/hubspot/codegen/crm/quotes/models/error_category.rb
579
689
  - lib/hubspot/codegen/crm/quotes/models/error_detail.rb
580
690
  - lib/hubspot/codegen/crm/quotes/models/filter.rb
581
691
  - lib/hubspot/codegen/crm/quotes/models/filter_group.rb
582
692
  - lib/hubspot/codegen/crm/quotes/models/next_page.rb
583
693
  - lib/hubspot/codegen/crm/quotes/models/paging.rb
694
+ - lib/hubspot/codegen/crm/quotes/models/previous_page.rb
584
695
  - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
585
696
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
586
697
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
587
698
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
588
699
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
700
+ - lib/hubspot/codegen/crm/quotes/models/standard_error.rb
589
701
  - lib/hubspot/codegen/crm/schemas/api/core_api.rb
590
702
  - lib/hubspot/codegen/crm/schemas/api/default_api.rb
591
703
  - lib/hubspot/codegen/crm/schemas/api_client.rb
@@ -627,16 +739,19 @@ files:
627
739
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
628
740
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
629
741
  - lib/hubspot/codegen/crm/tickets/models/error.rb
742
+ - lib/hubspot/codegen/crm/tickets/models/error_category.rb
630
743
  - lib/hubspot/codegen/crm/tickets/models/error_detail.rb
631
744
  - lib/hubspot/codegen/crm/tickets/models/filter.rb
632
745
  - lib/hubspot/codegen/crm/tickets/models/filter_group.rb
633
746
  - lib/hubspot/codegen/crm/tickets/models/next_page.rb
634
747
  - lib/hubspot/codegen/crm/tickets/models/paging.rb
748
+ - lib/hubspot/codegen/crm/tickets/models/previous_page.rb
635
749
  - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
636
750
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
637
751
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
638
752
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
639
753
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
754
+ - lib/hubspot/codegen/crm/tickets/models/standard_error.rb
640
755
  - lib/hubspot/codegen/crm/timeline/api/events_api.rb
641
756
  - lib/hubspot/codegen/crm/timeline/api/templates_api.rb
642
757
  - lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
@@ -645,12 +760,16 @@ files:
645
760
  - lib/hubspot/codegen/crm/timeline/configuration.rb
646
761
  - lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
647
762
  - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
763
+ - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
648
764
  - lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
649
765
  - lib/hubspot/codegen/crm/timeline/models/error.rb
766
+ - lib/hubspot/codegen/crm/timeline/models/error_category.rb
650
767
  - lib/hubspot/codegen/crm/timeline/models/error_detail.rb
651
768
  - lib/hubspot/codegen/crm/timeline/models/event_detail.rb
652
769
  - lib/hubspot/codegen/crm/timeline/models/next_page.rb
653
770
  - lib/hubspot/codegen/crm/timeline/models/paging.rb
771
+ - lib/hubspot/codegen/crm/timeline/models/previous_page.rb
772
+ - lib/hubspot/codegen/crm/timeline/models/standard_error.rb
654
773
  - lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
655
774
  - lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
656
775
  - lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb
@@ -678,9 +797,11 @@ files:
678
797
  - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
679
798
  - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
680
799
  - lib/hubspot/codegen/webhooks/models/error.rb
800
+ - lib/hubspot/codegen/webhooks/models/error_category.rb
681
801
  - lib/hubspot/codegen/webhooks/models/error_detail.rb
682
802
  - lib/hubspot/codegen/webhooks/models/settings_change_request.rb
683
803
  - lib/hubspot/codegen/webhooks/models/settings_response.rb
804
+ - lib/hubspot/codegen/webhooks/models/standard_error.rb
684
805
  - lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb
685
806
  - lib/hubspot/codegen/webhooks/models/subscription_create_request.rb
686
807
  - lib/hubspot/codegen/webhooks/models/subscription_list_response.rb
@@ -693,1965 +814,608 @@ files:
693
814
  - lib/hubspot/helpers/webhooks_helper.rb
694
815
  - lib/hubspot/oauth_helper.rb
695
816
  - lib/hubspot/version.rb
696
- - sample-apps/companies-app/.env
697
- - sample-apps/companies-app/.env.template
698
- - sample-apps/companies-app/.env.test.template
699
- - sample-apps/companies-app/.gitignore
700
- - sample-apps/companies-app/.rspec
701
- - sample-apps/companies-app/.ruby-version
702
- - sample-apps/companies-app/Dockerfile
703
- - sample-apps/companies-app/Gemfile
704
- - sample-apps/companies-app/Gemfile.lock
705
- - sample-apps/companies-app/README.md
706
- - sample-apps/companies-app/Rakefile
707
- - sample-apps/companies-app/app/assets/config/manifest.js
708
- - sample-apps/companies-app/app/assets/images/.keep
709
- - sample-apps/companies-app/app/assets/javascripts/application.js
710
- - sample-apps/companies-app/app/assets/javascripts/cable.js
711
- - sample-apps/companies-app/app/assets/javascripts/channels/.keep
712
- - sample-apps/companies-app/app/assets/stylesheets/application.css
713
- - sample-apps/companies-app/app/controllers/application_controller.rb
714
- - sample-apps/companies-app/app/controllers/companies_controller.rb
715
- - sample-apps/companies-app/app/controllers/concerns/.keep
716
- - sample-apps/companies-app/app/controllers/concerns/exception_handler.rb
717
- - sample-apps/companies-app/app/controllers/contacts_controller.rb
718
- - sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb
719
- - sample-apps/companies-app/app/helpers/application_helper.rb
720
- - sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb
721
- - sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb
722
- - sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb
723
- - sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb
724
- - sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb
725
- - sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb
726
- - sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb
727
- - sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb
728
- - sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb
729
- - sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb
730
- - sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb
731
- - sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb
732
- - sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb
733
- - sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb
734
- - sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb
735
- - sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb
736
- - sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb
737
- - sample-apps/companies-app/app/models/application_record.rb
738
- - sample-apps/companies-app/app/models/concerns/.keep
739
- - sample-apps/companies-app/app/views/companies/index.html.erb
740
- - sample-apps/companies-app/app/views/companies/new.html.erb
741
- - sample-apps/companies-app/app/views/companies/show.html.erb
742
- - sample-apps/companies-app/app/views/contacts/index.html.erb
743
- - sample-apps/companies-app/app/views/layouts/application.html.erb
744
- - sample-apps/companies-app/app/views/oauth/authorization/login.html.erb
745
- - sample-apps/companies-app/app/views/shared/_header.html.erb
746
- - sample-apps/companies-app/bin/bundle
747
- - sample-apps/companies-app/bin/rails
748
- - sample-apps/companies-app/bin/rake
749
- - sample-apps/companies-app/bin/setup
750
- - sample-apps/companies-app/bin/spring
751
- - sample-apps/companies-app/bin/update
752
- - sample-apps/companies-app/bin/yarn
753
- - sample-apps/companies-app/config.ru
754
- - sample-apps/companies-app/config/application.rb
755
- - sample-apps/companies-app/config/boot.rb
756
- - sample-apps/companies-app/config/cable.yml
757
- - sample-apps/companies-app/config/database.yml
758
- - sample-apps/companies-app/config/environment.rb
759
- - sample-apps/companies-app/config/environments/development.rb
760
- - sample-apps/companies-app/config/environments/production.rb
761
- - sample-apps/companies-app/config/environments/test.rb
762
- - sample-apps/companies-app/config/initializers/assets.rb
763
- - sample-apps/companies-app/config/initializers/filter_parameter_logging.rb
764
- - sample-apps/companies-app/config/initializers/hubspot-api-client.rb
765
- - sample-apps/companies-app/config/initializers/mime_types.rb
766
- - sample-apps/companies-app/config/initializers/wrap_parameters.rb
767
- - sample-apps/companies-app/config/locales/en.yml
768
- - sample-apps/companies-app/config/puma.rb
769
- - sample-apps/companies-app/config/routes.rb
770
- - sample-apps/companies-app/config/spring.rb
771
- - sample-apps/companies-app/db/development.sqlite3
772
- - sample-apps/companies-app/db/seeds.rb
773
- - sample-apps/companies-app/docker-compose.yml
774
- - sample-apps/companies-app/docker-entrypoint.sh
775
- - sample-apps/companies-app/lib/assets/.keep
776
- - sample-apps/companies-app/lib/tasks/.keep
777
- - sample-apps/companies-app/log/.keep
778
- - sample-apps/companies-app/log/development.log
779
- - sample-apps/companies-app/package.json
780
- - sample-apps/companies-app/public/404.html
781
- - sample-apps/companies-app/public/422.html
782
- - sample-apps/companies-app/public/500.html
783
- - sample-apps/companies-app/public/apple-touch-icon-precomposed.png
784
- - sample-apps/companies-app/public/apple-touch-icon.png
785
- - sample-apps/companies-app/public/favicon.ico
786
- - sample-apps/companies-app/public/robots.txt
787
- - sample-apps/companies-app/tmp/.keep
788
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/05/053IomYcNFTvqinXbDGqg6suuCpMwg3_qV12AK4ccx8.cache
789
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/0B/0BGoINhViZ8xxoxODKNlHCXeopOIVGkZv9GAbzCCrZA.cache
790
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
791
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
792
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
793
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
794
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
795
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
796
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
797
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
798
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
799
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/A4/A4dS-Tck_QocRHBsc08nLD48snD4G6ewTLWwpkgdMOQ.cache
800
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
801
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
802
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
803
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
804
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
805
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Hc/Hcu6WwbYbe7vdpSCb0xXIKhaJsPWI3ClhXNHSX7tDGI.cache
806
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
807
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/LZ/LZDNDSBrMmCeKXHrWTWu3KifeJk8ttcNGuQa4fHLxeA.cache
808
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
809
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NF/NFP_eGmF5C6AoAtwpzQ--fUDgWzSatMkmaOg6MIZRsQ.cache
810
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
811
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Oy/OyUbp1l8zWzyp-bagPDb2l_Q7vp5qVbtWwVFV0hBbbM.cache
812
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/QM/QMyYX6f-edvoA70P385xdnqFw26fL-P9OtifvwXojp8.cache
813
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
814
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
815
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Vr/Vr4UNxcDzlkx9ESuVbgI_Mb-fZcsczNERjGUj7FX7Io.cache
816
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
817
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
818
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/a3/a3AG-gARa2g-lIPGvcOkQvEfuvwICCxJd8zgE1bzLhE.cache
819
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
820
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
821
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
822
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
823
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
824
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/nF/nFSeMjJCygNSOQ27hdJwySwUPyh3vBaiXljrHxeQCfc.cache
825
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
826
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
827
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/tK/tKCKU24QLnDe4Wb5ytXkeZ42k7bpBNPmmTRcnTqC18o.cache
828
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/up/upaGCA7w36yB4Tws-rJDm6zL9b8MvnhZ0TUcpzwH_vg.cache
829
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
830
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
831
- - sample-apps/companies-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
832
- - sample-apps/companies-app/tmp/development_secret.txt
833
- - sample-apps/companies-app/tmp/restart.txt
834
- - sample-apps/contacts-app/.env
835
- - sample-apps/contacts-app/.env.template
836
- - sample-apps/contacts-app/.env.test
837
- - sample-apps/contacts-app/.env.test.template
838
- - sample-apps/contacts-app/.gitignore
839
- - sample-apps/contacts-app/.rspec
840
- - sample-apps/contacts-app/.ruby-version
841
- - sample-apps/contacts-app/Dockerfile
842
- - sample-apps/contacts-app/Gemfile
843
- - sample-apps/contacts-app/Gemfile.lock
844
- - sample-apps/contacts-app/README.md
845
- - sample-apps/contacts-app/Rakefile
846
- - sample-apps/contacts-app/app/assets/config/manifest.js
847
- - sample-apps/contacts-app/app/assets/images/.keep
848
- - sample-apps/contacts-app/app/assets/javascripts/application.js
849
- - sample-apps/contacts-app/app/assets/javascripts/cable.js
850
- - sample-apps/contacts-app/app/assets/javascripts/channels/.keep
851
- - sample-apps/contacts-app/app/assets/stylesheets/application.css
852
- - sample-apps/contacts-app/app/controllers/application_controller.rb
853
- - sample-apps/contacts-app/app/controllers/concerns/.keep
854
- - sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb
855
- - sample-apps/contacts-app/app/controllers/contacts_controller.rb
856
- - sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb
857
- - sample-apps/contacts-app/app/controllers/properties_controller.rb
858
- - sample-apps/contacts-app/app/helpers/application_helper.rb
859
- - sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb
860
- - sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb
861
- - sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb
862
- - sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb
863
- - sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb
864
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb
865
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb
866
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb
867
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb
868
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb
869
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb
870
- - sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb
871
- - sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
872
- - sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb
873
- - sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb
874
- - sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb
875
- - sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb
876
- - sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb
877
- - sample-apps/contacts-app/app/models/application_record.rb
878
- - sample-apps/contacts-app/app/models/concerns/.keep
879
- - sample-apps/contacts-app/app/views/contacts/index.html.erb
880
- - sample-apps/contacts-app/app/views/contacts/new.html.erb
881
- - sample-apps/contacts-app/app/views/contacts/show.html.erb
882
- - sample-apps/contacts-app/app/views/layouts/application.html.erb
883
- - sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb
884
- - sample-apps/contacts-app/app/views/properties/index.html.erb
885
- - sample-apps/contacts-app/app/views/properties/new.html.erb
886
- - sample-apps/contacts-app/app/views/properties/show.html.erb
887
- - sample-apps/contacts-app/app/views/shared/_header.html.erb
888
- - sample-apps/contacts-app/bin/bundle
889
- - sample-apps/contacts-app/bin/rails
890
- - sample-apps/contacts-app/bin/rake
891
- - sample-apps/contacts-app/bin/setup
892
- - sample-apps/contacts-app/bin/spring
893
- - sample-apps/contacts-app/bin/update
894
- - sample-apps/contacts-app/bin/yarn
895
- - sample-apps/contacts-app/config.ru
896
- - sample-apps/contacts-app/config/application.rb
897
- - sample-apps/contacts-app/config/boot.rb
898
- - sample-apps/contacts-app/config/cable.yml
899
- - sample-apps/contacts-app/config/database.yml
900
- - sample-apps/contacts-app/config/environment.rb
901
- - sample-apps/contacts-app/config/environments/development.rb
902
- - sample-apps/contacts-app/config/environments/production.rb
903
- - sample-apps/contacts-app/config/environments/test.rb
904
- - sample-apps/contacts-app/config/initializers/assets.rb
905
- - sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb
906
- - sample-apps/contacts-app/config/initializers/hubspot-api-client.rb
907
- - sample-apps/contacts-app/config/initializers/mime_types.rb
908
- - sample-apps/contacts-app/config/initializers/wrap_parameters.rb
909
- - sample-apps/contacts-app/config/locales/en.yml
910
- - sample-apps/contacts-app/config/puma.rb
911
- - sample-apps/contacts-app/config/routes.rb
912
- - sample-apps/contacts-app/config/spring.rb
913
- - sample-apps/contacts-app/db/development.sqlite3
914
- - sample-apps/contacts-app/db/seeds.rb
915
- - sample-apps/contacts-app/db/test.sqlite3
916
- - sample-apps/contacts-app/docker-compose.yml
917
- - sample-apps/contacts-app/docker-entrypoint.sh
918
- - sample-apps/contacts-app/lib/assets/.keep
919
- - sample-apps/contacts-app/lib/tasks/.keep
920
- - sample-apps/contacts-app/log/.keep
921
- - sample-apps/contacts-app/log/development.log
922
- - sample-apps/contacts-app/log/test.log
923
- - sample-apps/contacts-app/package.json
924
- - sample-apps/contacts-app/public/404.html
925
- - sample-apps/contacts-app/public/422.html
926
- - sample-apps/contacts-app/public/500.html
927
- - sample-apps/contacts-app/public/apple-touch-icon-precomposed.png
928
- - sample-apps/contacts-app/public/apple-touch-icon.png
929
- - sample-apps/contacts-app/public/favicon.ico
930
- - sample-apps/contacts-app/public/robots.txt
931
- - sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb
932
- - sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb
933
- - sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb
934
- - sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb
935
- - sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb
936
- - sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb
937
- - sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb
938
- - sample-apps/contacts-app/spec/rails_helper.rb
939
- - sample-apps/contacts-app/spec/spec_helper.rb
940
- - sample-apps/contacts-app/spec/support/application_helper.rb
941
- - sample-apps/contacts-app/spec/support/download_helper.rb
942
- - sample-apps/contacts-app/tmp/.keep
943
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
944
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
945
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1Y/1YZtqickyeZ_JcII96hylY6lF7sxNkbgA85xfEwrRiI.cache
946
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
947
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
948
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
949
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache
950
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
951
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
952
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
953
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
954
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
955
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
956
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
957
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
958
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
959
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
960
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
961
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
962
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
963
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
964
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/HQ/HQOePM7-Xd6f4RPYUzU9DhU7j7x58rgm9Ji25xcZqfs.cache
965
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
966
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
967
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
968
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
969
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
970
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
971
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
972
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
973
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
974
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
975
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
976
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
977
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
978
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
979
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
980
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
981
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
982
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
983
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
984
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
985
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
986
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
987
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
988
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
989
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
990
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
991
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
992
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
993
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
994
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
995
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
996
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
997
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
998
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
999
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1000
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1001
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1002
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1003
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1004
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1005
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1006
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1007
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
1008
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1009
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1010
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1011
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1012
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1013
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1014
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1015
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
1016
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1017
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1018
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1019
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1020
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1021
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1022
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
1023
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
1024
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1025
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1026
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1027
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1028
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
1029
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1030
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1031
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1032
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1033
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
1034
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
1035
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1036
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
1037
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1038
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1039
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1040
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
1041
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
1042
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1043
- - sample-apps/contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
1044
- - sample-apps/contacts-app/tmp/development_secret.txt
1045
- - sample-apps/contacts-app/tmp/restart.txt
1046
- - sample-apps/imports-contacts-app/.env
1047
- - sample-apps/imports-contacts-app/.env.template
1048
- - sample-apps/imports-contacts-app/.env.test.template
1049
- - sample-apps/imports-contacts-app/.gitignore
1050
- - sample-apps/imports-contacts-app/.rspec
1051
- - sample-apps/imports-contacts-app/.ruby-version
1052
- - sample-apps/imports-contacts-app/Dockerfile
1053
- - sample-apps/imports-contacts-app/Gemfile
1054
- - sample-apps/imports-contacts-app/Gemfile.lock
1055
- - sample-apps/imports-contacts-app/README.md
1056
- - sample-apps/imports-contacts-app/Rakefile
1057
- - sample-apps/imports-contacts-app/app/assets/config/manifest.js
1058
- - sample-apps/imports-contacts-app/app/assets/images/.keep
1059
- - sample-apps/imports-contacts-app/app/assets/javascripts/application.js
1060
- - sample-apps/imports-contacts-app/app/assets/javascripts/cable.js
1061
- - sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep
1062
- - sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
1063
- - sample-apps/imports-contacts-app/app/controllers/application_controller.rb
1064
- - sample-apps/imports-contacts-app/app/controllers/concerns/.keep
1065
- - sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb
1066
- - sample-apps/imports-contacts-app/app/controllers/imports_controller.rb
1067
- - sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb
1068
- - sample-apps/imports-contacts-app/app/helpers/application_helper.rb
1069
- - sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb
1070
- - sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb
1071
- - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb
1072
- - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb
1073
- - sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb
1074
- - sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb
1075
- - sample-apps/imports-contacts-app/app/models/application_record.rb
1076
- - sample-apps/imports-contacts-app/app/models/concerns/.keep
1077
- - sample-apps/imports-contacts-app/app/views/imports/index.html.erb
1078
- - sample-apps/imports-contacts-app/app/views/layouts/application.html.erb
1079
- - sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb
1080
- - sample-apps/imports-contacts-app/app/views/shared/_header.html.erb
1081
- - sample-apps/imports-contacts-app/bin/bundle
1082
- - sample-apps/imports-contacts-app/bin/rails
1083
- - sample-apps/imports-contacts-app/bin/rake
1084
- - sample-apps/imports-contacts-app/bin/setup
1085
- - sample-apps/imports-contacts-app/bin/spring
1086
- - sample-apps/imports-contacts-app/bin/update
1087
- - sample-apps/imports-contacts-app/bin/yarn
1088
- - sample-apps/imports-contacts-app/config.ru
1089
- - sample-apps/imports-contacts-app/config/application.rb
1090
- - sample-apps/imports-contacts-app/config/boot.rb
1091
- - sample-apps/imports-contacts-app/config/cable.yml
1092
- - sample-apps/imports-contacts-app/config/database.yml
1093
- - sample-apps/imports-contacts-app/config/environment.rb
1094
- - sample-apps/imports-contacts-app/config/environments/development.rb
1095
- - sample-apps/imports-contacts-app/config/environments/production.rb
1096
- - sample-apps/imports-contacts-app/config/environments/test.rb
1097
- - sample-apps/imports-contacts-app/config/initializers/assets.rb
1098
- - sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb
1099
- - sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb
1100
- - sample-apps/imports-contacts-app/config/initializers/mime_types.rb
1101
- - sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb
1102
- - sample-apps/imports-contacts-app/config/locales/en.yml
1103
- - sample-apps/imports-contacts-app/config/puma.rb
1104
- - sample-apps/imports-contacts-app/config/routes.rb
1105
- - sample-apps/imports-contacts-app/config/spring.rb
1106
- - sample-apps/imports-contacts-app/db/development.sqlite3
1107
- - sample-apps/imports-contacts-app/db/seeds.rb
1108
- - sample-apps/imports-contacts-app/docker-compose.yml
1109
- - sample-apps/imports-contacts-app/docker-entrypoint.sh
1110
- - sample-apps/imports-contacts-app/lib/assets/.keep
1111
- - sample-apps/imports-contacts-app/lib/tasks/.keep
1112
- - sample-apps/imports-contacts-app/log/.keep
1113
- - sample-apps/imports-contacts-app/log/development.log
1114
- - sample-apps/imports-contacts-app/package.json
1115
- - sample-apps/imports-contacts-app/public/404.html
1116
- - sample-apps/imports-contacts-app/public/422.html
1117
- - sample-apps/imports-contacts-app/public/500.html
1118
- - sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png
1119
- - sample-apps/imports-contacts-app/public/apple-touch-icon.png
1120
- - sample-apps/imports-contacts-app/public/examples/example.csv
1121
- - sample-apps/imports-contacts-app/public/favicon.ico
1122
- - sample-apps/imports-contacts-app/public/robots.txt
1123
- - sample-apps/imports-contacts-app/public/uploads/example (1).csv
1124
- - sample-apps/imports-contacts-app/public/uploads/example (3).csv
1125
- - sample-apps/imports-contacts-app/public/uploads/example.csv
1126
- - sample-apps/imports-contacts-app/tmp/.keep
1127
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
1128
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1I/1I14HHAK265I2PGgxv5CpO2EYk8bMp2JbpfUtO_Ickw.cache
1129
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
1130
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
1131
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
1132
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2b/2bUrVwRXdlf5k1WyAOV_QQgrrjcFDr5klxgy1TDj9xs.cache
1133
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1134
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/2s/2s2gAjZc7F_-Rjp0vG5iZ9MwJyiKyKVf7tgVwr-Y1G0.cache
1135
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
1136
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1137
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4Y/4YFQ6Jj2k_ULPzPxCpa_uppM3Fno-0x9NNlTIcJhKwI.cache
1138
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
1139
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
1140
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
1141
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/5n/5niguSuB10XlUdtzROWfBysA-iqSNljzYmrDjS7hlbA.cache
1142
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1143
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/8r/8rPArh5y-A-q0IzgIvVM6oeS8kUoHqAqAgiL-D0GYjQ.cache
1144
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
1145
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ac/Ac5jYEIBt5Ff3XSnrQs7N4lxdjpoNvzq47W3pQiv5eM.cache
1146
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
1147
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/CZ/CZUzFE3tmsiTY9Ax55RowfhHburo5LPCm9YdoOrRuHw.cache
1148
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1149
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/E-/E-kZngDb76cM7v4FwZDwgkKrZHr59sZ-Qv9o1KYbI8w.cache
1150
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
1151
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ei/EiyJdspNvCwI6AaDujfTXwizEUBzhJg45uo_r0saeow.cache
1152
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
1153
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/GM/GMTEbRvz2pataOE-_mUSfQ1XtSVHvZoYL4cVBUzEx7U.cache
1154
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1155
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
1156
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
1157
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1158
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1159
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Jg/JgE4Hb8Uyw7t_Txi6oe9f1dd7VLbcOxkzxKMdqAV-SQ.cache
1160
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/KH/KHATqyqgx0uCiLKkPqRPcpUKwqaPIO_20DgOxMOf458.cache
1161
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kh/Kh7pMT3YugMDzgr_WWO1zyJTVtYz23U_0cRxE7YDunc.cache
1162
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1163
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1164
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1165
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
1166
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Nb/Nbljn20QBVy7JLY5WiTNY1dwi3OjR-x6cZqE3wE36I4.cache
1167
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/O5/O5T_XTuo3tyiotB_7j0xPlyaZ7AOshcOsggFXBiI-DI.cache
1168
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1169
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
1170
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
1171
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PC/PC4fTAz_NsDfcw_TzK-O_b47mGbVxeeACqRVlrA-MUg.cache
1172
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/PK/PK072ZQCODmSuHUvU_XHRMg65sT1mRZya61-SgaB9rM.cache
1173
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
1174
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1175
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
1176
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qe/QeNLJolkbSiGnmDz1rnxhxJ4A333lQin6C73iKk6q78.cache
1177
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
1178
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1179
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/TZ/TZE023BPt1r4Dln3db25E5UdwuNeaIxBaGTvKM_KXeY.cache
1180
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1181
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1182
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1183
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1184
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
1185
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
1186
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
1187
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1188
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
1189
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/WO/WOWs2UJa9r-c7GU_vNlQU1_HR7lOgInY7gGdcHQAz58.cache
1190
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1191
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1192
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
1193
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1194
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1195
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1196
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
1197
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1198
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/_j/_jCXmSg0Bl9dwaoNdBA-xlqm9hz5fHuESNKw6I5jgf4.cache
1199
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aJ/aJLcCN8xOLsBDuGouPgWmpttemuHaexX3Hx2V53Mk-I.cache
1200
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1201
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/bs/bsCH_jV5U4ZmwPI5iDKRq870WVBYPKy9TM_ZgFIW50M.cache
1202
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
1203
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
1204
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1205
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1206
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1207
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1208
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1209
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1210
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1211
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1212
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
1213
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1214
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1215
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/gz/gzQai9JDIcAUMrRxa_WiQlCoyhs8R-9It59P2FU011A.cache
1216
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hQ/hQLxpW5YR8Ww1LCNqKe0RL5gc6zCFkLr6wfhzl2d7LA.cache
1217
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1218
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ht/htll_8REPZ_LqLlxwFg-4Z6cVvebWJPww0Sl_S6R5Qo.cache
1219
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/if/ifXmScZ-rzDZvV3zmxfM72sb3UhalhNwgcMno9FM1ds.cache
1220
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/jP/jPLCjoNU6LMKfBPog1q2NLumjoTH3naqSkF_sWbo0Lk.cache
1221
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1222
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1223
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
1224
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
1225
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
1226
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/la/larBqvHNrVMYkmnIr2NNujIkvLxxdcHpYxAUq0Wh2V0.cache
1227
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1228
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1229
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1230
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nI/nIQu_Kt_4g0rdk5UkjMEBKGlXZ2HpcLyxjSitPbQW4s.cache
1231
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/nl/nliegy632tc0cUAL0j5DKD1e52itwinNPELowTVpXws.cache
1232
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
1233
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
1234
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ox/oxLqDGkqO4d5e5c1LxaAKBgIapawlOhdQVehTe59t8k.cache
1235
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1236
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
1237
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
1238
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1239
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1240
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1241
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1242
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
1243
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vK/vK5ZPqLkFhsi1_6tTsiQcFM3iyqvDyiAo17i9_wtaOM.cache
1244
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1245
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1246
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1247
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1248
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
1249
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
1250
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1251
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
1252
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1253
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1254
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1255
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
1256
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
1257
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1258
- - sample-apps/imports-contacts-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
1259
- - sample-apps/imports-contacts-app/tmp/development_secret.txt
1260
- - sample-apps/imports-contacts-app/tmp/restart.txt
1261
- - sample-apps/leaky-bucket-app/.env
1262
- - sample-apps/leaky-bucket-app/.env.template
1263
- - sample-apps/leaky-bucket-app/.gitignore
1264
- - sample-apps/leaky-bucket-app/.ruby-version
1265
- - sample-apps/leaky-bucket-app/Dockerfile
1266
- - sample-apps/leaky-bucket-app/Gemfile
1267
- - sample-apps/leaky-bucket-app/Gemfile.lock
1268
- - sample-apps/leaky-bucket-app/README.md
1269
- - sample-apps/leaky-bucket-app/Rakefile
1270
- - sample-apps/leaky-bucket-app/app/assets/config/manifest.js
1271
- - sample-apps/leaky-bucket-app/app/assets/images/.keep
1272
- - sample-apps/leaky-bucket-app/app/assets/javascripts/application.js
1273
- - sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js
1274
- - sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep
1275
- - sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css
1276
- - sample-apps/leaky-bucket-app/app/controllers/application_controller.rb
1277
- - sample-apps/leaky-bucket-app/app/controllers/concerns/.keep
1278
- - sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb
1279
- - sample-apps/leaky-bucket-app/app/controllers/home_controller.rb
1280
- - sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb
1281
- - sample-apps/leaky-bucket-app/app/helpers/application_helper.rb
1282
- - sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb
1283
- - sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb
1284
- - sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb
1285
- - sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb
1286
- - sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb
1287
- - sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb
1288
- - sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb
1289
- - sample-apps/leaky-bucket-app/app/models/application_record.rb
1290
- - sample-apps/leaky-bucket-app/app/models/concerns/.keep
1291
- - sample-apps/leaky-bucket-app/app/views/home/index.html.erb
1292
- - sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb
1293
- - sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb
1294
- - sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb
1295
- - sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb
1296
- - sample-apps/leaky-bucket-app/bin/bundle
1297
- - sample-apps/leaky-bucket-app/bin/rails
1298
- - sample-apps/leaky-bucket-app/bin/rake
1299
- - sample-apps/leaky-bucket-app/bin/setup
1300
- - sample-apps/leaky-bucket-app/bin/spring
1301
- - sample-apps/leaky-bucket-app/bin/update
1302
- - sample-apps/leaky-bucket-app/bin/yarn
1303
- - sample-apps/leaky-bucket-app/config.ru
1304
- - sample-apps/leaky-bucket-app/config/application.rb
1305
- - sample-apps/leaky-bucket-app/config/boot.rb
1306
- - sample-apps/leaky-bucket-app/config/cable.yml
1307
- - sample-apps/leaky-bucket-app/config/database.yml
1308
- - sample-apps/leaky-bucket-app/config/environment.rb
1309
- - sample-apps/leaky-bucket-app/config/environments/development.rb
1310
- - sample-apps/leaky-bucket-app/config/environments/production.rb
1311
- - sample-apps/leaky-bucket-app/config/environments/test.rb
1312
- - sample-apps/leaky-bucket-app/config/initializers/assets.rb
1313
- - sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb
1314
- - sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb
1315
- - sample-apps/leaky-bucket-app/config/initializers/mime_types.rb
1316
- - sample-apps/leaky-bucket-app/config/initializers/resque.rb
1317
- - sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb
1318
- - sample-apps/leaky-bucket-app/config/locales/en.yml
1319
- - sample-apps/leaky-bucket-app/config/puma.rb
1320
- - sample-apps/leaky-bucket-app/config/routes.rb
1321
- - sample-apps/leaky-bucket-app/config/spring.rb
1322
- - sample-apps/leaky-bucket-app/db/development.sqlite3
1323
- - sample-apps/leaky-bucket-app/db/seeds.rb
1324
- - sample-apps/leaky-bucket-app/docker-compose.yml
1325
- - sample-apps/leaky-bucket-app/docker-entrypoint.sh
1326
- - sample-apps/leaky-bucket-app/lib/assets/.keep
1327
- - sample-apps/leaky-bucket-app/lib/tasks/.keep
1328
- - sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake
1329
- - sample-apps/leaky-bucket-app/lib/tasks/resque.rake
1330
- - sample-apps/leaky-bucket-app/log/.keep
1331
- - sample-apps/leaky-bucket-app/package.json
1332
- - sample-apps/leaky-bucket-app/public/404.html
1333
- - sample-apps/leaky-bucket-app/public/422.html
1334
- - sample-apps/leaky-bucket-app/public/500.html
1335
- - sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png
1336
- - sample-apps/leaky-bucket-app/public/apple-touch-icon.png
1337
- - sample-apps/leaky-bucket-app/public/favicon.ico
1338
- - sample-apps/leaky-bucket-app/public/robots.txt
1339
- - sample-apps/leaky-bucket-app/resque-entrypoint.sh
1340
- - sample-apps/leaky-bucket-app/tmp/.keep
1341
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache
1342
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache
1343
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache
1344
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/3i/3iGcB4HFJSCib6hd2s7NHyA3p3m7WmwbnwoKbFDNkbU.cache
1345
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache
1346
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache
1347
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache
1348
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache
1349
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache
1350
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache
1351
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache
1352
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/F9/F9Cr6ENgXbyOBwpTZ8D9adNYcj0LUld_VXL2ACB69rQ.cache
1353
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache
1354
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache
1355
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Fo/FoZvtPYqmTQXyBxMZA_g3iFKEBR1z4vvQt3054qOa8I.cache
1356
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache
1357
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1358
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache
1359
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
1360
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache
1361
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache
1362
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache
1363
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache
1364
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache
1365
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1366
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1367
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache
1368
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache
1369
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1370
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache
1371
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache
1372
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1373
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache
1374
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache
1375
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aQ/aQTFIUhrXBb2LvUDWZkgEeWr6CeBshkDOFNO44m9Ee8.cache
1376
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
1377
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
1378
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache
1379
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dC/dCeNBKGKdDiAU7F6_2GEqpvTtykUJZwmaat5fGdP8Ho.cache
1380
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1381
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/er/erMUdJdhdd1rYhxzKZuXOaV1w5v5L_remJqi4Vk6OvQ.cache
1382
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/hw/hwfcCbCulgrifkp9iZUNXey6lL-s6DjR25afiktYu5Q.cache
1383
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache
1384
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1385
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache
1386
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache
1387
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache
1388
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
1389
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache
1390
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache
1391
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache
1392
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache
1393
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache
1394
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache
1395
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1396
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1397
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1398
- - sample-apps/leaky-bucket-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache
1399
- - sample-apps/leaky-bucket-app/tmp/development_secret.txt
1400
- - sample-apps/leaky-bucket-app/tmp/restart.txt
1401
- - sample-apps/oauth-app/.env
1402
- - sample-apps/oauth-app/.env.template
1403
- - sample-apps/oauth-app/.env.test
1404
- - sample-apps/oauth-app/.env.test.template
1405
- - sample-apps/oauth-app/.gitignore
1406
- - sample-apps/oauth-app/.rspec
1407
- - sample-apps/oauth-app/.ruby-version
1408
- - sample-apps/oauth-app/Dockerfile
1409
- - sample-apps/oauth-app/Gemfile
1410
- - sample-apps/oauth-app/Gemfile.lock
1411
- - sample-apps/oauth-app/README.md
1412
- - sample-apps/oauth-app/Rakefile
1413
- - sample-apps/oauth-app/app/assets/config/manifest.js
1414
- - sample-apps/oauth-app/app/assets/images/.keep
1415
- - sample-apps/oauth-app/app/assets/javascripts/application.js
1416
- - sample-apps/oauth-app/app/assets/javascripts/cable.js
1417
- - sample-apps/oauth-app/app/assets/javascripts/channels/.keep
1418
- - sample-apps/oauth-app/app/assets/stylesheets/application.css
1419
- - sample-apps/oauth-app/app/controllers/application_controller.rb
1420
- - sample-apps/oauth-app/app/controllers/concerns/.keep
1421
- - sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb
1422
- - sample-apps/oauth-app/app/controllers/contacts_controller.rb
1423
- - sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb
1424
- - sample-apps/oauth-app/app/helpers/application_helper.rb
1425
- - sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb
1426
- - sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb
1427
- - sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb
1428
- - sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb
1429
- - sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb
1430
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb
1431
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb
1432
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb
1433
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb
1434
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb
1435
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb
1436
- - sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb
1437
- - sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
1438
- - sample-apps/oauth-app/app/models/application_record.rb
1439
- - sample-apps/oauth-app/app/models/concerns/.keep
1440
- - sample-apps/oauth-app/app/views/contacts/index.html.erb
1441
- - sample-apps/oauth-app/app/views/contacts/new.html.erb
1442
- - sample-apps/oauth-app/app/views/contacts/show.html.erb
1443
- - sample-apps/oauth-app/app/views/layouts/application.html.erb
1444
- - sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb
1445
- - sample-apps/oauth-app/app/views/shared/_header.html.erb
1446
- - sample-apps/oauth-app/bin/bundle
1447
- - sample-apps/oauth-app/bin/rails
1448
- - sample-apps/oauth-app/bin/rake
1449
- - sample-apps/oauth-app/bin/setup
1450
- - sample-apps/oauth-app/bin/spring
1451
- - sample-apps/oauth-app/bin/update
1452
- - sample-apps/oauth-app/bin/yarn
1453
- - sample-apps/oauth-app/config.ru
1454
- - sample-apps/oauth-app/config/application.rb
1455
- - sample-apps/oauth-app/config/boot.rb
1456
- - sample-apps/oauth-app/config/cable.yml
1457
- - sample-apps/oauth-app/config/database.yml
1458
- - sample-apps/oauth-app/config/environment.rb
1459
- - sample-apps/oauth-app/config/environments/development.rb
1460
- - sample-apps/oauth-app/config/environments/production.rb
1461
- - sample-apps/oauth-app/config/environments/test.rb
1462
- - sample-apps/oauth-app/config/initializers/assets.rb
1463
- - sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb
1464
- - sample-apps/oauth-app/config/initializers/hubspot-api-client.rb
1465
- - sample-apps/oauth-app/config/initializers/mime_types.rb
1466
- - sample-apps/oauth-app/config/initializers/wrap_parameters.rb
1467
- - sample-apps/oauth-app/config/locales/en.yml
1468
- - sample-apps/oauth-app/config/puma.rb
1469
- - sample-apps/oauth-app/config/routes.rb
1470
- - sample-apps/oauth-app/config/spring.rb
1471
- - sample-apps/oauth-app/db/development.sqlite3
1472
- - sample-apps/oauth-app/db/seeds.rb
1473
- - sample-apps/oauth-app/db/test.sqlite3
1474
- - sample-apps/oauth-app/docker-compose.yml
1475
- - sample-apps/oauth-app/docker-entrypoint.sh
1476
- - sample-apps/oauth-app/lib/assets/.keep
1477
- - sample-apps/oauth-app/lib/tasks/.keep
1478
- - sample-apps/oauth-app/log/.keep
1479
- - sample-apps/oauth-app/log/development.log
1480
- - sample-apps/oauth-app/log/test.log
1481
- - sample-apps/oauth-app/package.json
1482
- - sample-apps/oauth-app/public/404.html
1483
- - sample-apps/oauth-app/public/422.html
1484
- - sample-apps/oauth-app/public/500.html
1485
- - sample-apps/oauth-app/public/apple-touch-icon-precomposed.png
1486
- - sample-apps/oauth-app/public/apple-touch-icon.png
1487
- - sample-apps/oauth-app/public/favicon.ico
1488
- - sample-apps/oauth-app/public/robots.txt
1489
- - sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb
1490
- - sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb
1491
- - sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb
1492
- - sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb
1493
- - sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb
1494
- - sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb
1495
- - sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb
1496
- - sample-apps/oauth-app/spec/rails_helper.rb
1497
- - sample-apps/oauth-app/spec/spec_helper.rb
1498
- - sample-apps/oauth-app/spec/support/application_helper.rb
1499
- - sample-apps/oauth-app/spec/support/download_helper.rb
1500
- - sample-apps/oauth-app/tmp/.keep
1501
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache
1502
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
1503
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1U/1UpJmI14JpcnoWoA6uDWd4rgiR_j5c8y03sN2BVXiL0.cache
1504
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache
1505
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2A/2A3umH19vP49evH2cz_iW72sD271nGL_AQr7_jImNS8.cache
1506
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
1507
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2X/2XrkSiz6V3CxNAjlQovZ-2sP1KhSZNjwmo4Rh66fVxc.cache
1508
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1509
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/2l/2lwE97im5rEyOKzkyeiXzzKA4wJvO1a-4bRF4jVlcfc.cache
1510
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1511
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/5h/5hkQ5P4i1GpzLLijVLIsXSqZ_WNhtLB3vSyd_dFGYVQ.cache
1512
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1513
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/6P/6P40XW9SqAEdFZNbhI1JXI6-I_6QpCCWjocyWXETdqk.cache
1514
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/7E/7E7Nuvl6VeCk9ogBf-sjyEcJ3bUtpzf6Gfhvs7kr1Kk.cache
1515
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/8c/8ceD6_zKe5lkXrzQV8cEc2zj3Kebok7XVGkQCRBcMtY.cache
1516
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache
1517
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/9_/9_izg9Ggk04FfxOKL8rbBUdEfPNTIxOmyh6PnrZpDiE.cache
1518
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache
1519
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1520
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/F3/F3uRXATXkV2e4xbCxkYkZMjcoKFgcBsnj0CrAH85zrU.cache
1521
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GS/GSBK0N5lJj_XczWwGi4JVtZb16zRUVbPRyhY_uht-Hs.cache
1522
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GW/GWRGtlV2tqVfKE1nrepXB4e9VNCXqSrDjxW5JxAcHa0.cache
1523
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/GX/GXzR7cuJCtf39GycH4xdLirHJm6mYIw1QfU_GwCeowc.cache
1524
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gh/GhM37-QGcwa88RfUqi5h1HSwpLSoqoSEpzz6TbCsKZY.cache
1525
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache
1526
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1527
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Hk/HkYdZUPzYQ3Q1Pr6bo_HO5LRP6CLGMSkRBPwFATKUwI.cache
1528
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1529
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JI/JIQ-x0_0stzkRnJRs7aLNsqPdSbycEmmQ9n2e8vB6jE.cache
1530
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache
1531
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1532
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KE/KEXu4mBVQ9tCHVcr5pZZSaz0OlE6_OjQJam8B9azk5c.cache
1533
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache
1534
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1535
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1536
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache
1537
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1538
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1539
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/OE/OEoP-Ip0lOwjKi1CAOqKtTFjbuXR0xHj2E9vX5EhQ38.cache
1540
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1541
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1542
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1543
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1544
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1545
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1546
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1547
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1548
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1549
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1550
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1551
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1552
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZP/ZPYZUrz8EEO6iXDcj89MiJb-lzG3NdhxTcuN0p416Ng.cache
1553
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1554
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/as/asUAsSUA8OS6GBculKKCDhykc7tVlm1dV0jYhFBSgl8.cache
1555
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cS/cSKYgeFmTk99894qWor4qXk49tOyFtR-BRglseffG5Y.cache
1556
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1557
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1558
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1559
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
1560
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
1561
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
1562
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
1563
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
1564
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1565
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
1566
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lj/lj1FdyB4qiwguimK3HPW0IcRJMBjBlfa3FQwhWNdNWA.cache
1567
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/lo/loOcKfP8WcX11h3XgrCvHAs6HuLyzigd1UNhEmO-Qg0.cache
1568
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
1569
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
1570
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mb/mb-pbkvkIFToyFuY-rytXlQbE5rhiZkClbhJbt-eVYU.cache
1571
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
1572
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/nd/ndEH3n8MArADcLJZ9egl1C48gLKA6bSUCnPj0Nmkh44.cache
1573
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
1574
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
1575
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
1576
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qX/qXsui7_QHuZS7FOheHdZad1hG6UcIDg5QhNMPb36Zkw.cache
1577
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/qY/qYSbZAwy_X9lsON4TU2V9QV-2Dk2QuR4cBW-_yheVEE.cache
1578
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
1579
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
1580
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/tQ/tQmGA3_-Vkn3XJPnxBPOO2YYPk87F8xivfxGUM7gQoM.cache
1581
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vo/voRG1m2OjsNcTw8TEKQK_cSfMIKwh2j9OMUY_lZVRXQ.cache
1582
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
1583
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
1584
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
1585
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
1586
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1587
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1588
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1589
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
1590
- - sample-apps/oauth-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
1591
- - sample-apps/oauth-app/tmp/development_secret.txt
1592
- - sample-apps/oauth-app/tmp/restart.txt
1593
- - sample-apps/rate-limits-redis-sample-app/.env
1594
- - sample-apps/rate-limits-redis-sample-app/.env.template
1595
- - sample-apps/rate-limits-redis-sample-app/.gitignore
1596
- - sample-apps/rate-limits-redis-sample-app/.ruby-version
1597
- - sample-apps/rate-limits-redis-sample-app/Dockerfile
1598
- - sample-apps/rate-limits-redis-sample-app/Gemfile
1599
- - sample-apps/rate-limits-redis-sample-app/Gemfile.lock
1600
- - sample-apps/rate-limits-redis-sample-app/README.md
1601
- - sample-apps/rate-limits-redis-sample-app/Rakefile
1602
- - sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js
1603
- - sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep
1604
- - sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js
1605
- - sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js
1606
- - sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep
1607
- - sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css
1608
- - sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb
1609
- - sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep
1610
- - sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb
1611
- - sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb
1612
- - sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb
1613
- - sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb
1614
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb
1615
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb
1616
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb
1617
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb
1618
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb
1619
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb
1620
- - sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb
1621
- - sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb
1622
- - sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep
1623
- - sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb
1624
- - sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb
1625
- - sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb
1626
- - sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb
1627
- - sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb
1628
- - sample-apps/rate-limits-redis-sample-app/bin/bundle
1629
- - sample-apps/rate-limits-redis-sample-app/bin/rails
1630
- - sample-apps/rate-limits-redis-sample-app/bin/rake
1631
- - sample-apps/rate-limits-redis-sample-app/bin/setup
1632
- - sample-apps/rate-limits-redis-sample-app/bin/spring
1633
- - sample-apps/rate-limits-redis-sample-app/bin/update
1634
- - sample-apps/rate-limits-redis-sample-app/bin/yarn
1635
- - sample-apps/rate-limits-redis-sample-app/config.ru
1636
- - sample-apps/rate-limits-redis-sample-app/config/application.rb
1637
- - sample-apps/rate-limits-redis-sample-app/config/boot.rb
1638
- - sample-apps/rate-limits-redis-sample-app/config/cable.yml
1639
- - sample-apps/rate-limits-redis-sample-app/config/database.yml
1640
- - sample-apps/rate-limits-redis-sample-app/config/environment.rb
1641
- - sample-apps/rate-limits-redis-sample-app/config/environments/development.rb
1642
- - sample-apps/rate-limits-redis-sample-app/config/environments/production.rb
1643
- - sample-apps/rate-limits-redis-sample-app/config/environments/test.rb
1644
- - sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb
1645
- - sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb
1646
- - sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb
1647
- - sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb
1648
- - sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb
1649
- - sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb
1650
- - sample-apps/rate-limits-redis-sample-app/config/locales/en.yml
1651
- - sample-apps/rate-limits-redis-sample-app/config/puma.rb
1652
- - sample-apps/rate-limits-redis-sample-app/config/routes.rb
1653
- - sample-apps/rate-limits-redis-sample-app/config/spring.rb
1654
- - sample-apps/rate-limits-redis-sample-app/db/development.sqlite3
1655
- - sample-apps/rate-limits-redis-sample-app/db/seeds.rb
1656
- - sample-apps/rate-limits-redis-sample-app/docker-compose.yml
1657
- - sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh
1658
- - sample-apps/rate-limits-redis-sample-app/lib/assets/.keep
1659
- - sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep
1660
- - sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake
1661
- - sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake
1662
- - sample-apps/rate-limits-redis-sample-app/log/.keep
1663
- - sample-apps/rate-limits-redis-sample-app/log/development.log
1664
- - sample-apps/rate-limits-redis-sample-app/package.json
1665
- - sample-apps/rate-limits-redis-sample-app/public/404.html
1666
- - sample-apps/rate-limits-redis-sample-app/public/422.html
1667
- - sample-apps/rate-limits-redis-sample-app/public/500.html
1668
- - sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png
1669
- - sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png
1670
- - sample-apps/rate-limits-redis-sample-app/public/favicon.ico
1671
- - sample-apps/rate-limits-redis-sample-app/public/robots.txt
1672
- - sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh
1673
- - sample-apps/rate-limits-redis-sample-app/tmp/.keep
1674
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/05/05mY0RH3KVXbxi_8QMO2AjTvjFkMrw0sL3eu456WCNM.cache
1675
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0O/0OrVLRdO4CE4RiV8WGQhgaznI9w-wOicO4QRiLG98zA.cache
1676
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/0w/0wd4hVd2PGefLT96PSBJ4q_V7YlIlhe8B8M0O8mlu8M.cache
1677
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1I/1I0t1TbMbCjf7qbhb8p3zga0KkU7QjrISNkG8XGY3kY.cache
1678
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/1n/1nOrdNSPLXXE4HnE1e1Q1jCsKxBF-pseUY0u70FY77A.cache
1679
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/2j/2jaDbL62Ra8p6Ud3n1pyf3W9PvGmn0wGNUE-AMvVPUc.cache
1680
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/47/47X9aWE_epCmzUYRHM87tJ6flLVgKt2ubIFS-vK9QjU.cache
1681
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/4g/4gjaSdLo486NJil5KpIX27RTk5r1xKJ1wS7HBeE4OSg.cache
1682
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/5I/5IoQaytcbFQ5wfirMYM_6bPKZPDlFM3PxuY0IeguUfc.cache
1683
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/8u/8u7VsYM4U_AzrtPYjRmgS8TA_lS1QaM1eJBJixYfsIE.cache
1684
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9E/9EjbN8EDgYrEx0qYadpq29PANJlzLolpsmwu7LEvbgw.cache
1685
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/9k/9kV0mcGojm78x4p4erzVgp2-MiaJts2gcI59k4eQDZo.cache
1686
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/A8/A84zIr_xRMK7K5wPIfehA7CsPrV84D1mQwOAU_IXZwk.cache
1687
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/AV/AVLIjJPjzfMs7uRBp8uKbFjnBedL6elViGobr0JQhU0.cache
1688
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/CA/CAJV6-Ic3KDHzkpGq1RTRTyyQZ5NKXRcWih4_a-EGB4.cache
1689
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Cp/CpJfV_AwYJD-DZk2K2sEcEpO-Q1Bh2-gCSuiipgMNc4.cache
1690
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/DF/DFgi4vgef02NdhXQG_BvC4q7ibjpPKvaRCewCbuFm_s.cache
1691
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/FI/FICugw4yubJOwaIQoGaaHi84QPJXA05KmJ0Ds3OIZI8.cache
1692
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Fb/FbeRbmk0u4ASeP92pkiUul3rtJ7pJ9LTjXP61WqP3FI.cache
1693
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Gw/GwwRdhzNeWMK3fsFJOIiD3w2scWHhHvaNb1iSOswrIw.cache
1694
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1695
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Hu/HuOpmMYT-znQJg7DjnTJHJn0bBnn5hBh8V-RTv_CwII.cache
1696
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
1697
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/JK/JK6vMMrGyX4Nky4tNZezVn7p8qteUwEsN2-2GCFHr14.cache
1698
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Js/Js_pTD7eevNKX06DhzyZ3L_n9V-THarTZIJY3oUN9ew.cache
1699
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/KQ/KQ_nTuxD45HGmwxWsoD0v4npVe2JFBaoQX9993q6q68.cache
1700
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Kl/KlyZqbpA0-U9fvdBDhOqBViHUIFeJrzeoLwKOBguc0o.cache
1701
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/LU/LUvlRN776nbyL8VNK4kxB0keWsYZmkJTTAbgEr40aE4.cache
1702
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/MO/MOE9L6_nVQYXjEXpprxsNAi0C1YBqi4f_7lnLT6qIFA.cache
1703
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Mc/MctJBNy0BH03VpWeleQ_f0cZLcGz5-yB45eKztZQb7s.cache
1704
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1705
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/QV/QVmS9oZuc0P8BKVODhRtxVvHjhE0ypJOwYOGJGt5CHg.cache
1706
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1707
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/S6/S6eKBpl0am5i_K7ToPc_qvqwl985_NTY8-FfnaXKHPI.cache
1708
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SQ/SQTuXZC_IzXRqbOXINISFpvUh0FkC5AjzxWMmxa5Tck.cache
1709
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/SV/SVqNM6UPCm_40AH3L2wwAhN_-OMvN9C87xOK7mgTU8M.cache
1710
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1711
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UE/UEI9MwIXI7vyj7DBgqJmLZ34cfYwRc7058HbrpXd4bY.cache
1712
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/UM/UMCBi2oceY-NjAQ-oUQ8Q5Yft0vRSmKnXVH6T1Sv6_M.cache
1713
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1714
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/Xm/XmmcwzYTzAUG_SDMCc5Ae3sscNFJPSO5bFYg6MSglVo.cache
1715
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/YG/YGqB9HjZp9oOcloPTv--37RbG97gFneaWo4dto3rmgw.cache
1716
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
1717
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
1718
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/d3/d3ktdyhV3PHUAeYgCMUFMTIJpCyvf6x9WdMQoUwRK2g.cache
1719
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1720
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/j0/j0c8mElIKxJLBA7TZ9hIE-wtCg4pIygiQVMbN8LvGFU.cache
1721
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
1722
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/kK/kKNAPrMQdEjGaKB2bEVBecb_iZMosV8IbBwUrG21i_Q.cache
1723
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/lh/lhD4uqHvle1MldTT5hoC9erYCgWHYJjBKFtOuIEPQCI.cache
1724
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mS/mSuAU7IoL-YiE08R4hJJsq3KxfK9paX1lAabAaCrEaU.cache
1725
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
1726
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/nf/nfCxA0h3S293DIIFyMTcRLxwCaB4_CuYs6eng0FKIm8.cache
1727
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/o-/o-lM-FObdJ_XjeYjDaMohoyJCGlLPiJmKFt2MbPlkk0.cache
1728
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/on/oni1qjAXLCpnqtNr_mybvDnumCrH8WEOEPeFBat4UIA.cache
1729
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qC/qCAP7B4UFgKgffwrkw79bg2f9hbbL9tc4tGIeoaqH8o.cache
1730
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/qL/qLeI-MuuaQ8AaJTxy2JZy_Slka-7O1vyvHQmd3Bj7yc.cache
1731
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/v7/v7vy2sTngFOYZ-0tGresIioXZaxXBTalaYgq4vpWjW4.cache
1732
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/vH/vH9ntYwlXJfVwoqB4U7hHr2_q0k0GlY4lClfLx7lcKY.cache
1733
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/w1/w1qUIahMwqRv2JYaDZwmKuelFJ5IgHlPcWF-d6M3hrs.cache
1734
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xE/xEooB6YhEh726vxbr3jL-GkBuLrJrxC2nNa_GxuHnXM.cache
1735
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/xp/xpDO5giOX5RD31ailSNeTjlcjTktmEMGIujMCrYalWI.cache
1736
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
1737
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
1738
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
1739
- - sample-apps/rate-limits-redis-sample-app/tmp/cache/assets/sprockets/v3.0/zG/zGhoiDheNe4F06yT2acwS4E81D04WnEcU3rGBeX_Zkc.cache
1740
- - sample-apps/rate-limits-redis-sample-app/tmp/development_secret.txt
1741
- - sample-apps/rate-limits-redis-sample-app/tmp/restart.txt
1742
- - sample-apps/retry-middleware-sample-app/.env.template
1743
- - sample-apps/retry-middleware-sample-app/.gitignore
1744
- - sample-apps/retry-middleware-sample-app/.ruby-version
1745
- - sample-apps/retry-middleware-sample-app/Dockerfile
1746
- - sample-apps/retry-middleware-sample-app/Gemfile
1747
- - sample-apps/retry-middleware-sample-app/Gemfile.lock
1748
- - sample-apps/retry-middleware-sample-app/README.md
1749
- - sample-apps/retry-middleware-sample-app/Rakefile
1750
- - sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js
1751
- - sample-apps/retry-middleware-sample-app/app/assets/images/.keep
1752
- - sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js
1753
- - sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js
1754
- - sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep
1755
- - sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css
1756
- - sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb
1757
- - sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep
1758
- - sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb
1759
- - sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb
1760
- - sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb
1761
- - sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb
1762
- - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb
1763
- - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb
1764
- - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb
1765
- - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb
1766
- - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb
1767
- - sample-apps/retry-middleware-sample-app/app/models/application_record.rb
1768
- - sample-apps/retry-middleware-sample-app/app/models/concerns/.keep
1769
- - sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb
1770
- - sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb
1771
- - sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb
1772
- - sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb
1773
- - sample-apps/retry-middleware-sample-app/bin/bundle
1774
- - sample-apps/retry-middleware-sample-app/bin/rails
1775
- - sample-apps/retry-middleware-sample-app/bin/rake
1776
- - sample-apps/retry-middleware-sample-app/bin/setup
1777
- - sample-apps/retry-middleware-sample-app/bin/spring
1778
- - sample-apps/retry-middleware-sample-app/bin/update
1779
- - sample-apps/retry-middleware-sample-app/bin/yarn
1780
- - sample-apps/retry-middleware-sample-app/config.ru
1781
- - sample-apps/retry-middleware-sample-app/config/application.rb
1782
- - sample-apps/retry-middleware-sample-app/config/boot.rb
1783
- - sample-apps/retry-middleware-sample-app/config/cable.yml
1784
- - sample-apps/retry-middleware-sample-app/config/database.yml
1785
- - sample-apps/retry-middleware-sample-app/config/environment.rb
1786
- - sample-apps/retry-middleware-sample-app/config/environments/development.rb
1787
- - sample-apps/retry-middleware-sample-app/config/environments/production.rb
1788
- - sample-apps/retry-middleware-sample-app/config/environments/test.rb
1789
- - sample-apps/retry-middleware-sample-app/config/initializers/assets.rb
1790
- - sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb
1791
- - sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb
1792
- - sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb
1793
- - sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb
1794
- - sample-apps/retry-middleware-sample-app/config/locales/en.yml
1795
- - sample-apps/retry-middleware-sample-app/config/puma.rb
1796
- - sample-apps/retry-middleware-sample-app/config/routes.rb
1797
- - sample-apps/retry-middleware-sample-app/config/spring.rb
1798
- - sample-apps/retry-middleware-sample-app/db/seeds.rb
1799
- - sample-apps/retry-middleware-sample-app/docker-compose.yml
1800
- - sample-apps/retry-middleware-sample-app/docker-entrypoint.sh
1801
- - sample-apps/retry-middleware-sample-app/lib/assets/.keep
1802
- - sample-apps/retry-middleware-sample-app/lib/tasks/.keep
1803
- - sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake
1804
- - sample-apps/retry-middleware-sample-app/log/.keep
1805
- - sample-apps/retry-middleware-sample-app/package.json
1806
- - sample-apps/retry-middleware-sample-app/public/404.html
1807
- - sample-apps/retry-middleware-sample-app/public/422.html
1808
- - sample-apps/retry-middleware-sample-app/public/500.html
1809
- - sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png
1810
- - sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png
1811
- - sample-apps/retry-middleware-sample-app/public/favicon.ico
1812
- - sample-apps/retry-middleware-sample-app/public/robots.txt
1813
- - sample-apps/retry-middleware-sample-app/tmp/.keep
1814
- - sample-apps/search-result-paging-app/.env
1815
- - sample-apps/search-result-paging-app/.env.template
1816
- - sample-apps/search-result-paging-app/.gitignore
1817
- - sample-apps/search-result-paging-app/.rspec
1818
- - sample-apps/search-result-paging-app/.ruby-version
1819
- - sample-apps/search-result-paging-app/Dockerfile
1820
- - sample-apps/search-result-paging-app/Gemfile
1821
- - sample-apps/search-result-paging-app/Gemfile.lock
1822
- - sample-apps/search-result-paging-app/README.md
1823
- - sample-apps/search-result-paging-app/Rakefile
1824
- - sample-apps/search-result-paging-app/app/assets/config/manifest.js
1825
- - sample-apps/search-result-paging-app/app/assets/images/.keep
1826
- - sample-apps/search-result-paging-app/app/assets/javascripts/application.js
1827
- - sample-apps/search-result-paging-app/app/assets/javascripts/cable.js
1828
- - sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep
1829
- - sample-apps/search-result-paging-app/app/assets/stylesheets/application.css
1830
- - sample-apps/search-result-paging-app/app/controllers/application_controller.rb
1831
- - sample-apps/search-result-paging-app/app/controllers/concerns/.keep
1832
- - sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb
1833
- - sample-apps/search-result-paging-app/app/controllers/home_controller.rb
1834
- - sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb
1835
- - sample-apps/search-result-paging-app/app/helpers/application_helper.rb
1836
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb
1837
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
1838
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb
1839
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb
1840
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
1841
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb
1842
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb
1843
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb
1844
- - sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb
1845
- - sample-apps/search-result-paging-app/app/models/application_record.rb
1846
- - sample-apps/search-result-paging-app/app/models/concerns/.keep
1847
- - sample-apps/search-result-paging-app/app/views/home/index.html.erb
1848
- - sample-apps/search-result-paging-app/app/views/layouts/application.html.erb
1849
- - sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb
1850
- - sample-apps/search-result-paging-app/app/views/shared/_header.html.erb
1851
- - sample-apps/search-result-paging-app/bin/bundle
1852
- - sample-apps/search-result-paging-app/bin/rails
1853
- - sample-apps/search-result-paging-app/bin/rake
1854
- - sample-apps/search-result-paging-app/bin/setup
1855
- - sample-apps/search-result-paging-app/bin/spring
1856
- - sample-apps/search-result-paging-app/bin/update
1857
- - sample-apps/search-result-paging-app/bin/yarn
1858
- - sample-apps/search-result-paging-app/config.ru
1859
- - sample-apps/search-result-paging-app/config/application.rb
1860
- - sample-apps/search-result-paging-app/config/boot.rb
1861
- - sample-apps/search-result-paging-app/config/cable.yml
1862
- - sample-apps/search-result-paging-app/config/database.yml
1863
- - sample-apps/search-result-paging-app/config/environment.rb
1864
- - sample-apps/search-result-paging-app/config/environments/development.rb
1865
- - sample-apps/search-result-paging-app/config/environments/production.rb
1866
- - sample-apps/search-result-paging-app/config/environments/test.rb
1867
- - sample-apps/search-result-paging-app/config/initializers/assets.rb
1868
- - sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb
1869
- - sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb
1870
- - sample-apps/search-result-paging-app/config/initializers/mime_types.rb
1871
- - sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb
1872
- - sample-apps/search-result-paging-app/config/locales/en.yml
1873
- - sample-apps/search-result-paging-app/config/puma.rb
1874
- - sample-apps/search-result-paging-app/config/routes.rb
1875
- - sample-apps/search-result-paging-app/config/spring.rb
1876
- - sample-apps/search-result-paging-app/db/development.sqlite3
1877
- - sample-apps/search-result-paging-app/db/seeds.rb
1878
- - sample-apps/search-result-paging-app/docker-compose.yml
1879
- - sample-apps/search-result-paging-app/docker-entrypoint.sh
1880
- - sample-apps/search-result-paging-app/lib/assets/.keep
1881
- - sample-apps/search-result-paging-app/lib/tasks/.keep
1882
- - sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake
1883
- - sample-apps/search-result-paging-app/log/.keep
1884
- - sample-apps/search-result-paging-app/log/development.log
1885
- - sample-apps/search-result-paging-app/package.json
1886
- - sample-apps/search-result-paging-app/public/404.html
1887
- - sample-apps/search-result-paging-app/public/422.html
1888
- - sample-apps/search-result-paging-app/public/500.html
1889
- - sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png
1890
- - sample-apps/search-result-paging-app/public/apple-touch-icon.png
1891
- - sample-apps/search-result-paging-app/public/favicon.ico
1892
- - sample-apps/search-result-paging-app/public/robots.txt
1893
- - sample-apps/search-result-paging-app/tmp/.keep
1894
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/-o/-ozp918kmyVDIJV978gwIPu_4ArBOzk6_YOD4OQM-ms.cache
1895
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0E/0EYv04SP7WmVRPnWvueGRcUFEgiiHc0J9qz1Q7KNBE4.cache
1896
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/0o/0oB9IVDCqPmdhsJaWZPWal5nEUGtl6d9T5yGgblIBus.cache
1897
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
1898
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
1899
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2K/2KEGDu_E7HpN0MATpbIhxOxrImMod7f0xHZBbhbsu7k.cache
1900
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
1901
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
1902
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
1903
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
1904
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/45/45F3s52wzP4ekKYmObuebZw19tKHCoh0AKfPEdLTgzA.cache
1905
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/49/49IIepnMz89YdJZWlFfR745uhzxOk8Ytj4ZcCbNHiks.cache
1906
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4Q/4QbPcuIeqEWFjAFh1SMGWtjgfzwb1IaaFeyALWdhOFs.cache
1907
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4d/4dcfS4RxEdhoRlLGZBI-XK2ciL3CGZxky-krj63NXts.cache
1908
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4m/4mJBCukLB6dhv_DbLkgckOMHT1b_r2LesHruuBkUi7s.cache
1909
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
1910
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
1911
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/6U/6U9ScuA4Lz_rXV6bfTzmjJiKP8nkIu3dO1oY6TdirHE.cache
1912
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/7Q/7Qyhj7ODl5cA1SB-At0iCGD_2Nvyj0kgDrqySB_v-oo.cache
1913
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8n/8nM6tII4KjKjYwFmMYo5fI3Bum4OSjWETZ7TvCSWvuo.cache
1914
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/8v/8v0q6Z7GLHPizV8AMwKqItycTO8unB2exL17SrS0QUo.cache
1915
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
1916
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bc/BcVEeYRaBqOluBMaJeMygZL4rn_z4XGUNkIBc_9NSMA.cache
1917
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Bo/BoTrWb6uVpBBp3QvcrTnKOZ1FsngioFXSer8-bBObIs.cache
1918
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/C3/C33CxUZBV5Lwy_h6RFxgJIM76pzrcXWKjz-nDYxF9b0.cache
1919
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/CY/CYiKVF6YzL9nOEgA3FKrcdqEDB-13STCOjlK-f3FYYs.cache
1920
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
1921
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
1922
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
1923
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
1924
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/G_/G_8kF9fy79piXWS39Y2NUqr3aCkJezxtRGpCJbW1R_I.cache
1925
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
1926
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HM/HMMM5ZT9xL07pWuLfGUG6mWU4SbJghbNQiD2iriDO-0.cache
1927
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
1928
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Hm/HmimSE9_P5yfSgSrnV8T6M5GXm4RNE_2GWXdbW8izkQ.cache
1929
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IS/ISSNsON5Zf0S9mq_3sy29Zr49gOMSf7Om8Ds81pGsso.cache
1930
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/IW/IWXu1TegdDjXiIMRV8xN88NNH8rfsIWRYSaRzKp5O00.cache
1931
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/J4/J4FzhsIMCjgdVd8le5BjDuiolx7yu13TNG-JXNWTSPE.cache
1932
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JC/JCC7VTvygWKWK8hBEbnayc8CD_ec3cN9kZTE4jQUNmY.cache
1933
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JN/JN1mdqlalc8TpTKXTZ_BHL7y6ajCkIXvX6yYYFsNy4s.cache
1934
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
1935
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/JU/JU86FQ5R6ZgTuWKmTGdGziURoWlOkohyk41Pmv1eRLs.cache
1936
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Jr/Jrej2nfgxP4gO9qruk5HYgPXiC2ve0c4jf7U7ER-_NI.cache
1937
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Kq/KqqfCu7F4dbV5xwLoXZcLoIgZKbHa_QnB1AwY0F_sw4.cache
1938
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
1939
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/N7/N74L0ikAQGvpipv1c0HuYI07H_KCQttoMnHxNmLPmdc.cache
1940
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
1941
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Nz/Nz2cWFmnHFextA-dwT9kp3BMVl9EwjdCbVJ2InLu8mY.cache
1942
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OC/OCNHLBJCK8pVAH--Na3uQ8zdJzjIFS67raVHR-8TqZo.cache
1943
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/OJ/OJGcXZeLrujVWGxvisnZGw3Md0-tk8gKKDP_tIjJrek.cache
1944
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ok/OkTFK4eXkgOEvwhTXBW3HeKU02tdmIyqsAaE0xOQNVg.cache
1945
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/PG/PGgAl8VOahHtLRpTSndPfK7-X4eKXaPv7smys8f2Qtw.cache
1946
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q2/Q2Vs41v8VQahJ2hfKQmGNeUR_-7B8ZsWy4pzhpSxRno.cache
1947
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q7/Q7LmwvfTF0-Bwa0ZR8iTOczdBQZxhTZ7Jeq3qUx6iR0.cache
1948
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Q9/Q9m1-XdajoDqheZESMWkATapGpDBpsj9-mXlIt-7Lr0.cache
1949
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/Qa0QVoSxBQI58-tUZEds5fKLpNnuG6hIUPnekK7fJcw.cache
1950
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qa/QapnOaaLeoDP_-dl_4TkghHoAxrrl8Tl0-Vdi7gB1KU.cache
1951
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qm/Qmvn2RZqJgaToD7vVRyFzVA5Kd8rbq2Y4r4qKoznxK4.cache
1952
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Qp/QpyZzdHvCU9eKxU8Jg8uZ2uOnJEsa1H_vB9EtQCfOzM.cache
1953
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RA/RAcMXGr52vi2JDk-AZU6d-sMuPHMO14JdZMqZW6etvw.cache
1954
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/RJ/RJD993K3F3jfWinwOnA5QHdgkiazC-42YRs-1_7eUSA.cache
1955
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Rr/Rrjy6nO5uQObeM0UMpFNH3znPS2NmLM_1mETO7ScvNQ.cache
1956
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/SX/SXpD2TaGBKDCm932DKq--bf8s4ZSQeV0jajUWy4lAB8.cache
1957
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/T4/T40Jq8nWhDLB6xyNJXJnAedKCPopnPcIv9Vah9zidgU.cache
1958
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TC/TCwhR94rk5MBPm6J0DNwT5yVm5ZoUl5_9wodjntZCB0.cache
1959
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/TF/TFMO8JjlmGuOTum52Ae41Xhw3i6zBcVTKrVZIE8HsNI.cache
1960
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
1961
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/U6/U60zsAIccWh1kJmeivC1vDLG-OsQSbyvtnDBDWcLQ5Y.cache
1962
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/UP/UPnq7Ez66c-imXNWF57CVfrqhQMzl2LAEUlqQtAZTEA.cache
1963
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Ul/UlaDut87F5P6YvRYKWKVz3B-GRS_vWowDIJljE1xT0M.cache
1964
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
1965
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V5/V5Uwdqf9k2EkXZ7rdo6yvYJz0Syz0lm1SjcHEE9eAZo.cache
1966
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VB/VBOJSt2_z8xnvB8Wctrs5An6p3Kuq5Srlz9dmtaFq4o.cache
1967
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VJ/VJEc0ti-yXqCDDlsykAz3L7nrJjEsqMC-9PErWpXLdY.cache
1968
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VU/VUmrQud6vxVUWE5YRRAAsLaF5vBmVj3x0cyLn1tARsE.cache
1969
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/VW/VWPfzpPUhSLmU3RPhQ-6g-52Mh4vVJCGQLdlmQ6UrsU.cache
1970
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/V_/V_kaIZ8EZ2aLBW9UJ51oDUH_SKGOsVqy9ZRM7ZgU6X0.cache
1971
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/WB/WBX6b9ClRwosbooVivckFFvXApvU_xftcZN_5SFSVLo.cache
1972
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
1973
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wv/Wv63C0rsAx85NlaV76iQ1HII2aAsynwlneZNC25mqcc.cache
1974
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
1975
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/XF/XF1uWPCPQVwVboQAkvhMj0P6IWp7hm5cU9UPJwDSZvk.cache
1976
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y3/Y3O0eniozHHxGRByThyOT0TSY6-TwPCQGfpDcO7O1BU.cache
1977
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Y9/Y9jAyxQ9PWyry_0iNFQpjolp7RPDU8wNz4pjmfcV6gQ.cache
1978
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Yi/Yia7vCUAXmVlMbFL4KzKsP1wvsDLCd0_SXAKYX7jXAA.cache
1979
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/Z5/Z5o9kMa3PuQAgsO7BdQZEviV95AQ65oTV8jOIzaDi1Q.cache
1980
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZC/ZCNbnE3bmvlBTf6m1Iv4wkecBLHDaiX-7YijkUvo7BA.cache
1981
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZM/ZMg9M-GatY9BTQubAGs6m6Mtwu8ZzT9rGHP-ihUYSaQ.cache
1982
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
1983
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aK/aKFLEdsOAKxH6OR4wojzmommvEojnNVyOHYIy7mFb7o.cache
1984
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/aT/aT4GFd1VPcWlCwfSr_HRKrztkt0rqWy1StwUPJ2Pblc.cache
1985
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bC/bCDAL_ju46six9DHNCNxO4O_WBpdLDSETiZBtjqPrvo.cache
1986
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bF/bFFSf7OeJSKM5y3wyMR66bDKJkx5lms0JD4CpnryAwo.cache
1987
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bO/bObnBPdac1fzikCMcIx2LDzro_kzFQFe4aB2GUmfRi8.cache
1988
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/bV/bV6u-t1OYGZmmG5FA2DQ_AlxNtqIErMw4VDyfSbZpTc.cache
1989
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
1990
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/c7/c7-C5yV0Opshc2ZYUROWPlaQwbynFdtLqpN74xZNe3A.cache
1991
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cK/cKUtj__HozClwqIhUCsj84smXL9bnCPCPH-Zk_hyOpQ.cache
1992
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cQ/cQOtICLtp_KKf7tBsXoU1ZlTnUhbQD_eYQ2mRIkIeBQ.cache
1993
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/cl/clZ2WhptH7LLmXzsu6h0VKwk-DDw89bqTC2s7UeyEk8.cache
1994
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
1995
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
1996
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/e7/e72YFIXcWhDQA2zOEZ34JiuFE409_yD59atBl9Z16Es.cache
1997
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eB/eBAkWoQQs8yKEFI2MQLD-J9J3rTri2VM04_Bz0OcWtc.cache
1998
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eK/eKvoaw2WQC6yXBFQRD0SN2v2WPtcsyBBbvXZy2wK6Nk.cache
1999
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/eZ/eZa094HSjlogi1M1peZyXNro5KtQos8ehdG5MXAj-EI.cache
2000
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/f9/f9mtfrUGDWX5ZOAcXqouFtF-9EPBbCWa4TO2U06fiNU.cache
2001
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/fH/fHJMNtvCdrYx9Xabs9Fu2fAi1w4nJze8780s0q5HKc8.cache
2002
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ge/gedRGqpJwkCvevgdiV6UBj9eeEBiDK7yacEh1DDCYM8.cache
2003
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gh/gh7CVreaieL-BBAgFm1qlyLqEqFxk38xDyU0JgH91M8.cache
2004
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gt/gtJtBCIsfqO3OUro5BNiaRfZnYhPH_TlRO97g4bgZEc.cache
2005
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
2006
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/gz/gzmr9aTa1QPRXWAF06pu4WH-6shSWXmhUz-4LFzT8Xw.cache
2007
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/hl/hlTEqC_aHNR3A41LrX9S-SLr5m_4ddEFjRdt6QmieLs.cache
2008
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/j7/j7FSWUvBBO2UglQdVxcfMCyL0f8zGUj0m-jBL-YBUPI.cache
2009
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k7/k7JhSVrQGFocmUdyZW6J_NM6Hb3xtcOXJT0X25VZttI.cache
2010
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/k8/k814jGDFioOBQXbJxpOQxB3O8YkzpvOlitlySohZBR4.cache
2011
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
2012
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/kb/kb1mzuuatli5uKXY69lV9enHXx_EOjZu8ajMDthWMlo.cache
2013
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/l4/l4ZygN5ZbrmRkNgbPBXnMvgJ3qsivyKvFF-pkFOTaCY.cache
2014
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lP/lPEppzDE_pXiL03XbtpAhIgBNEJZHfURkeWoGdk4HrE.cache
2015
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/lR/lR8zSAZqyraa2uo2rAxO_AORyucj_50Wgc6URhwJhHo.cache
2016
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m9/m9zPLgQqez7VhyBllv9bDYke_z495R9lfnepF8aSmUE.cache
2017
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mV/mVcvDVrEiuHncRC10BfQs1B-Z01U1Vx_XGul200NhXg.cache
2018
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/m_/m_N9hfoX7AeBMLgtqSOSSrwos1ms3laxXwm2jjG4c9c.cache
2019
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/mo/moyorzaIvz7hBu-4MheJd6pFAPmuxy_H_twI19NLFcQ.cache
2020
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/nQ/nQkLFXXEohEmS4O5Kne6prD3MblCSAfe4sOGGi1s6_I.cache
2021
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o-/o-vYf89UAm5HaNRcYWrIcUCEflkcUj9-MqvcM8LDrQQ.cache
2022
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/o6/o6ANauvePw6vg3Ei_w4YRnFKTO0AXdP6cxajEUZacoI.cache
2023
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p2/p21On969JdUUOSL26eiBKOCUZI4rS6l4AAv9cbSDThE.cache
2024
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/p9/p9WCNr4OAOw-qs-A6fChHEUi1J4H4lmTh0V0a-CmS6U.cache
2025
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2026
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/pH/pHve9fdOoZ8WF6q-PeaHjk8QWIAkJmk4J0WpxskdV3Y.cache
2027
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qI/qI735SkQ8YqY8_qUrz4pyN2gkDILnrDaBcPc2IEDfg4.cache
2028
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qP/qPZh8f6IbfC6CMuapwQb1TgwVDd0LGY42KwWM1dMHdk.cache
2029
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/qd/qdVmE36HZqd1m7shnTFEBPPFAhR8Az8nreinM8_dehk.cache
2030
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
2031
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/rk/rkRQmhdQN23lLIFIILf4G_VahwuRoh3_glybZIF_XcU.cache
2032
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sE/sEiDjNBwXKKxmmJgXh4-IKpZp3XlTOIbovNZvDxN6Jc.cache
2033
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sK/sKK4cXxrDz5Yl6_zeXWS1m0c36akrAYsV4PHbKgklbo.cache
2034
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
2035
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/t4/t4zbflDZVykwaxJvILi03HfnPEEykwEdZAQj0AqaeKo.cache
2036
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tY/tYAXyR5AG3oIj9QPil72JvDLH0QhLB_Gq7BOqofGJws.cache
2037
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/tg/tgUqghA3goIPRVqsYl9QGshTcq4xOi7NM32G_DcvDaA.cache
2038
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/uU/uUMKjmp1xydv2gDLSi6tSADIM0v3x8bjc5XNkhMNBiU.cache
2039
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vg/vgfQc1HLDQArkyCYqf5bh9_3nwgZNvqFb4J9ZFa2hy0.cache
2040
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/vy/vy05bk4YJB3PEVY4s_QLQVFtnoM5c7bGIptntXyfvMQ.cache
2041
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wG/wGuSwmmgv1TsNQnKwDbOD_ysVVw06tnWvIfd29hrQYg.cache
2042
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/w_/w_HxamP_DPV9sBU74k-mO4BOLD_w0PuN-mQFlWcgHrc.cache
2043
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/wm/wmld5dTbZ_a69Io19_tsDYmtfFDMSUVScbclNdy4zME.cache
2044
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
2045
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/x7/x7TpFgPnNk2XKZdixa2l1Pv_pA8LWNAy_ixJUd2DIdU.cache
2046
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/xb/xbNZmFfwi4verZLTo5W8J8C3-zgK43EtVeeSunB3NWA.cache
2047
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2048
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yP/yPowocToXekMhJVSfJPIEjfjMgHCWg3gINOdbPaW3ss.cache
2049
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yQ/yQy2ZRH0suqEXny_60emiZymAAlpi9j4HeeSltWyKmo.cache
2050
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yW/yW3QQUER6Cu5CGdU7eDT51jX9iVBqmBZdhuFNThlYdc.cache
2051
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yX/yXvnXPNfPWUTNVcgAzYb0M-iy_XmjDaOvCk_ZJktKlY.cache
2052
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/ya/ya1Wib7iKR5jNG1iwOzLR8jEP9lyaFBKBrO5eOMoxHQ.cache
2053
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/yz/yzMzN1m1yKVQQD28i1Pxx_Q9XmpY4uxMJpmD9WeADqw.cache
2054
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zN/zNswg61FuiBRt0QzztNjaCTb3Wb6e_CFSTF_JAFBCa0.cache
2055
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
2056
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zR/zRrmLB7UAy3erx1MLIz2_53uvECUAXJ8gQgwdVIjlPo.cache
2057
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zm/zmkHVpCiJNaFG4OAAuW10lnGDPCNdOJfG5P7T8BBF4Q.cache
2058
- - sample-apps/search-result-paging-app/tmp/cache/assets/sprockets/v3.0/zs/zsmWVpekRAk18kDi8ZVRTRWMfKOrgJu0b5hblkeVZmI.cache
2059
- - sample-apps/search-result-paging-app/tmp/development_secret.txt
2060
- - sample-apps/search-result-paging-app/tmp/restart.txt
2061
- - sample-apps/timeline-events-app/.env
2062
- - sample-apps/timeline-events-app/.env.template
2063
- - sample-apps/timeline-events-app/.gitignore
2064
- - sample-apps/timeline-events-app/.rspec
2065
- - sample-apps/timeline-events-app/.ruby-version
2066
- - sample-apps/timeline-events-app/Dockerfile
2067
- - sample-apps/timeline-events-app/Gemfile
2068
- - sample-apps/timeline-events-app/Gemfile.lock
2069
- - sample-apps/timeline-events-app/README.md
2070
- - sample-apps/timeline-events-app/Rakefile
2071
- - sample-apps/timeline-events-app/app/assets/config/manifest.js
2072
- - sample-apps/timeline-events-app/app/assets/images/.keep
2073
- - sample-apps/timeline-events-app/app/assets/javascripts/application.js
2074
- - sample-apps/timeline-events-app/app/assets/javascripts/cable.js
2075
- - sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep
2076
- - sample-apps/timeline-events-app/app/assets/stylesheets/application.css
2077
- - sample-apps/timeline-events-app/app/controllers/application_controller.rb
2078
- - sample-apps/timeline-events-app/app/controllers/concerns/.keep
2079
- - sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb
2080
- - sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb
2081
- - sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb
2082
- - sample-apps/timeline-events-app/app/helpers/application_helper.rb
2083
- - sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb
2084
- - sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb
2085
- - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb
2086
- - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb
2087
- - sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb
2088
- - sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb
2089
- - sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb
2090
- - sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb
2091
- - sample-apps/timeline-events-app/app/models/application_record.rb
2092
- - sample-apps/timeline-events-app/app/models/concerns/.keep
2093
- - sample-apps/timeline-events-app/app/views/layouts/application.html.erb
2094
- - sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb
2095
- - sample-apps/timeline-events-app/app/views/shared/_header.html.erb
2096
- - sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb
2097
- - sample-apps/timeline-events-app/bin/bundle
2098
- - sample-apps/timeline-events-app/bin/rails
2099
- - sample-apps/timeline-events-app/bin/rake
2100
- - sample-apps/timeline-events-app/bin/setup
2101
- - sample-apps/timeline-events-app/bin/spring
2102
- - sample-apps/timeline-events-app/bin/update
2103
- - sample-apps/timeline-events-app/bin/yarn
2104
- - sample-apps/timeline-events-app/config.ru
2105
- - sample-apps/timeline-events-app/config/application.rb
2106
- - sample-apps/timeline-events-app/config/boot.rb
2107
- - sample-apps/timeline-events-app/config/database.yml
2108
- - sample-apps/timeline-events-app/config/environment.rb
2109
- - sample-apps/timeline-events-app/config/environments/development.rb
2110
- - sample-apps/timeline-events-app/config/environments/production.rb
2111
- - sample-apps/timeline-events-app/config/environments/test.rb
2112
- - sample-apps/timeline-events-app/config/initializers/assets.rb
2113
- - sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb
2114
- - sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb
2115
- - sample-apps/timeline-events-app/config/initializers/mime_types.rb
2116
- - sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb
2117
- - sample-apps/timeline-events-app/config/locales/en.yml
2118
- - sample-apps/timeline-events-app/config/puma.rb
2119
- - sample-apps/timeline-events-app/config/routes.rb
2120
- - sample-apps/timeline-events-app/config/spring.rb
2121
- - sample-apps/timeline-events-app/db/development.sqlite3
2122
- - sample-apps/timeline-events-app/db/seeds.rb
2123
- - sample-apps/timeline-events-app/docker-compose.yml
2124
- - sample-apps/timeline-events-app/docker-entrypoint.sh
2125
- - sample-apps/timeline-events-app/lib/assets/.keep
2126
- - sample-apps/timeline-events-app/lib/tasks/.keep
2127
- - sample-apps/timeline-events-app/log/.keep
2128
- - sample-apps/timeline-events-app/log/development.log
2129
- - sample-apps/timeline-events-app/package.json
2130
- - sample-apps/timeline-events-app/public/404.html
2131
- - sample-apps/timeline-events-app/public/422.html
2132
- - sample-apps/timeline-events-app/public/500.html
2133
- - sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png
2134
- - sample-apps/timeline-events-app/public/apple-touch-icon.png
2135
- - sample-apps/timeline-events-app/public/favicon.ico
2136
- - sample-apps/timeline-events-app/public/robots.txt
2137
- - sample-apps/timeline-events-app/spec/rails_helper.rb
2138
- - sample-apps/timeline-events-app/spec/spec_helper.rb
2139
- - sample-apps/timeline-events-app/tmp/.keep
2140
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/-4/-4csb8XcQONHVcyTGO-F2TBp5f38ghhZHcLg3cqyqGo.cache
2141
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/-s/-sz9D51o9Mpd_omN4pJY1EYoyEa63QWgr9CkNp-jtps.cache
2142
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1J/1JnNlMoorvDaAcLChcV1QOiqJyanmoUydnfe5-TPuXM.cache
2143
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2144
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
2145
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/2h/2hVm3bNa9JCxAsLCxbvspAtiL4VOtRTjXMSPw8eT9xk.cache
2146
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/41/41_29mpjEGapjHdofSi36OnnO3-eBNYbCe5nzHnIKwY.cache
2147
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/60/609vj6Xv1ogaZ1W1H_oBuo-3NqC3UqbKAXw2ekEcehU.cache
2148
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
2149
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/6p/6pPimSDuw-hEAZW4CkGVIt9wjYiTMaCD2XPuKQoiI4Q.cache
2150
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/7J/7JspjJWUyNJySsbLlEs8anll3WiAM20dZ2sYA0gAhMI.cache
2151
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9N/9NrK08Zz2zuDH5uff0al0ZhRW0kOe3KP7KSyfZDcWfg.cache
2152
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2153
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/9c/9cJSDPxEgTHO5-B9Ln7Tmok9fbsxmk1HYf-W-gkEg_I.cache
2154
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/AE/AE-AZVyOjAgA1j71HRmlDGNdoT6aOAMNrvEsZxDVMzU.cache
2155
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/AF/AFacZJ15zJm8o8Bwesmpsw2GC-o4mNEAhT87cuTM_wE.cache
2156
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/B6/B6MZ8qg-mV5hZWBQ5HB80eAXCr4gyrJR5Yrm4BiSTdU.cache
2157
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/D0/D01xXzz6r1DGdB4yVwcPaLEp7-mpzCd2m3enZVNJtFU.cache
2158
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
2159
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2160
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Ey/EyQsquE_D1TCQQbh-3vmLjQzYO7w9ZRqo7tDg5VpC7Q.cache
2161
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2162
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2163
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/JS/JSG-U0jab1xh5XD7sVL6JOKyu09pfMxV-xrBJe_JO74.cache
2164
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
2165
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Mv/MvRTlknGa6_mRdF7m9I2jPIPCQ9a-RyzBwkgecBbZQ8.cache
2166
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/OF/OFMeLotCkEst9CGQgQZtf5RZNaVhcrLOPJeSWszn-aw.cache
2167
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RJ/RJ-ZWnzIrbCdeg0pVWbccBZiePyfi50zo0xb1Tbhh80.cache
2168
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/RU/RUOojm-aD-XrIy-K6cbUI9czQdjnW9_Bt45wId068iM.cache
2169
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Tx/TxdcnqzvySOuWPXZfaIYX0TOpCy44repbAScKtV2niE.cache
2170
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2171
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/UW/UWFYTnxz4EWqiz0LkhxInMLo36CdlVg3x9SyzAnLiBU.cache
2172
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2173
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/V8/V8wr1RK4MTLGwxThiZIb0G-SrIusNzCMhJeHGGHT72Q.cache
2174
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
2175
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wt/WtCfdoaaBC0aPmNgc57xHk8dbNRqZcP5zOpcLpiGzoc.cache
2176
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Wz/WzRw7cbmE45MrdG0W25ZAT-Nz0glf7xBkB2nI0M7z7A.cache
2177
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/Xi/XiZmZbrcb0M-y7EJZkx1ft177jFiZCL7pbpp6cRZaTA.cache
2178
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ZU/ZUKJTVw3DLZSVGlveWzrhvo4GduUbQScJeICRDN8tdo.cache
2179
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/_w/_w2qaD3e5UPMGQeZYpP481jnQLVeIXIVH2vQx2856QY.cache
2180
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2181
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/eX/eXRXZi-sk9Oy17fc94B24coFT6Jn93gCZI0SahPx7U4.cache
2182
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ey/eyQx5cIdM2CoBrdF3izBgEAY4OxjhcWr4O4xz132au8.cache
2183
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/fW/fWunpu-z9IEGhI1uwayT47VSyYTtQkphog4WkrSKAiw.cache
2184
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gB/gBgBWy2c1z2A2HykdtIz7OYGnHIRDzbk092kh5b6jaE.cache
2185
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
2186
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/hA/hAQloq4iFKlI32gRuBj7Qw-S3_fk622RHC7B3bKQcGM.cache
2187
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/j3/j3r-jelmETDRd-G19KKXI0QM5g991nlcbUwXBnRnNQE.cache
2188
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/k1/k1S4UmDyDiVdoVjxFVnT7PjryGZlRLlg6Rbiv263PC8.cache
2189
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
2190
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/kb/kbxkYCk1EgNiJrtaLBYcKjpLawXPyY26vtsvLwAGuRs.cache
2191
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/lG/lGngG8GuW7NOMaJJjbCUpaUmPukNz5qTAuDFKUeQGD8.cache
2192
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/mE/mE5ux5CqyC__7A31roQaIrItQDaC4e3O1ccQpHEzf3A.cache
2193
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/mf/mfGViGcXdNxYP-Fj1h1q2YL8V4R9hdRw-pbcz44ykGo.cache
2194
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/n_/n_AnmncFkjyQrNIMt47ODfSQL8Ah5cY4UKW1IThyYyg.cache
2195
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/ne/nehoEMwTN_YXNZspteBmbCj-55v4o0wq_nnFJCPVtUk.cache
2196
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/nf/nfLIHBgXq65X45t_2QaQM3smByR8wIxjzXL0A1bb9NU.cache
2197
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2198
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/q8/q8cA8tJbgodCWeH8qLt9pac6Ig-wK4v5aiJ6VV6-bHw.cache
2199
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sD/sDQm06qCaywVxzpOwjngjtCXxSMXqwixf0n0xD0IHHw.cache
2200
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/sb/sbdra4MXru4fxHN_jrd3o4d3VFPFyG3lI247mddfTUk.cache
2201
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/w7/w7U6DzTbVwmZ8JqXhirzDvr-HGtiCEIpNHRQtLc7M68.cache
2202
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/wd/wdx03MG0LBtOSdemZvED30U1i-V5s75E7207MC6TGTI.cache
2203
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2204
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yb/ybRqqIyo6H-rkIwoBZp14cENSoSgyZqa1XAUKLV1zpk.cache
2205
- - sample-apps/timeline-events-app/tmp/cache/assets/sprockets/v3.0/yj/yjlHOIhrAzNkiA_SiyRZKIkEwaC0rktB1TVequSKqjc.cache
2206
- - sample-apps/timeline-events-app/tmp/development_secret.txt
2207
- - sample-apps/timeline-events-app/tmp/restart.txt
2208
- - sample-apps/trello-integration-app/.env
2209
- - sample-apps/trello-integration-app/.env.template
2210
- - sample-apps/trello-integration-app/.gitignore
2211
- - sample-apps/trello-integration-app/.rspec
2212
- - sample-apps/trello-integration-app/.ruby-version
2213
- - sample-apps/trello-integration-app/Dockerfile
2214
- - sample-apps/trello-integration-app/Gemfile
2215
- - sample-apps/trello-integration-app/Gemfile.lock
2216
- - sample-apps/trello-integration-app/README.md
2217
- - sample-apps/trello-integration-app/Rakefile
2218
- - sample-apps/trello-integration-app/app/assets/config/manifest.js
2219
- - sample-apps/trello-integration-app/app/assets/images/.keep
2220
- - sample-apps/trello-integration-app/app/assets/images/right-arrow.png
2221
- - sample-apps/trello-integration-app/app/assets/javascripts/application.js
2222
- - sample-apps/trello-integration-app/app/assets/javascripts/cable.js
2223
- - sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep
2224
- - sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js
2225
- - sample-apps/trello-integration-app/app/assets/javascripts/lodash.js
2226
- - sample-apps/trello-integration-app/app/assets/javascripts/mappings.js
2227
- - sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js
2228
- - sample-apps/trello-integration-app/app/assets/stylesheets/application.css
2229
- - sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss
2230
- - sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
2231
- - sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss
2232
- - sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss
2233
- - sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss
2234
- - sample-apps/trello-integration-app/app/controllers/application_controller.rb
2235
- - sample-apps/trello-integration-app/app/controllers/concerns/.keep
2236
- - sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb
2237
- - sample-apps/trello-integration-app/app/controllers/home_controller.rb
2238
- - sample-apps/trello-integration-app/app/controllers/mappings_controller.rb
2239
- - sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb
2240
- - sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb
2241
- - sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb
2242
- - sample-apps/trello-integration-app/app/helpers/application_helper.rb
2243
- - sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb
2244
- - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb
2245
- - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
2246
- - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb
2247
- - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb
2248
- - sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
2249
- - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb
2250
- - sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb
2251
- - sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb
2252
- - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb
2253
- - sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb
2254
- - sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb
2255
- - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb
2256
- - sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb
2257
- - sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb
2258
- - sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb
2259
- - sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb
2260
- - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb
2261
- - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb
2262
- - sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb
2263
- - sample-apps/trello-integration-app/app/models/application_record.rb
2264
- - sample-apps/trello-integration-app/app/models/concerns/.keep
2265
- - sample-apps/trello-integration-app/app/models/deal_association.rb
2266
- - sample-apps/trello-integration-app/app/models/extension_card.rb
2267
- - sample-apps/trello-integration-app/app/models/hubspot_token.rb
2268
- - sample-apps/trello-integration-app/app/models/mapping.rb
2269
- - sample-apps/trello-integration-app/app/models/trello_token.rb
2270
- - sample-apps/trello-integration-app/app/models/webhook.rb
2271
- - sample-apps/trello-integration-app/app/views/home/index.html.erb
2272
- - sample-apps/trello-integration-app/app/views/home/success.html.erb
2273
- - sample-apps/trello-integration-app/app/views/layouts/application.html.erb
2274
- - sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
2275
- - sample-apps/trello-integration-app/app/views/mappings/index.html.erb
2276
- - sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb
2277
- - sample-apps/trello-integration-app/app/views/shared/_header.html.erb
2278
- - sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb
2279
- - sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb
2280
- - sample-apps/trello-integration-app/bin/bundle
2281
- - sample-apps/trello-integration-app/bin/rails
2282
- - sample-apps/trello-integration-app/bin/rake
2283
- - sample-apps/trello-integration-app/bin/setup
2284
- - sample-apps/trello-integration-app/bin/spring
2285
- - sample-apps/trello-integration-app/bin/update
2286
- - sample-apps/trello-integration-app/bin/yarn
2287
- - sample-apps/trello-integration-app/config.ru
2288
- - sample-apps/trello-integration-app/config/application.rb
2289
- - sample-apps/trello-integration-app/config/boot.rb
2290
- - sample-apps/trello-integration-app/config/cable.yml
2291
- - sample-apps/trello-integration-app/config/database.yml
2292
- - sample-apps/trello-integration-app/config/environment.rb
2293
- - sample-apps/trello-integration-app/config/environments/development.rb
2294
- - sample-apps/trello-integration-app/config/environments/production.rb
2295
- - sample-apps/trello-integration-app/config/environments/test.rb
2296
- - sample-apps/trello-integration-app/config/initializers/assets.rb
2297
- - sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb
2298
- - sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb
2299
- - sample-apps/trello-integration-app/config/initializers/mime_types.rb
2300
- - sample-apps/trello-integration-app/config/initializers/omniauth.rb
2301
- - sample-apps/trello-integration-app/config/initializers/trello.rb
2302
- - sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb
2303
- - sample-apps/trello-integration-app/config/locales/en.yml
2304
- - sample-apps/trello-integration-app/config/puma.rb
2305
- - sample-apps/trello-integration-app/config/routes.rb
2306
- - sample-apps/trello-integration-app/config/spring.rb
2307
- - sample-apps/trello-integration-app/config/storage.yml
2308
- - sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
2309
- - sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
2310
- - sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb
2311
- - sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
2312
- - sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb
2313
- - sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
2314
- - sample-apps/trello-integration-app/db/schema.rb
2315
- - sample-apps/trello-integration-app/db/seeds.rb
2316
- - sample-apps/trello-integration-app/docker-compose.yml
2317
- - sample-apps/trello-integration-app/docker-entrypoint.sh
2318
- - sample-apps/trello-integration-app/lib/assets/.keep
2319
- - sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb
2320
- - sample-apps/trello-integration-app/lib/tasks/.keep
2321
- - sample-apps/trello-integration-app/log/.keep
2322
- - sample-apps/trello-integration-app/log/development.log
2323
- - sample-apps/trello-integration-app/package.json
2324
- - sample-apps/trello-integration-app/public/404.html
2325
- - sample-apps/trello-integration-app/public/422.html
2326
- - sample-apps/trello-integration-app/public/500.html
2327
- - sample-apps/trello-integration-app/public/favicon.ico
2328
- - sample-apps/trello-integration-app/public/robots.txt
2329
- - sample-apps/trello-integration-app/tmp/.keep
2330
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/-5/-5IQLCGeMEVABOZfTtCI7jAP59s3gIKoFcUrPHF6cRg.cache
2331
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1M/1MIa4owWAXM3DE3nn5ZIqs_XEfGXzqflAhza_kXwTDc.cache
2332
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1i/1imEhsNCIy2fAJ63nSZG4EwUgtvcghYpmgyo4ZhDR40.cache
2333
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2334
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/21/21_uawo73AYegLYSTeDlvwfV9Utx2cadH6AjAtmgCQc.cache
2335
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/2l/2lLEp9zP0rNgbSVfE8xQYu1VU3p63BikVHdu_cToP54.cache
2336
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/33/33P8II3n2NSOHCnt4BhkKLa4cH0_vP6GXXXl8ra2b4M.cache
2337
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/3v/3vVkN-vWJvSYJXb_JLZ64MPdM6PagRLJjiVNlTh_vm0.cache
2338
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4d/4d5ws2hCOW840rIPYQ8pjrtDPI1JGIMrPrfGvDFfbTQ.cache
2339
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4t/4tS7Kks-W0kO57E-2syU3eShBn8W1Q9w36P6Fsfcgo0.cache
2340
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/4v/4vuJrhXN-pxG6n5IfuNdMz8_FsIYKj-fElSODkrt4AQ.cache
2341
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/6j/6jYDdSmPkIUK3DW0nVlT6Kf3aUDCNL-irPIlCMssNFY.cache
2342
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9A/9AOXJU1xKC2LmruUREUliKtZk0ysQGX45jeVklP7ozo.cache
2343
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9E/9EzUvwM2DX5UGOaP8z5v9a0fHEobrbfp3eLZtTLyXt8.cache
2344
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2345
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/AA/AA5_0J3GyFIY79_KiyFady2ZJJ-o1rDP-bwtevwJVuY.cache
2346
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/BR/BRGFuw7M9XuD-y23pOt1EL_DLcfRImkjQ0yzDyW3bOE.cache
2347
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/C4/C4VsgK-RhAE1XVxk0QLfjhqU_LiJ-qgNPbt8O_x94fM.cache
2348
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Cl/ClI93B7UZ6jGQMdlSf-z2BZkPwo4ZAPc6NQYXF2aCW0.cache
2349
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Da/DaHmw8V0fiWvHA5af1ehm-ZYy1JjXu4PbJb3fAqHIdU.cache
2350
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2351
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/EM/EMt4g95xPhDuUZK0IoqMVCTpWNYG72BlusUhU3qWa6Q.cache
2352
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Er/ErIP6ktHQNoOJA-K1Km62d62DjG_GGiedMMJrpoBs98.cache
2353
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ev/EvAj2kJ2dwux14VZrEABFg1ojO9rwRZ_7HQWXIQbGMk.cache
2354
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ex/Ex1GOKR4HeeSso9ocHcgZEnrNvJqHIxizwMn8jXrZ2s.cache
2355
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fo/FozpKz0BlJKhxk6Y5ZSFkC2weBkvW7fEfj_TJS2lbcU.cache
2356
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2357
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/GK/GKxgqeOG0nQQcSU0Dp7Tky2B5pqg5Xz2Xv-RUIxCiQM.cache
2358
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2359
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/IF/IFtTiYvPKpcddKBW6kSbbXSj2nHsT9-0e__M_Q3Ydwc.cache
2360
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/II/IIPvGX0Vm8TVSGGurS7Spr3UKR6qu-5j1LmYNImm_JQ.cache
2361
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/JO/JOFYZ78eHKCOJNksYpp-KNV0_WErea0ucgvqWvxoTWg.cache
2362
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Ja/Jawz4NLXjjzxtdy8wxOOx7QhbRhQumkQJmOKMmFZg5A.cache
2363
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/KS/KSuG_K9XWDeRmkg1aki-m-v5NQz_jul3p5rEoxQzygk.cache
2364
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Mu/MuVSyemz8nKlOKCKaZUhD1J703apuKikoqlx0L8l2gw.cache
2365
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/N5/N5zOlD0a_6dV7b8XNEnH_bhrdAz-PcVA2_FH-fesFAw.cache
2366
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/NQ/NQXCo8VzytKS6zmbf2mHRuQ9p1dszxC0M_W5nBdxfnU.cache
2367
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/QU/QUELNS-UKkXy-aHIYE_PavCQ9D7aaPr0zHiS4X-eLBY.cache
2368
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/RB/RBXEUm7Ur58juoS_oHSncpm1FQ2_wk6Svtkpnx0UXPk.cache
2369
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S1/S1kQ3eQcvROz0Baua51wj2V769FaA_8OLk3M751zWW8.cache
2370
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/S_/S_s8-kaJemyjvXLCG6ElV64FYdfUXVKshCNSzYwwg6k.cache
2371
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/TD/TDBM4lXvTNWSR45QUXjQRRkCXOIAZ4C4GoEn1jpxPfM.cache
2372
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/T_/T_RSgEXy7oMt3ndzJsOS-ebKMgiAe3u-2P8ICTtNzXs.cache
2373
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2374
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2375
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/V4/V4Ep5i91uzhre0mC674b233pIerWSE9Z8I4ZXE2EUVY.cache
2376
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WM/WMV3aHZbU71jzKeF0Zbrh5HCFrPvL1ZVIp0GGYjySrY.cache
2377
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/WS/WSjW9cPxxweuDoySziMbK44N4uj8GzWYwnjnm7i-LAE.cache
2378
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wg/WgqE1e0njA-qgTJ4VnjoGrRm12ekCA88LG-GQTh7o3Y.cache
2379
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wl/Wls93jnZw9MP1AaTqf_kj7QkI1YjaPge38JN2xc9K-M.cache
2380
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Wy/WyT0VOgrYLcjfclQ3qyXsv6X6nwLLBASTuWzf9XnmvI.cache
2381
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Xu/Xu0XM23ILAuTly3JScuaLm-H4iL4aEfZkrjkid6tKHE.cache
2382
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/Yc/YcPGytUuXCB3Iy533hUM2bbaqujcuoGI8bdVbbscn4A.cache
2383
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/_V/_VXOq8NOcWHt8J3hvaz4ZG8AF7u2sNfDdzL6o8vzEYA.cache
2384
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b8/b8dgpzld6JaG-3Pz0ODBXpeDvRo0hMBmDjEx19KJ9ck.cache
2385
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/b_/b_MeFQEHG92wmeDGDWl4Mxcd0zcgj3KzgpD-m8-7F5o.cache
2386
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/c4/c4JrhgYKhvoDqMoyvQwF0bvuMjaCmNQh488InFTjGfA.cache
2387
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cF/cFyy2Nd_8i8pDti5ajoouKVOFBUoGwpWyK41rd1aJtg.cache
2388
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ce/ceyLCDG3-DQdZt2OywV1eHFXkhOgUqaUzMQ8yxeHFyo.cache
2389
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/cs/csVCFI5Dmlgj2qo-AvtiC2f9_2wBR0SZ8uJ90XWMe48.cache
2390
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2391
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/dj/djlvnYQpcj6N2uQvct8RK42TAuwW4hwZ-yQ8t8UuTf4.cache
2392
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ec/ec2nqBrb69Fz1aZTRv_WFr81zn-qw1sd5g67JyPmzU8.cache
2393
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/fC/fCtxdjXxPx4x7QkxfqIqo-m6jJWx3KfVemtGYAa0bNs.cache
2394
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gI/gIsS03KKKoIhpo_gWbC5doCbOwIb_fxs1tX_D82AMVI.cache
2395
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/gd/gdKJ69-j9AYGRIgSaZGzfSFOE3nSfCPI6CtfPHMG6wI.cache
2396
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/hw/hw4QvE0qt0hV7bvN_FsEvv5XOtzCIm4xZi3IDjjdyeA.cache
2397
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/iY/iYpAxlEH4DLiUQ6zfRen_n9yX4J1S2uFaJuX8sYrZ6c.cache
2398
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jV/jVux5l8pQoU-_Llv3BbOW5oabZGnw06SILnpq-46EAI.cache
2399
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/jX/jXvGEwHuqSJvARGbVRsMQVI_7-Ij449UyBloEtxA1w8.cache
2400
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/nQ/nQh_KENYOBEW4lwlJeBwuAB3Ze32jmh92VVdhAJrnfU.cache
2401
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oD/oDRVPFLUWIEOHvOyfFue-aNLuU71Vor8ClUEvS9raFE.cache
2402
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/oO/oOy0NVcBBQIe557HWqmTdZ92wLicODWfCk_Ls0dBZqc.cache
2403
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2404
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/pt/ptR_wbPnsO710yGC5H6xeZJv12VSCcJ4PDzHGgat9Wc.cache
2405
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/qk/qkmgOnsJcZuyHM4QuJL-TrqoNlfiyhep8KWUFopItLM.cache
2406
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rK/rKNLhg6Vz6-dTlBEKyNqYW_cTUQQMou2h79JNy8OQoE.cache
2407
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/rj/rj6UFY6GPzEeHNj1Us4X9q2rLd-CqyXlvmCp4iD7BIg.cache
2408
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/tL/tLfyRwlD0eZ8g6WBM1YaOKujrILNutlRUEoLox3kpuU.cache
2409
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/ud/ud0EKIfekOhYeEq51HRWS0b6PbNaf1jw77HtqqbuFPM.cache
2410
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/v5/v59xeeJBoNorMAJRYDIlA0dCKyFjm4xPCy0gT5ohJLw.cache
2411
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wL/wLW8hVhjt49mpyche47kjprMBpzCjUdN70PsDHESd4w.cache
2412
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/wn/wnNHayXp8SlmDqVkYO6y-a2V6dqdf6tlklpuBGck0hA.cache
2413
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/x-/x-xnlwr31pcSkiXjUzhgvqIViWBQe8vhSS2kBHEQoZ8.cache
2414
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/xi/xiqX6T0sRUIY8wNtp4HQLTfbGBblT4-I-CFSAZFScAY.cache
2415
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/y5/y5P7ijIrYw3KoJxyJKHXXiPlB6WePmNVwB_n2CKmB48.cache
2416
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2417
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yW/yWmahJm8XA0QAPcA5o1hJ3XPaG6IgMHmS3UF5oSnr9I.cache
2418
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yX/yX9b5ebHE375rOe7dXKt7ownzOgXaQTJS4mB-z80Ns8.cache
2419
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/yo/yo-3ZSeBhkQ3CKCZfUr_KsQXXXfha4sukV1d7rYFdL8.cache
2420
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zC/zCXz6AtijAHttkBPC6wWo3jUWXncLWWWETF3XnceGDY.cache
2421
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zU/zU4lVt60UEWFJRhHYJ7o0E9ezVDrhPfb03Q-Ay6Q-jc.cache
2422
- - sample-apps/trello-integration-app/tmp/cache/assets/sprockets/v3.0/zy/zycabP--QQi6NTlFOYosfiJ-qUlAgUBQSOYsjPyBAnY.cache
2423
- - sample-apps/trello-integration-app/tmp/development_secret.txt
2424
- - sample-apps/trello-integration-app/tmp/restart.txt
2425
- - sample-apps/webhooks-contacts-app/.env
2426
- - sample-apps/webhooks-contacts-app/.env.template
2427
- - sample-apps/webhooks-contacts-app/.gitignore
2428
- - sample-apps/webhooks-contacts-app/.ruby-version
2429
- - sample-apps/webhooks-contacts-app/Dockerfile
2430
- - sample-apps/webhooks-contacts-app/Gemfile
2431
- - sample-apps/webhooks-contacts-app/Gemfile.lock
2432
- - sample-apps/webhooks-contacts-app/README.md
2433
- - sample-apps/webhooks-contacts-app/Rakefile
2434
- - sample-apps/webhooks-contacts-app/app/assets/config/manifest.js
2435
- - sample-apps/webhooks-contacts-app/app/assets/images/.keep
2436
- - sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js
2437
- - sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js
2438
- - sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep
2439
- - sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css
2440
- - sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb
2441
- - sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep
2442
- - sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb
2443
- - sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb
2444
- - sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb
2445
- - sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb
2446
- - sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb
2447
- - sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb
2448
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb
2449
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb
2450
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb
2451
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb
2452
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb
2453
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb
2454
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb
2455
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb
2456
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb
2457
- - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb
2458
- - sample-apps/webhooks-contacts-app/app/models/application_record.rb
2459
- - sample-apps/webhooks-contacts-app/app/models/concerns/.keep
2460
- - sample-apps/webhooks-contacts-app/app/models/event.rb
2461
- - sample-apps/webhooks-contacts-app/app/models/token.rb
2462
- - sample-apps/webhooks-contacts-app/app/views/events/index.html.erb
2463
- - sample-apps/webhooks-contacts-app/app/views/home/index.html.erb
2464
- - sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb
2465
- - sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb
2466
- - sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb
2467
- - sample-apps/webhooks-contacts-app/bin/bundle
2468
- - sample-apps/webhooks-contacts-app/bin/rails
2469
- - sample-apps/webhooks-contacts-app/bin/rake
2470
- - sample-apps/webhooks-contacts-app/bin/setup
2471
- - sample-apps/webhooks-contacts-app/bin/spring
2472
- - sample-apps/webhooks-contacts-app/bin/update
2473
- - sample-apps/webhooks-contacts-app/bin/yarn
2474
- - sample-apps/webhooks-contacts-app/config.ru
2475
- - sample-apps/webhooks-contacts-app/config/application.rb
2476
- - sample-apps/webhooks-contacts-app/config/boot.rb
2477
- - sample-apps/webhooks-contacts-app/config/cable.yml
2478
- - sample-apps/webhooks-contacts-app/config/database.yml
2479
- - sample-apps/webhooks-contacts-app/config/environment.rb
2480
- - sample-apps/webhooks-contacts-app/config/environments/development.rb
2481
- - sample-apps/webhooks-contacts-app/config/environments/production.rb
2482
- - sample-apps/webhooks-contacts-app/config/environments/test.rb
2483
- - sample-apps/webhooks-contacts-app/config/initializers/assets.rb
2484
- - sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb
2485
- - sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb
2486
- - sample-apps/webhooks-contacts-app/config/locales/en.yml
2487
- - sample-apps/webhooks-contacts-app/config/puma.rb
2488
- - sample-apps/webhooks-contacts-app/config/routes.rb
2489
- - sample-apps/webhooks-contacts-app/config/spring.rb
2490
- - sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb
2491
- - sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb
2492
- - sample-apps/webhooks-contacts-app/db/schema.rb
2493
- - sample-apps/webhooks-contacts-app/docker-compose.yml
2494
- - sample-apps/webhooks-contacts-app/docker-entrypoint.sh
2495
- - sample-apps/webhooks-contacts-app/lib/assets/.keep
2496
- - sample-apps/webhooks-contacts-app/lib/tasks/.keep
2497
- - sample-apps/webhooks-contacts-app/log/.keep
2498
- - sample-apps/webhooks-contacts-app/log/development.log
2499
- - sample-apps/webhooks-contacts-app/package.json
2500
- - sample-apps/webhooks-contacts-app/public/404.html
2501
- - sample-apps/webhooks-contacts-app/public/422.html
2502
- - sample-apps/webhooks-contacts-app/public/500.html
2503
- - sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png
2504
- - sample-apps/webhooks-contacts-app/public/apple-touch-icon.png
2505
- - sample-apps/webhooks-contacts-app/public/favicon.ico
2506
- - sample-apps/webhooks-contacts-app/public/robots.txt
2507
- - sample-apps/webhooks-contacts-app/public/sample.png
2508
- - sample-apps/webhooks-contacts-app/tmp/.keep
2509
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/-W/-Wj48K_L16QgDa2lj_1RP-64FqXiv-gf5upPzb3oSNE.cache
2510
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/1m/1mRwQeI_697SJNgSakVyU5vtV9tpeQ3aUvIyW2cHhMs.cache
2511
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/2N/2NtH32KGXJ77tP3Eqh6uLR51KNm1OVXMHhMmPwFdosI.cache
2512
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/3-/3-EQcCNxYxUGN8o8H9QP_4IuaSB9GPsR0C-PObnR7s8.cache
2513
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/4r/4rc8SkywVdYO98mj9mHirVzuhN_EeOMM3Lt3rugoOJs.cache
2514
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/61/61XTQQp3JN2SQH4_rfFy4gSk4pMiTt8me_AumxnvBNw.cache
2515
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/6c/6cU7c6FWMgwl-Om3Osg4h1c3at-OG0yFh0y8heYbtvI.cache
2516
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7J/7Jm8KMSzbwO4UTr-296E9Rm4q_LO6kcqlWive4RWYgE.cache
2517
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7N/7Np3i2f3VEUT2-Lo5CVwW47vRGB8psXxf3dpHKgP51s.cache
2518
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/7_/7_5k-la1uvY7R4MzZZ3WcFbcv4pQ1kulSRQI9hiDVqY.cache
2519
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/8n/8n_oGmL_N3r0NvnpqUrQHuTdB007n_rS9bsQzOgDUsc.cache
2520
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9V/9VF8D3PaGXBXsH74TVS8KHuWDA_6IiSdXMilLhBQisM.cache
2521
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/9w/9wC8bbyVbEeodlunFVtc95pkN-cpdO1_xX7huNjswzM.cache
2522
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AR/ARbc5x_ZCy9YvUGc5i6p4SDZIVb2arv4Sw8mPVjey4Q.cache
2523
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/AW/AWJKjhsT4ECmHvvfK4i5IhctfbA19wHGHv_EcRfdMX4.cache
2524
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Av/Avkb_ZuBojcBLZBbV4Kt2p7aI-frESfh4tKdIr662vA.cache
2525
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/CU/CU09k2FKtEBiskD4DqvCbwkKFej1Y0WWmc0MLgJId0Y.cache
2526
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Cx/Cx3fKp_E39zioceQpjtiEWGuslkrUXZnM5huQaNPyXA.cache
2527
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Di/DiefcSekzbYCO_272QXFs0wraAbi33ofijHu3ChyR1M.cache
2528
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Du/DuRFhtIpu9n_mgamwyOra33hIUFOga8HYS-GSeWds9E.cache
2529
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EC/EC2j6BCJ8TnspQFZeViwqN9QJH0fdqH7HvaNE6RzBxc.cache
2530
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EK/EKaLesBc8WBBEZlYFHTQcKhtUODxhbdB128r1ojFozA.cache
2531
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/EZ/EZY9LIYVY4ExiS0dGbVpOUO_X8Kw9xoDiVHl7tUqs4s.cache
2532
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ee/Ee-5TJC36vqTabfPXtwlpWwoL4__raeYnO1KhZwdx6U.cache
2533
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Fp/FprMIwFBZYrEWraVY7BWLI8zyHb9bwBIcAGNdpYm1Qo.cache
2534
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HC/HCDOUd7-S45aJ_PjVAC_Vmjyud3i1aQv4cE3t9_Z3Dw.cache
2535
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HI/HIZuPJW4igaq27COKzM86cTDxNBW7PDyDoBJFNrrSt0.cache
2536
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HP/HPdtqZdA1TM-sHs8oqrhAtNiPhPcRT9eX9Ol7MnE_Bw.cache
2537
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/HW/HWxsST64bGQpGgzMluiUuqYiCjH2-Rep9DnlHhIczto.cache
2538
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/JF/JF6szNDdBz6Egejiu256zUeNEUTuS3HR4bgLD2ZzIhg.cache
2539
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/LI/LIbreHn2pUggz5-AdbYz-bi7LrtYezOesn0aKV691Xk.cache
2540
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Lh/LhI9Ge3PcQ_C89Ur42bKAIpIRT8TiDpipKToFBtEQeE.cache
2541
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/M0/M0uON7F4KwLFzPry4pvoWUPFhBRUzBL1NqmYxU-40Q0.cache
2542
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/NO/NOuX3u7ZLUewXKk_nPmLL5J6VkswjP1ZmCyZ1BzJXw4.cache
2543
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Nt/NtKs5QMmxOtZKo92abbiYL-CF7URD8bMG8oXB1r62tY.cache
2544
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/QN/QN9yHYrNptig_wJ1Yd24yG8RtIi34f_Yj9tJktazpOA.cache
2545
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Tz/Tzpcmt8IPVGEPzDykPY9Q7_IRrIZQc_tpZz8G7hKaUc.cache
2546
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/U4/U466McG48IRBn70OWh5BO3nYPsXgKrEXHkrftg0xCLQ.cache
2547
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Up/Upbt8ro5KXzYO6uyhFdI4KEXO-PUKaMitXFMEKCsfWA.cache
2548
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vc/VcBy-FTgXZJItBq-aM2ChhXz56IdV3fvOSJ4gleypyQ.cache
2549
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Vx/VxhAEbEmIOh9JJu5evfXbOAQrVPysHAQtm-w7KfGA-Q.cache
2550
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/W5/W5oLt0tjrqXnREY_Tepi8fLw8ldXF4DwFnRjEs80EJE.cache
2551
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wh/WhFvj_7aBvrXx2AKx8-AVa6XnrEDLW1hRtQ7l08Ln58.cache
2552
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Wy/WyZbdvdvm2SBW_vV3g8JoEW99snARNtdrixIGaLr2Ms.cache
2553
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Yk/Yk3OZtfiOfGXCF8Git0IVNaYXHLEOq7cJIY6rDQr5bI.cache
2554
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/Ys/YsM7zwDniTLZ0SIa2prcP_uXUEsrrsUYKWovfmCzYVk.cache
2555
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/_8/_8nWaaYCINY0zGO8ybFpPSrSZnM6y-N1MZHKS_zasZY.cache
2556
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bP/bPg2_5JojOk4MkqLYyA-pPde_jhvrRZ8YcJB8QESVA0.cache
2557
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/bn/bnabMNaSxvQ3UagFpnAE3--3rERmzaDUyi7tjHcgL1Q.cache
2558
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/c1/c17XEWohQCmDJUizcCXxGsOyG46k1SwuJghS8WDTpTw.cache
2559
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dB/dB924pSiDrX_NqB-BmfdpToGXDZV6PINJB0ZDvM3tdg.cache
2560
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/dg/dg8xDUB026KlWVbRE1h_SZ6gEPR6g81HrTkUIimQzqc.cache
2561
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/eQ/eQNe4XyxIOp86hnsIckEdAOAfnQIglxK10f0B6VmF08.cache
2562
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fg/fg1gpLJnT6TIjV9dinI8yzK3tDnkRMsmT-Tjydu3vTA.cache
2563
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/fu/fuCQbw8B2b6rOoZ3f-5Nf-zuxY5DfoLDddHzKhh4ck4.cache
2564
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/g5/g5US_8q3_3ysmEagGioEqsE0REQeR6SfN8ZWo_lU_SQ.cache
2565
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/gv/gvq1z6PDRE8gMtaUq2in1i3UzX2ALHQQDyu4rktAnlM.cache
2566
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/h6/h6bq5vMdelb70cFWVBfc1-m9n8hckk9XHERCeM99dUY.cache
2567
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/hc/hcBmw7Axi-BDF4y7xon8QUs1Aq5XI2S2-h5F42xo8rc.cache
2568
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/iH/iHLmFSKy-i491t8Cs9Z2KYZRxlB-iIC9yPMwQO7BCOA.cache
2569
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/i_/i_nnYtqRvg5s4UVGrAlEA-4gweV9vgjUqBwV2D3S5ic.cache
2570
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/j4/j4eXF4uL1uytqRgfsuxqNQH4cD8lN8nL1a3IAlGG524.cache
2571
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jK/jKtC8duvDDb8D1gvYgamO4AueElXFfbiX9bqRLGzsHc.cache
2572
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/jL/jLAe-kMe4KlwPG_3GFm8WJWAY7MIdpoHohVzo_5zs_o.cache
2573
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/kX/kXwRD1nb3DhVhF7hOQ5XyWT3MbPg9czHAQgVjCGZ4mc.cache
2574
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/o2/o2Bj8Kun6Bk-x9ac434RVaZb8629zt5BGM9j1ndoWuM.cache
2575
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pF/pFK-AXLRfIZQbNkoSeGwKVKqJtkz_-WxAlFUbspYW3o.cache
2576
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/pb/pbwnVH8uCbFyEUeTexWFaLoQu8RL8CWgzPSy0RzDrp0.cache
2577
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/rI/rIItq87zl0qRVae__D7Ff80b3sF_txw2maupTPUDvzw.cache
2578
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/sv/svo_HizkIeGbfciflyY22xSsVi2-5CxIfMo7tqyTZ2M.cache
2579
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/uD/uD6wmisg2jQrGvW1gJorzE_ZS7wGIN7edR03ud2ckOs.cache
2580
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/wQ/wQTH--vc5U0SSxsBr_z4_Jgx2nX5HszAe5Va8NbSIPo.cache
2581
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/x2/x2sUH1UpS_RN1OlRKq_HmaXualaBizKVLTALZBT5VKo.cache
2582
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/xX/xX3YOd5QzR6hJc0aQrlPahIEcLMK3U4-jcE94wbyWOc.cache
2583
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/yL/yLiDuY3PPQgAmxWaulR4bejdG-_VXuSIqbmkWlntOys.cache
2584
- - sample-apps/webhooks-contacts-app/tmp/cache/assets/sprockets/v3.0/zQ/zQQ-w-Xtu6gctPGaSXSDgmkcLte6siHhFoXxmJX9-0E.cache
2585
- - sample-apps/webhooks-contacts-app/tmp/development_secret.txt
2586
- - sample-apps/webhooks-contacts-app/tmp/restart.txt
2587
- - spec/oauth/api/access_tokens_api_spec.rb
2588
- - spec/oauth/api/refresh_tokens_api_spec.rb
2589
- - spec/oauth/api/tokens_api_spec.rb
2590
- - spec/oauth/api_client_spec.rb
2591
- - spec/oauth/configuration_spec.rb
2592
- - spec/oauth/models/access_token_info_response_spec.rb
2593
- - spec/oauth/models/error_detail_spec.rb
2594
- - spec/oauth/models/error_spec.rb
2595
- - spec/oauth/models/json_node_spec.rb
2596
- - spec/oauth/models/refresh_token_info_response_spec.rb
2597
- - spec/oauth/models/refresh_token_spec.rb
2598
- - spec/owners/api/default_api_spec.rb
2599
- - spec/owners/api_client_spec.rb
2600
- - spec/owners/configuration_spec.rb
2601
- - spec/owners/models/collection_response_public_owner_spec.rb
2602
- - spec/owners/models/error_detail_spec.rb
2603
- - spec/owners/models/error_spec.rb
2604
- - spec/owners/models/next_page_spec.rb
2605
- - spec/owners/models/paging_spec.rb
2606
- - spec/owners/models/public_owner_spec.rb
2607
- - spec/owners/models/public_team_spec.rb
2608
- - spec/pipelines/api/pipeline_stages_api_spec.rb
2609
- - spec/pipelines/api/pipelines_api_spec.rb
2610
- - spec/pipelines/api_client_spec.rb
2611
- - spec/pipelines/configuration_spec.rb
2612
- - spec/pipelines/models/collection_response_pipeline_spec.rb
2613
- - spec/pipelines/models/collection_response_pipeline_stage_spec.rb
2614
- - spec/pipelines/models/error_detail_spec.rb
2615
- - spec/pipelines/models/error_spec.rb
2616
- - spec/pipelines/models/next_page_spec.rb
2617
- - spec/pipelines/models/paging_spec.rb
2618
- - spec/pipelines/models/pipeline_input_spec.rb
2619
- - spec/pipelines/models/pipeline_patch_input_spec.rb
2620
- - spec/pipelines/models/pipeline_spec.rb
2621
- - spec/pipelines/models/pipeline_stage_input_spec.rb
2622
- - spec/pipelines/models/pipeline_stage_patch_input_spec.rb
2623
- - spec/pipelines/models/pipeline_stage_spec.rb
2624
- - spec/properties/api/batch_api_spec.rb
2625
- - spec/properties/api/core_api_spec.rb
2626
- - spec/properties/api/groups_api_spec.rb
2627
- - spec/properties/api_client_spec.rb
2628
- - spec/properties/configuration_spec.rb
2629
- - spec/properties/models/batch_input_property_create_spec.rb
2630
- - spec/properties/models/batch_input_property_name_spec.rb
2631
- - spec/properties/models/batch_read_input_property_name_spec.rb
2632
- - spec/properties/models/batch_response_property_spec.rb
2633
- - spec/properties/models/collection_response_property_group_spec.rb
2634
- - spec/properties/models/collection_response_property_spec.rb
2635
- - spec/properties/models/error_detail_spec.rb
2636
- - spec/properties/models/error_spec.rb
2637
- - spec/properties/models/next_page_spec.rb
2638
- - spec/properties/models/option_input_spec.rb
2639
- - spec/properties/models/option_spec.rb
2640
- - spec/properties/models/paging_spec.rb
2641
- - spec/properties/models/property_create_spec.rb
2642
- - spec/properties/models/property_group_create_spec.rb
2643
- - spec/properties/models/property_group_spec.rb
2644
- - spec/properties/models/property_group_update_spec.rb
2645
- - spec/properties/models/property_modification_metadata_spec.rb
2646
- - spec/properties/models/property_name_spec.rb
2647
- - spec/properties/models/property_spec.rb
2648
- - spec/properties/models/property_update_spec.rb
817
+ - spec/codegen/automation/actions/api/callbacks_api_spec.rb
818
+ - spec/codegen/automation/actions/api/definitions_api_spec.rb
819
+ - spec/codegen/automation/actions/api/functions_api_spec.rb
820
+ - spec/codegen/automation/actions/api/revisions_api_spec.rb
821
+ - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
822
+ - spec/codegen/automation/actions/models/action_function_spec.rb
823
+ - spec/codegen/automation/actions/models/action_labels_spec.rb
824
+ - spec/codegen/automation/actions/models/action_revision_spec.rb
825
+ - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
826
+ - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
827
+ - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
828
+ - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
829
+ - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
830
+ - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
831
+ - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
832
+ - spec/codegen/automation/actions/models/error_detail_spec.rb
833
+ - spec/codegen/automation/actions/models/error_spec.rb
834
+ - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
835
+ - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
836
+ - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
837
+ - spec/codegen/automation/actions/models/field_type_definition_spec.rb
838
+ - spec/codegen/automation/actions/models/forward_paging_spec.rb
839
+ - spec/codegen/automation/actions/models/input_field_definition_spec.rb
840
+ - spec/codegen/automation/actions/models/next_page_spec.rb
841
+ - spec/codegen/automation/actions/models/object_request_options_spec.rb
842
+ - spec/codegen/automation/actions/models/option_spec.rb
843
+ - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
844
+ - spec/codegen/cms/audit-logs/api/default_api_spec.rb
845
+ - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
846
+ - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
847
+ - spec/codegen/cms/audit-logs/models/error_spec.rb
848
+ - spec/codegen/cms/audit-logs/models/next_page_spec.rb
849
+ - spec/codegen/cms/audit-logs/models/paging_spec.rb
850
+ - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
851
+ - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
852
+ - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
853
+ - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
854
+ - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
855
+ - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
856
+ - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
857
+ - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
858
+ - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
859
+ - spec/codegen/cms/blogs/authors/models/error_spec.rb
860
+ - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
861
+ - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
862
+ - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
863
+ - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
864
+ - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
865
+ - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
866
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
867
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
868
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
869
+ - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
870
+ - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
871
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
872
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
873
+ - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
874
+ - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
875
+ - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
876
+ - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
877
+ - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
878
+ - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
879
+ - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
880
+ - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
881
+ - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
882
+ - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
883
+ - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
884
+ - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
885
+ - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
886
+ - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
887
+ - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
888
+ - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
889
+ - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
890
+ - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
891
+ - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
892
+ - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
893
+ - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
894
+ - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
895
+ - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
896
+ - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
897
+ - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
898
+ - spec/codegen/cms/blogs/tags/models/error_spec.rb
899
+ - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
900
+ - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
901
+ - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
902
+ - spec/codegen/cms/blogs/tags/models/tag_spec.rb
903
+ - spec/codegen/cms/domains/api/domains_api_spec.rb
904
+ - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
905
+ - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
906
+ - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
907
+ - spec/codegen/cms/domains/models/domain_spec.rb
908
+ - spec/codegen/cms/domains/models/error_detail_spec.rb
909
+ - spec/codegen/cms/domains/models/error_spec.rb
910
+ - spec/codegen/cms/domains/models/next_page_spec.rb
911
+ - spec/codegen/cms/domains/models/paging_spec.rb
912
+ - spec/codegen/cms/hubdb/api/rows_api_spec.rb
913
+ - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
914
+ - spec/codegen/cms/hubdb/api/tables_api_spec.rb
915
+ - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
916
+ - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
917
+ - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
918
+ - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
919
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
920
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
921
+ - spec/codegen/cms/hubdb/models/column_input_spec.rb
922
+ - spec/codegen/cms/hubdb/models/column_spec.rb
923
+ - spec/codegen/cms/hubdb/models/error_detail_spec.rb
924
+ - spec/codegen/cms/hubdb/models/error_spec.rb
925
+ - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
926
+ - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
927
+ - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
928
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
929
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
930
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
931
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
932
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
933
+ - spec/codegen/cms/hubdb/models/import_result_spec.rb
934
+ - spec/codegen/cms/hubdb/models/next_page_spec.rb
935
+ - spec/codegen/cms/hubdb/models/option_spec.rb
936
+ - spec/codegen/cms/hubdb/models/simple_user_spec.rb
937
+ - spec/codegen/cms/hubdb/models/standard_error_spec.rb
938
+ - spec/codegen/cms/performance/api/default_api_spec.rb
939
+ - spec/codegen/cms/performance/models/error_detail_spec.rb
940
+ - spec/codegen/cms/performance/models/error_spec.rb
941
+ - spec/codegen/cms/performance/models/performance_view_spec.rb
942
+ - spec/codegen/cms/performance/models/public_performance_response_spec.rb
943
+ - spec/codegen/cms/site-search/api/default_api_spec.rb
944
+ - spec/codegen/cms/site-search/models/content_search_result_spec.rb
945
+ - spec/codegen/cms/site-search/models/error_detail_spec.rb
946
+ - spec/codegen/cms/site-search/models/error_spec.rb
947
+ - spec/codegen/cms/site-search/models/indexed_data_spec.rb
948
+ - spec/codegen/cms/site-search/models/public_search_results_spec.rb
949
+ - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
950
+ - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
951
+ - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
952
+ - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
953
+ - spec/codegen/cms/url-redirects/models/error_spec.rb
954
+ - spec/codegen/cms/url-redirects/models/next_page_spec.rb
955
+ - spec/codegen/cms/url-redirects/models/paging_spec.rb
956
+ - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
957
+ - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
958
+ - spec/codegen/crm/associations/api/batch_api_spec.rb
959
+ - spec/codegen/crm/associations/api/types_api_spec.rb
960
+ - spec/codegen/crm/associations/models/associated_id_spec.rb
961
+ - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
962
+ - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
963
+ - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
964
+ - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
965
+ - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
966
+ - spec/codegen/crm/associations/models/error_category_spec.rb
967
+ - spec/codegen/crm/associations/models/error_detail_spec.rb
968
+ - spec/codegen/crm/associations/models/error_spec.rb
969
+ - spec/codegen/crm/associations/models/next_page_spec.rb
970
+ - spec/codegen/crm/associations/models/paging_spec.rb
971
+ - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
972
+ - spec/codegen/crm/associations/models/public_association_multi_spec.rb
973
+ - spec/codegen/crm/associations/models/public_association_spec.rb
974
+ - spec/codegen/crm/associations/models/public_object_id_spec.rb
975
+ - spec/codegen/crm/associations/models/standard_error_spec.rb
976
+ - spec/codegen/crm/companies/api/associations_api_spec.rb
977
+ - spec/codegen/crm/companies/api/basic_api_spec.rb
978
+ - spec/codegen/crm/companies/api/batch_api_spec.rb
979
+ - spec/codegen/crm/companies/api/search_api_spec.rb
980
+ - spec/codegen/crm/companies/models/associated_id_spec.rb
981
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
982
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
983
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
984
+ - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
985
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
986
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
987
+ - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
988
+ - spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
989
+ - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
990
+ - spec/codegen/crm/companies/models/error_category_spec.rb
991
+ - spec/codegen/crm/companies/models/error_detail_spec.rb
992
+ - spec/codegen/crm/companies/models/error_spec.rb
993
+ - spec/codegen/crm/companies/models/filter_group_spec.rb
994
+ - spec/codegen/crm/companies/models/filter_spec.rb
995
+ - spec/codegen/crm/companies/models/next_page_spec.rb
996
+ - spec/codegen/crm/companies/models/paging_spec.rb
997
+ - spec/codegen/crm/companies/models/previous_page_spec.rb
998
+ - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
999
+ - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
1000
+ - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
1001
+ - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
1002
+ - spec/codegen/crm/companies/models/simple_public_object_spec.rb
1003
+ - spec/codegen/crm/companies/models/standard_error_spec.rb
1004
+ - spec/codegen/crm/contacts/api/associations_api_spec.rb
1005
+ - spec/codegen/crm/contacts/api/basic_api_spec.rb
1006
+ - spec/codegen/crm/contacts/api/batch_api_spec.rb
1007
+ - spec/codegen/crm/contacts/api/search_api_spec.rb
1008
+ - spec/codegen/crm/contacts/models/associated_id_spec.rb
1009
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
1010
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
1011
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
1012
+ - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
1013
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
1014
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
1015
+ - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
1016
+ - spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
1017
+ - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
1018
+ - spec/codegen/crm/contacts/models/error_category_spec.rb
1019
+ - spec/codegen/crm/contacts/models/error_detail_spec.rb
1020
+ - spec/codegen/crm/contacts/models/error_spec.rb
1021
+ - spec/codegen/crm/contacts/models/filter_group_spec.rb
1022
+ - spec/codegen/crm/contacts/models/filter_spec.rb
1023
+ - spec/codegen/crm/contacts/models/next_page_spec.rb
1024
+ - spec/codegen/crm/contacts/models/paging_spec.rb
1025
+ - spec/codegen/crm/contacts/models/previous_page_spec.rb
1026
+ - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
1027
+ - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
1028
+ - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
1029
+ - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
1030
+ - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
1031
+ - spec/codegen/crm/contacts/models/standard_error_spec.rb
1032
+ - spec/codegen/crm/deals/api/associations_api_spec.rb
1033
+ - spec/codegen/crm/deals/api/basic_api_spec.rb
1034
+ - spec/codegen/crm/deals/api/batch_api_spec.rb
1035
+ - spec/codegen/crm/deals/api/search_api_spec.rb
1036
+ - spec/codegen/crm/deals/models/associated_id_spec.rb
1037
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
1038
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
1039
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
1040
+ - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
1041
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
1042
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
1043
+ - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
1044
+ - spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
1045
+ - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
1046
+ - spec/codegen/crm/deals/models/error_category_spec.rb
1047
+ - spec/codegen/crm/deals/models/error_detail_spec.rb
1048
+ - spec/codegen/crm/deals/models/error_spec.rb
1049
+ - spec/codegen/crm/deals/models/filter_group_spec.rb
1050
+ - spec/codegen/crm/deals/models/filter_spec.rb
1051
+ - spec/codegen/crm/deals/models/next_page_spec.rb
1052
+ - spec/codegen/crm/deals/models/paging_spec.rb
1053
+ - spec/codegen/crm/deals/models/previous_page_spec.rb
1054
+ - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
1055
+ - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
1056
+ - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
1057
+ - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
1058
+ - spec/codegen/crm/deals/models/simple_public_object_spec.rb
1059
+ - spec/codegen/crm/deals/models/standard_error_spec.rb
1060
+ - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
1061
+ - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
1062
+ - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
1063
+ - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
1064
+ - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
1065
+ - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
1066
+ - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
1067
+ - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
1068
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
1069
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
1070
+ - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
1071
+ - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
1072
+ - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
1073
+ - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
1074
+ - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
1075
+ - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
1076
+ - spec/codegen/crm/extensions/cards/models/error_spec.rb
1077
+ - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
1078
+ - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
1079
+ - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
1080
+ - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
1081
+ - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
1082
+ - spec/codegen/crm/imports/api/core_api_spec.rb
1083
+ - spec/codegen/crm/imports/models/action_response_spec.rb
1084
+ - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
1085
+ - spec/codegen/crm/imports/models/error_detail_spec.rb
1086
+ - spec/codegen/crm/imports/models/error_spec.rb
1087
+ - spec/codegen/crm/imports/models/next_page_spec.rb
1088
+ - spec/codegen/crm/imports/models/paging_spec.rb
1089
+ - spec/codegen/crm/imports/models/previous_page_spec.rb
1090
+ - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
1091
+ - spec/codegen/crm/imports/models/public_import_response_spec.rb
1092
+ - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
1093
+ - spec/codegen/crm/line_items/api/associations_api_spec.rb
1094
+ - spec/codegen/crm/line_items/api/basic_api_spec.rb
1095
+ - spec/codegen/crm/line_items/api/batch_api_spec.rb
1096
+ - spec/codegen/crm/line_items/api/search_api_spec.rb
1097
+ - spec/codegen/crm/line_items/models/associated_id_spec.rb
1098
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
1099
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
1100
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
1101
+ - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
1102
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
1103
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
1104
+ - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
1105
+ - spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
1106
+ - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
1107
+ - spec/codegen/crm/line_items/models/error_category_spec.rb
1108
+ - spec/codegen/crm/line_items/models/error_detail_spec.rb
1109
+ - spec/codegen/crm/line_items/models/error_spec.rb
1110
+ - spec/codegen/crm/line_items/models/filter_group_spec.rb
1111
+ - spec/codegen/crm/line_items/models/filter_spec.rb
1112
+ - spec/codegen/crm/line_items/models/next_page_spec.rb
1113
+ - spec/codegen/crm/line_items/models/paging_spec.rb
1114
+ - spec/codegen/crm/line_items/models/previous_page_spec.rb
1115
+ - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
1116
+ - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
1117
+ - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
1118
+ - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
1119
+ - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
1120
+ - spec/codegen/crm/line_items/models/standard_error_spec.rb
1121
+ - spec/codegen/crm/objects/api/associations_api_spec.rb
1122
+ - spec/codegen/crm/objects/api/basic_api_spec.rb
1123
+ - spec/codegen/crm/objects/api/batch_api_spec.rb
1124
+ - spec/codegen/crm/objects/api/search_api_spec.rb
1125
+ - spec/codegen/crm/objects/models/associated_id_spec.rb
1126
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1127
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1128
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
1129
+ - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
1130
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
1131
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
1132
+ - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
1133
+ - spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
1134
+ - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
1135
+ - spec/codegen/crm/objects/models/error_category_spec.rb
1136
+ - spec/codegen/crm/objects/models/error_detail_spec.rb
1137
+ - spec/codegen/crm/objects/models/error_spec.rb
1138
+ - spec/codegen/crm/objects/models/filter_group_spec.rb
1139
+ - spec/codegen/crm/objects/models/filter_spec.rb
1140
+ - spec/codegen/crm/objects/models/next_page_spec.rb
1141
+ - spec/codegen/crm/objects/models/paging_spec.rb
1142
+ - spec/codegen/crm/objects/models/previous_page_spec.rb
1143
+ - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1144
+ - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1145
+ - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1146
+ - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
1147
+ - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1148
+ - spec/codegen/crm/objects/models/standard_error_spec.rb
1149
+ - spec/codegen/crm/owners/api/default_api_spec.rb
1150
+ - spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
1151
+ - spec/codegen/crm/owners/models/error_detail_spec.rb
1152
+ - spec/codegen/crm/owners/models/error_spec.rb
1153
+ - spec/codegen/crm/owners/models/next_page_spec.rb
1154
+ - spec/codegen/crm/owners/models/paging_spec.rb
1155
+ - spec/codegen/crm/owners/models/public_owner_spec.rb
1156
+ - spec/codegen/crm/owners/models/public_team_spec.rb
1157
+ - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
1158
+ - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
1159
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
1160
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
1161
+ - spec/codegen/crm/pipelines/models/error_detail_spec.rb
1162
+ - spec/codegen/crm/pipelines/models/error_spec.rb
1163
+ - spec/codegen/crm/pipelines/models/next_page_spec.rb
1164
+ - spec/codegen/crm/pipelines/models/paging_spec.rb
1165
+ - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
1166
+ - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
1167
+ - spec/codegen/crm/pipelines/models/pipeline_spec.rb
1168
+ - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
1169
+ - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
1170
+ - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
1171
+ - spec/codegen/crm/products/api/associations_api_spec.rb
1172
+ - spec/codegen/crm/products/api/basic_api_spec.rb
1173
+ - spec/codegen/crm/products/api/batch_api_spec.rb
1174
+ - spec/codegen/crm/products/api/search_api_spec.rb
1175
+ - spec/codegen/crm/products/models/associated_id_spec.rb
1176
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
1177
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
1178
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
1179
+ - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
1180
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
1181
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
1182
+ - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
1183
+ - spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
1184
+ - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
1185
+ - spec/codegen/crm/products/models/error_category_spec.rb
1186
+ - spec/codegen/crm/products/models/error_detail_spec.rb
1187
+ - spec/codegen/crm/products/models/error_spec.rb
1188
+ - spec/codegen/crm/products/models/filter_group_spec.rb
1189
+ - spec/codegen/crm/products/models/filter_spec.rb
1190
+ - spec/codegen/crm/products/models/next_page_spec.rb
1191
+ - spec/codegen/crm/products/models/paging_spec.rb
1192
+ - spec/codegen/crm/products/models/previous_page_spec.rb
1193
+ - spec/codegen/crm/products/models/public_object_search_request_spec.rb
1194
+ - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
1195
+ - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
1196
+ - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
1197
+ - spec/codegen/crm/products/models/simple_public_object_spec.rb
1198
+ - spec/codegen/crm/products/models/standard_error_spec.rb
1199
+ - spec/codegen/crm/properties/api/batch_api_spec.rb
1200
+ - spec/codegen/crm/properties/api/core_api_spec.rb
1201
+ - spec/codegen/crm/properties/api/groups_api_spec.rb
1202
+ - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
1203
+ - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
1204
+ - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
1205
+ - spec/codegen/crm/properties/models/batch_response_property_spec.rb
1206
+ - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
1207
+ - spec/codegen/crm/properties/models/collection_response_property_spec.rb
1208
+ - spec/codegen/crm/properties/models/error_category_spec.rb
1209
+ - spec/codegen/crm/properties/models/error_detail_spec.rb
1210
+ - spec/codegen/crm/properties/models/error_spec.rb
1211
+ - spec/codegen/crm/properties/models/next_page_spec.rb
1212
+ - spec/codegen/crm/properties/models/option_input_spec.rb
1213
+ - spec/codegen/crm/properties/models/option_spec.rb
1214
+ - spec/codegen/crm/properties/models/paging_spec.rb
1215
+ - spec/codegen/crm/properties/models/property_create_spec.rb
1216
+ - spec/codegen/crm/properties/models/property_group_create_spec.rb
1217
+ - spec/codegen/crm/properties/models/property_group_spec.rb
1218
+ - spec/codegen/crm/properties/models/property_group_update_spec.rb
1219
+ - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
1220
+ - spec/codegen/crm/properties/models/property_name_spec.rb
1221
+ - spec/codegen/crm/properties/models/property_spec.rb
1222
+ - spec/codegen/crm/properties/models/property_update_spec.rb
1223
+ - spec/codegen/crm/properties/models/standard_error_spec.rb
1224
+ - spec/codegen/crm/quotes/api/associations_api_spec.rb
1225
+ - spec/codegen/crm/quotes/api/basic_api_spec.rb
1226
+ - spec/codegen/crm/quotes/api/batch_api_spec.rb
1227
+ - spec/codegen/crm/quotes/api/search_api_spec.rb
1228
+ - spec/codegen/crm/quotes/models/associated_id_spec.rb
1229
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1230
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1231
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1232
+ - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1233
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1234
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1235
+ - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1236
+ - spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
1237
+ - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
1238
+ - spec/codegen/crm/quotes/models/error_category_spec.rb
1239
+ - spec/codegen/crm/quotes/models/error_detail_spec.rb
1240
+ - spec/codegen/crm/quotes/models/error_spec.rb
1241
+ - spec/codegen/crm/quotes/models/filter_group_spec.rb
1242
+ - spec/codegen/crm/quotes/models/filter_spec.rb
1243
+ - spec/codegen/crm/quotes/models/next_page_spec.rb
1244
+ - spec/codegen/crm/quotes/models/paging_spec.rb
1245
+ - spec/codegen/crm/quotes/models/previous_page_spec.rb
1246
+ - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1247
+ - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1248
+ - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1249
+ - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1250
+ - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1251
+ - spec/codegen/crm/quotes/models/standard_error_spec.rb
1252
+ - spec/codegen/crm/schemas/api/core_api_spec.rb
1253
+ - spec/codegen/crm/schemas/api/default_api_spec.rb
1254
+ - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
1255
+ - spec/codegen/crm/schemas/models/association_definition_spec.rb
1256
+ - spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
1257
+ - spec/codegen/crm/schemas/models/error_detail_spec.rb
1258
+ - spec/codegen/crm/schemas/models/error_spec.rb
1259
+ - spec/codegen/crm/schemas/models/next_page_spec.rb
1260
+ - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
1261
+ - spec/codegen/crm/schemas/models/object_schema_spec.rb
1262
+ - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
1263
+ - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
1264
+ - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
1265
+ - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
1266
+ - spec/codegen/crm/schemas/models/option_input_spec.rb
1267
+ - spec/codegen/crm/schemas/models/option_spec.rb
1268
+ - spec/codegen/crm/schemas/models/paging_spec.rb
1269
+ - spec/codegen/crm/schemas/models/previous_page_spec.rb
1270
+ - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
1271
+ - spec/codegen/crm/schemas/models/property_spec.rb
1272
+ - spec/codegen/crm/tickets/api/associations_api_spec.rb
1273
+ - spec/codegen/crm/tickets/api/basic_api_spec.rb
1274
+ - spec/codegen/crm/tickets/api/batch_api_spec.rb
1275
+ - spec/codegen/crm/tickets/api/search_api_spec.rb
1276
+ - spec/codegen/crm/tickets/models/associated_id_spec.rb
1277
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
1278
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
1279
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
1280
+ - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
1281
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
1282
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
1283
+ - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
1284
+ - spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
1285
+ - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
1286
+ - spec/codegen/crm/tickets/models/error_category_spec.rb
1287
+ - spec/codegen/crm/tickets/models/error_detail_spec.rb
1288
+ - spec/codegen/crm/tickets/models/error_spec.rb
1289
+ - spec/codegen/crm/tickets/models/filter_group_spec.rb
1290
+ - spec/codegen/crm/tickets/models/filter_spec.rb
1291
+ - spec/codegen/crm/tickets/models/next_page_spec.rb
1292
+ - spec/codegen/crm/tickets/models/paging_spec.rb
1293
+ - spec/codegen/crm/tickets/models/previous_page_spec.rb
1294
+ - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
1295
+ - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
1296
+ - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
1297
+ - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
1298
+ - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
1299
+ - spec/codegen/crm/tickets/models/standard_error_spec.rb
1300
+ - spec/codegen/crm/timeline/api/events_api_spec.rb
1301
+ - spec/codegen/crm/timeline/api/templates_api_spec.rb
1302
+ - spec/codegen/crm/timeline/api/tokens_api_spec.rb
1303
+ - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
1304
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
1305
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
1306
+ - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
1307
+ - spec/codegen/crm/timeline/models/error_category_spec.rb
1308
+ - spec/codegen/crm/timeline/models/error_detail_spec.rb
1309
+ - spec/codegen/crm/timeline/models/error_spec.rb
1310
+ - spec/codegen/crm/timeline/models/event_detail_spec.rb
1311
+ - spec/codegen/crm/timeline/models/next_page_spec.rb
1312
+ - spec/codegen/crm/timeline/models/paging_spec.rb
1313
+ - spec/codegen/crm/timeline/models/previous_page_spec.rb
1314
+ - spec/codegen/crm/timeline/models/standard_error_spec.rb
1315
+ - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
1316
+ - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
1317
+ - spec/codegen/crm/timeline/models/timeline_event_spec.rb
1318
+ - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
1319
+ - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
1320
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
1321
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
1322
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
1323
+ - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
1324
+ - spec/codegen/oauth/api/default_api_spec.rb
1325
+ - spec/codegen/oauth/models/access_token_info_response_spec.rb
1326
+ - spec/codegen/oauth/models/error_detail_spec.rb
1327
+ - spec/codegen/oauth/models/error_spec.rb
1328
+ - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1329
+ - spec/codegen/oauth/models/token_response_if_spec.rb
1330
+ - spec/codegen/webhooks/api/settings_api_spec.rb
1331
+ - spec/codegen/webhooks/api/subscriptions_api_spec.rb
1332
+ - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
1333
+ - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
1334
+ - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
1335
+ - spec/codegen/webhooks/models/error_category_spec.rb
1336
+ - spec/codegen/webhooks/models/error_detail_spec.rb
1337
+ - spec/codegen/webhooks/models/error_spec.rb
1338
+ - spec/codegen/webhooks/models/settings_change_request_spec.rb
1339
+ - spec/codegen/webhooks/models/settings_response_spec.rb
1340
+ - spec/codegen/webhooks/models/standard_error_spec.rb
1341
+ - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
1342
+ - spec/codegen/webhooks/models/subscription_create_request_spec.rb
1343
+ - spec/codegen/webhooks/models/subscription_list_response_spec.rb
1344
+ - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
1345
+ - spec/codegen/webhooks/models/subscription_response_spec.rb
1346
+ - spec/codegen/webhooks/models/throttling_settings_spec.rb
1347
+ - spec/features/automation/actions/callbacks_api_spec.rb
1348
+ - spec/features/automation/actions/definitions_api_spec.rb
1349
+ - spec/features/automation/actions/functions_api_spec.rb
1350
+ - spec/features/automation/actions/revisions_api_spec.rb
1351
+ - spec/features/cms/audit-logs/default_api_spec.rb
1352
+ - spec/features/cms/blogs/authors/default_api_spec.rb
1353
+ - spec/features/cms/blogs/blog-posts/default_api_spec.rb
1354
+ - spec/features/cms/blogs/tags/default_api_spec.rb
1355
+ - spec/features/cms/domains/domains_api_spec.rb
1356
+ - spec/features/cms/hubdb/rows_api_spec.rb
1357
+ - spec/features/cms/hubdb/rows_batch_api_spec.rb
1358
+ - spec/features/cms/hubdb/tables_api_spec.rb
1359
+ - spec/features/cms/perfomance/default_api_spec.rb
1360
+ - spec/features/cms/site-search/default_api_spec.rb
1361
+ - spec/features/cms/url-redirects/redirects_api_spec.rb
1362
+ - spec/features/crm/associations/batch_api_spec.rb
1363
+ - spec/features/crm/associations/types_api_spec.rb
1364
+ - spec/features/crm/companies/associations_api_spec.rb
1365
+ - spec/features/crm/companies/basic_api_spec.rb
1366
+ - spec/features/crm/companies/batch_api_spec.rb
1367
+ - spec/features/crm/companies/search_api_spec.rb
1368
+ - spec/features/crm/contacts/associations_api_spec.rb
1369
+ - spec/features/crm/contacts/basic_api_spec.rb
1370
+ - spec/features/crm/contacts/batch_api_spec.rb
1371
+ - spec/features/crm/contacts/search_api_spec.rb
1372
+ - spec/features/crm/deals/associations_api_spec.rb
1373
+ - spec/features/crm/deals/basic_api_spec.rb
1374
+ - spec/features/crm/deals/batch_api_spec.rb
1375
+ - spec/features/crm/deals/search_api_spec.rb
1376
+ - spec/features/crm/extensions/cards/cards_api_spec.rb
1377
+ - spec/features/crm/extensions/cards/sample_response_api_spec.rb
1378
+ - spec/features/crm/imports/core_api_spec.rb
1379
+ - spec/features/crm/line_items/associations_api_spec.rb
1380
+ - spec/features/crm/line_items/basic_api_spec.rb
1381
+ - spec/features/crm/line_items/batch_api_spec.rb
1382
+ - spec/features/crm/line_items/search_api_spec.rb
1383
+ - spec/features/crm/objects/associations_api_spec.rb
1384
+ - spec/features/crm/objects/basic_api_spec.rb
1385
+ - spec/features/crm/objects/batch_api_spec.rb
1386
+ - spec/features/crm/objects/search_api_spec.rb
1387
+ - spec/features/crm/owners/default_api_spec.rb
1388
+ - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
1389
+ - spec/features/crm/pipelines/pipelines_api_spec.rb
1390
+ - spec/features/crm/products/associations_api_spec.rb
1391
+ - spec/features/crm/products/basic_api_spec.rb
1392
+ - spec/features/crm/products/batch_api_spec.rb
1393
+ - spec/features/crm/products/search_api_spec.rb
1394
+ - spec/features/crm/properties/batch_api_spec.rb
1395
+ - spec/features/crm/properties/core_api_spec.rb
1396
+ - spec/features/crm/properties/groups_api_spec.rb
1397
+ - spec/features/crm/quotes/associations_api_spec.rb
1398
+ - spec/features/crm/quotes/basic_api_spec.rb
1399
+ - spec/features/crm/quotes/batch_api_spec.rb
1400
+ - spec/features/crm/quotes/search_api_spec.rb
1401
+ - spec/features/crm/schemas/core_api_spec.rb
1402
+ - spec/features/crm/schemas/default_api_spec.rb
1403
+ - spec/features/crm/tickets/associations_api_spec.rb
1404
+ - spec/features/crm/tickets/basic_api_spec.rb
1405
+ - spec/features/crm/tickets/batch_api_spec.rb
1406
+ - spec/features/crm/tickets/search_api_spec.rb
1407
+ - spec/features/crm/timeline/events_api_spec.rb
1408
+ - spec/features/crm/timeline/templates_api_spec.rb
1409
+ - spec/features/crm/timeline/tokens_api_spec.rb
1410
+ - spec/features/oauth/default_api_spec.rb
1411
+ - spec/features/webhooks/settings_api_spec.rb
1412
+ - spec/features/webhooks/subscriptions_api_spec.rb
2649
1413
  - spec/spec_helper.rb
2650
1414
  homepage: https://github.com/HubSpot/hubspot-api-ruby
2651
1415
  licenses:
2652
1416
  - Unlicense
2653
1417
  metadata: {}
2654
- post_install_message:
1418
+ post_install_message:
2655
1419
  rdoc_options: []
2656
1420
  require_paths:
2657
1421
  - lib
@@ -2666,72 +1430,605 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2666
1430
  - !ruby/object:Gem::Version
2667
1431
  version: '0'
2668
1432
  requirements: []
2669
- rubyforge_project:
2670
- rubygems_version: 2.7.6
2671
- signing_key:
1433
+ rubygems_version: 3.1.2
1434
+ signing_key:
2672
1435
  specification_version: 4
2673
1436
  summary: HubSpot Ruby API Gem
2674
1437
  test_files:
2675
- - spec/oauth/models/refresh_token_spec.rb
2676
- - spec/oauth/models/error_spec.rb
2677
- - spec/oauth/models/json_node_spec.rb
2678
- - spec/oauth/models/error_detail_spec.rb
2679
- - spec/oauth/models/refresh_token_info_response_spec.rb
2680
- - spec/oauth/models/access_token_info_response_spec.rb
2681
- - spec/oauth/api_client_spec.rb
2682
- - spec/oauth/api/tokens_api_spec.rb
2683
- - spec/oauth/api/access_tokens_api_spec.rb
2684
- - spec/oauth/api/refresh_tokens_api_spec.rb
2685
- - spec/oauth/configuration_spec.rb
2686
- - spec/owners/models/next_page_spec.rb
2687
- - spec/owners/models/paging_spec.rb
2688
- - spec/owners/models/collection_response_public_owner_spec.rb
2689
- - spec/owners/models/error_spec.rb
2690
- - spec/owners/models/public_owner_spec.rb
2691
- - spec/owners/models/public_team_spec.rb
2692
- - spec/owners/models/error_detail_spec.rb
2693
- - spec/owners/api_client_spec.rb
2694
- - spec/owners/api/default_api_spec.rb
2695
- - spec/owners/configuration_spec.rb
2696
- - spec/pipelines/models/pipeline_input_spec.rb
2697
- - spec/pipelines/models/next_page_spec.rb
2698
- - spec/pipelines/models/paging_spec.rb
2699
- - spec/pipelines/models/error_spec.rb
2700
- - spec/pipelines/models/pipeline_spec.rb
2701
- - spec/pipelines/models/pipeline_stage_input_spec.rb
2702
- - spec/pipelines/models/collection_response_pipeline_spec.rb
2703
- - spec/pipelines/models/pipeline_stage_patch_input_spec.rb
2704
- - spec/pipelines/models/collection_response_pipeline_stage_spec.rb
2705
- - spec/pipelines/models/error_detail_spec.rb
2706
- - spec/pipelines/models/pipeline_stage_spec.rb
2707
- - spec/pipelines/models/pipeline_patch_input_spec.rb
2708
- - spec/pipelines/api_client_spec.rb
2709
- - spec/pipelines/api/pipeline_stages_api_spec.rb
2710
- - spec/pipelines/api/pipelines_api_spec.rb
2711
- - spec/pipelines/configuration_spec.rb
2712
- - spec/properties/models/batch_input_property_name_spec.rb
2713
- - spec/properties/models/property_group_update_spec.rb
2714
- - spec/properties/models/next_page_spec.rb
2715
- - spec/properties/models/paging_spec.rb
2716
- - spec/properties/models/collection_response_property_group_spec.rb
2717
- - spec/properties/models/error_spec.rb
2718
- - spec/properties/models/batch_response_property_spec.rb
2719
- - spec/properties/models/property_create_spec.rb
2720
- - spec/properties/models/property_group_spec.rb
2721
- - spec/properties/models/option_input_spec.rb
2722
- - spec/properties/models/property_group_create_spec.rb
2723
- - spec/properties/models/batch_input_property_create_spec.rb
2724
- - spec/properties/models/error_detail_spec.rb
2725
- - spec/properties/models/property_name_spec.rb
2726
- - spec/properties/models/batch_read_input_property_name_spec.rb
2727
- - spec/properties/models/property_modification_metadata_spec.rb
2728
- - spec/properties/models/collection_response_property_spec.rb
2729
- - spec/properties/models/property_update_spec.rb
2730
- - spec/properties/models/option_spec.rb
2731
- - spec/properties/models/property_spec.rb
2732
- - spec/properties/api_client_spec.rb
2733
- - spec/properties/api/groups_api_spec.rb
2734
- - spec/properties/api/core_api_spec.rb
2735
- - spec/properties/api/batch_api_spec.rb
2736
- - spec/properties/configuration_spec.rb
1438
+ - spec/codegen/oauth/models/error_spec.rb
1439
+ - spec/codegen/oauth/models/access_token_info_response_spec.rb
1440
+ - spec/codegen/oauth/models/error_detail_spec.rb
1441
+ - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1442
+ - spec/codegen/oauth/models/token_response_if_spec.rb
1443
+ - spec/codegen/oauth/api/default_api_spec.rb
1444
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
1445
+ - spec/codegen/crm/tickets/models/error_spec.rb
1446
+ - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
1447
+ - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
1448
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
1449
+ - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
1450
+ - spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
1451
+ - spec/codegen/crm/tickets/models/next_page_spec.rb
1452
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
1453
+ - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
1454
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
1455
+ - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
1456
+ - spec/codegen/crm/tickets/models/standard_error_spec.rb
1457
+ - spec/codegen/crm/tickets/models/filter_group_spec.rb
1458
+ - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
1459
+ - spec/codegen/crm/tickets/models/associated_id_spec.rb
1460
+ - spec/codegen/crm/tickets/models/error_category_spec.rb
1461
+ - spec/codegen/crm/tickets/models/error_detail_spec.rb
1462
+ - spec/codegen/crm/tickets/models/paging_spec.rb
1463
+ - spec/codegen/crm/tickets/models/previous_page_spec.rb
1464
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
1465
+ - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
1466
+ - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
1467
+ - spec/codegen/crm/tickets/models/filter_spec.rb
1468
+ - spec/codegen/crm/tickets/api/search_api_spec.rb
1469
+ - spec/codegen/crm/tickets/api/associations_api_spec.rb
1470
+ - spec/codegen/crm/tickets/api/basic_api_spec.rb
1471
+ - spec/codegen/crm/tickets/api/batch_api_spec.rb
1472
+ - spec/codegen/crm/associations/models/error_spec.rb
1473
+ - spec/codegen/crm/associations/models/public_object_id_spec.rb
1474
+ - spec/codegen/crm/associations/models/public_association_spec.rb
1475
+ - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
1476
+ - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
1477
+ - spec/codegen/crm/associations/models/next_page_spec.rb
1478
+ - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
1479
+ - spec/codegen/crm/associations/models/public_association_multi_spec.rb
1480
+ - spec/codegen/crm/associations/models/standard_error_spec.rb
1481
+ - spec/codegen/crm/associations/models/associated_id_spec.rb
1482
+ - spec/codegen/crm/associations/models/error_category_spec.rb
1483
+ - spec/codegen/crm/associations/models/error_detail_spec.rb
1484
+ - spec/codegen/crm/associations/models/paging_spec.rb
1485
+ - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
1486
+ - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
1487
+ - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
1488
+ - spec/codegen/crm/associations/api/types_api_spec.rb
1489
+ - spec/codegen/crm/associations/api/batch_api_spec.rb
1490
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
1491
+ - spec/codegen/crm/products/models/error_spec.rb
1492
+ - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
1493
+ - spec/codegen/crm/products/models/simple_public_object_spec.rb
1494
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
1495
+ - spec/codegen/crm/products/models/public_object_search_request_spec.rb
1496
+ - spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
1497
+ - spec/codegen/crm/products/models/next_page_spec.rb
1498
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
1499
+ - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
1500
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
1501
+ - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
1502
+ - spec/codegen/crm/products/models/standard_error_spec.rb
1503
+ - spec/codegen/crm/products/models/filter_group_spec.rb
1504
+ - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
1505
+ - spec/codegen/crm/products/models/associated_id_spec.rb
1506
+ - spec/codegen/crm/products/models/error_category_spec.rb
1507
+ - spec/codegen/crm/products/models/error_detail_spec.rb
1508
+ - spec/codegen/crm/products/models/paging_spec.rb
1509
+ - spec/codegen/crm/products/models/previous_page_spec.rb
1510
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
1511
+ - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
1512
+ - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
1513
+ - spec/codegen/crm/products/models/filter_spec.rb
1514
+ - spec/codegen/crm/products/api/search_api_spec.rb
1515
+ - spec/codegen/crm/products/api/associations_api_spec.rb
1516
+ - spec/codegen/crm/products/api/basic_api_spec.rb
1517
+ - spec/codegen/crm/products/api/batch_api_spec.rb
1518
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1519
+ - spec/codegen/crm/quotes/models/error_spec.rb
1520
+ - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1521
+ - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1522
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1523
+ - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1524
+ - spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
1525
+ - spec/codegen/crm/quotes/models/next_page_spec.rb
1526
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1527
+ - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
1528
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1529
+ - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1530
+ - spec/codegen/crm/quotes/models/standard_error_spec.rb
1531
+ - spec/codegen/crm/quotes/models/filter_group_spec.rb
1532
+ - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1533
+ - spec/codegen/crm/quotes/models/associated_id_spec.rb
1534
+ - spec/codegen/crm/quotes/models/error_category_spec.rb
1535
+ - spec/codegen/crm/quotes/models/error_detail_spec.rb
1536
+ - spec/codegen/crm/quotes/models/paging_spec.rb
1537
+ - spec/codegen/crm/quotes/models/previous_page_spec.rb
1538
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1539
+ - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1540
+ - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1541
+ - spec/codegen/crm/quotes/models/filter_spec.rb
1542
+ - spec/codegen/crm/quotes/api/search_api_spec.rb
1543
+ - spec/codegen/crm/quotes/api/associations_api_spec.rb
1544
+ - spec/codegen/crm/quotes/api/basic_api_spec.rb
1545
+ - spec/codegen/crm/quotes/api/batch_api_spec.rb
1546
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
1547
+ - spec/codegen/crm/contacts/models/error_spec.rb
1548
+ - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
1549
+ - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
1550
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
1551
+ - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
1552
+ - spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
1553
+ - spec/codegen/crm/contacts/models/next_page_spec.rb
1554
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
1555
+ - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
1556
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
1557
+ - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
1558
+ - spec/codegen/crm/contacts/models/standard_error_spec.rb
1559
+ - spec/codegen/crm/contacts/models/filter_group_spec.rb
1560
+ - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
1561
+ - spec/codegen/crm/contacts/models/associated_id_spec.rb
1562
+ - spec/codegen/crm/contacts/models/error_category_spec.rb
1563
+ - spec/codegen/crm/contacts/models/error_detail_spec.rb
1564
+ - spec/codegen/crm/contacts/models/paging_spec.rb
1565
+ - spec/codegen/crm/contacts/models/previous_page_spec.rb
1566
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
1567
+ - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
1568
+ - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
1569
+ - spec/codegen/crm/contacts/models/filter_spec.rb
1570
+ - spec/codegen/crm/contacts/api/search_api_spec.rb
1571
+ - spec/codegen/crm/contacts/api/associations_api_spec.rb
1572
+ - spec/codegen/crm/contacts/api/basic_api_spec.rb
1573
+ - spec/codegen/crm/contacts/api/batch_api_spec.rb
1574
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1575
+ - spec/codegen/crm/objects/models/error_spec.rb
1576
+ - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
1577
+ - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1578
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1579
+ - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1580
+ - spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
1581
+ - spec/codegen/crm/objects/models/next_page_spec.rb
1582
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
1583
+ - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
1584
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
1585
+ - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1586
+ - spec/codegen/crm/objects/models/standard_error_spec.rb
1587
+ - spec/codegen/crm/objects/models/filter_group_spec.rb
1588
+ - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1589
+ - spec/codegen/crm/objects/models/associated_id_spec.rb
1590
+ - spec/codegen/crm/objects/models/error_category_spec.rb
1591
+ - spec/codegen/crm/objects/models/error_detail_spec.rb
1592
+ - spec/codegen/crm/objects/models/paging_spec.rb
1593
+ - spec/codegen/crm/objects/models/previous_page_spec.rb
1594
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
1595
+ - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
1596
+ - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
1597
+ - spec/codegen/crm/objects/models/filter_spec.rb
1598
+ - spec/codegen/crm/objects/api/search_api_spec.rb
1599
+ - spec/codegen/crm/objects/api/associations_api_spec.rb
1600
+ - spec/codegen/crm/objects/api/basic_api_spec.rb
1601
+ - spec/codegen/crm/objects/api/batch_api_spec.rb
1602
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
1603
+ - spec/codegen/crm/deals/models/error_spec.rb
1604
+ - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
1605
+ - spec/codegen/crm/deals/models/simple_public_object_spec.rb
1606
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
1607
+ - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
1608
+ - spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
1609
+ - spec/codegen/crm/deals/models/next_page_spec.rb
1610
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
1611
+ - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
1612
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
1613
+ - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
1614
+ - spec/codegen/crm/deals/models/standard_error_spec.rb
1615
+ - spec/codegen/crm/deals/models/filter_group_spec.rb
1616
+ - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
1617
+ - spec/codegen/crm/deals/models/associated_id_spec.rb
1618
+ - spec/codegen/crm/deals/models/error_category_spec.rb
1619
+ - spec/codegen/crm/deals/models/error_detail_spec.rb
1620
+ - spec/codegen/crm/deals/models/paging_spec.rb
1621
+ - spec/codegen/crm/deals/models/previous_page_spec.rb
1622
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
1623
+ - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
1624
+ - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
1625
+ - spec/codegen/crm/deals/models/filter_spec.rb
1626
+ - spec/codegen/crm/deals/api/search_api_spec.rb
1627
+ - spec/codegen/crm/deals/api/associations_api_spec.rb
1628
+ - spec/codegen/crm/deals/api/basic_api_spec.rb
1629
+ - spec/codegen/crm/deals/api/batch_api_spec.rb
1630
+ - spec/codegen/crm/pipelines/models/error_spec.rb
1631
+ - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
1632
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
1633
+ - spec/codegen/crm/pipelines/models/next_page_spec.rb
1634
+ - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
1635
+ - spec/codegen/crm/pipelines/models/error_detail_spec.rb
1636
+ - spec/codegen/crm/pipelines/models/paging_spec.rb
1637
+ - spec/codegen/crm/pipelines/models/pipeline_spec.rb
1638
+ - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
1639
+ - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
1640
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
1641
+ - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
1642
+ - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
1643
+ - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
1644
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
1645
+ - spec/codegen/crm/line_items/models/error_spec.rb
1646
+ - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
1647
+ - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
1648
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
1649
+ - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
1650
+ - spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
1651
+ - spec/codegen/crm/line_items/models/next_page_spec.rb
1652
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
1653
+ - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
1654
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
1655
+ - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
1656
+ - spec/codegen/crm/line_items/models/standard_error_spec.rb
1657
+ - spec/codegen/crm/line_items/models/filter_group_spec.rb
1658
+ - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
1659
+ - spec/codegen/crm/line_items/models/associated_id_spec.rb
1660
+ - spec/codegen/crm/line_items/models/error_category_spec.rb
1661
+ - spec/codegen/crm/line_items/models/error_detail_spec.rb
1662
+ - spec/codegen/crm/line_items/models/paging_spec.rb
1663
+ - spec/codegen/crm/line_items/models/previous_page_spec.rb
1664
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
1665
+ - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
1666
+ - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
1667
+ - spec/codegen/crm/line_items/models/filter_spec.rb
1668
+ - spec/codegen/crm/line_items/api/search_api_spec.rb
1669
+ - spec/codegen/crm/line_items/api/associations_api_spec.rb
1670
+ - spec/codegen/crm/line_items/api/basic_api_spec.rb
1671
+ - spec/codegen/crm/line_items/api/batch_api_spec.rb
1672
+ - spec/codegen/crm/imports/models/error_spec.rb
1673
+ - spec/codegen/crm/imports/models/action_response_spec.rb
1674
+ - spec/codegen/crm/imports/models/public_import_response_spec.rb
1675
+ - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
1676
+ - spec/codegen/crm/imports/models/next_page_spec.rb
1677
+ - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
1678
+ - spec/codegen/crm/imports/models/error_detail_spec.rb
1679
+ - spec/codegen/crm/imports/models/paging_spec.rb
1680
+ - spec/codegen/crm/imports/models/previous_page_spec.rb
1681
+ - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
1682
+ - spec/codegen/crm/imports/api/core_api_spec.rb
1683
+ - spec/codegen/crm/schemas/models/error_spec.rb
1684
+ - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
1685
+ - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
1686
+ - spec/codegen/crm/schemas/models/option_spec.rb
1687
+ - spec/codegen/crm/schemas/models/next_page_spec.rb
1688
+ - spec/codegen/crm/schemas/models/association_definition_spec.rb
1689
+ - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
1690
+ - spec/codegen/crm/schemas/models/property_spec.rb
1691
+ - spec/codegen/crm/schemas/models/option_input_spec.rb
1692
+ - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
1693
+ - spec/codegen/crm/schemas/models/object_schema_spec.rb
1694
+ - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
1695
+ - spec/codegen/crm/schemas/models/error_detail_spec.rb
1696
+ - spec/codegen/crm/schemas/models/paging_spec.rb
1697
+ - spec/codegen/crm/schemas/models/previous_page_spec.rb
1698
+ - spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
1699
+ - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
1700
+ - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
1701
+ - spec/codegen/crm/schemas/api/default_api_spec.rb
1702
+ - spec/codegen/crm/schemas/api/core_api_spec.rb
1703
+ - spec/codegen/crm/extensions/cards/models/error_spec.rb
1704
+ - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
1705
+ - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
1706
+ - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
1707
+ - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
1708
+ - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
1709
+ - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
1710
+ - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
1711
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
1712
+ - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
1713
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
1714
+ - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
1715
+ - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
1716
+ - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
1717
+ - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
1718
+ - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
1719
+ - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
1720
+ - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
1721
+ - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
1722
+ - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
1723
+ - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
1724
+ - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
1725
+ - spec/codegen/crm/properties/models/error_spec.rb
1726
+ - spec/codegen/crm/properties/models/property_name_spec.rb
1727
+ - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
1728
+ - spec/codegen/crm/properties/models/property_create_spec.rb
1729
+ - spec/codegen/crm/properties/models/batch_response_property_spec.rb
1730
+ - spec/codegen/crm/properties/models/option_spec.rb
1731
+ - spec/codegen/crm/properties/models/property_group_spec.rb
1732
+ - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
1733
+ - spec/codegen/crm/properties/models/next_page_spec.rb
1734
+ - spec/codegen/crm/properties/models/property_group_update_spec.rb
1735
+ - spec/codegen/crm/properties/models/property_spec.rb
1736
+ - spec/codegen/crm/properties/models/standard_error_spec.rb
1737
+ - spec/codegen/crm/properties/models/option_input_spec.rb
1738
+ - spec/codegen/crm/properties/models/property_group_create_spec.rb
1739
+ - spec/codegen/crm/properties/models/error_category_spec.rb
1740
+ - spec/codegen/crm/properties/models/error_detail_spec.rb
1741
+ - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
1742
+ - spec/codegen/crm/properties/models/paging_spec.rb
1743
+ - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
1744
+ - spec/codegen/crm/properties/models/property_update_spec.rb
1745
+ - spec/codegen/crm/properties/models/collection_response_property_spec.rb
1746
+ - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
1747
+ - spec/codegen/crm/properties/api/groups_api_spec.rb
1748
+ - spec/codegen/crm/properties/api/core_api_spec.rb
1749
+ - spec/codegen/crm/properties/api/batch_api_spec.rb
1750
+ - spec/codegen/crm/owners/models/error_spec.rb
1751
+ - spec/codegen/crm/owners/models/next_page_spec.rb
1752
+ - spec/codegen/crm/owners/models/public_owner_spec.rb
1753
+ - spec/codegen/crm/owners/models/error_detail_spec.rb
1754
+ - spec/codegen/crm/owners/models/paging_spec.rb
1755
+ - spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
1756
+ - spec/codegen/crm/owners/models/public_team_spec.rb
1757
+ - spec/codegen/crm/owners/api/default_api_spec.rb
1758
+ - spec/codegen/crm/timeline/models/error_spec.rb
1759
+ - spec/codegen/crm/timeline/models/event_detail_spec.rb
1760
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
1761
+ - spec/codegen/crm/timeline/models/timeline_event_spec.rb
1762
+ - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
1763
+ - spec/codegen/crm/timeline/models/next_page_spec.rb
1764
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
1765
+ - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
1766
+ - spec/codegen/crm/timeline/models/standard_error_spec.rb
1767
+ - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
1768
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
1769
+ - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
1770
+ - spec/codegen/crm/timeline/models/error_category_spec.rb
1771
+ - spec/codegen/crm/timeline/models/error_detail_spec.rb
1772
+ - spec/codegen/crm/timeline/models/paging_spec.rb
1773
+ - spec/codegen/crm/timeline/models/previous_page_spec.rb
1774
+ - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
1775
+ - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
1776
+ - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
1777
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
1778
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
1779
+ - spec/codegen/crm/timeline/api/tokens_api_spec.rb
1780
+ - spec/codegen/crm/timeline/api/events_api_spec.rb
1781
+ - spec/codegen/crm/timeline/api/templates_api_spec.rb
1782
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
1783
+ - spec/codegen/crm/companies/models/error_spec.rb
1784
+ - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
1785
+ - spec/codegen/crm/companies/models/simple_public_object_spec.rb
1786
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
1787
+ - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
1788
+ - spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
1789
+ - spec/codegen/crm/companies/models/next_page_spec.rb
1790
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
1791
+ - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
1792
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
1793
+ - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
1794
+ - spec/codegen/crm/companies/models/standard_error_spec.rb
1795
+ - spec/codegen/crm/companies/models/filter_group_spec.rb
1796
+ - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
1797
+ - spec/codegen/crm/companies/models/associated_id_spec.rb
1798
+ - spec/codegen/crm/companies/models/error_category_spec.rb
1799
+ - spec/codegen/crm/companies/models/error_detail_spec.rb
1800
+ - spec/codegen/crm/companies/models/paging_spec.rb
1801
+ - spec/codegen/crm/companies/models/previous_page_spec.rb
1802
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
1803
+ - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
1804
+ - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
1805
+ - spec/codegen/crm/companies/models/filter_spec.rb
1806
+ - spec/codegen/crm/companies/api/search_api_spec.rb
1807
+ - spec/codegen/crm/companies/api/associations_api_spec.rb
1808
+ - spec/codegen/crm/companies/api/basic_api_spec.rb
1809
+ - spec/codegen/crm/companies/api/batch_api_spec.rb
1810
+ - spec/codegen/cms/audit-logs/models/error_spec.rb
1811
+ - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
1812
+ - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
1813
+ - spec/codegen/cms/audit-logs/models/next_page_spec.rb
1814
+ - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
1815
+ - spec/codegen/cms/audit-logs/models/paging_spec.rb
1816
+ - spec/codegen/cms/audit-logs/api/default_api_spec.rb
1817
+ - spec/codegen/cms/site-search/models/error_spec.rb
1818
+ - spec/codegen/cms/site-search/models/content_search_result_spec.rb
1819
+ - spec/codegen/cms/site-search/models/indexed_data_spec.rb
1820
+ - spec/codegen/cms/site-search/models/public_search_results_spec.rb
1821
+ - spec/codegen/cms/site-search/models/error_detail_spec.rb
1822
+ - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
1823
+ - spec/codegen/cms/site-search/api/default_api_spec.rb
1824
+ - spec/codegen/cms/blogs/authors/models/error_spec.rb
1825
+ - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
1826
+ - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
1827
+ - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
1828
+ - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
1829
+ - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
1830
+ - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
1831
+ - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
1832
+ - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
1833
+ - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
1834
+ - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
1835
+ - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
1836
+ - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
1837
+ - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
1838
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
1839
+ - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
1840
+ - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
1841
+ - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
1842
+ - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
1843
+ - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
1844
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
1845
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
1846
+ - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
1847
+ - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
1848
+ - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
1849
+ - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
1850
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
1851
+ - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
1852
+ - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
1853
+ - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
1854
+ - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
1855
+ - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
1856
+ - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
1857
+ - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
1858
+ - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
1859
+ - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
1860
+ - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
1861
+ - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
1862
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
1863
+ - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
1864
+ - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
1865
+ - spec/codegen/cms/blogs/tags/models/error_spec.rb
1866
+ - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
1867
+ - spec/codegen/cms/blogs/tags/models/tag_spec.rb
1868
+ - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
1869
+ - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
1870
+ - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
1871
+ - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
1872
+ - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
1873
+ - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
1874
+ - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
1875
+ - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
1876
+ - spec/codegen/cms/hubdb/models/error_spec.rb
1877
+ - spec/codegen/cms/hubdb/models/import_result_spec.rb
1878
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
1879
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
1880
+ - spec/codegen/cms/hubdb/models/option_spec.rb
1881
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
1882
+ - spec/codegen/cms/hubdb/models/next_page_spec.rb
1883
+ - spec/codegen/cms/hubdb/models/simple_user_spec.rb
1884
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
1885
+ - spec/codegen/cms/hubdb/models/column_input_spec.rb
1886
+ - spec/codegen/cms/hubdb/models/standard_error_spec.rb
1887
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
1888
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
1889
+ - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
1890
+ - spec/codegen/cms/hubdb/models/column_spec.rb
1891
+ - spec/codegen/cms/hubdb/models/error_detail_spec.rb
1892
+ - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
1893
+ - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
1894
+ - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
1895
+ - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
1896
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
1897
+ - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
1898
+ - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
1899
+ - spec/codegen/cms/hubdb/api/rows_api_spec.rb
1900
+ - spec/codegen/cms/hubdb/api/tables_api_spec.rb
1901
+ - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
1902
+ - spec/codegen/cms/domains/models/error_spec.rb
1903
+ - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
1904
+ - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
1905
+ - spec/codegen/cms/domains/models/next_page_spec.rb
1906
+ - spec/codegen/cms/domains/models/domain_spec.rb
1907
+ - spec/codegen/cms/domains/models/error_detail_spec.rb
1908
+ - spec/codegen/cms/domains/models/paging_spec.rb
1909
+ - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
1910
+ - spec/codegen/cms/domains/api/domains_api_spec.rb
1911
+ - spec/codegen/cms/url-redirects/models/error_spec.rb
1912
+ - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
1913
+ - spec/codegen/cms/url-redirects/models/next_page_spec.rb
1914
+ - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
1915
+ - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
1916
+ - spec/codegen/cms/url-redirects/models/paging_spec.rb
1917
+ - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
1918
+ - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
1919
+ - spec/codegen/cms/performance/models/error_spec.rb
1920
+ - spec/codegen/cms/performance/models/performance_view_spec.rb
1921
+ - spec/codegen/cms/performance/models/error_detail_spec.rb
1922
+ - spec/codegen/cms/performance/models/public_performance_response_spec.rb
1923
+ - spec/codegen/cms/performance/api/default_api_spec.rb
1924
+ - spec/codegen/automation/actions/models/error_spec.rb
1925
+ - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
1926
+ - spec/codegen/automation/actions/models/option_spec.rb
1927
+ - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
1928
+ - spec/codegen/automation/actions/models/input_field_definition_spec.rb
1929
+ - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
1930
+ - spec/codegen/automation/actions/models/object_request_options_spec.rb
1931
+ - spec/codegen/automation/actions/models/next_page_spec.rb
1932
+ - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
1933
+ - spec/codegen/automation/actions/models/action_function_spec.rb
1934
+ - spec/codegen/automation/actions/models/action_revision_spec.rb
1935
+ - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
1936
+ - spec/codegen/automation/actions/models/field_type_definition_spec.rb
1937
+ - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
1938
+ - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
1939
+ - spec/codegen/automation/actions/models/action_labels_spec.rb
1940
+ - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
1941
+ - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
1942
+ - spec/codegen/automation/actions/models/error_detail_spec.rb
1943
+ - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
1944
+ - spec/codegen/automation/actions/models/forward_paging_spec.rb
1945
+ - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
1946
+ - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
1947
+ - spec/codegen/automation/actions/api/functions_api_spec.rb
1948
+ - spec/codegen/automation/actions/api/definitions_api_spec.rb
1949
+ - spec/codegen/automation/actions/api/callbacks_api_spec.rb
1950
+ - spec/codegen/automation/actions/api/revisions_api_spec.rb
1951
+ - spec/codegen/webhooks/models/error_spec.rb
1952
+ - spec/codegen/webhooks/models/throttling_settings_spec.rb
1953
+ - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
1954
+ - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
1955
+ - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
1956
+ - spec/codegen/webhooks/models/subscription_response_spec.rb
1957
+ - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
1958
+ - spec/codegen/webhooks/models/standard_error_spec.rb
1959
+ - spec/codegen/webhooks/models/subscription_list_response_spec.rb
1960
+ - spec/codegen/webhooks/models/error_category_spec.rb
1961
+ - spec/codegen/webhooks/models/subscription_create_request_spec.rb
1962
+ - spec/codegen/webhooks/models/error_detail_spec.rb
1963
+ - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
1964
+ - spec/codegen/webhooks/models/settings_change_request_spec.rb
1965
+ - spec/codegen/webhooks/models/settings_response_spec.rb
1966
+ - spec/codegen/webhooks/api/settings_api_spec.rb
1967
+ - spec/codegen/webhooks/api/subscriptions_api_spec.rb
1968
+ - spec/features/oauth/default_api_spec.rb
1969
+ - spec/features/crm/tickets/search_api_spec.rb
1970
+ - spec/features/crm/tickets/associations_api_spec.rb
1971
+ - spec/features/crm/tickets/basic_api_spec.rb
1972
+ - spec/features/crm/tickets/batch_api_spec.rb
1973
+ - spec/features/crm/associations/types_api_spec.rb
1974
+ - spec/features/crm/associations/batch_api_spec.rb
1975
+ - spec/features/crm/products/search_api_spec.rb
1976
+ - spec/features/crm/products/associations_api_spec.rb
1977
+ - spec/features/crm/products/basic_api_spec.rb
1978
+ - spec/features/crm/products/batch_api_spec.rb
1979
+ - spec/features/crm/quotes/search_api_spec.rb
1980
+ - spec/features/crm/quotes/associations_api_spec.rb
1981
+ - spec/features/crm/quotes/basic_api_spec.rb
1982
+ - spec/features/crm/quotes/batch_api_spec.rb
1983
+ - spec/features/crm/contacts/search_api_spec.rb
1984
+ - spec/features/crm/contacts/associations_api_spec.rb
1985
+ - spec/features/crm/contacts/basic_api_spec.rb
1986
+ - spec/features/crm/contacts/batch_api_spec.rb
1987
+ - spec/features/crm/objects/search_api_spec.rb
1988
+ - spec/features/crm/objects/associations_api_spec.rb
1989
+ - spec/features/crm/objects/basic_api_spec.rb
1990
+ - spec/features/crm/objects/batch_api_spec.rb
1991
+ - spec/features/crm/deals/search_api_spec.rb
1992
+ - spec/features/crm/deals/associations_api_spec.rb
1993
+ - spec/features/crm/deals/basic_api_spec.rb
1994
+ - spec/features/crm/deals/batch_api_spec.rb
1995
+ - spec/features/crm/pipelines/pipelines_api_spec.rb
1996
+ - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
1997
+ - spec/features/crm/line_items/search_api_spec.rb
1998
+ - spec/features/crm/line_items/associations_api_spec.rb
1999
+ - spec/features/crm/line_items/basic_api_spec.rb
2000
+ - spec/features/crm/line_items/batch_api_spec.rb
2001
+ - spec/features/crm/imports/core_api_spec.rb
2002
+ - spec/features/crm/schemas/default_api_spec.rb
2003
+ - spec/features/crm/schemas/core_api_spec.rb
2004
+ - spec/features/crm/extensions/cards/sample_response_api_spec.rb
2005
+ - spec/features/crm/extensions/cards/cards_api_spec.rb
2006
+ - spec/features/crm/properties/groups_api_spec.rb
2007
+ - spec/features/crm/properties/core_api_spec.rb
2008
+ - spec/features/crm/properties/batch_api_spec.rb
2009
+ - spec/features/crm/owners/default_api_spec.rb
2010
+ - spec/features/crm/timeline/tokens_api_spec.rb
2011
+ - spec/features/crm/timeline/events_api_spec.rb
2012
+ - spec/features/crm/timeline/templates_api_spec.rb
2013
+ - spec/features/crm/companies/search_api_spec.rb
2014
+ - spec/features/crm/companies/associations_api_spec.rb
2015
+ - spec/features/crm/companies/basic_api_spec.rb
2016
+ - spec/features/crm/companies/batch_api_spec.rb
2017
+ - spec/features/cms/audit-logs/default_api_spec.rb
2018
+ - spec/features/cms/site-search/default_api_spec.rb
2019
+ - spec/features/cms/blogs/authors/default_api_spec.rb
2020
+ - spec/features/cms/blogs/blog-posts/default_api_spec.rb
2021
+ - spec/features/cms/blogs/tags/default_api_spec.rb
2022
+ - spec/features/cms/hubdb/rows_api_spec.rb
2023
+ - spec/features/cms/hubdb/tables_api_spec.rb
2024
+ - spec/features/cms/hubdb/rows_batch_api_spec.rb
2025
+ - spec/features/cms/domains/domains_api_spec.rb
2026
+ - spec/features/cms/url-redirects/redirects_api_spec.rb
2027
+ - spec/features/cms/perfomance/default_api_spec.rb
2028
+ - spec/features/automation/actions/functions_api_spec.rb
2029
+ - spec/features/automation/actions/definitions_api_spec.rb
2030
+ - spec/features/automation/actions/callbacks_api_spec.rb
2031
+ - spec/features/automation/actions/revisions_api_spec.rb
2032
+ - spec/features/webhooks/settings_api_spec.rb
2033
+ - spec/features/webhooks/subscriptions_api_spec.rb
2737
2034
  - spec/spec_helper.rb