hubspot-api-client 9.3.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (597) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +6 -4
  4. data/LICENSE +201 -0
  5. data/README.md +1 -1
  6. data/hubspot-api-client.gemspec +2 -1
  7. data/lib/hubspot-api-client.rb +5 -664
  8. data/lib/hubspot/codegen/automation/actions/api_client.rb +14 -0
  9. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +14 -0
  10. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +2 -2
  11. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +14 -0
  12. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +2 -2
  13. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +14 -0
  14. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +108 -102
  15. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +4 -2
  16. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +2 -2
  17. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +14 -0
  18. data/lib/hubspot/codegen/cms/domains/api_client.rb +14 -0
  19. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +1 -1
  20. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +1 -1
  21. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1 -1
  22. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +15 -1
  23. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  24. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  25. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  26. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  27. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  28. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
  29. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  30. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  31. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +1 -1
  32. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +1 -1
  33. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  34. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  35. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  36. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  37. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  38. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +5 -3
  39. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  40. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +1 -1
  41. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  42. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  43. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  44. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  45. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  46. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  47. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +1 -1
  48. data/lib/hubspot/codegen/cms/performance/api_client.rb +14 -0
  49. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +2 -5
  50. data/lib/hubspot/codegen/cms/site-search/api_client.rb +14 -0
  51. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +19 -2
  52. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +5 -2
  53. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +17 -15
  54. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +14 -0
  55. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  56. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +406 -0
  57. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  58. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  59. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  60. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  61. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  62. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  63. data/lib/hubspot/codegen/crm/associations/api_client.rb +14 -0
  64. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +6 -12
  65. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +11 -14
  66. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +3 -3
  67. data/lib/hubspot/codegen/crm/companies/api_client.rb +14 -0
  68. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  69. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +226 -0
  70. data/lib/hubspot/codegen/crm/companies/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  71. data/lib/hubspot/codegen/crm/companies/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  72. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +210 -0
  73. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -12
  74. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +288 -0
  75. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +6 -12
  76. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +11 -14
  77. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +3 -3
  78. data/lib/hubspot/codegen/crm/contacts/api_client.rb +14 -0
  79. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  80. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +226 -0
  81. data/lib/hubspot/codegen/crm/contacts/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  82. data/lib/hubspot/codegen/crm/contacts/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  83. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +210 -0
  84. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -12
  85. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +288 -0
  86. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +6 -12
  87. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +11 -14
  88. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +3 -3
  89. data/lib/hubspot/codegen/crm/deals/api_client.rb +14 -0
  90. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  91. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +226 -0
  92. data/lib/hubspot/codegen/crm/deals/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  93. data/lib/hubspot/codegen/crm/deals/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  94. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +210 -0
  95. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -12
  96. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +288 -0
  97. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  98. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  99. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  100. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  101. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  102. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +408 -0
  103. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  104. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  105. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  106. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  107. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  108. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  109. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  110. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  111. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  112. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  113. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  114. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  115. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  116. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  117. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  118. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  119. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  120. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  121. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  122. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  123. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  124. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  125. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  126. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  127. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  128. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  129. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  130. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  131. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  132. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  133. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  134. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  135. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  136. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  137. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  138. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  139. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  140. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  141. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  142. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +408 -0
  143. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  144. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  145. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  146. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  147. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  148. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  149. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  150. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +14 -0
  151. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  152. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +408 -0
  153. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  154. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  155. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  156. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  157. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  158. data/lib/hubspot/codegen/crm/imports/api/default_api.rb +90 -0
  159. data/lib/hubspot/codegen/crm/imports/api_client.rb +14 -0
  160. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +226 -0
  161. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +210 -0
  162. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +238 -0
  163. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +353 -0
  164. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +2 -2
  165. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +6 -12
  166. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +11 -14
  167. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +3 -3
  168. data/lib/hubspot/codegen/crm/line_items/api_client.rb +14 -0
  169. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  170. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +226 -0
  171. data/lib/hubspot/codegen/crm/line_items/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  172. data/lib/hubspot/codegen/crm/line_items/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  173. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +210 -0
  174. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -12
  175. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +288 -0
  176. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +6 -12
  177. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +11 -14
  178. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +10 -10
  179. data/lib/hubspot/codegen/crm/objects/api_client.rb +14 -0
  180. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +100 -0
  181. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +175 -0
  182. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  183. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  184. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +408 -0
  185. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  186. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  187. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  188. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  189. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  190. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  191. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  192. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  193. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  194. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  195. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +228 -0
  196. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  197. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  198. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  199. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  200. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  201. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  202. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  203. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +212 -0
  204. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  205. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  206. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  207. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  208. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +279 -0
  209. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  210. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  211. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  212. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +290 -0
  213. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  214. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -20
  215. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +226 -0
  216. data/lib/hubspot/codegen/crm/objects/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  217. data/lib/hubspot/codegen/crm/objects/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  218. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +210 -0
  219. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +1 -12
  220. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +288 -0
  221. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +9 -3
  222. data/lib/hubspot/codegen/crm/owners/api_client.rb +14 -0
  223. data/lib/hubspot/codegen/crm/owners/models/{collection_response_public_owner.rb → collection_response_public_owner_forward_paging.rb} +4 -4
  224. data/lib/hubspot/codegen/crm/owners/models/{paging.rb → forward_paging.rb} +3 -3
  225. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +14 -0
  226. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +6 -12
  227. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +11 -14
  228. data/lib/hubspot/codegen/crm/products/api/search_api.rb +3 -3
  229. data/lib/hubspot/codegen/crm/products/api_client.rb +14 -0
  230. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  231. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +226 -0
  232. data/lib/hubspot/codegen/crm/products/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  233. data/lib/hubspot/codegen/crm/products/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  234. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +210 -0
  235. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -12
  236. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +288 -0
  237. data/lib/hubspot/codegen/crm/properties/api_client.rb +14 -0
  238. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +3 -6
  239. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +6 -12
  240. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +3 -3
  241. data/lib/hubspot/codegen/crm/quotes/api_client.rb +14 -0
  242. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  243. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +226 -0
  244. data/lib/hubspot/codegen/crm/quotes/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  245. data/lib/hubspot/codegen/crm/quotes/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  246. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +210 -0
  247. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -12
  248. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +288 -0
  249. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +23 -17
  250. data/lib/hubspot/codegen/crm/schemas/api_client.rb +14 -0
  251. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +1 -75
  252. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +4 -78
  253. data/lib/hubspot/codegen/crm/schemas/models/{collection_response_object_schema.rb → collection_response_object_schema_no_paging.rb} +7 -16
  254. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +15 -1
  255. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +15 -1
  256. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +2 -2
  257. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +6 -12
  258. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +11 -14
  259. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +3 -3
  260. data/lib/hubspot/codegen/crm/tickets/api_client.rb +14 -0
  261. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  262. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +226 -0
  263. data/lib/hubspot/codegen/crm/tickets/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  264. data/lib/hubspot/codegen/crm/tickets/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  265. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +210 -0
  266. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -12
  267. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +288 -0
  268. data/lib/hubspot/codegen/crm/timeline/api_client.rb +14 -0
  269. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  270. data/lib/hubspot/codegen/events/api_client.rb +404 -0
  271. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  272. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  273. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  274. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  275. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  276. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  277. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  278. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  279. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  280. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  281. data/lib/hubspot/codegen/files/files/api_client.rb +406 -0
  282. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  283. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  284. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  285. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  286. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  287. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  288. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  289. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  290. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  291. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  292. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  293. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  294. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  295. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  296. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  297. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  298. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  299. data/lib/hubspot/codegen/{crm/schemas → files/files}/models/next_page.rb +7 -7
  300. data/lib/hubspot/codegen/{crm/schemas → files/files}/models/paging.rb +7 -7
  301. data/lib/hubspot/codegen/{crm/schemas → files/files}/models/previous_page.rb +7 -7
  302. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  303. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  304. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  305. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +406 -0
  306. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  307. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  308. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  309. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  310. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  311. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  312. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  313. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  314. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  315. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  316. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  317. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  318. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  319. data/lib/hubspot/codegen/oauth/api_client.rb +14 -0
  320. data/lib/hubspot/codegen/webhooks/api_client.rb +14 -0
  321. data/lib/hubspot/version.rb +1 -1
  322. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +24 -24
  323. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +26 -26
  324. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +14 -14
  325. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +24 -24
  326. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +1 -1
  327. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +1 -1
  328. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +1 -1
  329. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +1 -1
  330. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +1 -1
  331. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +1 -1
  332. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +1 -1
  333. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +1 -1
  334. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +1 -1
  335. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +1 -1
  336. data/spec/codegen/cms/hubdb/models/column_spec.rb +1 -1
  337. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +1 -1
  338. data/spec/codegen/cms/hubdb/models/error_spec.rb +1 -1
  339. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +1 -1
  340. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +1 -1
  341. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +1 -1
  342. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +1 -1
  343. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +1 -1
  344. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +1 -1
  345. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +1 -1
  346. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +1 -1
  347. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +1 -1
  348. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +1 -1
  349. data/spec/codegen/cms/hubdb/models/option_spec.rb +1 -1
  350. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +1 -1
  351. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +1 -1
  352. data/spec/codegen/cms/site-search/api/default_api_spec.rb +0 -1
  353. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +1 -1
  354. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +1 -1
  355. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +2 -2
  356. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  357. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  358. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  359. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  360. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  361. data/spec/codegen/crm/companies/api/associations_api_spec.rb +2 -4
  362. data/spec/codegen/crm/companies/api/basic_api_spec.rb +4 -5
  363. data/spec/codegen/crm/companies/api/search_api_spec.rb +1 -1
  364. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  365. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  366. data/spec/codegen/crm/companies/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  367. data/spec/codegen/crm/companies/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  368. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +41 -0
  369. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -6
  370. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +77 -0
  371. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +2 -4
  372. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +4 -5
  373. data/spec/codegen/crm/contacts/api/search_api_spec.rb +1 -1
  374. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  375. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  376. data/spec/codegen/crm/contacts/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  377. data/spec/codegen/crm/contacts/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  378. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +41 -0
  379. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -6
  380. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +77 -0
  381. data/spec/codegen/crm/deals/api/associations_api_spec.rb +2 -4
  382. data/spec/codegen/crm/deals/api/basic_api_spec.rb +4 -5
  383. data/spec/codegen/crm/deals/api/search_api_spec.rb +1 -1
  384. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  385. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  386. data/spec/codegen/crm/deals/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  387. data/spec/codegen/crm/deals/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  388. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +41 -0
  389. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -6
  390. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +77 -0
  391. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  392. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  393. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  394. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  395. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  396. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  397. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  398. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  399. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  400. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  401. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  402. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  403. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  404. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  405. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  406. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  407. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  408. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  409. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  410. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  411. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  412. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  413. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  414. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  415. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  416. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  417. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  418. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  419. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  420. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  421. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  422. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  423. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  424. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  425. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  426. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  427. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  428. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  429. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  430. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  431. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  432. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  433. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  434. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  435. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  436. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  437. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  438. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  439. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  440. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  441. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  442. data/spec/codegen/crm/imports/api/default_api_spec.rb +47 -0
  443. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +47 -0
  444. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +41 -0
  445. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +53 -0
  446. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +97 -0
  447. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +1 -1
  448. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +2 -4
  449. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +4 -5
  450. data/spec/codegen/crm/line_items/api/search_api_spec.rb +1 -1
  451. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  452. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  453. data/spec/codegen/crm/line_items/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  454. data/spec/codegen/crm/line_items/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  455. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +41 -0
  456. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -6
  457. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +77 -0
  458. data/spec/codegen/crm/objects/api/associations_api_spec.rb +2 -4
  459. data/spec/codegen/crm/objects/api/basic_api_spec.rb +4 -5
  460. data/spec/codegen/crm/objects/api/search_api_spec.rb +3 -3
  461. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +49 -0
  462. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +67 -0
  463. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  464. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  465. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  466. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  467. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  468. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  469. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  470. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  471. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  472. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  473. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  474. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +47 -0
  475. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +53 -0
  476. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  477. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  478. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  479. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  480. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  481. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +41 -0
  482. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  483. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  484. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  485. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  486. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  487. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  488. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  489. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +71 -0
  490. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +77 -0
  491. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  492. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  493. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  494. data/spec/codegen/crm/objects/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  495. data/spec/codegen/crm/objects/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  496. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +41 -0
  497. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -6
  498. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +77 -0
  499. data/spec/codegen/crm/owners/api/default_api_spec.rb +3 -1
  500. data/spec/codegen/crm/owners/models/{collection_response_public_owner_spec.rb → collection_response_public_owner_forward_paging_spec.rb} +6 -6
  501. data/spec/codegen/crm/owners/models/{paging_spec.rb → forward_paging_spec.rb} +6 -6
  502. data/spec/codegen/crm/products/api/associations_api_spec.rb +2 -4
  503. data/spec/codegen/crm/products/api/basic_api_spec.rb +4 -5
  504. data/spec/codegen/crm/products/api/search_api_spec.rb +1 -1
  505. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  506. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  507. data/spec/codegen/crm/products/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  508. data/spec/codegen/crm/products/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  509. data/spec/codegen/crm/products/models/forward_paging_spec.rb +41 -0
  510. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -6
  511. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +77 -0
  512. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +1 -2
  513. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +2 -4
  514. data/spec/codegen/crm/quotes/api/search_api_spec.rb +1 -1
  515. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  516. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  517. data/spec/codegen/crm/quotes/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  518. data/spec/codegen/crm/quotes/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  519. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +41 -0
  520. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -6
  521. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +77 -0
  522. data/spec/codegen/crm/schemas/api/core_api_spec.rb +10 -8
  523. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -20
  524. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -20
  525. data/spec/codegen/crm/schemas/models/{collection_response_object_schema_spec.rb → collection_response_object_schema_no_paging_spec.rb} +6 -12
  526. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +6 -0
  527. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +6 -0
  528. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +1 -1
  529. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +2 -4
  530. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +4 -5
  531. data/spec/codegen/crm/tickets/api/search_api_spec.rb +1 -1
  532. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  533. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  534. data/spec/codegen/crm/tickets/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  535. data/spec/codegen/crm/tickets/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  536. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +41 -0
  537. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -6
  538. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +77 -0
  539. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  540. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  541. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  542. data/spec/codegen/events/models/error_spec.rb +77 -0
  543. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  544. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  545. data/spec/codegen/events/models/paging_spec.rb +41 -0
  546. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  547. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  548. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  549. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  550. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  551. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  552. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  553. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  554. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  555. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  556. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  557. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  558. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  559. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  560. data/spec/codegen/files/files/models/hubspot_file_spec.rb +147 -0
  561. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  562. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  563. data/spec/codegen/{crm/schemas → files/files}/models/next_page_spec.rb +5 -5
  564. data/spec/codegen/{crm/schemas → files/files}/models/paging_spec.rb +5 -5
  565. data/spec/codegen/{crm/schemas → files/files}/models/previous_page_spec.rb +5 -5
  566. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  567. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  568. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  569. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  570. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  571. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  572. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  573. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  574. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  575. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  576. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  577. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  578. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  579. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  580. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  581. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  582. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  583. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  584. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  585. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  586. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  587. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  588. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  589. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  590. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  591. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  592. data/spec/features/crm/objects/search_api_spec.rb +1 -1
  593. data/spec/features/events/events_api_spec.rb +7 -0
  594. data/spec/features/files/files/files_api_spec.rb +16 -0
  595. data/spec/features/files/files/folders_api_spec.rb +14 -0
  596. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  597. metadata +602 -69
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53baecc46a30c2b073aaf09345849511ea7c1ff56de383a7d343680f939b0553
4
- data.tar.gz: cfeb94c714065c1ed2f22c3815cb96ce8e6b0cc7761b255ec4bbc73cf47d5a99
3
+ metadata.gz: 85b571fe8f929543290cca1c323389bbe3ce6a8c813ec69ee40cc6e4a9de5cb8
4
+ data.tar.gz: a4b115e045c84018b817257f67c03664fbc45fdfe66b6beaacfb90af3f1eb0c5
5
5
  SHA512:
6
- metadata.gz: 17f24313e1a7a1d4c22ea8b36e5a4641c997bed9aafe07b5820755939cfa265c8fab8b83e6869bdee1fb21836e34ee07eca1cd526239032338b6d837622eecf2
7
- data.tar.gz: 0d75450f4acf99e3a595c623e3d6cd942a291c4f5a2edf7ed4eee4995a6aec798a1a6498ec266f19f646be960315cb8931e1d6cf0093873aea3b2a63d8602a99
6
+ metadata.gz: 901de7065445a05d083a7da59732b189b6ab536a035fdbef7970aa7365f567e852d2a6c23ce33a972aecd36a44035a22e4925bcf7179e771893133d784db045b
7
+ data.tar.gz: 631c5f58a8ef94c78a6b37c279511d13b3bb1334d75b2946dc654199aeb9408960844c39f2db328fd9af07645920e9d70d01b95f5c17c65e7e8b736fc8b28fdd
data/CHANGELOG.md CHANGED
@@ -5,6 +5,33 @@ 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
+ ## [10.0.0] - 2021-04-15
9
+
10
+ - retry fix
11
+ - search method was changed to do_search
12
+
13
+ ## [9.6.0] - 2021-03-31
14
+
15
+ - License was added
16
+
17
+ ## [9.5.1] - 2021-03-17
18
+
19
+ - fixed Files::Files api module
20
+
21
+ ## [9.5.0] - 2021-02-19
22
+
23
+ - added Events api module
24
+ - added Conversations::VisitorIdentification api module
25
+
26
+ ## [9.4.0] - 2021-02-08
27
+
28
+ - added Crm::Extensions::Accounting api module
29
+ - added Crm::Extensions::Calling api module
30
+ - added Crm::Extensions::Videoconferencing api module
31
+ - added Crm::Objects::FeedbackSubmissions api module
32
+ - added Files::Files api module
33
+ - added Marketing::Transactional api module
34
+
8
35
  ## [9.3.0] - 2021-01-20
9
36
 
10
37
  - Add automation actions client
data/Gemfile.lock CHANGED
@@ -1,8 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (9.3.0)
4
+ hubspot-api-client (10.0.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
+ require_all (~> 3.0.0)
6
7
  typhoeus (~> 1.4.0)
7
8
 
8
9
  GEM
@@ -17,15 +18,16 @@ GEM
17
18
  autotest-rails-pure (4.1.2)
18
19
  crack (0.4.4)
19
20
  diff-lcs (1.4.4)
20
- ethon (0.12.0)
21
- ffi (>= 1.3.0)
22
- ffi (1.14.2)
21
+ ethon (0.13.0)
22
+ ffi (>= 1.15.0)
23
+ ffi (1.15.0)
23
24
  hashdiff (1.0.1)
24
25
  json (2.5.1)
25
26
  public_suffix (4.0.6)
26
27
  rake (12.3.3)
27
28
  rake-release (1.2.1)
28
29
  bundler (>= 1.11, < 3)
30
+ require_all (3.0.0)
29
31
  rspec (3.10.0)
30
32
  rspec-core (~> 3.10.0)
31
33
  rspec-expectations (~> 3.10.0)
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md CHANGED
@@ -7,7 +7,7 @@ Ruby API v3 Client files and sample apps
7
7
 
8
8
  ## Documentation
9
9
 
10
- See the [Hubspot API](https://www.rubydoc.info/github/HubSpot/hubspot-api-ruby/master) docs.
10
+ See the [Hubspot API](https://developers.hubspot.com/docs/api/overview) docs.
11
11
 
12
12
  ## Installation
13
13
 
@@ -10,11 +10,12 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/HubSpot/hubspot-api-ruby"
11
11
  s.summary = "HubSpot Ruby API Gem"
12
12
  s.description = "HubSpot Ruby API client"
13
- s.license = "Unlicense"
13
+ s.license = "Apache-2.0"
14
14
  s.required_ruby_version = ">= 1.9"
15
15
 
16
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'
@@ -1,668 +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/automation/actions/api_client'
25
- require 'hubspot/codegen/automation/actions/api_error'
26
- require 'hubspot/codegen/automation/actions/configuration'
27
- require 'hubspot/codegen/automation/actions/api/callbacks_api'
28
- require 'hubspot/codegen/automation/actions/api/definitions_api'
29
- require 'hubspot/codegen/automation/actions/api/functions_api'
30
- require 'hubspot/codegen/automation/actions/api/revisions_api'
31
- require 'hubspot/codegen/automation/actions/models/action_function_identifier'
32
- require 'hubspot/codegen/automation/actions/models/action_function'
33
- require 'hubspot/codegen/automation/actions/models/action_labels'
34
- require 'hubspot/codegen/automation/actions/models/action_revision'
35
- require 'hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request'
36
- require 'hubspot/codegen/automation/actions/models/callback_completion_batch_request'
37
- require 'hubspot/codegen/automation/actions/models/callback_completion_request'
38
- require 'hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging'
39
- require 'hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging'
40
- require 'hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging'
41
- require 'hubspot/codegen/automation/actions/models/conditional_single_field_dependency'
42
- require 'hubspot/codegen/automation/actions/models/error_detail'
43
- require 'hubspot/codegen/automation/actions/models/error'
44
- require 'hubspot/codegen/automation/actions/models/extension_action_definition_input'
45
- require 'hubspot/codegen/automation/actions/models/extension_action_definition_patch'
46
- require 'hubspot/codegen/automation/actions/models/extension_action_definition'
47
- require 'hubspot/codegen/automation/actions/models/field_type_definition'
48
- require 'hubspot/codegen/automation/actions/models/forward_paging'
49
- require 'hubspot/codegen/automation/actions/models/input_field_definition'
50
- require 'hubspot/codegen/automation/actions/models/next_page'
51
- require 'hubspot/codegen/automation/actions/models/object_request_options'
52
- require 'hubspot/codegen/automation/actions/models/option'
53
- require 'hubspot/codegen/automation/actions/models/single_field_dependency'
54
-
55
- require 'hubspot/codegen/cms/audit-logs/api_client'
56
- require 'hubspot/codegen/cms/audit-logs/api_error'
57
- require 'hubspot/codegen/cms/audit-logs/configuration'
58
- require 'hubspot/codegen/cms/audit-logs/api/default_api'
59
- require 'hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log'
60
- require 'hubspot/codegen/cms/audit-logs/models/error'
61
- require 'hubspot/codegen/cms/audit-logs/models/error_detail'
62
- require 'hubspot/codegen/cms/audit-logs/models/next_page'
63
- require 'hubspot/codegen/cms/audit-logs/models/paging'
64
- require 'hubspot/codegen/cms/audit-logs/models/public_audit_log'
65
-
66
- require 'hubspot/codegen/cms/blogs/authors/api_client'
67
- require 'hubspot/codegen/cms/blogs/authors/api_error'
68
- require 'hubspot/codegen/cms/blogs/authors/configuration'
69
- require 'hubspot/codegen/cms/blogs/authors/api/default_api'
70
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author'
71
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_json_node'
72
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_string'
73
- require 'hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors'
74
- require 'hubspot/codegen/cms/blogs/authors/models/blog_author'
75
- require 'hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging'
76
- require 'hubspot/codegen/cms/blogs/authors/models/error_detail'
77
- require 'hubspot/codegen/cms/blogs/authors/models/error'
78
- require 'hubspot/codegen/cms/blogs/authors/models/forward_paging'
79
- require 'hubspot/codegen/cms/blogs/authors/models/next_page'
80
- require 'hubspot/codegen/cms/blogs/authors/models/standard_error'
81
-
82
- require 'hubspot/codegen/cms/blogs/blog-posts/api_client'
83
- require 'hubspot/codegen/cms/blogs/blog-posts/api_error'
84
- require 'hubspot/codegen/cms/blogs/blog-posts/configuration'
85
- require 'hubspot/codegen/cms/blogs/blog-posts/api/default_api'
86
- require 'hubspot/codegen/cms/blogs/blog-posts/models/angle'
87
- require 'hubspot/codegen/cms/blogs/blog-posts/models/background_image'
88
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post'
89
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node'
90
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string'
91
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors'
92
- require 'hubspot/codegen/cms/blogs/blog-posts/models/blog_post'
93
- require 'hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging'
94
- require 'hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post'
95
- require 'hubspot/codegen/cms/blogs/blog-posts/models/color_stop'
96
- require 'hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next'
97
- require 'hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next'
98
- require 'hubspot/codegen/cms/blogs/blog-posts/models/error_detail'
99
- require 'hubspot/codegen/cms/blogs/blog-posts/models/error'
100
- require 'hubspot/codegen/cms/blogs/blog-posts/models/forward_paging'
101
- require 'hubspot/codegen/cms/blogs/blog-posts/models/gradient'
102
- require 'hubspot/codegen/cms/blogs/blog-posts/models/layout_section'
103
- require 'hubspot/codegen/cms/blogs/blog-posts/models/next_page'
104
- require 'hubspot/codegen/cms/blogs/blog-posts/models/paging'
105
- require 'hubspot/codegen/cms/blogs/blog-posts/models/previous_page'
106
- require 'hubspot/codegen/cms/blogs/blog-posts/models/rgba_color'
107
- require 'hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data'
108
- require 'hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner'
109
- require 'hubspot/codegen/cms/blogs/blog-posts/models/standard_error'
110
- require 'hubspot/codegen/cms/blogs/blog-posts/models/styles'
111
- require 'hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post'
112
- require 'hubspot/codegen/cms/blogs/blog-posts/models/version_user'
113
-
114
- require 'hubspot/codegen/cms/blogs/tags/api_client'
115
- require 'hubspot/codegen/cms/blogs/tags/api_error'
116
- require 'hubspot/codegen/cms/blogs/tags/configuration'
117
- require 'hubspot/codegen/cms/blogs/tags/api/default_api'
118
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_json_node'
119
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_string'
120
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_tag'
121
- require 'hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors'
122
- require 'hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging'
123
- require 'hubspot/codegen/cms/blogs/tags/models/error_detail'
124
- require 'hubspot/codegen/cms/blogs/tags/models/error'
125
- require 'hubspot/codegen/cms/blogs/tags/models/forward_paging'
126
- require 'hubspot/codegen/cms/blogs/tags/models/next_page'
127
- require 'hubspot/codegen/cms/blogs/tags/models/standard_error'
128
- require 'hubspot/codegen/cms/blogs/tags/models/tag'
129
-
130
- require 'hubspot/codegen/cms/domains/api_client'
131
- require 'hubspot/codegen/cms/domains/api_error'
132
- require 'hubspot/codegen/cms/domains/configuration'
133
- require 'hubspot/codegen/cms/domains/api/domains_api'
134
- require 'hubspot/codegen/cms/domains/models/collection_response_with_total_domain'
135
- require 'hubspot/codegen/cms/domains/models/domain'
136
- require 'hubspot/codegen/cms/domains/models/domain_cdn_config'
137
- require 'hubspot/codegen/cms/domains/models/domain_setup_info'
138
- require 'hubspot/codegen/cms/domains/models/error'
139
- require 'hubspot/codegen/cms/domains/models/error_detail'
140
- require 'hubspot/codegen/cms/domains/models/next_page'
141
- require 'hubspot/codegen/cms/domains/models/paging'
142
-
143
- require 'hubspot/codegen/cms/hubdb/api_client'
144
- require 'hubspot/codegen/cms/hubdb/api_error'
145
- require 'hubspot/codegen/cms/hubdb/configuration'
146
- require 'hubspot/codegen/cms/hubdb/api/rows_api'
147
- require 'hubspot/codegen/cms/hubdb/api/rows_batch_api'
148
- require 'hubspot/codegen/cms/hubdb/api/tables_api'
149
- require 'hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3'
150
- require 'hubspot/codegen/cms/hubdb/models/batch_input_json_node'
151
- require 'hubspot/codegen/cms/hubdb/models/batch_input_string'
152
- require 'hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors'
153
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging'
154
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging'
155
- require 'hubspot/codegen/cms/hubdb/models/column_input'
156
- require 'hubspot/codegen/cms/hubdb/models/column'
157
- require 'hubspot/codegen/cms/hubdb/models/error_detail'
158
- require 'hubspot/codegen/cms/hubdb/models/error'
159
- require 'hubspot/codegen/cms/hubdb/models/foreign_id'
160
- require 'hubspot/codegen/cms/hubdb/models/forward_paging'
161
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request'
162
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input'
163
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3'
164
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input'
165
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input'
166
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3'
167
- require 'hubspot/codegen/cms/hubdb/models/import_result'
168
- require 'hubspot/codegen/cms/hubdb/models/next_page'
169
- require 'hubspot/codegen/cms/hubdb/models/option'
170
- require 'hubspot/codegen/cms/hubdb/models/simple_user'
171
- require 'hubspot/codegen/cms/hubdb/models/standard_error'
172
-
173
- require 'hubspot/codegen/cms/performance/api_client'
174
- require 'hubspot/codegen/cms/performance/api_error'
175
- require 'hubspot/codegen/cms/performance/configuration'
176
- require 'hubspot/codegen/cms/performance/api/default_api'
177
- require 'hubspot/codegen/cms/performance/models/error'
178
- require 'hubspot/codegen/cms/performance/models/error_detail'
179
- require 'hubspot/codegen/cms/performance/models/performance_view'
180
- require 'hubspot/codegen/cms/performance/models/public_performance_response'
181
-
182
- require 'hubspot/codegen/cms/site-search/api_client'
183
- require 'hubspot/codegen/cms/site-search/api_error'
184
- require 'hubspot/codegen/cms/site-search/configuration'
185
- require 'hubspot/codegen/cms/site-search/api/default_api'
186
- require 'hubspot/codegen/cms/site-search/models/content_search_result'
187
- require 'hubspot/codegen/cms/site-search/models/error'
188
- require 'hubspot/codegen/cms/site-search/models/error_detail'
189
- require 'hubspot/codegen/cms/site-search/models/indexed_data'
190
- require 'hubspot/codegen/cms/site-search/models/public_search_results'
191
- require 'hubspot/codegen/cms/site-search/models/search_hit_field'
192
-
193
- require 'hubspot/codegen/cms/url-redirects/api_client'
194
- require 'hubspot/codegen/cms/url-redirects/api_error'
195
- require 'hubspot/codegen/cms/url-redirects/configuration'
196
- require 'hubspot/codegen/cms/url-redirects/api/redirects_api'
197
- require 'hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping'
198
- require 'hubspot/codegen/cms/url-redirects/models/error'
199
- require 'hubspot/codegen/cms/url-redirects/models/error_detail'
200
- require 'hubspot/codegen/cms/url-redirects/models/next_page'
201
- require 'hubspot/codegen/cms/url-redirects/models/paging'
202
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping'
203
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body'
204
-
205
- require 'hubspot/codegen/crm/associations/api_client'
206
- require 'hubspot/codegen/crm/associations/api_error'
207
- require 'hubspot/codegen/crm/associations/configuration'
208
- require 'hubspot/codegen/crm/associations/api/batch_api'
209
- require 'hubspot/codegen/crm/associations/api/types_api'
210
- require 'hubspot/codegen/crm/associations/models/associated_id'
211
- require 'hubspot/codegen/crm/associations/models/batch_input_public_association'
212
- require 'hubspot/codegen/crm/associations/models/batch_input_public_object_id'
213
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association'
214
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association_multi'
215
- require 'hubspot/codegen/crm/associations/models/collection_response_public_association_definiton'
216
- require 'hubspot/codegen/crm/associations/models/error_category'
217
- require 'hubspot/codegen/crm/associations/models/error_detail'
218
- require 'hubspot/codegen/crm/associations/models/error'
219
- require 'hubspot/codegen/crm/associations/models/next_page'
220
- require 'hubspot/codegen/crm/associations/models/paging'
221
- require 'hubspot/codegen/crm/associations/models/public_association'
222
- require 'hubspot/codegen/crm/associations/models/public_association_definiton'
223
- require 'hubspot/codegen/crm/associations/models/public_association_multi'
224
- require 'hubspot/codegen/crm/associations/models/public_object_id'
225
- require 'hubspot/codegen/crm/associations/models/standard_error'
226
-
227
- require 'hubspot/codegen/crm/companies/api_client'
228
- require 'hubspot/codegen/crm/companies/api_error'
229
- require 'hubspot/codegen/crm/companies/configuration'
230
- require 'hubspot/codegen/crm/companies/api/associations_api'
231
- require 'hubspot/codegen/crm/companies/api/basic_api'
232
- require 'hubspot/codegen/crm/companies/api/batch_api'
233
- require 'hubspot/codegen/crm/companies/api/search_api'
234
- require 'hubspot/codegen/crm/companies/models/associated_id'
235
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input'
236
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id'
237
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input'
238
- require 'hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id'
239
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object'
240
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors'
241
- require 'hubspot/codegen/crm/companies/models/collection_response_associated_id'
242
- require 'hubspot/codegen/crm/companies/models/collection_response_simple_public_object'
243
- require 'hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object'
244
- require 'hubspot/codegen/crm/companies/models/error_category'
245
- require 'hubspot/codegen/crm/companies/models/error_detail'
246
- require 'hubspot/codegen/crm/companies/models/error'
247
- require 'hubspot/codegen/crm/companies/models/filter'
248
- require 'hubspot/codegen/crm/companies/models/filter_group'
249
- require 'hubspot/codegen/crm/companies/models/next_page'
250
- require 'hubspot/codegen/crm/companies/models/paging'
251
- require 'hubspot/codegen/crm/companies/models/previous_page'
252
- require 'hubspot/codegen/crm/companies/models/public_object_search_request'
253
- require 'hubspot/codegen/crm/companies/models/simple_public_object'
254
- require 'hubspot/codegen/crm/companies/models/simple_public_object_batch_input'
255
- require 'hubspot/codegen/crm/companies/models/simple_public_object_id'
256
- require 'hubspot/codegen/crm/companies/models/simple_public_object_input'
257
- require 'hubspot/codegen/crm/companies/models/standard_error'
258
-
259
- require 'hubspot/codegen/crm/contacts/api_client'
260
- require 'hubspot/codegen/crm/contacts/api_error'
261
- require 'hubspot/codegen/crm/contacts/configuration'
262
- require 'hubspot/codegen/crm/contacts/api/associations_api'
263
- require 'hubspot/codegen/crm/contacts/api/basic_api'
264
- require 'hubspot/codegen/crm/contacts/api/batch_api'
265
- require 'hubspot/codegen/crm/contacts/api/search_api'
266
- require 'hubspot/codegen/crm/contacts/models/associated_id'
267
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input'
268
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id'
269
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input'
270
- require 'hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id'
271
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object'
272
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors'
273
- require 'hubspot/codegen/crm/contacts/models/collection_response_associated_id'
274
- require 'hubspot/codegen/crm/contacts/models/collection_response_simple_public_object'
275
- require 'hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object'
276
- require 'hubspot/codegen/crm/contacts/models/error_category'
277
- require 'hubspot/codegen/crm/contacts/models/error_detail'
278
- require 'hubspot/codegen/crm/contacts/models/error'
279
- require 'hubspot/codegen/crm/contacts/models/filter'
280
- require 'hubspot/codegen/crm/contacts/models/filter_group'
281
- require 'hubspot/codegen/crm/contacts/models/next_page'
282
- require 'hubspot/codegen/crm/contacts/models/paging'
283
- require 'hubspot/codegen/crm/contacts/models/previous_page'
284
- require 'hubspot/codegen/crm/contacts/models/public_object_search_request'
285
- require 'hubspot/codegen/crm/contacts/models/simple_public_object'
286
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_batch_input'
287
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_id'
288
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_input'
289
- require 'hubspot/codegen/crm/contacts/models/standard_error'
290
-
291
- require 'hubspot/codegen/crm/deals/api_client'
292
- require 'hubspot/codegen/crm/deals/api_error'
293
- require 'hubspot/codegen/crm/deals/configuration'
294
- require 'hubspot/codegen/crm/deals/api/associations_api'
295
- require 'hubspot/codegen/crm/deals/api/basic_api'
296
- require 'hubspot/codegen/crm/deals/api/batch_api'
297
- require 'hubspot/codegen/crm/deals/api/search_api'
298
- require 'hubspot/codegen/crm/deals/models/associated_id'
299
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input'
300
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id'
301
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input'
302
- require 'hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id'
303
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object'
304
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors'
305
- require 'hubspot/codegen/crm/deals/models/collection_response_associated_id'
306
- require 'hubspot/codegen/crm/deals/models/collection_response_simple_public_object'
307
- require 'hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object'
308
- require 'hubspot/codegen/crm/deals/models/error_category'
309
- require 'hubspot/codegen/crm/deals/models/error_detail'
310
- require 'hubspot/codegen/crm/deals/models/error'
311
- require 'hubspot/codegen/crm/deals/models/filter'
312
- require 'hubspot/codegen/crm/deals/models/filter_group'
313
- require 'hubspot/codegen/crm/deals/models/next_page'
314
- require 'hubspot/codegen/crm/deals/models/paging'
315
- require 'hubspot/codegen/crm/deals/models/previous_page'
316
- require 'hubspot/codegen/crm/deals/models/public_object_search_request'
317
- require 'hubspot/codegen/crm/deals/models/simple_public_object'
318
- require 'hubspot/codegen/crm/deals/models/simple_public_object_batch_input'
319
- require 'hubspot/codegen/crm/deals/models/simple_public_object_id'
320
- require 'hubspot/codegen/crm/deals/models/simple_public_object_input'
321
- require 'hubspot/codegen/crm/deals/models/standard_error'
322
-
323
- require 'hubspot/codegen/crm/extensions/cards/api_client'
324
- require 'hubspot/codegen/crm/extensions/cards/api_error'
325
- require 'hubspot/codegen/crm/extensions/cards/configuration'
326
- require 'hubspot/codegen/crm/extensions/cards/api/cards_api'
327
- require 'hubspot/codegen/crm/extensions/cards/api/sample_response_api'
328
- require 'hubspot/codegen/crm/extensions/cards/models/action_confirmation_body'
329
- require 'hubspot/codegen/crm/extensions/cards/models/action_hook_action_body'
330
- require 'hubspot/codegen/crm/extensions/cards/models/card_actions'
331
- require 'hubspot/codegen/crm/extensions/cards/models/card_create_request'
332
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_body'
333
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_property'
334
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body'
335
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch'
336
- require 'hubspot/codegen/crm/extensions/cards/models/card_list_response'
337
- require 'hubspot/codegen/crm/extensions/cards/models/card_object_type_body'
338
- require 'hubspot/codegen/crm/extensions/cards/models/card_patch_request'
339
- require 'hubspot/codegen/crm/extensions/cards/models/card_response'
340
- require 'hubspot/codegen/crm/extensions/cards/models/display_option'
341
- require 'hubspot/codegen/crm/extensions/cards/models/error'
342
- require 'hubspot/codegen/crm/extensions/cards/models/error_detail'
343
- require 'hubspot/codegen/crm/extensions/cards/models/i_frame_action_body'
344
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response'
345
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_object_result'
346
- require 'hubspot/codegen/crm/extensions/cards/models/object_token'
347
- require 'hubspot/codegen/crm/extensions/cards/models/top_level_actions'
348
-
349
- require 'hubspot/codegen/crm/imports/api_client'
350
- require 'hubspot/codegen/crm/imports/api_error'
351
- require 'hubspot/codegen/crm/imports/configuration'
352
- require 'hubspot/codegen/crm/imports/api/core_api'
353
- require 'hubspot/codegen/crm/imports/models/action_response'
354
- require 'hubspot/codegen/crm/imports/models/collection_response_public_import_response'
355
- require 'hubspot/codegen/crm/imports/models/error'
356
- require 'hubspot/codegen/crm/imports/models/error_detail'
357
- require 'hubspot/codegen/crm/imports/models/next_page'
358
- require 'hubspot/codegen/crm/imports/models/paging'
359
- require 'hubspot/codegen/crm/imports/models/previous_page'
360
- require 'hubspot/codegen/crm/imports/models/public_import_metadata'
361
- require 'hubspot/codegen/crm/imports/models/public_import_response'
362
- require 'hubspot/codegen/crm/imports/models/public_object_list_record'
363
-
364
- require 'hubspot/codegen/crm/line_items/api_client'
365
- require 'hubspot/codegen/crm/line_items/api_error'
366
- require 'hubspot/codegen/crm/line_items/configuration'
367
- require 'hubspot/codegen/crm/line_items/api/associations_api'
368
- require 'hubspot/codegen/crm/line_items/api/basic_api'
369
- require 'hubspot/codegen/crm/line_items/api/batch_api'
370
- require 'hubspot/codegen/crm/line_items/api/search_api'
371
- require 'hubspot/codegen/crm/line_items/models/associated_id'
372
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input'
373
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id'
374
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input'
375
- require 'hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id'
376
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object'
377
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors'
378
- require 'hubspot/codegen/crm/line_items/models/collection_response_associated_id'
379
- require 'hubspot/codegen/crm/line_items/models/collection_response_simple_public_object'
380
- require 'hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object'
381
- require 'hubspot/codegen/crm/line_items/models/error_category'
382
- require 'hubspot/codegen/crm/line_items/models/error_detail'
383
- require 'hubspot/codegen/crm/line_items/models/error'
384
- require 'hubspot/codegen/crm/line_items/models/filter'
385
- require 'hubspot/codegen/crm/line_items/models/filter_group'
386
- require 'hubspot/codegen/crm/line_items/models/next_page'
387
- require 'hubspot/codegen/crm/line_items/models/paging'
388
- require 'hubspot/codegen/crm/line_items/models/previous_page'
389
- require 'hubspot/codegen/crm/line_items/models/public_object_search_request'
390
- require 'hubspot/codegen/crm/line_items/models/simple_public_object'
391
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_batch_input'
392
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_id'
393
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_input'
394
- require 'hubspot/codegen/crm/line_items/models/standard_error'
395
-
396
- require 'hubspot/codegen/crm/objects/api_client'
397
- require 'hubspot/codegen/crm/objects/api_error'
398
- require 'hubspot/codegen/crm/objects/configuration'
399
- require 'hubspot/codegen/crm/objects/api/associations_api'
400
- require 'hubspot/codegen/crm/objects/api/basic_api'
401
- require 'hubspot/codegen/crm/objects/api/batch_api'
402
- require 'hubspot/codegen/crm/objects/api/search_api'
403
- require 'hubspot/codegen/crm/objects/models/associated_id'
404
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input'
405
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id'
406
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input'
407
- require 'hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id'
408
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object'
409
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors'
410
- require 'hubspot/codegen/crm/objects/models/collection_response_associated_id'
411
- require 'hubspot/codegen/crm/objects/models/collection_response_simple_public_object'
412
- require 'hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object'
413
- require 'hubspot/codegen/crm/objects/models/error_category'
414
- require 'hubspot/codegen/crm/objects/models/error_detail'
415
- require 'hubspot/codegen/crm/objects/models/error'
416
- require 'hubspot/codegen/crm/objects/models/filter'
417
- require 'hubspot/codegen/crm/objects/models/filter_group'
418
- require 'hubspot/codegen/crm/objects/models/next_page'
419
- require 'hubspot/codegen/crm/objects/models/paging'
420
- require 'hubspot/codegen/crm/objects/models/previous_page'
421
- require 'hubspot/codegen/crm/objects/models/public_object_search_request'
422
- require 'hubspot/codegen/crm/objects/models/simple_public_object'
423
- require 'hubspot/codegen/crm/objects/models/simple_public_object_batch_input'
424
- require 'hubspot/codegen/crm/objects/models/simple_public_object_id'
425
- require 'hubspot/codegen/crm/objects/models/simple_public_object_input'
426
- require 'hubspot/codegen/crm/objects/models/standard_error'
427
-
428
- require 'hubspot/codegen/crm/owners/api_client'
429
- require 'hubspot/codegen/crm/owners/api_error'
430
- require 'hubspot/codegen/crm/owners/configuration'
431
- require 'hubspot/codegen/crm/owners/api/default_api'
432
- require 'hubspot/codegen/crm/owners/models/collection_response_public_owner'
433
- require 'hubspot/codegen/crm/owners/models/error'
434
- require 'hubspot/codegen/crm/owners/models/error_detail'
435
- require 'hubspot/codegen/crm/owners/models/next_page'
436
- require 'hubspot/codegen/crm/owners/models/paging'
437
- require 'hubspot/codegen/crm/owners/models/public_owner'
438
- require 'hubspot/codegen/crm/owners/models/public_team'
439
-
440
- require 'hubspot/codegen/crm/pipelines/api_client'
441
- require 'hubspot/codegen/crm/pipelines/api_error'
442
- require 'hubspot/codegen/crm/pipelines/configuration'
443
- require 'hubspot/codegen/crm/pipelines/api/pipeline_stages_api'
444
- require 'hubspot/codegen/crm/pipelines/api/pipelines_api'
445
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline'
446
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage'
447
- require 'hubspot/codegen/crm/pipelines/models/error'
448
- require 'hubspot/codegen/crm/pipelines/models/error_detail'
449
- require 'hubspot/codegen/crm/pipelines/models/next_page'
450
- require 'hubspot/codegen/crm/pipelines/models/paging'
451
- require 'hubspot/codegen/crm/pipelines/models/pipeline'
452
- require 'hubspot/codegen/crm/pipelines/models/pipeline_input'
453
- require 'hubspot/codegen/crm/pipelines/models/pipeline_patch_input'
454
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage'
455
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_input'
456
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input'
457
-
458
- require 'hubspot/codegen/crm/products/api_client'
459
- require 'hubspot/codegen/crm/products/api_error'
460
- require 'hubspot/codegen/crm/products/configuration'
461
- require 'hubspot/codegen/crm/products/api/associations_api'
462
- require 'hubspot/codegen/crm/products/api/basic_api'
463
- require 'hubspot/codegen/crm/products/api/batch_api'
464
- require 'hubspot/codegen/crm/products/api/search_api'
465
- require 'hubspot/codegen/crm/products/models/associated_id'
466
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input'
467
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_id'
468
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_input'
469
- require 'hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id'
470
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object'
471
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors'
472
- require 'hubspot/codegen/crm/products/models/collection_response_associated_id'
473
- require 'hubspot/codegen/crm/products/models/collection_response_simple_public_object'
474
- require 'hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object'
475
- require 'hubspot/codegen/crm/products/models/error_category'
476
- require 'hubspot/codegen/crm/products/models/error_detail'
477
- require 'hubspot/codegen/crm/products/models/error'
478
- require 'hubspot/codegen/crm/products/models/filter'
479
- require 'hubspot/codegen/crm/products/models/filter_group'
480
- require 'hubspot/codegen/crm/products/models/next_page'
481
- require 'hubspot/codegen/crm/products/models/paging'
482
- require 'hubspot/codegen/crm/products/models/previous_page'
483
- require 'hubspot/codegen/crm/products/models/public_object_search_request'
484
- require 'hubspot/codegen/crm/products/models/simple_public_object'
485
- require 'hubspot/codegen/crm/products/models/simple_public_object_batch_input'
486
- require 'hubspot/codegen/crm/products/models/simple_public_object_id'
487
- require 'hubspot/codegen/crm/products/models/simple_public_object_input'
488
- require 'hubspot/codegen/crm/products/models/standard_error'
489
-
490
- require 'hubspot/codegen/crm/properties/api_client'
491
- require 'hubspot/codegen/crm/properties/api_error'
492
- require 'hubspot/codegen/crm/properties/configuration'
493
- require 'hubspot/codegen/crm/properties/api/batch_api'
494
- require 'hubspot/codegen/crm/properties/api/core_api'
495
- require 'hubspot/codegen/crm/properties/api/groups_api'
496
- require 'hubspot/codegen/crm/properties/models/batch_input_property_create'
497
- require 'hubspot/codegen/crm/properties/models/batch_input_property_name'
498
- require 'hubspot/codegen/crm/properties/models/batch_read_input_property_name'
499
- require 'hubspot/codegen/crm/properties/models/batch_response_property'
500
- require 'hubspot/codegen/crm/properties/models/collection_response_property'
501
- require 'hubspot/codegen/crm/properties/models/collection_response_property_group'
502
- require 'hubspot/codegen/crm/properties/models/error_category'
503
- require 'hubspot/codegen/crm/properties/models/error_detail'
504
- require 'hubspot/codegen/crm/properties/models/error'
505
- require 'hubspot/codegen/crm/properties/models/next_page'
506
- require 'hubspot/codegen/crm/properties/models/option'
507
- require 'hubspot/codegen/crm/properties/models/option_input'
508
- require 'hubspot/codegen/crm/properties/models/paging'
509
- require 'hubspot/codegen/crm/properties/models/property'
510
- require 'hubspot/codegen/crm/properties/models/property_create'
511
- require 'hubspot/codegen/crm/properties/models/property_group'
512
- require 'hubspot/codegen/crm/properties/models/property_group_create'
513
- require 'hubspot/codegen/crm/properties/models/property_group_update'
514
- require 'hubspot/codegen/crm/properties/models/property_modification_metadata'
515
- require 'hubspot/codegen/crm/properties/models/property_name'
516
- require 'hubspot/codegen/crm/properties/models/property_update'
517
- require 'hubspot/codegen/crm/properties/models/standard_error'
518
-
519
- require 'hubspot/codegen/crm/quotes/api_client'
520
- require 'hubspot/codegen/crm/quotes/api_error'
521
- require 'hubspot/codegen/crm/quotes/configuration'
522
- require 'hubspot/codegen/crm/quotes/api/associations_api'
523
- require 'hubspot/codegen/crm/quotes/api/basic_api'
524
- require 'hubspot/codegen/crm/quotes/api/batch_api'
525
- require 'hubspot/codegen/crm/quotes/api/search_api'
526
- require 'hubspot/codegen/crm/quotes/models/associated_id'
527
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input'
528
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id'
529
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input'
530
- require 'hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id'
531
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object'
532
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors'
533
- require 'hubspot/codegen/crm/quotes/models/collection_response_associated_id'
534
- require 'hubspot/codegen/crm/quotes/models/collection_response_simple_public_object'
535
- require 'hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object'
536
- require 'hubspot/codegen/crm/quotes/models/error_category'
537
- require 'hubspot/codegen/crm/quotes/models/error_detail'
538
- require 'hubspot/codegen/crm/quotes/models/error'
539
- require 'hubspot/codegen/crm/quotes/models/filter'
540
- require 'hubspot/codegen/crm/quotes/models/filter_group'
541
- require 'hubspot/codegen/crm/quotes/models/next_page'
542
- require 'hubspot/codegen/crm/quotes/models/paging'
543
- require 'hubspot/codegen/crm/quotes/models/previous_page'
544
- require 'hubspot/codegen/crm/quotes/models/public_object_search_request'
545
- require 'hubspot/codegen/crm/quotes/models/simple_public_object'
546
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_batch_input'
547
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_id'
548
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_input'
549
- require 'hubspot/codegen/crm/quotes/models/standard_error'
550
-
551
- require 'hubspot/codegen/crm/schemas/api_client'
552
- require 'hubspot/codegen/crm/schemas/api_error'
553
- require 'hubspot/codegen/crm/schemas/configuration'
554
- require 'hubspot/codegen/crm/schemas/api/core_api'
555
- require 'hubspot/codegen/crm/schemas/api/default_api'
556
- require 'hubspot/codegen/crm/schemas/models/association_definition'
557
- require 'hubspot/codegen/crm/schemas/models/association_definition_egg'
558
- require 'hubspot/codegen/crm/schemas/models/collection_response_object_schema'
559
- require 'hubspot/codegen/crm/schemas/models/error'
560
- require 'hubspot/codegen/crm/schemas/models/error_detail'
561
- require 'hubspot/codegen/crm/schemas/models/next_page'
562
- require 'hubspot/codegen/crm/schemas/models/object_schema'
563
- require 'hubspot/codegen/crm/schemas/models/object_schema_egg'
564
- require 'hubspot/codegen/crm/schemas/models/object_type_definition'
565
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_labels'
566
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_patch'
567
- require 'hubspot/codegen/crm/schemas/models/object_type_property_create'
568
- require 'hubspot/codegen/crm/schemas/models/option'
569
- require 'hubspot/codegen/crm/schemas/models/option_input'
570
- require 'hubspot/codegen/crm/schemas/models/paging'
571
- require 'hubspot/codegen/crm/schemas/models/previous_page'
572
- require 'hubspot/codegen/crm/schemas/models/property'
573
- require 'hubspot/codegen/crm/schemas/models/property_modification_metadata'
574
-
575
- require 'hubspot/codegen/crm/tickets/api_client'
576
- require 'hubspot/codegen/crm/tickets/api_error'
577
- require 'hubspot/codegen/crm/tickets/configuration'
578
- require 'hubspot/codegen/crm/tickets/api/associations_api'
579
- require 'hubspot/codegen/crm/tickets/api/basic_api'
580
- require 'hubspot/codegen/crm/tickets/api/batch_api'
581
- require 'hubspot/codegen/crm/tickets/api/search_api'
582
- require 'hubspot/codegen/crm/tickets/models/associated_id'
583
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input'
584
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id'
585
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input'
586
- require 'hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id'
587
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object'
588
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors'
589
- require 'hubspot/codegen/crm/tickets/models/collection_response_associated_id'
590
- require 'hubspot/codegen/crm/tickets/models/collection_response_simple_public_object'
591
- require 'hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object'
592
- require 'hubspot/codegen/crm/tickets/models/error_category'
593
- require 'hubspot/codegen/crm/tickets/models/error_detail'
594
- require 'hubspot/codegen/crm/tickets/models/error'
595
- require 'hubspot/codegen/crm/tickets/models/filter'
596
- require 'hubspot/codegen/crm/tickets/models/filter_group'
597
- require 'hubspot/codegen/crm/tickets/models/next_page'
598
- require 'hubspot/codegen/crm/tickets/models/paging'
599
- require 'hubspot/codegen/crm/tickets/models/previous_page'
600
- require 'hubspot/codegen/crm/tickets/models/public_object_search_request'
601
- require 'hubspot/codegen/crm/tickets/models/simple_public_object'
602
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_batch_input'
603
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_id'
604
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_input'
605
- require 'hubspot/codegen/crm/tickets/models/standard_error'
606
-
607
- require 'hubspot/codegen/crm/timeline/api_client'
608
- require 'hubspot/codegen/crm/timeline/api_error'
609
- require 'hubspot/codegen/crm/timeline/configuration'
610
- require 'hubspot/codegen/crm/timeline/api/events_api'
611
- require 'hubspot/codegen/crm/timeline/api/templates_api'
612
- require 'hubspot/codegen/crm/timeline/api/tokens_api'
613
- require 'hubspot/codegen/crm/timeline/models/batch_input_timeline_event'
614
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors'
615
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response'
616
- require 'hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template'
617
- require 'hubspot/codegen/crm/timeline/models/error_category'
618
- require 'hubspot/codegen/crm/timeline/models/error_detail'
619
- require 'hubspot/codegen/crm/timeline/models/error'
620
- require 'hubspot/codegen/crm/timeline/models/event_detail'
621
- require 'hubspot/codegen/crm/timeline/models/next_page'
622
- require 'hubspot/codegen/crm/timeline/models/paging'
623
- require 'hubspot/codegen/crm/timeline/models/previous_page'
624
- require 'hubspot/codegen/crm/timeline/models/standard_error'
625
- require 'hubspot/codegen/crm/timeline/models/timeline_event'
626
- require 'hubspot/codegen/crm/timeline/models/timeline_event_i_frame'
627
- require 'hubspot/codegen/crm/timeline/models/timeline_event_response'
628
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template'
629
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_create_request'
630
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token'
631
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_option'
632
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request'
633
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_update_request'
634
-
635
- require 'hubspot/codegen/oauth/api_client'
636
- require 'hubspot/codegen/oauth/api_error'
637
- require 'hubspot/codegen/oauth/configuration'
638
- require 'hubspot/codegen/oauth/api/default_api'
639
- require 'hubspot/codegen/oauth/models/access_token_info_response'
640
- require 'hubspot/codegen/oauth/models/error'
641
- require 'hubspot/codegen/oauth/models/error_detail'
642
- require 'hubspot/codegen/oauth/models/refresh_token_info_response'
643
- require 'hubspot/codegen/oauth/models/token_response_if'
644
-
645
- require 'hubspot/codegen/webhooks/api_client'
646
- require 'hubspot/codegen/webhooks/api_error'
647
- require 'hubspot/codegen/webhooks/configuration'
648
- require 'hubspot/codegen/webhooks/api/settings_api'
649
- require 'hubspot/codegen/webhooks/api/subscriptions_api'
650
- require 'hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request'
651
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors'
652
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response'
653
- require 'hubspot/codegen/webhooks/models/error_category'
654
- require 'hubspot/codegen/webhooks/models/error_detail'
655
- require 'hubspot/codegen/webhooks/models/error'
656
- require 'hubspot/codegen/webhooks/models/settings_change_request'
657
- require 'hubspot/codegen/webhooks/models/settings_response'
658
- require 'hubspot/codegen/webhooks/models/standard_error'
659
- require 'hubspot/codegen/webhooks/models/subscription_batch_update_request'
660
- require 'hubspot/codegen/webhooks/models/subscription_create_request'
661
- require 'hubspot/codegen/webhooks/models/subscription_list_response'
662
- require 'hubspot/codegen/webhooks/models/subscription_patch_request'
663
- require 'hubspot/codegen/webhooks/models/subscription_response'
664
- require 'hubspot/codegen/webhooks/models/throttling_settings'
665
-
3
+ require 'require_all'
4
+ require_rel 'hubspot/*.rb'
5
+ require_rel 'hubspot/helpers'
6
+ require_rel 'hubspot'
666
7
 
667
8
  module Hubspot
668
9
  class << self
@@ -703,4 +44,4 @@ module Hubspot
703
44
  Configuration.default
704
45
  end
705
46
  end
706
- end
47
+ end