hubspot-api-client 9.0.0 → 9.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2113) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +26 -0
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +31 -32
  6. data/README.md +4 -0
  7. data/Rakefile +1 -0
  8. data/hubspot-api-client.gemspec +6 -3
  9. data/lib/hubspot-api-client.rb +5 -546
  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_client.rb +35 -67
  41. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +16 -11
  42. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  43. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  44. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  45. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  46. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  47. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  48. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  49. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  50. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  51. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  57. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  58. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  59. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  60. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  61. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  62. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  63. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  64. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  68. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  69. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  88. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  89. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  90. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  91. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  92. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  93. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  94. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  95. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  96. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  97. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  98. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  99. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  100. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  101. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  102. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  103. data/lib/hubspot/codegen/cms/domains/api_client.rb +35 -67
  104. data/lib/hubspot/codegen/cms/domains/configuration.rb +16 -11
  105. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  106. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  107. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  108. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +36 -68
  109. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  110. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
  111. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  112. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  113. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  114. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  115. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  116. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  117. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  118. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  119. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  120. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  121. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  122. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  124. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  125. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  126. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  127. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  128. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  129. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  130. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  131. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  132. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  133. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
  134. data/lib/hubspot/codegen/cms/performance/api_client.rb +35 -67
  135. data/lib/hubspot/codegen/cms/performance/configuration.rb +16 -11
  136. data/lib/hubspot/codegen/cms/site-search/api_client.rb +35 -67
  137. data/lib/hubspot/codegen/cms/site-search/configuration.rb +16 -11
  138. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +35 -67
  139. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +16 -11
  140. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  141. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
  142. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  143. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  144. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  145. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  146. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  147. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  148. data/lib/hubspot/codegen/crm/associations/api_client.rb +35 -67
  149. data/lib/hubspot/codegen/crm/associations/configuration.rb +16 -11
  150. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
  151. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
  152. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  153. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  154. data/lib/hubspot/codegen/crm/companies/api_client.rb +35 -67
  155. data/lib/hubspot/codegen/crm/companies/configuration.rb +16 -11
  156. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +1 -1
  157. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  158. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  159. data/lib/hubspot/codegen/crm/contacts/api_client.rb +35 -67
  160. data/lib/hubspot/codegen/crm/contacts/configuration.rb +16 -11
  161. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +1 -1
  162. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  163. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  164. data/lib/hubspot/codegen/crm/deals/api_client.rb +35 -67
  165. data/lib/hubspot/codegen/crm/deals/configuration.rb +16 -11
  166. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +1 -1
  167. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  168. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
  169. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  170. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  171. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  172. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  173. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  174. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  175. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  176. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  177. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  178. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  179. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  180. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  181. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  182. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  183. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  184. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  185. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  186. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  187. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  188. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  189. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  190. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  191. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  192. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  193. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  194. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  195. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  196. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  197. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  198. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  199. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  200. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  201. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  202. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  203. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  204. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  205. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  206. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  207. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  208. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  209. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  210. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  211. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  212. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  213. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  214. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  215. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  216. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  217. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  218. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  219. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  220. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  221. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  222. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +42 -74
  223. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +16 -11
  224. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  225. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  226. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  227. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  228. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  229. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  230. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  231. data/lib/hubspot/codegen/crm/imports/api_client.rb +35 -67
  232. data/lib/hubspot/codegen/crm/imports/configuration.rb +16 -11
  233. data/lib/hubspot/codegen/crm/line_items/api_client.rb +35 -67
  234. data/lib/hubspot/codegen/crm/line_items/configuration.rb +16 -11
  235. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +1 -1
  236. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  237. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  238. data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
  239. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  240. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  241. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  242. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  243. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  244. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  245. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  246. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  247. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  248. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  249. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  250. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  251. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  252. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  253. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  254. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  255. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  256. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  257. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  258. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  259. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  260. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  261. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  262. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  263. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  264. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  265. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  266. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  267. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  268. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  269. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  270. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  271. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  272. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  273. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  274. data/lib/hubspot/codegen/crm/owners/api_client.rb +35 -67
  275. data/lib/hubspot/codegen/crm/owners/configuration.rb +16 -11
  276. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +35 -67
  277. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +16 -11
  278. data/lib/hubspot/codegen/crm/products/api_client.rb +35 -67
  279. data/lib/hubspot/codegen/crm/products/configuration.rb +16 -11
  280. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +1 -1
  281. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  282. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  283. data/lib/hubspot/codegen/crm/properties/api_client.rb +35 -67
  284. data/lib/hubspot/codegen/crm/properties/configuration.rb +16 -11
  285. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +1 -1
  286. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  287. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  288. data/lib/hubspot/codegen/crm/quotes/api_client.rb +35 -67
  289. data/lib/hubspot/codegen/crm/quotes/configuration.rb +16 -11
  290. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +1 -1
  291. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  292. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
  293. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  294. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  295. data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
  296. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  297. data/lib/hubspot/codegen/crm/tickets/api_client.rb +35 -67
  298. data/lib/hubspot/codegen/crm/tickets/configuration.rb +16 -11
  299. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +1 -1
  300. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  301. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
  302. data/lib/hubspot/codegen/crm/timeline/api_client.rb +35 -67
  303. data/lib/hubspot/codegen/crm/timeline/configuration.rb +16 -11
  304. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
  305. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  306. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  307. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  308. data/lib/hubspot/codegen/events/api_client.rb +390 -0
  309. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  310. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  311. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  312. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  313. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  314. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  315. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  316. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  317. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  318. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  319. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  320. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  321. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  322. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  323. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  324. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  325. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  326. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  327. data/lib/hubspot/codegen/files/files/models/file.rb +440 -0
  328. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  329. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  330. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  331. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  332. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  333. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  334. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  335. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  336. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  337. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  338. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  339. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  340. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  341. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  342. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  343. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  344. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  345. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  346. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  347. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  348. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  349. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  350. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  351. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  352. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  353. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  354. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  355. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  356. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  357. data/lib/hubspot/codegen/oauth/api_client.rb +42 -75
  358. data/lib/hubspot/codegen/oauth/configuration.rb +16 -11
  359. data/lib/hubspot/codegen/webhooks/api_client.rb +42 -74
  360. data/lib/hubspot/codegen/webhooks/configuration.rb +16 -11
  361. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +1 -1
  362. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  363. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  364. data/lib/hubspot/version.rb +1 -1
  365. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  366. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  367. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  368. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  369. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  370. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  371. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  372. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  373. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  374. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  375. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  376. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  377. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  378. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  379. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  380. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  381. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  382. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  383. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  384. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  385. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  386. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  387. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  388. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  389. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  390. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  391. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  392. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  393. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  394. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  395. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  396. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  397. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  398. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  399. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
  400. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  401. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  402. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  403. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  404. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  405. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  406. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  407. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  408. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  409. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  410. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  411. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  412. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  413. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  414. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  415. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  416. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  417. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  418. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  419. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  420. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  421. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  422. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  423. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  424. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  425. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  426. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  427. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  428. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  429. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  430. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  431. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  432. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  433. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  434. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  435. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  436. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  437. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  438. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  439. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
  440. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  441. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  442. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  443. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  444. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  445. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  446. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  447. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  448. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  449. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  450. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  451. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  452. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  453. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  454. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  455. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  456. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  457. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  458. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  459. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  460. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  461. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  462. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  463. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  464. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  465. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  466. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  467. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  468. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  469. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  470. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  471. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  472. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  473. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  474. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  475. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  476. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  477. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  478. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  479. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  480. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  481. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  482. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  483. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  484. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  485. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  486. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  487. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  488. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  489. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  490. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  491. data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
  492. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  493. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  494. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  495. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  496. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  497. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  498. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  499. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  500. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  501. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  502. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  503. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  504. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  505. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  506. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  507. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  508. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  509. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  510. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  511. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  512. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  513. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  514. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  515. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  516. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  517. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  518. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  519. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  520. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  521. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  522. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  523. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  524. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  525. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  526. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  527. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  528. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  529. data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
  530. data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
  531. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  532. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  533. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  534. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  535. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  536. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  537. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  538. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  539. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  540. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  541. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  542. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  543. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  544. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  545. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  546. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  547. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  548. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  549. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  550. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  551. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  552. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  553. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  554. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  555. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
  556. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  557. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
  558. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
  559. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  560. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  561. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  562. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  563. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  564. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  565. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  566. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  567. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  568. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  569. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  570. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  571. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  572. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  573. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  574. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  575. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  576. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  577. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  578. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  579. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  580. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  581. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  582. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  583. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
  584. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  585. data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
  586. data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
  587. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  588. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  589. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  590. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  591. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  592. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  593. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  594. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  595. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  596. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  597. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  598. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  599. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  600. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  601. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  602. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  603. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  604. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  605. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  606. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  607. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  608. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  609. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  610. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  611. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
  612. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  613. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  614. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  615. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  616. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  617. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  618. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  619. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  620. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  621. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  622. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  623. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  624. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  625. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  626. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  627. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  628. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  629. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  630. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  631. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  632. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  633. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  634. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  635. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  636. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  637. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  638. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  639. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  640. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  641. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  642. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  643. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  644. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  645. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  646. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  647. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  648. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  649. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  650. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  651. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  652. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  653. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  654. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  655. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  656. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  657. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  658. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  659. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  660. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  661. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  662. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  663. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  664. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  665. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  666. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  667. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  668. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  669. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  670. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  671. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  672. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  673. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  674. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  675. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  676. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  677. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  678. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  679. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  680. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  681. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  682. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  683. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  684. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  685. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  686. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  687. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  688. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  689. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  690. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  691. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  692. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  693. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  694. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  695. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  696. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  697. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
  698. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
  699. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  700. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  701. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  702. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  703. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  704. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  705. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  706. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  707. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  708. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  709. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  710. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  711. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  712. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  713. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  714. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  715. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  716. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  717. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  718. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  719. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  720. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  721. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  722. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  723. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
  724. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  725. data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
  726. data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
  727. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  728. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  729. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  730. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  731. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  732. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  733. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  734. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  735. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  736. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  737. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  738. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  739. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  740. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  741. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  742. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  743. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  744. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  745. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  746. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  747. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  748. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  749. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  750. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  751. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  752. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  753. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  754. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  755. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  756. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  757. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  758. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  759. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  760. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  761. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  762. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  763. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  764. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  765. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  766. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  767. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  768. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  769. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  770. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  771. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  772. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  773. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  774. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  775. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  776. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  777. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  778. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  779. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
  780. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  781. data/spec/codegen/crm/owners/api/default_api_spec.rb +60 -0
  782. data/spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb +47 -0
  783. data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
  784. data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
  785. data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
  786. data/spec/codegen/crm/owners/models/paging_spec.rb +41 -0
  787. data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
  788. data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
  789. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  790. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
  791. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  792. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  793. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
  794. data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
  795. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
  796. data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
  797. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
  798. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  799. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
  800. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  801. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  802. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
  803. data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
  804. data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
  805. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  806. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  807. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  808. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  809. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  810. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  811. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  812. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  813. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  814. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  815. data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  816. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  817. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  818. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  819. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  820. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  821. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  822. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  823. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  824. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  825. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  826. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  827. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  828. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  829. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
  830. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  831. data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
  832. data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
  833. data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
  834. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
  835. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
  836. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
  837. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
  838. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
  839. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
  840. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  841. data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
  842. data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
  843. data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
  844. data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
  845. data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
  846. data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
  847. data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
  848. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
  849. data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
  850. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
  851. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
  852. data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
  853. data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
  854. data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
  855. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  856. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
  857. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
  858. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  859. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  860. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  861. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  862. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  863. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  864. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  865. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  866. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  867. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  868. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  869. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  870. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  871. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  872. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  873. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  874. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
  875. data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
  876. data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
  877. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
  878. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  879. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  880. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  881. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  882. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +77 -0
  883. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  884. data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
  885. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  886. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  887. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
  888. data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  889. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  890. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  891. data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -0
  892. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  893. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +113 -0
  894. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  895. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  896. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +107 -0
  897. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  898. data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
  899. data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
  900. data/spec/codegen/crm/schemas/models/paging_spec.rb +47 -0
  901. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
  902. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  903. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  904. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
  905. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
  906. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  907. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  908. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  909. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  910. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  911. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  912. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  913. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  914. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  915. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  916. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  917. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  918. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  919. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  920. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  921. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  922. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
  923. data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
  924. data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
  925. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
  926. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  927. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  928. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  929. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  930. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +77 -0
  931. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  932. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  933. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  934. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  935. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  936. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  937. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  938. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  939. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  940. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  941. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  942. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  943. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  944. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  945. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  946. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  947. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  948. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  949. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  950. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  951. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  952. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  953. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  954. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  955. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  956. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  957. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  958. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  959. data/spec/codegen/events/models/error_spec.rb +77 -0
  960. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  961. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  962. data/spec/codegen/events/models/paging_spec.rb +41 -0
  963. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  964. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  965. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  966. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  967. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  968. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  969. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  970. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  971. data/spec/codegen/files/files/models/file_spec.rb +147 -0
  972. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  973. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  974. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  975. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  976. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  977. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  978. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  979. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  980. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  981. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  982. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  983. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  984. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  985. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  986. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  987. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  988. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  989. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  990. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  991. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  992. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  993. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  994. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  995. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  996. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  997. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  998. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
  999. data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
  1000. data/spec/codegen/oauth/models/error_spec.rb +77 -0
  1001. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
  1002. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  1003. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  1004. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  1005. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  1006. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  1007. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  1008. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  1009. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  1010. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  1011. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  1012. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  1013. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  1014. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  1015. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  1016. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  1017. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  1018. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  1019. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  1020. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  1021. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  1022. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  1023. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  1024. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  1025. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  1026. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  1027. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  1028. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  1029. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  1030. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1031. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  1032. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  1033. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  1034. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  1035. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  1036. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  1037. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  1038. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  1039. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  1040. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  1041. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  1042. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  1043. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  1044. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  1045. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  1046. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  1047. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  1048. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  1049. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  1050. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1051. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1052. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1053. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1054. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1055. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  1056. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  1057. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1058. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1059. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  1060. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  1061. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  1062. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  1063. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  1064. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  1065. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  1066. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  1067. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  1068. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  1069. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  1070. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1071. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  1072. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  1073. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1074. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  1075. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  1076. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  1077. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  1078. data/spec/features/crm/products/search_api_spec.rb +7 -0
  1079. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  1080. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  1081. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  1082. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  1083. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  1084. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  1085. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  1086. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  1087. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  1088. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  1089. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  1090. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  1091. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  1092. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  1093. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  1094. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  1095. data/spec/features/events/events_api_spec.rb +7 -0
  1096. data/spec/features/files/files/files_api_spec.rb +16 -0
  1097. data/spec/features/files/files/folders_api_spec.rb +14 -0
  1098. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  1099. data/spec/features/oauth/default_api_spec.rb +10 -0
  1100. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  1101. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  1102. metadata +1771 -2041
  1103. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -1956
  1104. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb +0 -240
  1105. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb +0 -240
  1106. data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +0 -219
  1107. data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +0 -224
  1108. data/sample-apps/companies-app/.env.template +0 -2
  1109. data/sample-apps/companies-app/.env.test.template +0 -3
  1110. data/sample-apps/companies-app/.gitignore +0 -35
  1111. data/sample-apps/companies-app/.rspec +0 -1
  1112. data/sample-apps/companies-app/.ruby-version +0 -1
  1113. data/sample-apps/companies-app/Dockerfile +0 -22
  1114. data/sample-apps/companies-app/Gemfile +0 -33
  1115. data/sample-apps/companies-app/Gemfile.lock +0 -271
  1116. data/sample-apps/companies-app/README.md +0 -31
  1117. data/sample-apps/companies-app/Rakefile +0 -6
  1118. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  1119. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  1120. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  1121. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  1122. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  1123. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  1124. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  1125. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  1126. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  1127. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  1128. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  1129. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1130. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  1131. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1132. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1133. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1134. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1135. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1136. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  1137. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  1138. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  1139. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  1140. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  1141. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  1142. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  1143. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  1144. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  1145. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  1146. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1147. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  1148. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  1149. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  1150. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  1151. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  1152. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  1153. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  1154. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  1155. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  1156. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  1157. data/sample-apps/companies-app/bin/bundle +0 -3
  1158. data/sample-apps/companies-app/bin/rails +0 -9
  1159. data/sample-apps/companies-app/bin/rake +0 -9
  1160. data/sample-apps/companies-app/bin/setup +0 -36
  1161. data/sample-apps/companies-app/bin/spring +0 -17
  1162. data/sample-apps/companies-app/bin/update +0 -31
  1163. data/sample-apps/companies-app/bin/yarn +0 -11
  1164. data/sample-apps/companies-app/config.ru +0 -5
  1165. data/sample-apps/companies-app/config/application.rb +0 -19
  1166. data/sample-apps/companies-app/config/boot.rb +0 -3
  1167. data/sample-apps/companies-app/config/cable.yml +0 -10
  1168. data/sample-apps/companies-app/config/database.yml +0 -25
  1169. data/sample-apps/companies-app/config/environment.rb +0 -5
  1170. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  1171. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  1172. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  1173. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  1174. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  1175. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  1176. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  1177. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  1178. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  1179. data/sample-apps/companies-app/config/puma.rb +0 -34
  1180. data/sample-apps/companies-app/config/routes.rb +0 -17
  1181. data/sample-apps/companies-app/config/spring.rb +0 -6
  1182. data/sample-apps/companies-app/db/seeds.rb +0 -7
  1183. data/sample-apps/companies-app/docker-compose.yml +0 -11
  1184. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  1185. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  1186. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  1187. data/sample-apps/companies-app/log/.keep +0 -0
  1188. data/sample-apps/companies-app/package.json +0 -5
  1189. data/sample-apps/companies-app/public/404.html +0 -67
  1190. data/sample-apps/companies-app/public/422.html +0 -67
  1191. data/sample-apps/companies-app/public/500.html +0 -66
  1192. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  1193. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  1194. data/sample-apps/companies-app/public/favicon.ico +0 -0
  1195. data/sample-apps/companies-app/public/robots.txt +0 -1
  1196. data/sample-apps/companies-app/tmp/.keep +0 -0
  1197. data/sample-apps/contacts-app/.env.template +0 -2
  1198. data/sample-apps/contacts-app/.env.test.template +0 -3
  1199. data/sample-apps/contacts-app/.gitignore +0 -35
  1200. data/sample-apps/contacts-app/.rspec +0 -1
  1201. data/sample-apps/contacts-app/.ruby-version +0 -1
  1202. data/sample-apps/contacts-app/Dockerfile +0 -22
  1203. data/sample-apps/contacts-app/Gemfile +0 -33
  1204. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  1205. data/sample-apps/contacts-app/README.md +0 -41
  1206. data/sample-apps/contacts-app/Rakefile +0 -6
  1207. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  1208. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  1209. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  1210. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  1211. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1212. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  1213. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  1214. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  1215. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1216. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  1217. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1218. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  1219. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  1220. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1221. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1222. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1223. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1224. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1225. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1226. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1227. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1228. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  1229. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1230. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1231. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1232. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1233. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1234. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1235. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  1236. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  1237. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  1238. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  1239. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  1240. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  1241. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  1242. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  1243. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  1244. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1245. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  1246. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  1247. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  1248. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  1249. data/sample-apps/contacts-app/bin/bundle +0 -3
  1250. data/sample-apps/contacts-app/bin/rails +0 -9
  1251. data/sample-apps/contacts-app/bin/rake +0 -9
  1252. data/sample-apps/contacts-app/bin/setup +0 -36
  1253. data/sample-apps/contacts-app/bin/spring +0 -17
  1254. data/sample-apps/contacts-app/bin/update +0 -31
  1255. data/sample-apps/contacts-app/bin/yarn +0 -11
  1256. data/sample-apps/contacts-app/config.ru +0 -5
  1257. data/sample-apps/contacts-app/config/application.rb +0 -19
  1258. data/sample-apps/contacts-app/config/boot.rb +0 -3
  1259. data/sample-apps/contacts-app/config/cable.yml +0 -10
  1260. data/sample-apps/contacts-app/config/database.yml +0 -25
  1261. data/sample-apps/contacts-app/config/environment.rb +0 -5
  1262. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  1263. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  1264. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  1265. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  1266. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1267. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1268. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  1269. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1270. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  1271. data/sample-apps/contacts-app/config/puma.rb +0 -34
  1272. data/sample-apps/contacts-app/config/routes.rb +0 -14
  1273. data/sample-apps/contacts-app/config/spring.rb +0 -6
  1274. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  1275. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  1276. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  1277. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  1278. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  1279. data/sample-apps/contacts-app/log/.keep +0 -0
  1280. data/sample-apps/contacts-app/package.json +0 -5
  1281. data/sample-apps/contacts-app/public/404.html +0 -67
  1282. data/sample-apps/contacts-app/public/422.html +0 -67
  1283. data/sample-apps/contacts-app/public/500.html +0 -66
  1284. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1285. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  1286. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  1287. data/sample-apps/contacts-app/public/robots.txt +0 -1
  1288. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1289. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1290. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1291. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1292. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1293. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1294. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1295. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  1296. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  1297. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  1298. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  1299. data/sample-apps/contacts-app/tmp/.keep +0 -0
  1300. data/sample-apps/imports-contacts-app/.env.template +0 -2
  1301. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  1302. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  1303. data/sample-apps/imports-contacts-app/.rspec +0 -1
  1304. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  1305. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  1306. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  1307. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  1308. data/sample-apps/imports-contacts-app/README.md +0 -27
  1309. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  1310. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  1311. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  1312. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  1313. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  1314. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1315. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  1316. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  1317. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  1318. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1319. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  1320. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1321. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  1322. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1323. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1324. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1325. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1326. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1327. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  1328. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  1329. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  1330. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  1331. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  1332. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1333. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  1334. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  1335. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  1336. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  1337. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  1338. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  1339. data/sample-apps/imports-contacts-app/bin/update +0 -31
  1340. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  1341. data/sample-apps/imports-contacts-app/config.ru +0 -5
  1342. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  1343. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  1344. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  1345. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  1346. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  1347. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  1348. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  1349. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  1350. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  1351. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1352. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1353. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  1354. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1355. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  1356. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  1357. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  1358. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  1359. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  1360. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  1361. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  1362. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  1363. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  1364. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  1365. data/sample-apps/imports-contacts-app/package.json +0 -5
  1366. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  1367. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  1368. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  1369. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1370. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  1371. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  1372. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  1373. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  1374. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  1375. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  1376. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  1377. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  1378. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  1379. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  1380. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  1381. data/sample-apps/leaky-bucket-app/README.md +0 -34
  1382. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  1383. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  1384. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  1385. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  1386. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  1387. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  1388. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  1389. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  1390. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  1391. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  1392. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  1393. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1394. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  1395. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1396. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1397. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1398. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1399. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1400. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1401. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1402. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  1403. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  1404. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  1405. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  1406. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  1407. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  1408. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  1409. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  1410. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  1411. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  1412. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  1413. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  1414. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  1415. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  1416. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  1417. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  1418. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  1419. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  1420. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  1421. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  1422. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  1423. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  1424. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  1425. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  1426. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  1427. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1428. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  1429. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  1430. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  1431. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  1432. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  1433. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  1434. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  1435. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  1436. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  1437. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  1438. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  1439. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  1440. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  1441. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  1442. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  1443. data/sample-apps/leaky-bucket-app/package.json +0 -5
  1444. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  1445. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  1446. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  1447. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  1448. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  1449. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  1450. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  1451. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  1452. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  1453. data/sample-apps/oauth-app/.env.template +0 -2
  1454. data/sample-apps/oauth-app/.env.test.template +0 -3
  1455. data/sample-apps/oauth-app/.gitignore +0 -35
  1456. data/sample-apps/oauth-app/.rspec +0 -1
  1457. data/sample-apps/oauth-app/.ruby-version +0 -1
  1458. data/sample-apps/oauth-app/Dockerfile +0 -22
  1459. data/sample-apps/oauth-app/Gemfile +0 -33
  1460. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  1461. data/sample-apps/oauth-app/README.md +0 -33
  1462. data/sample-apps/oauth-app/Rakefile +0 -6
  1463. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  1464. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  1465. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  1466. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  1467. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  1468. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  1469. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  1470. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  1471. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  1472. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  1473. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1474. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  1475. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1476. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1477. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1478. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1479. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1480. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1481. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1482. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1483. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  1484. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1485. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1486. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1487. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1488. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  1489. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  1490. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  1491. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  1492. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  1493. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  1494. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  1495. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  1496. data/sample-apps/oauth-app/bin/bundle +0 -3
  1497. data/sample-apps/oauth-app/bin/rails +0 -9
  1498. data/sample-apps/oauth-app/bin/rake +0 -9
  1499. data/sample-apps/oauth-app/bin/setup +0 -36
  1500. data/sample-apps/oauth-app/bin/spring +0 -17
  1501. data/sample-apps/oauth-app/bin/update +0 -31
  1502. data/sample-apps/oauth-app/bin/yarn +0 -11
  1503. data/sample-apps/oauth-app/config.ru +0 -5
  1504. data/sample-apps/oauth-app/config/application.rb +0 -19
  1505. data/sample-apps/oauth-app/config/boot.rb +0 -3
  1506. data/sample-apps/oauth-app/config/cable.yml +0 -10
  1507. data/sample-apps/oauth-app/config/database.yml +0 -25
  1508. data/sample-apps/oauth-app/config/environment.rb +0 -5
  1509. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  1510. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  1511. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  1512. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  1513. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  1514. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  1515. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  1516. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  1517. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  1518. data/sample-apps/oauth-app/config/puma.rb +0 -34
  1519. data/sample-apps/oauth-app/config/routes.rb +0 -14
  1520. data/sample-apps/oauth-app/config/spring.rb +0 -6
  1521. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  1522. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  1523. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  1524. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  1525. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  1526. data/sample-apps/oauth-app/log/.keep +0 -0
  1527. data/sample-apps/oauth-app/package.json +0 -5
  1528. data/sample-apps/oauth-app/public/404.html +0 -67
  1529. data/sample-apps/oauth-app/public/422.html +0 -67
  1530. data/sample-apps/oauth-app/public/500.html +0 -66
  1531. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  1532. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  1533. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  1534. data/sample-apps/oauth-app/public/robots.txt +0 -1
  1535. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1536. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1537. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1538. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1539. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1540. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1541. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1542. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  1543. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  1544. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  1545. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  1546. data/sample-apps/oauth-app/tmp/.keep +0 -0
  1547. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  1548. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  1549. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  1550. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  1551. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  1552. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  1553. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  1554. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  1555. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  1556. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  1557. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  1558. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  1559. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1560. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  1561. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  1562. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  1563. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1564. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  1565. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1566. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  1567. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1568. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1569. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1570. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1571. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1572. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1573. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1574. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  1575. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  1576. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  1577. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  1578. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1579. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  1580. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  1581. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  1582. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  1583. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  1584. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  1585. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  1586. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  1587. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  1588. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  1589. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  1590. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  1591. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  1592. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  1593. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  1594. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  1595. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  1596. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  1597. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  1598. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  1599. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1600. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  1601. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  1602. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  1603. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  1604. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  1605. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  1606. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  1607. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  1608. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  1609. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  1610. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  1611. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  1612. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  1613. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  1614. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  1615. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  1616. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  1617. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  1618. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  1619. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  1620. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  1621. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  1622. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  1623. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  1624. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  1625. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  1626. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  1627. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  1628. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  1629. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  1630. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  1631. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  1632. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  1633. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  1634. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  1635. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  1636. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  1637. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1638. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  1639. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  1640. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  1641. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1642. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  1643. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1644. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  1645. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1646. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1647. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1648. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1649. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1650. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  1651. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  1652. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  1653. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  1654. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1655. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  1656. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  1657. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  1658. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  1659. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  1660. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  1661. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  1662. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  1663. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  1664. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  1665. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  1666. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  1667. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  1668. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  1669. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  1670. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  1671. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  1672. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  1673. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  1674. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  1675. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  1676. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  1677. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  1678. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  1679. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  1680. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  1681. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  1682. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  1683. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  1684. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  1685. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  1686. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  1687. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  1688. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  1689. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  1690. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  1691. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  1692. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  1693. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  1694. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  1695. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  1696. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  1697. data/sample-apps/search-result-paging-app/.env.template +0 -4
  1698. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  1699. data/sample-apps/search-result-paging-app/.rspec +0 -1
  1700. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  1701. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  1702. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  1703. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  1704. data/sample-apps/search-result-paging-app/README.md +0 -0
  1705. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  1706. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  1707. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  1708. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  1709. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  1710. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  1711. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  1712. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  1713. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  1714. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  1715. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  1716. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1717. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  1718. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1719. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1720. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1721. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1722. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1723. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1724. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  1725. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1726. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1727. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  1728. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  1729. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  1730. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  1731. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  1732. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  1733. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  1734. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  1735. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  1736. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  1737. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  1738. data/sample-apps/search-result-paging-app/bin/update +0 -31
  1739. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  1740. data/sample-apps/search-result-paging-app/config.ru +0 -5
  1741. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  1742. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  1743. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  1744. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  1745. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  1746. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  1747. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  1748. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  1749. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  1750. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  1751. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  1752. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  1753. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  1754. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  1755. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  1756. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  1757. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  1758. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  1759. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  1760. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  1761. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  1762. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  1763. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  1764. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  1765. data/sample-apps/search-result-paging-app/package.json +0 -5
  1766. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  1767. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  1768. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  1769. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  1770. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  1771. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  1772. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  1773. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  1774. data/sample-apps/timeline-events-app/.env.template +0 -5
  1775. data/sample-apps/timeline-events-app/.gitignore +0 -35
  1776. data/sample-apps/timeline-events-app/.rspec +0 -1
  1777. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  1778. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  1779. data/sample-apps/timeline-events-app/Gemfile +0 -33
  1780. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  1781. data/sample-apps/timeline-events-app/README.md +0 -30
  1782. data/sample-apps/timeline-events-app/Rakefile +0 -6
  1783. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  1784. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  1785. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  1786. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  1787. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  1788. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  1789. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  1790. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  1791. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  1792. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1793. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  1794. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  1795. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1796. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1797. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1798. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1799. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1800. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1801. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  1802. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  1803. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  1804. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  1805. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  1806. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  1807. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  1808. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  1809. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  1810. data/sample-apps/timeline-events-app/bin/rails +0 -9
  1811. data/sample-apps/timeline-events-app/bin/rake +0 -9
  1812. data/sample-apps/timeline-events-app/bin/setup +0 -36
  1813. data/sample-apps/timeline-events-app/bin/spring +0 -17
  1814. data/sample-apps/timeline-events-app/bin/update +0 -31
  1815. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  1816. data/sample-apps/timeline-events-app/config.ru +0 -5
  1817. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  1818. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  1819. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  1820. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  1821. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  1822. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  1823. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  1824. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  1825. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  1826. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  1827. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  1828. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  1829. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  1830. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  1831. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  1832. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  1833. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  1834. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  1835. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  1836. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  1837. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  1838. data/sample-apps/timeline-events-app/log/.keep +0 -0
  1839. data/sample-apps/timeline-events-app/package.json +0 -5
  1840. data/sample-apps/timeline-events-app/public/404.html +0 -67
  1841. data/sample-apps/timeline-events-app/public/422.html +0 -67
  1842. data/sample-apps/timeline-events-app/public/500.html +0 -66
  1843. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  1844. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  1845. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  1846. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  1847. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  1848. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  1849. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  1850. data/sample-apps/trello-integration-app/.env.template +0 -7
  1851. data/sample-apps/trello-integration-app/.gitignore +0 -35
  1852. data/sample-apps/trello-integration-app/.rspec +0 -1
  1853. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  1854. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  1855. data/sample-apps/trello-integration-app/Gemfile +0 -38
  1856. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  1857. data/sample-apps/trello-integration-app/README.md +0 -31
  1858. data/sample-apps/trello-integration-app/Rakefile +0 -6
  1859. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  1860. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  1861. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  1862. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  1863. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  1864. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  1865. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  1866. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  1867. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  1868. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  1869. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  1870. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  1871. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  1872. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  1873. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  1874. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  1875. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  1876. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  1877. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  1878. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  1879. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  1880. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  1881. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  1882. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  1883. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  1884. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  1885. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1886. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1887. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1888. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1889. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1890. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  1891. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  1892. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  1893. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  1894. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  1895. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  1896. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  1897. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  1898. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  1899. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  1900. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  1901. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  1902. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  1903. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  1904. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  1905. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  1906. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  1907. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  1908. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  1909. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  1910. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  1911. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  1912. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  1913. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  1914. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  1915. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  1916. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  1917. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  1918. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  1919. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  1920. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  1921. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  1922. data/sample-apps/trello-integration-app/bin/rails +0 -9
  1923. data/sample-apps/trello-integration-app/bin/rake +0 -9
  1924. data/sample-apps/trello-integration-app/bin/setup +0 -36
  1925. data/sample-apps/trello-integration-app/bin/spring +0 -17
  1926. data/sample-apps/trello-integration-app/bin/update +0 -31
  1927. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  1928. data/sample-apps/trello-integration-app/config.ru +0 -5
  1929. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  1930. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  1931. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  1932. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  1933. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  1934. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  1935. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  1936. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  1937. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  1938. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  1939. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  1940. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  1941. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  1942. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  1943. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  1944. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  1945. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  1946. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  1947. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  1948. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  1949. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  1950. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  1951. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  1952. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  1953. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  1954. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  1955. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  1956. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  1957. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  1958. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  1959. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  1960. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  1961. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  1962. data/sample-apps/trello-integration-app/log/.keep +0 -0
  1963. data/sample-apps/trello-integration-app/package.json +0 -5
  1964. data/sample-apps/trello-integration-app/public/404.html +0 -67
  1965. data/sample-apps/trello-integration-app/public/422.html +0 -67
  1966. data/sample-apps/trello-integration-app/public/500.html +0 -66
  1967. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  1968. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  1969. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  1970. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  1971. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  1972. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  1973. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  1974. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  1975. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  1976. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  1977. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  1978. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  1979. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  1980. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  1981. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  1982. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1983. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  1984. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  1985. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  1986. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1987. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  1988. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  1989. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1990. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  1991. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  1992. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  1993. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  1994. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  1995. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  1996. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  1997. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  1998. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  1999. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  2000. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  2001. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  2002. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  2003. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  2004. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  2005. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  2006. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  2007. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  2008. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  2009. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  2010. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  2011. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  2012. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  2013. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  2014. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  2015. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  2016. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  2017. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  2018. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  2019. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  2020. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  2021. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  2022. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  2023. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  2024. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  2025. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  2026. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  2027. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  2028. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  2029. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  2030. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  2031. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  2032. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  2033. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  2034. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  2035. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  2036. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  2037. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  2038. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  2039. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  2040. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  2041. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  2042. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  2043. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  2044. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  2045. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  2046. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  2047. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  2048. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  2049. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  2050. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  2051. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  2052. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  2053. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  2054. data/spec/oauth/api/tokens_api_spec.rb +0 -51
  2055. data/spec/oauth/api_client_spec.rb +0 -226
  2056. data/spec/oauth/configuration_spec.rb +0 -42
  2057. data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
  2058. data/spec/oauth/models/error_detail_spec.rb +0 -53
  2059. data/spec/oauth/models/error_spec.rb +0 -71
  2060. data/spec/oauth/models/json_node_spec.rb +0 -165
  2061. data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
  2062. data/spec/oauth/models/refresh_token_spec.rb +0 -59
  2063. data/spec/owners/api/default_api_spec.rb +0 -60
  2064. data/spec/owners/api_client_spec.rb +0 -226
  2065. data/spec/owners/configuration_spec.rb +0 -42
  2066. data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
  2067. data/spec/owners/models/error_detail_spec.rb +0 -53
  2068. data/spec/owners/models/error_spec.rb +0 -71
  2069. data/spec/owners/models/next_page_spec.rb +0 -47
  2070. data/spec/owners/models/paging_spec.rb +0 -41
  2071. data/spec/owners/models/public_owner_spec.rb +0 -89
  2072. data/spec/owners/models/public_team_spec.rb +0 -57
  2073. data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  2074. data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
  2075. data/spec/pipelines/api_client_spec.rb +0 -226
  2076. data/spec/pipelines/configuration_spec.rb +0 -42
  2077. data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  2078. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  2079. data/spec/pipelines/models/error_detail_spec.rb +0 -53
  2080. data/spec/pipelines/models/error_spec.rb +0 -71
  2081. data/spec/pipelines/models/next_page_spec.rb +0 -47
  2082. data/spec/pipelines/models/paging_spec.rb +0 -41
  2083. data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
  2084. data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2085. data/spec/pipelines/models/pipeline_spec.rb +0 -83
  2086. data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2087. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2088. data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
  2089. data/spec/properties/api/batch_api_spec.rb +0 -74
  2090. data/spec/properties/api/core_api_spec.rb +0 -102
  2091. data/spec/properties/api/groups_api_spec.rb +0 -100
  2092. data/spec/properties/api_client_spec.rb +0 -226
  2093. data/spec/properties/configuration_spec.rb +0 -42
  2094. data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
  2095. data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
  2096. data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2097. data/spec/properties/models/batch_response_property_spec.rb +0 -81
  2098. data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
  2099. data/spec/properties/models/collection_response_property_spec.rb +0 -47
  2100. data/spec/properties/models/error_detail_spec.rb +0 -65
  2101. data/spec/properties/models/error_spec.rb +0 -71
  2102. data/spec/properties/models/next_page_spec.rb +0 -47
  2103. data/spec/properties/models/option_input_spec.rb +0 -65
  2104. data/spec/properties/models/option_spec.rb +0 -65
  2105. data/spec/properties/models/paging_spec.rb +0 -41
  2106. data/spec/properties/models/property_create_spec.rb +0 -103
  2107. data/spec/properties/models/property_group_create_spec.rb +0 -53
  2108. data/spec/properties/models/property_group_spec.rb +0 -59
  2109. data/spec/properties/models/property_group_update_spec.rb +0 -47
  2110. data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
  2111. data/spec/properties/models/property_name_spec.rb +0 -41
  2112. data/spec/properties/models/property_spec.rb +0 -177
  2113. data/spec/properties/models/property_update_spec.rb +0 -91
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4b49b9d663061d8a64738f36e6096b8feea525e1989b37170bc8775b3145de2
4
- data.tar.gz: a6991bb95007d6b77521e1b0489f9b1d7701a428491858512e3ab8cd8ec23ceb
3
+ metadata.gz: ccfe6fd06109ec65d90da3c0f86705f7e5be6dbcb3363ef29693d82c565cdcc3
4
+ data.tar.gz: 8178297f8490805c188951645238c9bcd14e6c9455835320f8bcf37ea424c47d
5
5
  SHA512:
6
- metadata.gz: 68add3b7a124742dbc4b0229fb33ceb195f9f576c8e7e47cc19716027a0fa058b05c5b35a8358889d9729edef06aa9a2f1d05e36b02e9664f5b7ef612ad1bd00
7
- data.tar.gz: eac741611f7a39f48f8e9cf7ad16eb36715ca184bb133e30ca15ec92613aa686712263b711788bd29e7fe4458abc4cdb846e43e2d637a77f26a9f382d736e54b
6
+ metadata.gz: a689506081f3c5f8d0039fcc3cee7020f31095288c2d27c6313535d4e8d16707172abe0b77ea40b97e5002feb22b2fe7b289c2d394b9b489d74af0b979eeadf3
7
+ data.tar.gz: 6a1dfd577ea1751b852bd4dfeff44ee4babbe6440930cdf7b35d713e9fc4181ce9fc2d93ec78c3d212838296a14524b0792df756257b48aa2d55a3c282b0249d
@@ -0,0 +1,4 @@
1
+ # This file is managed by GitHubManager
2
+ # Changes will be overwritten, please go to https://private.hubteam.com/githubmanager to update this.
3
+
4
+ * @HubSpot/devex-sample-apps-developers
data/CHANGELOG.md CHANGED
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [9.5.0] - 2021-02-19
9
+
10
+ - added Events api module
11
+ - added Conversations::VisitorIdentification api module
12
+
13
+ ## [9.4.0] - 2021-02-08
14
+
15
+ - added Crm::Extensions::Accounting api module
16
+ - added Crm::Extensions::Calling api module
17
+ - added Crm::Extensions::Videoconferencing api module
18
+ - added Crm::Objects::FeedbackSubmissions api module
19
+ - added Files::Files api module
20
+ - added Marketing::Transactional api module
21
+
22
+ ## [9.3.0] - 2021-01-20
23
+
24
+ - Add automation actions client
25
+ - Update blogs clients
26
+
27
+ ## [9.2.0] - 2020-12-16
28
+
29
+ - Add blogs clients
30
+ - Update hubdb client
31
+ - Update OAuth client
32
+ - Typhoeus was added
33
+
8
34
  ## [9.0.0] - 2020-11-02
9
35
 
10
36
  - Upgrade clients to 4.3.1 version of openapi-generator
data/Gemfile CHANGED
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 12.3.3'
7
7
  end
data/Gemfile.lock CHANGED
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (2.0.0)
5
- faraday (>= 0.14.0)
4
+ hubspot-api-client (9.5.0)
6
5
  json (~> 2.1, >= 2.1.0)
6
+ require_all (~> 3.0.0)
7
+ typhoeus (~> 1.4.0)
7
8
 
8
9
  GEM
9
10
  remote: https://rubygems.org/
@@ -13,37 +14,35 @@ GEM
13
14
  public_suffix (>= 2.0.2, < 5.0)
14
15
  autotest (4.4.6)
15
16
  ZenTest (>= 4.4.1)
16
- autotest-fsevent (0.2.15)
17
- sys-uname
18
17
  autotest-growl (0.2.16)
19
18
  autotest-rails-pure (4.1.2)
20
- crack (0.4.3)
21
- safe_yaml (~> 1.0.0)
22
- diff-lcs (1.3)
23
- faraday (1.0.1)
24
- multipart-post (>= 1.2, < 3)
25
- ffi (1.11.3)
26
- hashdiff (1.0.0)
27
- json (2.3.0)
28
- multipart-post (2.1.1)
29
- public_suffix (4.0.1)
30
- rake (12.0.0)
31
- rspec (3.9.0)
32
- rspec-core (~> 3.9.0)
33
- rspec-expectations (~> 3.9.0)
34
- rspec-mocks (~> 3.9.0)
35
- rspec-core (3.9.0)
36
- rspec-support (~> 3.9.0)
37
- rspec-expectations (3.9.0)
19
+ crack (0.4.4)
20
+ diff-lcs (1.4.4)
21
+ ethon (0.12.0)
22
+ ffi (>= 1.3.0)
23
+ ffi (1.14.2)
24
+ hashdiff (1.0.1)
25
+ json (2.5.1)
26
+ public_suffix (4.0.6)
27
+ rake (12.3.3)
28
+ rake-release (1.2.1)
29
+ bundler (>= 1.11, < 3)
30
+ require_all (3.0.0)
31
+ rspec (3.10.0)
32
+ rspec-core (~> 3.10.0)
33
+ rspec-expectations (~> 3.10.0)
34
+ rspec-mocks (~> 3.10.0)
35
+ rspec-core (3.10.0)
36
+ rspec-support (~> 3.10.0)
37
+ rspec-expectations (3.10.0)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.9.0)
40
- rspec-mocks (3.9.0)
39
+ rspec-support (~> 3.10.0)
40
+ rspec-mocks (3.10.0)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.9.0)
43
- rspec-support (3.9.0)
44
- safe_yaml (1.0.5)
45
- sys-uname (1.1.1)
46
- ffi (>= 1.0.0)
42
+ rspec-support (~> 3.10.0)
43
+ rspec-support (3.10.0)
44
+ typhoeus (1.4.0)
45
+ ethon (>= 0.9.0)
47
46
  vcr (3.0.3)
48
47
  webmock (1.24.6)
49
48
  addressable (>= 2.3.6)
@@ -55,14 +54,14 @@ PLATFORMS
55
54
 
56
55
  DEPENDENCIES
57
56
  autotest (~> 4.4, >= 4.4.6)
58
- autotest-fsevent (~> 0.2, >= 0.2.12)
59
57
  autotest-growl (~> 0.2, >= 0.2.16)
60
58
  autotest-rails-pure (~> 4.1, >= 4.1.2)
61
59
  hubspot-api-client!
62
- rake (~> 12.0.0)
60
+ rake (~> 12.3.3)
61
+ rake-release
63
62
  rspec (~> 3.6, >= 3.6.0)
64
63
  vcr (~> 3.0, >= 3.0.1)
65
64
  webmock (~> 1.24, >= 1.24.3)
66
65
 
67
66
  BUNDLED WITH
68
- 1.17.3
67
+ 2.1.4
data/README.md CHANGED
@@ -5,6 +5,10 @@ Ruby API v3 Client files and sample apps
5
5
  - Package version: 1.0.0
6
6
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
7
7
 
8
+ ## Documentation
9
+
10
+ See the [Hubspot API](https://www.rubydoc.info/github/HubSpot/hubspot-api-ruby/master) docs.
11
+
8
12
  ## Installation
9
13
 
10
14
  ```ruby
data/Rakefile CHANGED
@@ -1,5 +1,6 @@
1
1
  begin
2
2
  require 'rspec/core/rake_task'
3
+ require 'rake/release'
3
4
 
4
5
  RSpec::Core::RakeTask.new(:spec)
5
6
  task default: :spec
@@ -13,8 +13,9 @@ Gem::Specification.new do |s|
13
13
  s.license = "Unlicense"
14
14
  s.required_ruby_version = ">= 1.9"
15
15
 
16
- s.add_runtime_dependency 'faraday', '>= 0.14.0'
16
+ s.add_runtime_dependency 'typhoeus', '~> 1.4.0'
17
17
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
18
+ s.add_runtime_dependency 'require_all', '~> 3.0.0'
18
19
 
19
20
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
20
21
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
@@ -22,9 +23,11 @@ Gem::Specification.new do |s|
22
23
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
23
24
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
24
25
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
25
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
26
+ s.add_development_dependency 'rake-release'
26
27
 
27
- s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
28
+ s.files = `git ls-files -z`.split("\x0").reject do |f|
29
+ f.match(%r{^(sample-apps)/})
30
+ end
28
31
  s.test_files = `find spec/*`.split("\n")
29
32
  s.executables = []
30
33
  s.require_paths = ["lib"]
@@ -1,550 +1,9 @@
1
- =begin
2
- #CRM Objects
3
-
4
- #CRM objects such as companies, contacts, deals, line items, products, tickets, and quotes are native objects in HubSpot’s CRM. These core building blocks support custom properties, store critical information, and play a central role in the HubSpot application. ## Supported Object Types This API provides access to collections of CRM objects, which return a map of property names to values. Each object type has its own set of default properties, which can be found by exploring the [CRM Object Properties API](https://developers.hubspot.com/docs/methods/crm-properties/crm-properties-overview). |Object Type |Properties returned by default | |--|--| | `companies` | `name`, `domain` | | `contacts` | `firstname`, `lastname`, `email` | | `deals` | `dealname`, `amount`, `closedate`, `pipeline`, `dealstage` | | `products` | `name`, `description`, `price` | | `tickets` | `content`, `hs_pipeline`, `hs_pipeline_stage`, `hs_ticket_category`, `hs_ticket_priority`, `subject` | Find a list of all properties for an object type using the [CRM Object Properties](https://developers.hubspot.com/docs/methods/crm-properties/get-properties) API. e.g. `GET https://api.hubapi.com/properties/v2/companies/properties`. Change the properties returned in the response using the `properties` array in the request body.
5
-
6
- OpenAPI spec version: v3
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.8
10
-
11
- =end
12
-
13
1
  require 'uri'
14
2
  require 'logger'
15
-
16
- require 'hubspot/configuration'
17
- require 'hubspot/exceptions'
18
- require 'hubspot/oauth_helper'
19
- require 'hubspot/version'
20
-
21
- require 'hubspot/helpers/get_all_helper'
22
- require 'hubspot/helpers/webhooks_helper'
23
-
24
- require 'hubspot/codegen/cms/audit-logs/api_client'
25
- require 'hubspot/codegen/cms/audit-logs/api_error'
26
- require 'hubspot/codegen/cms/audit-logs/configuration'
27
- require 'hubspot/codegen/cms/audit-logs/api/default_api'
28
- require 'hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log'
29
- require 'hubspot/codegen/cms/audit-logs/models/error'
30
- require 'hubspot/codegen/cms/audit-logs/models/error_detail'
31
- require 'hubspot/codegen/cms/audit-logs/models/next_page'
32
- require 'hubspot/codegen/cms/audit-logs/models/paging'
33
- require 'hubspot/codegen/cms/audit-logs/models/public_audit_log'
34
-
35
- require 'hubspot/codegen/cms/domains/api_client'
36
- require 'hubspot/codegen/cms/domains/api_error'
37
- require 'hubspot/codegen/cms/domains/configuration'
38
- require 'hubspot/codegen/cms/domains/api/domains_api'
39
- require 'hubspot/codegen/cms/domains/models/collection_response_with_total_domain'
40
- require 'hubspot/codegen/cms/domains/models/domain'
41
- require 'hubspot/codegen/cms/domains/models/domain_cdn_config'
42
- require 'hubspot/codegen/cms/domains/models/domain_setup_info'
43
- require 'hubspot/codegen/cms/domains/models/error'
44
- require 'hubspot/codegen/cms/domains/models/error_detail'
45
- require 'hubspot/codegen/cms/domains/models/next_page'
46
- require 'hubspot/codegen/cms/domains/models/paging'
47
-
48
- require 'hubspot/codegen/cms/hubdb/api_client'
49
- require 'hubspot/codegen/cms/hubdb/api_error'
50
- require 'hubspot/codegen/cms/hubdb/configuration'
51
- require 'hubspot/codegen/cms/hubdb/api/default_api'
52
- require 'hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3'
53
- require 'hubspot/codegen/cms/hubdb/models/batch_input_json_node'
54
- require 'hubspot/codegen/cms/hubdb/models/batch_input_string'
55
- require 'hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors'
56
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3'
57
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging'
58
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3'
59
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging'
60
- require 'hubspot/codegen/cms/hubdb/models/column'
61
- require 'hubspot/codegen/cms/hubdb/models/column_input'
62
- require 'hubspot/codegen/cms/hubdb/models/error'
63
- require 'hubspot/codegen/cms/hubdb/models/error_detail'
64
- require 'hubspot/codegen/cms/hubdb/models/foreign_id'
65
- require 'hubspot/codegen/cms/hubdb/models/forward_paging'
66
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request'
67
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3'
68
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input'
69
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3'
70
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input'
71
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input'
72
- require 'hubspot/codegen/cms/hubdb/models/import_result'
73
- require 'hubspot/codegen/cms/hubdb/models/next_page'
74
- require 'hubspot/codegen/cms/hubdb/models/option'
75
- require 'hubspot/codegen/cms/hubdb/models/paging'
76
- require 'hubspot/codegen/cms/hubdb/models/previous_page'
77
- require 'hubspot/codegen/cms/hubdb/models/simple_user'
78
-
79
- require 'hubspot/codegen/cms/performance/api_client'
80
- require 'hubspot/codegen/cms/performance/api_error'
81
- require 'hubspot/codegen/cms/performance/configuration'
82
- require 'hubspot/codegen/cms/performance/api/default_api'
83
- require 'hubspot/codegen/cms/performance/models/error'
84
- require 'hubspot/codegen/cms/performance/models/error_detail'
85
- require 'hubspot/codegen/cms/performance/models/performance_view'
86
- require 'hubspot/codegen/cms/performance/models/public_performance_response'
87
-
88
- require 'hubspot/codegen/cms/site-search/api_client'
89
- require 'hubspot/codegen/cms/site-search/api_error'
90
- require 'hubspot/codegen/cms/site-search/configuration'
91
- require 'hubspot/codegen/cms/site-search/api/default_api'
92
- require 'hubspot/codegen/cms/site-search/models/content_search_result'
93
- require 'hubspot/codegen/cms/site-search/models/error'
94
- require 'hubspot/codegen/cms/site-search/models/error_detail'
95
- require 'hubspot/codegen/cms/site-search/models/indexed_data'
96
- require 'hubspot/codegen/cms/site-search/models/public_search_results'
97
- require 'hubspot/codegen/cms/site-search/models/search_hit_field'
98
-
99
- require 'hubspot/codegen/cms/url-redirects/api_client'
100
- require 'hubspot/codegen/cms/url-redirects/api_error'
101
- require 'hubspot/codegen/cms/url-redirects/configuration'
102
- require 'hubspot/codegen/cms/url-redirects/api/redirects_api'
103
- require 'hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping'
104
- require 'hubspot/codegen/cms/url-redirects/models/error'
105
- require 'hubspot/codegen/cms/url-redirects/models/error_detail'
106
- require 'hubspot/codegen/cms/url-redirects/models/next_page'
107
- require 'hubspot/codegen/cms/url-redirects/models/paging'
108
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping'
109
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body'
110
-
111
- require 'hubspot/codegen/crm/associations/api_client'
112
- require 'hubspot/codegen/crm/associations/api_error'
113
- require 'hubspot/codegen/crm/associations/configuration'
114
- require 'hubspot/codegen/crm/associations/api/batch_api'
115
- require 'hubspot/codegen/crm/associations/api/types_api'
116
- require 'hubspot/codegen/crm/associations/models/associated_id'
117
- require 'hubspot/codegen/crm/associations/models/batch_input_public_association'
118
- require 'hubspot/codegen/crm/associations/models/batch_input_public_object_id'
119
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association'
120
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association_multi'
121
- require 'hubspot/codegen/crm/associations/models/collection_response_public_association_definiton'
122
- require 'hubspot/codegen/crm/associations/models/error'
123
- require 'hubspot/codegen/crm/associations/models/error_detail'
124
- require 'hubspot/codegen/crm/associations/models/next_page'
125
- require 'hubspot/codegen/crm/associations/models/paging'
126
- require 'hubspot/codegen/crm/associations/models/public_association'
127
- require 'hubspot/codegen/crm/associations/models/public_association_definiton'
128
- require 'hubspot/codegen/crm/associations/models/public_association_multi'
129
- require 'hubspot/codegen/crm/associations/models/public_object_id'
130
-
131
- require 'hubspot/codegen/crm/companies/api_client'
132
- require 'hubspot/codegen/crm/companies/api_error'
133
- require 'hubspot/codegen/crm/companies/configuration'
134
- require 'hubspot/codegen/crm/companies/api/associations_api'
135
- require 'hubspot/codegen/crm/companies/api/basic_api'
136
- require 'hubspot/codegen/crm/companies/api/batch_api'
137
- require 'hubspot/codegen/crm/companies/api/search_api'
138
- require 'hubspot/codegen/crm/companies/models/associated_id'
139
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input'
140
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id'
141
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input'
142
- require 'hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id'
143
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object'
144
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors'
145
- require 'hubspot/codegen/crm/companies/models/collection_response_associated_id'
146
- require 'hubspot/codegen/crm/companies/models/collection_response_simple_public_object'
147
- require 'hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object'
148
- require 'hubspot/codegen/crm/companies/models/error'
149
- require 'hubspot/codegen/crm/companies/models/error_detail'
150
- require 'hubspot/codegen/crm/companies/models/filter'
151
- require 'hubspot/codegen/crm/companies/models/filter_group'
152
- require 'hubspot/codegen/crm/companies/models/next_page'
153
- require 'hubspot/codegen/crm/companies/models/paging'
154
- require 'hubspot/codegen/crm/companies/models/previous_page'
155
- require 'hubspot/codegen/crm/companies/models/public_object_search_request'
156
- require 'hubspot/codegen/crm/companies/models/simple_public_object'
157
- require 'hubspot/codegen/crm/companies/models/simple_public_object_batch_input'
158
- require 'hubspot/codegen/crm/companies/models/simple_public_object_id'
159
- require 'hubspot/codegen/crm/companies/models/simple_public_object_input'
160
-
161
- require 'hubspot/codegen/crm/contacts/api_client'
162
- require 'hubspot/codegen/crm/contacts/api_error'
163
- require 'hubspot/codegen/crm/contacts/configuration'
164
- require 'hubspot/codegen/crm/contacts/api/associations_api'
165
- require 'hubspot/codegen/crm/contacts/api/basic_api'
166
- require 'hubspot/codegen/crm/contacts/api/batch_api'
167
- require 'hubspot/codegen/crm/contacts/api/search_api'
168
- require 'hubspot/codegen/crm/contacts/models/associated_id'
169
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input'
170
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id'
171
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input'
172
- require 'hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id'
173
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object'
174
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors'
175
- require 'hubspot/codegen/crm/contacts/models/collection_response_associated_id'
176
- require 'hubspot/codegen/crm/contacts/models/collection_response_simple_public_object'
177
- require 'hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object'
178
- require 'hubspot/codegen/crm/contacts/models/error'
179
- require 'hubspot/codegen/crm/contacts/models/error_detail'
180
- require 'hubspot/codegen/crm/contacts/models/filter'
181
- require 'hubspot/codegen/crm/contacts/models/filter_group'
182
- require 'hubspot/codegen/crm/contacts/models/next_page'
183
- require 'hubspot/codegen/crm/contacts/models/paging'
184
- require 'hubspot/codegen/crm/contacts/models/previous_page'
185
- require 'hubspot/codegen/crm/contacts/models/public_object_search_request'
186
- require 'hubspot/codegen/crm/contacts/models/simple_public_object'
187
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_batch_input'
188
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_id'
189
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_input'
190
-
191
- require 'hubspot/codegen/crm/deals/api_client'
192
- require 'hubspot/codegen/crm/deals/api_error'
193
- require 'hubspot/codegen/crm/deals/configuration'
194
- require 'hubspot/codegen/crm/deals/api/associations_api'
195
- require 'hubspot/codegen/crm/deals/api/basic_api'
196
- require 'hubspot/codegen/crm/deals/api/batch_api'
197
- require 'hubspot/codegen/crm/deals/api/search_api'
198
- require 'hubspot/codegen/crm/deals/models/associated_id'
199
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input'
200
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id'
201
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input'
202
- require 'hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id'
203
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object'
204
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors'
205
- require 'hubspot/codegen/crm/deals/models/collection_response_associated_id'
206
- require 'hubspot/codegen/crm/deals/models/collection_response_simple_public_object'
207
- require 'hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object'
208
- require 'hubspot/codegen/crm/deals/models/error'
209
- require 'hubspot/codegen/crm/deals/models/error_detail'
210
- require 'hubspot/codegen/crm/deals/models/filter'
211
- require 'hubspot/codegen/crm/deals/models/filter_group'
212
- require 'hubspot/codegen/crm/deals/models/next_page'
213
- require 'hubspot/codegen/crm/deals/models/paging'
214
- require 'hubspot/codegen/crm/deals/models/previous_page'
215
- require 'hubspot/codegen/crm/deals/models/public_object_search_request'
216
- require 'hubspot/codegen/crm/deals/models/simple_public_object'
217
- require 'hubspot/codegen/crm/deals/models/simple_public_object_batch_input'
218
- require 'hubspot/codegen/crm/deals/models/simple_public_object_id'
219
- require 'hubspot/codegen/crm/deals/models/simple_public_object_input'
220
-
221
- require 'hubspot/codegen/crm/extensions/cards/api_client'
222
- require 'hubspot/codegen/crm/extensions/cards/api_error'
223
- require 'hubspot/codegen/crm/extensions/cards/configuration'
224
- require 'hubspot/codegen/crm/extensions/cards/api/cards_api'
225
- require 'hubspot/codegen/crm/extensions/cards/api/sample_response_api'
226
- require 'hubspot/codegen/crm/extensions/cards/models/action_confirmation_body'
227
- require 'hubspot/codegen/crm/extensions/cards/models/action_hook_action_body'
228
- require 'hubspot/codegen/crm/extensions/cards/models/card_actions'
229
- require 'hubspot/codegen/crm/extensions/cards/models/card_create_request'
230
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_body'
231
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_property'
232
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body'
233
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch'
234
- require 'hubspot/codegen/crm/extensions/cards/models/card_list_response'
235
- require 'hubspot/codegen/crm/extensions/cards/models/card_object_type_body'
236
- require 'hubspot/codegen/crm/extensions/cards/models/card_patch_request'
237
- require 'hubspot/codegen/crm/extensions/cards/models/card_response'
238
- require 'hubspot/codegen/crm/extensions/cards/models/display_option'
239
- require 'hubspot/codegen/crm/extensions/cards/models/error'
240
- require 'hubspot/codegen/crm/extensions/cards/models/error_detail'
241
- require 'hubspot/codegen/crm/extensions/cards/models/i_frame_action_body'
242
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response'
243
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_object_result'
244
- require 'hubspot/codegen/crm/extensions/cards/models/object_token'
245
- require 'hubspot/codegen/crm/extensions/cards/models/top_level_actions'
246
-
247
- require 'hubspot/codegen/crm/imports/api_client'
248
- require 'hubspot/codegen/crm/imports/api_error'
249
- require 'hubspot/codegen/crm/imports/configuration'
250
- require 'hubspot/codegen/crm/imports/api/core_api'
251
- require 'hubspot/codegen/crm/imports/models/action_response'
252
- require 'hubspot/codegen/crm/imports/models/collection_response_public_import_response'
253
- require 'hubspot/codegen/crm/imports/models/error'
254
- require 'hubspot/codegen/crm/imports/models/error_detail'
255
- require 'hubspot/codegen/crm/imports/models/next_page'
256
- require 'hubspot/codegen/crm/imports/models/paging'
257
- require 'hubspot/codegen/crm/imports/models/previous_page'
258
- require 'hubspot/codegen/crm/imports/models/public_import_metadata'
259
- require 'hubspot/codegen/crm/imports/models/public_import_response'
260
- require 'hubspot/codegen/crm/imports/models/public_object_list_record'
261
-
262
- require 'hubspot/codegen/crm/line_items/api_client'
263
- require 'hubspot/codegen/crm/line_items/api_error'
264
- require 'hubspot/codegen/crm/line_items/configuration'
265
- require 'hubspot/codegen/crm/line_items/api/associations_api'
266
- require 'hubspot/codegen/crm/line_items/api/basic_api'
267
- require 'hubspot/codegen/crm/line_items/api/batch_api'
268
- require 'hubspot/codegen/crm/line_items/api/search_api'
269
- require 'hubspot/codegen/crm/line_items/models/associated_id'
270
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input'
271
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id'
272
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input'
273
- require 'hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id'
274
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object'
275
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors'
276
- require 'hubspot/codegen/crm/line_items/models/collection_response_associated_id'
277
- require 'hubspot/codegen/crm/line_items/models/collection_response_simple_public_object'
278
- require 'hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object'
279
- require 'hubspot/codegen/crm/line_items/models/error'
280
- require 'hubspot/codegen/crm/line_items/models/error_detail'
281
- require 'hubspot/codegen/crm/line_items/models/filter'
282
- require 'hubspot/codegen/crm/line_items/models/filter_group'
283
- require 'hubspot/codegen/crm/line_items/models/next_page'
284
- require 'hubspot/codegen/crm/line_items/models/paging'
285
- require 'hubspot/codegen/crm/line_items/models/previous_page'
286
- require 'hubspot/codegen/crm/line_items/models/public_object_search_request'
287
- require 'hubspot/codegen/crm/line_items/models/simple_public_object'
288
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_batch_input'
289
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_id'
290
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_input'
291
-
292
- require 'hubspot/codegen/crm/objects/api_client'
293
- require 'hubspot/codegen/crm/objects/api_error'
294
- require 'hubspot/codegen/crm/objects/configuration'
295
- require 'hubspot/codegen/crm/objects/api/associations_api'
296
- require 'hubspot/codegen/crm/objects/api/basic_api'
297
- require 'hubspot/codegen/crm/objects/api/batch_api'
298
- require 'hubspot/codegen/crm/objects/api/search_api'
299
- require 'hubspot/codegen/crm/objects/models/associated_id'
300
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input'
301
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id'
302
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input'
303
- require 'hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id'
304
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object'
305
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors'
306
- require 'hubspot/codegen/crm/objects/models/collection_response_associated_id'
307
- require 'hubspot/codegen/crm/objects/models/collection_response_simple_public_object'
308
- require 'hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object'
309
- require 'hubspot/codegen/crm/objects/models/error'
310
- require 'hubspot/codegen/crm/objects/models/error_detail'
311
- require 'hubspot/codegen/crm/objects/models/filter'
312
- require 'hubspot/codegen/crm/objects/models/filter_group'
313
- require 'hubspot/codegen/crm/objects/models/next_page'
314
- require 'hubspot/codegen/crm/objects/models/paging'
315
- require 'hubspot/codegen/crm/objects/models/previous_page'
316
- require 'hubspot/codegen/crm/objects/models/public_object_search_request'
317
- require 'hubspot/codegen/crm/objects/models/simple_public_object'
318
- require 'hubspot/codegen/crm/objects/models/simple_public_object_batch_input'
319
- require 'hubspot/codegen/crm/objects/models/simple_public_object_id'
320
- require 'hubspot/codegen/crm/objects/models/simple_public_object_input'
321
-
322
- require 'hubspot/codegen/crm/owners/api_client'
323
- require 'hubspot/codegen/crm/owners/api_error'
324
- require 'hubspot/codegen/crm/owners/configuration'
325
- require 'hubspot/codegen/crm/owners/api/default_api'
326
- require 'hubspot/codegen/crm/owners/models/collection_response_public_owner'
327
- require 'hubspot/codegen/crm/owners/models/error'
328
- require 'hubspot/codegen/crm/owners/models/error_detail'
329
- require 'hubspot/codegen/crm/owners/models/next_page'
330
- require 'hubspot/codegen/crm/owners/models/paging'
331
- require 'hubspot/codegen/crm/owners/models/public_owner'
332
- require 'hubspot/codegen/crm/owners/models/public_team'
333
-
334
- require 'hubspot/codegen/crm/pipelines/api_client'
335
- require 'hubspot/codegen/crm/pipelines/api_error'
336
- require 'hubspot/codegen/crm/pipelines/configuration'
337
- require 'hubspot/codegen/crm/pipelines/api/pipeline_stages_api'
338
- require 'hubspot/codegen/crm/pipelines/api/pipelines_api'
339
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline'
340
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage'
341
- require 'hubspot/codegen/crm/pipelines/models/error'
342
- require 'hubspot/codegen/crm/pipelines/models/error_detail'
343
- require 'hubspot/codegen/crm/pipelines/models/next_page'
344
- require 'hubspot/codegen/crm/pipelines/models/paging'
345
- require 'hubspot/codegen/crm/pipelines/models/pipeline'
346
- require 'hubspot/codegen/crm/pipelines/models/pipeline_input'
347
- require 'hubspot/codegen/crm/pipelines/models/pipeline_patch_input'
348
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage'
349
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_input'
350
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input'
351
-
352
- require 'hubspot/codegen/crm/products/api_client'
353
- require 'hubspot/codegen/crm/products/api_error'
354
- require 'hubspot/codegen/crm/products/configuration'
355
- require 'hubspot/codegen/crm/products/api/associations_api'
356
- require 'hubspot/codegen/crm/products/api/basic_api'
357
- require 'hubspot/codegen/crm/products/api/batch_api'
358
- require 'hubspot/codegen/crm/products/api/search_api'
359
- require 'hubspot/codegen/crm/products/models/associated_id'
360
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input'
361
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_id'
362
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_input'
363
- require 'hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id'
364
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object'
365
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors'
366
- require 'hubspot/codegen/crm/products/models/collection_response_associated_id'
367
- require 'hubspot/codegen/crm/products/models/collection_response_simple_public_object'
368
- require 'hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object'
369
- require 'hubspot/codegen/crm/products/models/error'
370
- require 'hubspot/codegen/crm/products/models/error_detail'
371
- require 'hubspot/codegen/crm/products/models/filter'
372
- require 'hubspot/codegen/crm/products/models/filter_group'
373
- require 'hubspot/codegen/crm/products/models/next_page'
374
- require 'hubspot/codegen/crm/products/models/paging'
375
- require 'hubspot/codegen/crm/products/models/previous_page'
376
- require 'hubspot/codegen/crm/products/models/public_object_search_request'
377
- require 'hubspot/codegen/crm/products/models/simple_public_object'
378
- require 'hubspot/codegen/crm/products/models/simple_public_object_batch_input'
379
- require 'hubspot/codegen/crm/products/models/simple_public_object_id'
380
- require 'hubspot/codegen/crm/products/models/simple_public_object_input'
381
-
382
- require 'hubspot/codegen/crm/properties/api_client'
383
- require 'hubspot/codegen/crm/properties/api_error'
384
- require 'hubspot/codegen/crm/properties/configuration'
385
- require 'hubspot/codegen/crm/properties/api/batch_api'
386
- require 'hubspot/codegen/crm/properties/api/core_api'
387
- require 'hubspot/codegen/crm/properties/api/groups_api'
388
- require 'hubspot/codegen/crm/properties/models/batch_input_property_create'
389
- require 'hubspot/codegen/crm/properties/models/batch_input_property_name'
390
- require 'hubspot/codegen/crm/properties/models/batch_read_input_property_name'
391
- require 'hubspot/codegen/crm/properties/models/batch_response_property'
392
- require 'hubspot/codegen/crm/properties/models/collection_response_property'
393
- require 'hubspot/codegen/crm/properties/models/collection_response_property_group'
394
- require 'hubspot/codegen/crm/properties/models/error'
395
- require 'hubspot/codegen/crm/properties/models/error_detail'
396
- require 'hubspot/codegen/crm/properties/models/next_page'
397
- require 'hubspot/codegen/crm/properties/models/option'
398
- require 'hubspot/codegen/crm/properties/models/option_input'
399
- require 'hubspot/codegen/crm/properties/models/paging'
400
- require 'hubspot/codegen/crm/properties/models/property'
401
- require 'hubspot/codegen/crm/properties/models/property_create'
402
- require 'hubspot/codegen/crm/properties/models/property_group'
403
- require 'hubspot/codegen/crm/properties/models/property_group_create'
404
- require 'hubspot/codegen/crm/properties/models/property_group_update'
405
- require 'hubspot/codegen/crm/properties/models/property_modification_metadata'
406
- require 'hubspot/codegen/crm/properties/models/property_name'
407
- require 'hubspot/codegen/crm/properties/models/property_update'
408
-
409
- require 'hubspot/codegen/crm/quotes/api_client'
410
- require 'hubspot/codegen/crm/quotes/api_error'
411
- require 'hubspot/codegen/crm/quotes/configuration'
412
- require 'hubspot/codegen/crm/quotes/api/associations_api'
413
- require 'hubspot/codegen/crm/quotes/api/basic_api'
414
- require 'hubspot/codegen/crm/quotes/api/batch_api'
415
- require 'hubspot/codegen/crm/quotes/api/search_api'
416
- require 'hubspot/codegen/crm/quotes/models/associated_id'
417
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input'
418
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id'
419
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input'
420
- require 'hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id'
421
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object'
422
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors'
423
- require 'hubspot/codegen/crm/quotes/models/collection_response_associated_id'
424
- require 'hubspot/codegen/crm/quotes/models/collection_response_simple_public_object'
425
- require 'hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object'
426
- require 'hubspot/codegen/crm/quotes/models/error'
427
- require 'hubspot/codegen/crm/quotes/models/error_detail'
428
- require 'hubspot/codegen/crm/quotes/models/filter'
429
- require 'hubspot/codegen/crm/quotes/models/filter_group'
430
- require 'hubspot/codegen/crm/quotes/models/next_page'
431
- require 'hubspot/codegen/crm/quotes/models/paging'
432
- require 'hubspot/codegen/crm/quotes/models/previous_page'
433
- require 'hubspot/codegen/crm/quotes/models/public_object_search_request'
434
- require 'hubspot/codegen/crm/quotes/models/simple_public_object'
435
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_batch_input'
436
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_id'
437
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_input'
438
-
439
- require 'hubspot/codegen/crm/schemas/api_client'
440
- require 'hubspot/codegen/crm/schemas/api_error'
441
- require 'hubspot/codegen/crm/schemas/configuration'
442
- require 'hubspot/codegen/crm/schemas/api/core_api'
443
- require 'hubspot/codegen/crm/schemas/api/default_api'
444
- require 'hubspot/codegen/crm/schemas/models/association_definition'
445
- require 'hubspot/codegen/crm/schemas/models/association_definition_egg'
446
- require 'hubspot/codegen/crm/schemas/models/collection_response_object_schema'
447
- require 'hubspot/codegen/crm/schemas/models/error'
448
- require 'hubspot/codegen/crm/schemas/models/error_detail'
449
- require 'hubspot/codegen/crm/schemas/models/next_page'
450
- require 'hubspot/codegen/crm/schemas/models/object_schema'
451
- require 'hubspot/codegen/crm/schemas/models/object_schema_egg'
452
- require 'hubspot/codegen/crm/schemas/models/object_type_definition'
453
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_labels'
454
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_patch'
455
- require 'hubspot/codegen/crm/schemas/models/object_type_property_create'
456
- require 'hubspot/codegen/crm/schemas/models/option'
457
- require 'hubspot/codegen/crm/schemas/models/option_input'
458
- require 'hubspot/codegen/crm/schemas/models/paging'
459
- require 'hubspot/codegen/crm/schemas/models/previous_page'
460
- require 'hubspot/codegen/crm/schemas/models/property'
461
- require 'hubspot/codegen/crm/schemas/models/property_modification_metadata'
462
-
463
- require 'hubspot/codegen/crm/tickets/api_client'
464
- require 'hubspot/codegen/crm/tickets/api_error'
465
- require 'hubspot/codegen/crm/tickets/configuration'
466
- require 'hubspot/codegen/crm/tickets/api/associations_api'
467
- require 'hubspot/codegen/crm/tickets/api/basic_api'
468
- require 'hubspot/codegen/crm/tickets/api/batch_api'
469
- require 'hubspot/codegen/crm/tickets/api/search_api'
470
- require 'hubspot/codegen/crm/tickets/models/associated_id'
471
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input'
472
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id'
473
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input'
474
- require 'hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id'
475
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object'
476
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors'
477
- require 'hubspot/codegen/crm/tickets/models/collection_response_associated_id'
478
- require 'hubspot/codegen/crm/tickets/models/collection_response_simple_public_object'
479
- require 'hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object'
480
- require 'hubspot/codegen/crm/tickets/models/error'
481
- require 'hubspot/codegen/crm/tickets/models/error_detail'
482
- require 'hubspot/codegen/crm/tickets/models/filter'
483
- require 'hubspot/codegen/crm/tickets/models/filter_group'
484
- require 'hubspot/codegen/crm/tickets/models/next_page'
485
- require 'hubspot/codegen/crm/tickets/models/paging'
486
- require 'hubspot/codegen/crm/tickets/models/previous_page'
487
- require 'hubspot/codegen/crm/tickets/models/public_object_search_request'
488
- require 'hubspot/codegen/crm/tickets/models/simple_public_object'
489
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_batch_input'
490
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_id'
491
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_input'
492
-
493
- require 'hubspot/codegen/crm/timeline/api_client'
494
- require 'hubspot/codegen/crm/timeline/api_error'
495
- require 'hubspot/codegen/crm/timeline/configuration'
496
- require 'hubspot/codegen/crm/timeline/api/events_api'
497
- require 'hubspot/codegen/crm/timeline/api/templates_api'
498
- require 'hubspot/codegen/crm/timeline/api/tokens_api'
499
- require 'hubspot/codegen/crm/timeline/models/batch_input_timeline_event'
500
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response'
501
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors'
502
- require 'hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template'
503
- require 'hubspot/codegen/crm/timeline/models/error'
504
- require 'hubspot/codegen/crm/timeline/models/error_detail'
505
- require 'hubspot/codegen/crm/timeline/models/event_detail'
506
- require 'hubspot/codegen/crm/timeline/models/next_page'
507
- require 'hubspot/codegen/crm/timeline/models/paging'
508
- require 'hubspot/codegen/crm/timeline/models/previous_page'
509
- require 'hubspot/codegen/crm/timeline/models/timeline_event'
510
- require 'hubspot/codegen/crm/timeline/models/timeline_event_i_frame'
511
- require 'hubspot/codegen/crm/timeline/models/timeline_event_response'
512
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template'
513
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_create_request'
514
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token'
515
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_option'
516
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request'
517
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_update_request'
518
-
519
- require 'hubspot/codegen/oauth/api_client'
520
- require 'hubspot/codegen/oauth/api_error'
521
- require 'hubspot/codegen/oauth/configuration'
522
- require 'hubspot/codegen/oauth/api/default_api'
523
- require 'hubspot/codegen/oauth/models/access_token_info_response'
524
- require 'hubspot/codegen/oauth/models/error'
525
- require 'hubspot/codegen/oauth/models/error_detail'
526
- require 'hubspot/codegen/oauth/models/refresh_token_info_response'
527
- require 'hubspot/codegen/oauth/models/token_response_if'
528
-
529
- require 'hubspot/codegen/webhooks/api_client'
530
- require 'hubspot/codegen/webhooks/api_error'
531
- require 'hubspot/codegen/webhooks/configuration'
532
- require 'hubspot/codegen/webhooks/api/settings_api'
533
- require 'hubspot/codegen/webhooks/api/subscriptions_api'
534
- require 'hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request'
535
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response'
536
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors'
537
- require 'hubspot/codegen/webhooks/models/error'
538
- require 'hubspot/codegen/webhooks/models/error_detail'
539
- require 'hubspot/codegen/webhooks/models/settings_change_request'
540
- require 'hubspot/codegen/webhooks/models/settings_response'
541
- require 'hubspot/codegen/webhooks/models/subscription_batch_update_request'
542
- require 'hubspot/codegen/webhooks/models/subscription_create_request'
543
- require 'hubspot/codegen/webhooks/models/subscription_list_response'
544
- require 'hubspot/codegen/webhooks/models/subscription_patch_request'
545
- require 'hubspot/codegen/webhooks/models/subscription_response'
546
- require 'hubspot/codegen/webhooks/models/throttling_settings'
547
-
3
+ require 'require_all'
4
+ require_rel 'hubspot/*.rb'
5
+ require_rel 'hubspot/helpers'
6
+ require_rel 'hubspot'
548
7
 
549
8
  module Hubspot
550
9
  class << self
@@ -585,4 +44,4 @@ module Hubspot
585
44
  Configuration.default
586
45
  end
587
46
  end
588
- end
47
+ end