hubspot-api-client 9.2.1 → 9.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (928) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +4 -2
  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 -633
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  15. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  16. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  19. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  20. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  21. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  22. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  23. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  25. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  26. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  27. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  28. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  29. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  31. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  32. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  33. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  34. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  35. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  36. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  37. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  38. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +93 -93
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +97 -97
  40. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +93 -93
  41. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  42. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
  43. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  44. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  45. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  46. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  47. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  48. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  49. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  50. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  51. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  52. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  53. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  54. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  55. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  56. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  57. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  58. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  59. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  60. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  61. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  62. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  63. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  64. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  65. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  66. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  67. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  68. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  69. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  70. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  71. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  72. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  73. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  74. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  75. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  76. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  77. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  78. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  79. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  80. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  81. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  82. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  83. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  84. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  85. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  86. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  87. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  88. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  89. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  90. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  91. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  92. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  93. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  94. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  95. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  96. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  97. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  98. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  99. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  100. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  101. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  102. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  103. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  104. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  105. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  106. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  107. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  108. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  109. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  110. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  111. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  112. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  113. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  114. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  115. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  116. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  117. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  118. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  119. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  120. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  121. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  122. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  123. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  124. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  125. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  126. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  127. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  128. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  129. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  130. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  131. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  132. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  133. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  134. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  135. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  136. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  137. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  138. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  139. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  140. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  141. data/lib/hubspot/codegen/events/api_client.rb +390 -0
  142. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  143. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  144. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  145. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  146. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  147. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  148. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  149. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  150. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  151. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  152. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  153. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  154. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  155. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  156. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  157. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  158. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  159. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  160. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  161. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  162. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  163. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  164. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  165. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  166. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  167. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  168. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  169. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  170. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  171. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  172. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  173. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  174. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  175. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  176. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  177. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  178. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  179. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  180. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  181. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  182. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  183. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  184. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  185. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  186. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  187. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  188. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  189. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  190. data/lib/hubspot/version.rb +1 -1
  191. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  192. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  193. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  194. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  195. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  196. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  197. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  198. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  199. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  200. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  201. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  202. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  203. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  204. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  205. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  206. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  207. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  208. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  209. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  210. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  211. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  212. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  213. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  214. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  215. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  216. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  217. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  218. data/spec/{cms → codegen/cms}/audit-logs/api/default_api_spec.rb +0 -0
  219. data/spec/{cms → codegen/cms}/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -0
  220. data/spec/{cms → codegen/cms}/audit-logs/models/error_detail_spec.rb +0 -0
  221. data/spec/{cms → codegen/cms}/audit-logs/models/error_spec.rb +0 -0
  222. data/spec/{cms → codegen/cms}/audit-logs/models/next_page_spec.rb +0 -0
  223. data/spec/{cms → codegen/cms}/audit-logs/models/paging_spec.rb +0 -0
  224. data/spec/{cms → codegen/cms}/audit-logs/models/public_audit_log_spec.rb +0 -0
  225. data/spec/{cms → codegen/cms}/blogs/authors/api/default_api_spec.rb +0 -0
  226. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_blog_author_spec.rb +0 -0
  227. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_json_node_spec.rb +0 -0
  228. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_string_spec.rb +0 -0
  229. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -0
  230. data/spec/{cms → codegen/cms}/blogs/authors/models/blog_author_spec.rb +0 -0
  231. data/spec/{cms → codegen/cms}/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -0
  232. data/spec/{cms → codegen/cms}/blogs/authors/models/error_detail_spec.rb +0 -0
  233. data/spec/{cms → codegen/cms}/blogs/authors/models/error_spec.rb +0 -0
  234. data/spec/{cms → codegen/cms}/blogs/authors/models/forward_paging_spec.rb +0 -0
  235. data/spec/{cms → codegen/cms}/blogs/authors/models/next_page_spec.rb +0 -0
  236. data/spec/{cms → codegen/cms}/blogs/authors/models/standard_error_spec.rb +0 -0
  237. data/spec/{cms → codegen/cms}/blogs/blog-posts/api/default_api_spec.rb +0 -0
  238. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/angle_spec.rb +0 -0
  239. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/background_image_spec.rb +0 -0
  240. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -0
  241. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -0
  242. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_string_spec.rb +0 -0
  243. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -0
  244. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/blog_post_spec.rb +0 -0
  245. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -0
  246. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -0
  247. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/color_stop_spec.rb +0 -0
  248. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -0
  249. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -0
  250. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_detail_spec.rb +0 -0
  251. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_spec.rb +0 -0
  252. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/forward_paging_spec.rb +0 -0
  253. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/gradient_spec.rb +0 -0
  254. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/layout_section_spec.rb +0 -0
  255. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/next_page_spec.rb +0 -0
  256. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/paging_spec.rb +0 -0
  257. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/previous_page_spec.rb +0 -0
  258. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/rgba_color_spec.rb +0 -0
  259. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/row_meta_data_spec.rb +0 -0
  260. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/side_or_corner_spec.rb +0 -0
  261. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/standard_error_spec.rb +0 -0
  262. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/styles_spec.rb +0 -0
  263. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_blog_post_spec.rb +0 -0
  264. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_user_spec.rb +0 -0
  265. data/spec/{cms → codegen/cms}/blogs/tags/api/default_api_spec.rb +0 -0
  266. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_json_node_spec.rb +0 -0
  267. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_string_spec.rb +0 -0
  268. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_tag_spec.rb +0 -0
  269. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -0
  270. data/spec/{cms → codegen/cms}/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -0
  271. data/spec/{cms → codegen/cms}/blogs/tags/models/error_detail_spec.rb +0 -0
  272. data/spec/{cms → codegen/cms}/blogs/tags/models/error_spec.rb +0 -0
  273. data/spec/{cms → codegen/cms}/blogs/tags/models/forward_paging_spec.rb +0 -0
  274. data/spec/{cms → codegen/cms}/blogs/tags/models/next_page_spec.rb +0 -0
  275. data/spec/{cms → codegen/cms}/blogs/tags/models/standard_error_spec.rb +0 -0
  276. data/spec/{cms → codegen/cms}/blogs/tags/models/tag_spec.rb +0 -0
  277. data/spec/{cms → codegen/cms}/domains/api/domains_api_spec.rb +0 -0
  278. data/spec/{cms → codegen/cms}/domains/models/collection_response_with_total_domain_spec.rb +0 -0
  279. data/spec/{cms → codegen/cms}/domains/models/domain_cdn_config_spec.rb +0 -0
  280. data/spec/{cms → codegen/cms}/domains/models/domain_setup_info_spec.rb +0 -0
  281. data/spec/{cms → codegen/cms}/domains/models/domain_spec.rb +0 -0
  282. data/spec/{cms → codegen/cms}/domains/models/error_detail_spec.rb +0 -0
  283. data/spec/{cms → codegen/cms}/domains/models/error_spec.rb +0 -0
  284. data/spec/{cms → codegen/cms}/domains/models/next_page_spec.rb +0 -0
  285. data/spec/{cms → codegen/cms}/domains/models/paging_spec.rb +0 -0
  286. data/spec/{cms → codegen/cms}/hubdb/api/rows_api_spec.rb +0 -0
  287. data/spec/{cms → codegen/cms}/hubdb/api/rows_batch_api_spec.rb +0 -0
  288. data/spec/{cms → codegen/cms}/hubdb/api/tables_api_spec.rb +0 -0
  289. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +0 -0
  290. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_json_node_spec.rb +0 -0
  291. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_string_spec.rb +0 -0
  292. data/spec/{cms → codegen/cms}/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -0
  293. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -0
  294. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -0
  295. data/spec/{cms → codegen/cms}/hubdb/models/column_input_spec.rb +0 -0
  296. data/spec/{cms → codegen/cms}/hubdb/models/column_spec.rb +0 -0
  297. data/spec/{cms → codegen/cms}/hubdb/models/error_detail_spec.rb +0 -0
  298. data/spec/{cms → codegen/cms}/hubdb/models/error_spec.rb +0 -0
  299. data/spec/{cms → codegen/cms}/hubdb/models/foreign_id_spec.rb +0 -0
  300. data/spec/{cms → codegen/cms}/hubdb/models/forward_paging_spec.rb +0 -0
  301. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_clone_request_spec.rb +0 -0
  302. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_input_spec.rb +0 -0
  303. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_spec.rb +0 -0
  304. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_input_spec.rb +0 -0
  305. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -0
  306. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_spec.rb +0 -0
  307. data/spec/{cms → codegen/cms}/hubdb/models/import_result_spec.rb +0 -0
  308. data/spec/{cms → codegen/cms}/hubdb/models/next_page_spec.rb +0 -0
  309. data/spec/{cms → codegen/cms}/hubdb/models/option_spec.rb +0 -0
  310. data/spec/{cms → codegen/cms}/hubdb/models/simple_user_spec.rb +0 -0
  311. data/spec/{cms → codegen/cms}/hubdb/models/standard_error_spec.rb +0 -0
  312. data/spec/{cms → codegen/cms}/performance/api/default_api_spec.rb +0 -0
  313. data/spec/{cms → codegen/cms}/performance/models/error_detail_spec.rb +0 -0
  314. data/spec/{cms → codegen/cms}/performance/models/error_spec.rb +0 -0
  315. data/spec/{cms → codegen/cms}/performance/models/performance_view_spec.rb +0 -0
  316. data/spec/{cms → codegen/cms}/performance/models/public_performance_response_spec.rb +0 -0
  317. data/spec/{cms → codegen/cms}/site-search/api/default_api_spec.rb +0 -0
  318. data/spec/{cms → codegen/cms}/site-search/models/content_search_result_spec.rb +0 -0
  319. data/spec/{cms → codegen/cms}/site-search/models/error_detail_spec.rb +0 -0
  320. data/spec/{cms → codegen/cms}/site-search/models/error_spec.rb +0 -0
  321. data/spec/{cms → codegen/cms}/site-search/models/indexed_data_spec.rb +0 -0
  322. data/spec/{cms → codegen/cms}/site-search/models/public_search_results_spec.rb +0 -0
  323. data/spec/{cms → codegen/cms}/site-search/models/search_hit_field_spec.rb +0 -0
  324. data/spec/{cms → codegen/cms}/url-redirects/api/redirects_api_spec.rb +0 -0
  325. data/spec/{cms → codegen/cms}/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -0
  326. data/spec/{cms → codegen/cms}/url-redirects/models/error_detail_spec.rb +0 -0
  327. data/spec/{cms → codegen/cms}/url-redirects/models/error_spec.rb +0 -0
  328. data/spec/{cms → codegen/cms}/url-redirects/models/next_page_spec.rb +0 -0
  329. data/spec/{cms → codegen/cms}/url-redirects/models/paging_spec.rb +0 -0
  330. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -0
  331. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_spec.rb +0 -0
  332. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  333. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  334. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  335. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  336. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  337. data/spec/{crm → codegen/crm}/associations/api/batch_api_spec.rb +0 -0
  338. data/spec/{crm → codegen/crm}/associations/api/types_api_spec.rb +0 -0
  339. data/spec/{crm → codegen/crm}/associations/models/associated_id_spec.rb +0 -0
  340. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_association_spec.rb +0 -0
  341. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_object_id_spec.rb +0 -0
  342. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_multi_spec.rb +0 -0
  343. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_spec.rb +0 -0
  344. data/spec/{crm → codegen/crm}/associations/models/collection_response_public_association_definiton_spec.rb +0 -0
  345. data/spec/{crm → codegen/crm}/associations/models/error_category_spec.rb +0 -0
  346. data/spec/{crm → codegen/crm}/associations/models/error_detail_spec.rb +0 -0
  347. data/spec/{crm → codegen/crm}/associations/models/error_spec.rb +0 -0
  348. data/spec/{crm → codegen/crm}/associations/models/next_page_spec.rb +0 -0
  349. data/spec/{crm → codegen/crm}/associations/models/paging_spec.rb +0 -0
  350. data/spec/{crm → codegen/crm}/associations/models/public_association_definiton_spec.rb +0 -0
  351. data/spec/{crm → codegen/crm}/associations/models/public_association_multi_spec.rb +0 -0
  352. data/spec/{crm → codegen/crm}/associations/models/public_association_spec.rb +0 -0
  353. data/spec/{crm → codegen/crm}/associations/models/public_object_id_spec.rb +0 -0
  354. data/spec/{crm → codegen/crm}/associations/models/standard_error_spec.rb +0 -0
  355. data/spec/{crm → codegen/crm}/companies/api/associations_api_spec.rb +0 -0
  356. data/spec/{crm → codegen/crm}/companies/api/basic_api_spec.rb +0 -0
  357. data/spec/{crm → codegen/crm}/companies/api/batch_api_spec.rb +0 -0
  358. data/spec/{crm → codegen/crm}/companies/api/search_api_spec.rb +0 -0
  359. data/spec/{crm → codegen/crm}/companies/models/associated_id_spec.rb +0 -0
  360. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  361. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_id_spec.rb +0 -0
  362. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_input_spec.rb +0 -0
  363. data/spec/{crm → codegen/crm}/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  364. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_spec.rb +0 -0
  365. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  366. data/spec/{crm → codegen/crm}/companies/models/collection_response_associated_id_spec.rb +0 -0
  367. data/spec/{crm → codegen/crm}/companies/models/collection_response_simple_public_object_spec.rb +0 -0
  368. data/spec/{crm → codegen/crm}/companies/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  369. data/spec/{crm → codegen/crm}/companies/models/error_category_spec.rb +0 -0
  370. data/spec/{crm → codegen/crm}/companies/models/error_detail_spec.rb +0 -0
  371. data/spec/{crm → codegen/crm}/companies/models/error_spec.rb +0 -0
  372. data/spec/{crm → codegen/crm}/companies/models/filter_group_spec.rb +0 -0
  373. data/spec/{crm → codegen/crm}/companies/models/filter_spec.rb +0 -0
  374. data/spec/{crm → codegen/crm}/companies/models/next_page_spec.rb +0 -0
  375. data/spec/{crm → codegen/crm}/companies/models/paging_spec.rb +0 -0
  376. data/spec/{crm → codegen/crm}/companies/models/previous_page_spec.rb +0 -0
  377. data/spec/{crm → codegen/crm}/companies/models/public_object_search_request_spec.rb +0 -0
  378. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_batch_input_spec.rb +0 -0
  379. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_id_spec.rb +0 -0
  380. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_input_spec.rb +0 -0
  381. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_spec.rb +0 -0
  382. data/spec/{crm → codegen/crm}/companies/models/standard_error_spec.rb +0 -0
  383. data/spec/{crm → codegen/crm}/contacts/api/associations_api_spec.rb +0 -0
  384. data/spec/{crm → codegen/crm}/contacts/api/basic_api_spec.rb +0 -0
  385. data/spec/{crm → codegen/crm}/contacts/api/batch_api_spec.rb +0 -0
  386. data/spec/{crm → codegen/crm}/contacts/api/search_api_spec.rb +0 -0
  387. data/spec/{crm → codegen/crm}/contacts/models/associated_id_spec.rb +0 -0
  388. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  389. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -0
  390. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -0
  391. data/spec/{crm → codegen/crm}/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  392. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_spec.rb +0 -0
  393. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  394. data/spec/{crm → codegen/crm}/contacts/models/collection_response_associated_id_spec.rb +0 -0
  395. data/spec/{crm → codegen/crm}/contacts/models/collection_response_simple_public_object_spec.rb +0 -0
  396. data/spec/{crm → codegen/crm}/contacts/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  397. data/spec/{crm → codegen/crm}/contacts/models/error_category_spec.rb +0 -0
  398. data/spec/{crm → codegen/crm}/contacts/models/error_detail_spec.rb +0 -0
  399. data/spec/{crm → codegen/crm}/contacts/models/error_spec.rb +0 -0
  400. data/spec/{crm → codegen/crm}/contacts/models/filter_group_spec.rb +0 -0
  401. data/spec/{crm → codegen/crm}/contacts/models/filter_spec.rb +0 -0
  402. data/spec/{crm → codegen/crm}/contacts/models/next_page_spec.rb +0 -0
  403. data/spec/{crm → codegen/crm}/contacts/models/paging_spec.rb +0 -0
  404. data/spec/{crm → codegen/crm}/contacts/models/previous_page_spec.rb +0 -0
  405. data/spec/{crm → codegen/crm}/contacts/models/public_object_search_request_spec.rb +0 -0
  406. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_batch_input_spec.rb +0 -0
  407. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_id_spec.rb +0 -0
  408. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_input_spec.rb +0 -0
  409. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_spec.rb +0 -0
  410. data/spec/{crm → codegen/crm}/contacts/models/standard_error_spec.rb +0 -0
  411. data/spec/{crm → codegen/crm}/deals/api/associations_api_spec.rb +0 -0
  412. data/spec/{crm → codegen/crm}/deals/api/basic_api_spec.rb +0 -0
  413. data/spec/{crm → codegen/crm}/deals/api/batch_api_spec.rb +0 -0
  414. data/spec/{crm → codegen/crm}/deals/api/search_api_spec.rb +0 -0
  415. data/spec/{crm → codegen/crm}/deals/models/associated_id_spec.rb +0 -0
  416. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  417. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_id_spec.rb +0 -0
  418. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_input_spec.rb +0 -0
  419. data/spec/{crm → codegen/crm}/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  420. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_spec.rb +0 -0
  421. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  422. data/spec/{crm → codegen/crm}/deals/models/collection_response_associated_id_spec.rb +0 -0
  423. data/spec/{crm → codegen/crm}/deals/models/collection_response_simple_public_object_spec.rb +0 -0
  424. data/spec/{crm → codegen/crm}/deals/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  425. data/spec/{crm → codegen/crm}/deals/models/error_category_spec.rb +0 -0
  426. data/spec/{crm → codegen/crm}/deals/models/error_detail_spec.rb +0 -0
  427. data/spec/{crm → codegen/crm}/deals/models/error_spec.rb +0 -0
  428. data/spec/{crm → codegen/crm}/deals/models/filter_group_spec.rb +0 -0
  429. data/spec/{crm → codegen/crm}/deals/models/filter_spec.rb +0 -0
  430. data/spec/{crm → codegen/crm}/deals/models/next_page_spec.rb +0 -0
  431. data/spec/{crm → codegen/crm}/deals/models/paging_spec.rb +0 -0
  432. data/spec/{crm → codegen/crm}/deals/models/previous_page_spec.rb +0 -0
  433. data/spec/{crm → codegen/crm}/deals/models/public_object_search_request_spec.rb +0 -0
  434. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_batch_input_spec.rb +0 -0
  435. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_id_spec.rb +0 -0
  436. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_input_spec.rb +0 -0
  437. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_spec.rb +0 -0
  438. data/spec/{crm → codegen/crm}/deals/models/standard_error_spec.rb +0 -0
  439. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  440. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  441. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  442. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  443. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  444. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  445. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  446. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  447. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  448. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  449. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  450. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  451. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  452. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  453. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  454. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  455. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  456. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  457. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  458. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  459. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  460. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  461. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  462. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  463. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  464. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  465. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  466. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  467. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  468. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  469. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  470. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  471. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  472. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  473. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  474. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  475. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  476. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  477. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  478. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  479. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  480. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  481. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  482. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  483. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  484. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  485. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  486. data/spec/{crm → codegen/crm}/extensions/cards/api/cards_api_spec.rb +0 -0
  487. data/spec/{crm → codegen/crm}/extensions/cards/api/sample_response_api_spec.rb +0 -0
  488. data/spec/{crm → codegen/crm}/extensions/cards/models/action_confirmation_body_spec.rb +0 -0
  489. data/spec/{crm → codegen/crm}/extensions/cards/models/action_hook_action_body_spec.rb +0 -0
  490. data/spec/{crm → codegen/crm}/extensions/cards/models/card_actions_spec.rb +0 -0
  491. data/spec/{crm → codegen/crm}/extensions/cards/models/card_create_request_spec.rb +0 -0
  492. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_body_spec.rb +0 -0
  493. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_property_spec.rb +0 -0
  494. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -0
  495. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_spec.rb +0 -0
  496. data/spec/{crm → codegen/crm}/extensions/cards/models/card_list_response_spec.rb +0 -0
  497. data/spec/{crm → codegen/crm}/extensions/cards/models/card_object_type_body_spec.rb +0 -0
  498. data/spec/{crm → codegen/crm}/extensions/cards/models/card_patch_request_spec.rb +0 -0
  499. data/spec/{crm → codegen/crm}/extensions/cards/models/card_response_spec.rb +0 -0
  500. data/spec/{crm → codegen/crm}/extensions/cards/models/display_option_spec.rb +0 -0
  501. data/spec/{crm → codegen/crm}/extensions/cards/models/error_detail_spec.rb +0 -0
  502. data/spec/{crm → codegen/crm}/extensions/cards/models/error_spec.rb +0 -0
  503. data/spec/{crm → codegen/crm}/extensions/cards/models/i_frame_action_body_spec.rb +0 -0
  504. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -0
  505. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_object_result_spec.rb +0 -0
  506. data/spec/{crm → codegen/crm}/extensions/cards/models/object_token_spec.rb +0 -0
  507. data/spec/{crm → codegen/crm}/extensions/cards/models/top_level_actions_spec.rb +0 -0
  508. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  509. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  510. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  511. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  512. data/spec/{crm → codegen/crm}/imports/api/core_api_spec.rb +0 -0
  513. data/spec/{crm → codegen/crm}/imports/models/action_response_spec.rb +0 -0
  514. data/spec/{crm → codegen/crm}/imports/models/collection_response_public_import_response_spec.rb +0 -0
  515. data/spec/{crm → codegen/crm}/imports/models/error_detail_spec.rb +0 -0
  516. data/spec/{crm → codegen/crm}/imports/models/error_spec.rb +0 -0
  517. data/spec/{crm → codegen/crm}/imports/models/next_page_spec.rb +0 -0
  518. data/spec/{crm → codegen/crm}/imports/models/paging_spec.rb +0 -0
  519. data/spec/{crm → codegen/crm}/imports/models/previous_page_spec.rb +0 -0
  520. data/spec/{crm → codegen/crm}/imports/models/public_import_metadata_spec.rb +0 -0
  521. data/spec/{crm → codegen/crm}/imports/models/public_import_response_spec.rb +0 -0
  522. data/spec/{crm → codegen/crm}/imports/models/public_object_list_record_spec.rb +0 -0
  523. data/spec/{crm → codegen/crm}/line_items/api/associations_api_spec.rb +0 -0
  524. data/spec/{crm → codegen/crm}/line_items/api/basic_api_spec.rb +0 -0
  525. data/spec/{crm → codegen/crm}/line_items/api/batch_api_spec.rb +0 -0
  526. data/spec/{crm → codegen/crm}/line_items/api/search_api_spec.rb +0 -0
  527. data/spec/{crm → codegen/crm}/line_items/models/associated_id_spec.rb +0 -0
  528. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  529. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -0
  530. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -0
  531. data/spec/{crm → codegen/crm}/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  532. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_spec.rb +0 -0
  533. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  534. data/spec/{crm → codegen/crm}/line_items/models/collection_response_associated_id_spec.rb +0 -0
  535. data/spec/{crm → codegen/crm}/line_items/models/collection_response_simple_public_object_spec.rb +0 -0
  536. data/spec/{crm → codegen/crm}/line_items/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  537. data/spec/{crm → codegen/crm}/line_items/models/error_category_spec.rb +0 -0
  538. data/spec/{crm → codegen/crm}/line_items/models/error_detail_spec.rb +0 -0
  539. data/spec/{crm → codegen/crm}/line_items/models/error_spec.rb +0 -0
  540. data/spec/{crm → codegen/crm}/line_items/models/filter_group_spec.rb +0 -0
  541. data/spec/{crm → codegen/crm}/line_items/models/filter_spec.rb +0 -0
  542. data/spec/{crm → codegen/crm}/line_items/models/next_page_spec.rb +0 -0
  543. data/spec/{crm → codegen/crm}/line_items/models/paging_spec.rb +0 -0
  544. data/spec/{crm → codegen/crm}/line_items/models/previous_page_spec.rb +0 -0
  545. data/spec/{crm → codegen/crm}/line_items/models/public_object_search_request_spec.rb +0 -0
  546. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_batch_input_spec.rb +0 -0
  547. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_id_spec.rb +0 -0
  548. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_input_spec.rb +0 -0
  549. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_spec.rb +0 -0
  550. data/spec/{crm → codegen/crm}/line_items/models/standard_error_spec.rb +0 -0
  551. data/spec/{crm → codegen/crm}/objects/api/associations_api_spec.rb +0 -0
  552. data/spec/{crm → codegen/crm}/objects/api/basic_api_spec.rb +0 -0
  553. data/spec/{crm → codegen/crm}/objects/api/batch_api_spec.rb +0 -0
  554. data/spec/{crm → codegen/crm}/objects/api/search_api_spec.rb +0 -0
  555. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  556. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  557. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  558. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  559. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  560. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  561. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  562. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  563. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  564. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  565. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  566. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  567. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  568. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  569. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  570. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  571. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  572. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  573. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  574. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  575. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  576. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  577. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  578. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  579. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  580. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  581. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  582. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  583. data/spec/{crm → codegen/crm}/objects/models/associated_id_spec.rb +0 -0
  584. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  585. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_id_spec.rb +0 -0
  586. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_input_spec.rb +0 -0
  587. data/spec/{crm → codegen/crm}/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  588. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_spec.rb +0 -0
  589. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  590. data/spec/{crm → codegen/crm}/objects/models/collection_response_associated_id_spec.rb +0 -0
  591. data/spec/{crm → codegen/crm}/objects/models/collection_response_simple_public_object_spec.rb +0 -0
  592. data/spec/{crm → codegen/crm}/objects/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  593. data/spec/{crm → codegen/crm}/objects/models/error_category_spec.rb +0 -0
  594. data/spec/{crm → codegen/crm}/objects/models/error_detail_spec.rb +0 -0
  595. data/spec/{crm → codegen/crm}/objects/models/error_spec.rb +0 -0
  596. data/spec/{crm → codegen/crm}/objects/models/filter_group_spec.rb +0 -0
  597. data/spec/{crm → codegen/crm}/objects/models/filter_spec.rb +0 -0
  598. data/spec/{crm → codegen/crm}/objects/models/next_page_spec.rb +0 -0
  599. data/spec/{crm → codegen/crm}/objects/models/paging_spec.rb +0 -0
  600. data/spec/{crm → codegen/crm}/objects/models/previous_page_spec.rb +0 -0
  601. data/spec/{crm → codegen/crm}/objects/models/public_object_search_request_spec.rb +0 -0
  602. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_batch_input_spec.rb +0 -0
  603. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_id_spec.rb +0 -0
  604. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_input_spec.rb +0 -0
  605. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_spec.rb +0 -0
  606. data/spec/{crm → codegen/crm}/objects/models/standard_error_spec.rb +0 -0
  607. data/spec/{crm → codegen/crm}/owners/api/default_api_spec.rb +0 -0
  608. data/spec/{crm → codegen/crm}/owners/models/collection_response_public_owner_spec.rb +0 -0
  609. data/spec/{crm → codegen/crm}/owners/models/error_detail_spec.rb +0 -0
  610. data/spec/{crm → codegen/crm}/owners/models/error_spec.rb +0 -0
  611. data/spec/{crm → codegen/crm}/owners/models/next_page_spec.rb +0 -0
  612. data/spec/{crm → codegen/crm}/owners/models/paging_spec.rb +0 -0
  613. data/spec/{crm → codegen/crm}/owners/models/public_owner_spec.rb +0 -0
  614. data/spec/{crm → codegen/crm}/owners/models/public_team_spec.rb +0 -0
  615. data/spec/{crm → codegen/crm}/pipelines/api/pipeline_stages_api_spec.rb +0 -0
  616. data/spec/{crm → codegen/crm}/pipelines/api/pipelines_api_spec.rb +0 -0
  617. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_spec.rb +0 -0
  618. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -0
  619. data/spec/{crm → codegen/crm}/pipelines/models/error_detail_spec.rb +0 -0
  620. data/spec/{crm → codegen/crm}/pipelines/models/error_spec.rb +0 -0
  621. data/spec/{crm → codegen/crm}/pipelines/models/next_page_spec.rb +0 -0
  622. data/spec/{crm → codegen/crm}/pipelines/models/paging_spec.rb +0 -0
  623. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_input_spec.rb +0 -0
  624. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_patch_input_spec.rb +0 -0
  625. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_spec.rb +0 -0
  626. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_input_spec.rb +0 -0
  627. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -0
  628. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_spec.rb +0 -0
  629. data/spec/{crm → codegen/crm}/products/api/associations_api_spec.rb +0 -0
  630. data/spec/{crm → codegen/crm}/products/api/basic_api_spec.rb +0 -0
  631. data/spec/{crm → codegen/crm}/products/api/batch_api_spec.rb +0 -0
  632. data/spec/{crm → codegen/crm}/products/api/search_api_spec.rb +0 -0
  633. data/spec/{crm → codegen/crm}/products/models/associated_id_spec.rb +0 -0
  634. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  635. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_id_spec.rb +0 -0
  636. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_input_spec.rb +0 -0
  637. data/spec/{crm → codegen/crm}/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  638. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_spec.rb +0 -0
  639. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  640. data/spec/{crm → codegen/crm}/products/models/collection_response_associated_id_spec.rb +0 -0
  641. data/spec/{crm → codegen/crm}/products/models/collection_response_simple_public_object_spec.rb +0 -0
  642. data/spec/{crm → codegen/crm}/products/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  643. data/spec/{crm → codegen/crm}/products/models/error_category_spec.rb +0 -0
  644. data/spec/{crm → codegen/crm}/products/models/error_detail_spec.rb +0 -0
  645. data/spec/{crm → codegen/crm}/products/models/error_spec.rb +0 -0
  646. data/spec/{crm → codegen/crm}/products/models/filter_group_spec.rb +0 -0
  647. data/spec/{crm → codegen/crm}/products/models/filter_spec.rb +0 -0
  648. data/spec/{crm → codegen/crm}/products/models/next_page_spec.rb +0 -0
  649. data/spec/{crm → codegen/crm}/products/models/paging_spec.rb +0 -0
  650. data/spec/{crm → codegen/crm}/products/models/previous_page_spec.rb +0 -0
  651. data/spec/{crm → codegen/crm}/products/models/public_object_search_request_spec.rb +0 -0
  652. data/spec/{crm → codegen/crm}/products/models/simple_public_object_batch_input_spec.rb +0 -0
  653. data/spec/{crm → codegen/crm}/products/models/simple_public_object_id_spec.rb +0 -0
  654. data/spec/{crm → codegen/crm}/products/models/simple_public_object_input_spec.rb +0 -0
  655. data/spec/{crm → codegen/crm}/products/models/simple_public_object_spec.rb +0 -0
  656. data/spec/{crm → codegen/crm}/products/models/standard_error_spec.rb +0 -0
  657. data/spec/{crm → codegen/crm}/properties/api/batch_api_spec.rb +0 -0
  658. data/spec/{crm → codegen/crm}/properties/api/core_api_spec.rb +0 -0
  659. data/spec/{crm → codegen/crm}/properties/api/groups_api_spec.rb +0 -0
  660. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_create_spec.rb +0 -0
  661. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_name_spec.rb +0 -0
  662. data/spec/{crm → codegen/crm}/properties/models/batch_read_input_property_name_spec.rb +0 -0
  663. data/spec/{crm → codegen/crm}/properties/models/batch_response_property_spec.rb +0 -0
  664. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_group_spec.rb +0 -0
  665. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_spec.rb +0 -0
  666. data/spec/{crm → codegen/crm}/properties/models/error_category_spec.rb +0 -0
  667. data/spec/{crm → codegen/crm}/properties/models/error_detail_spec.rb +0 -0
  668. data/spec/{crm → codegen/crm}/properties/models/error_spec.rb +0 -0
  669. data/spec/{crm → codegen/crm}/properties/models/next_page_spec.rb +0 -0
  670. data/spec/{crm → codegen/crm}/properties/models/option_input_spec.rb +0 -0
  671. data/spec/{crm → codegen/crm}/properties/models/option_spec.rb +0 -0
  672. data/spec/{crm → codegen/crm}/properties/models/paging_spec.rb +0 -0
  673. data/spec/{crm → codegen/crm}/properties/models/property_create_spec.rb +0 -0
  674. data/spec/{crm → codegen/crm}/properties/models/property_group_create_spec.rb +0 -0
  675. data/spec/{crm → codegen/crm}/properties/models/property_group_spec.rb +0 -0
  676. data/spec/{crm → codegen/crm}/properties/models/property_group_update_spec.rb +0 -0
  677. data/spec/{crm → codegen/crm}/properties/models/property_modification_metadata_spec.rb +0 -0
  678. data/spec/{crm → codegen/crm}/properties/models/property_name_spec.rb +0 -0
  679. data/spec/{crm → codegen/crm}/properties/models/property_spec.rb +0 -0
  680. data/spec/{crm → codegen/crm}/properties/models/property_update_spec.rb +0 -0
  681. data/spec/{crm → codegen/crm}/properties/models/standard_error_spec.rb +0 -0
  682. data/spec/{crm → codegen/crm}/quotes/api/associations_api_spec.rb +0 -0
  683. data/spec/{crm → codegen/crm}/quotes/api/basic_api_spec.rb +0 -0
  684. data/spec/{crm → codegen/crm}/quotes/api/batch_api_spec.rb +0 -0
  685. data/spec/{crm → codegen/crm}/quotes/api/search_api_spec.rb +0 -0
  686. data/spec/{crm → codegen/crm}/quotes/models/associated_id_spec.rb +0 -0
  687. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  688. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -0
  689. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -0
  690. data/spec/{crm → codegen/crm}/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  691. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_spec.rb +0 -0
  692. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  693. data/spec/{crm → codegen/crm}/quotes/models/collection_response_associated_id_spec.rb +0 -0
  694. data/spec/{crm → codegen/crm}/quotes/models/collection_response_simple_public_object_spec.rb +0 -0
  695. data/spec/{crm → codegen/crm}/quotes/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  696. data/spec/{crm → codegen/crm}/quotes/models/error_category_spec.rb +0 -0
  697. data/spec/{crm → codegen/crm}/quotes/models/error_detail_spec.rb +0 -0
  698. data/spec/{crm → codegen/crm}/quotes/models/error_spec.rb +0 -0
  699. data/spec/{crm → codegen/crm}/quotes/models/filter_group_spec.rb +0 -0
  700. data/spec/{crm → codegen/crm}/quotes/models/filter_spec.rb +0 -0
  701. data/spec/{crm → codegen/crm}/quotes/models/next_page_spec.rb +0 -0
  702. data/spec/{crm → codegen/crm}/quotes/models/paging_spec.rb +0 -0
  703. data/spec/{crm → codegen/crm}/quotes/models/previous_page_spec.rb +0 -0
  704. data/spec/{crm → codegen/crm}/quotes/models/public_object_search_request_spec.rb +0 -0
  705. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_batch_input_spec.rb +0 -0
  706. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_id_spec.rb +0 -0
  707. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_input_spec.rb +0 -0
  708. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_spec.rb +0 -0
  709. data/spec/{crm → codegen/crm}/quotes/models/standard_error_spec.rb +0 -0
  710. data/spec/{crm → codegen/crm}/schemas/api/core_api_spec.rb +0 -0
  711. data/spec/{crm → codegen/crm}/schemas/api/default_api_spec.rb +0 -0
  712. data/spec/{crm → codegen/crm}/schemas/models/association_definition_egg_spec.rb +0 -0
  713. data/spec/{crm → codegen/crm}/schemas/models/association_definition_spec.rb +0 -0
  714. data/spec/{crm → codegen/crm}/schemas/models/collection_response_object_schema_spec.rb +0 -0
  715. data/spec/{crm → codegen/crm}/schemas/models/error_detail_spec.rb +0 -0
  716. data/spec/{crm → codegen/crm}/schemas/models/error_spec.rb +0 -0
  717. data/spec/{crm → codegen/crm}/schemas/models/next_page_spec.rb +0 -0
  718. data/spec/{crm → codegen/crm}/schemas/models/object_schema_egg_spec.rb +0 -0
  719. data/spec/{crm → codegen/crm}/schemas/models/object_schema_spec.rb +0 -0
  720. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_labels_spec.rb +0 -0
  721. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_patch_spec.rb +0 -0
  722. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_spec.rb +0 -0
  723. data/spec/{crm → codegen/crm}/schemas/models/object_type_property_create_spec.rb +0 -0
  724. data/spec/{crm → codegen/crm}/schemas/models/option_input_spec.rb +0 -0
  725. data/spec/{crm → codegen/crm}/schemas/models/option_spec.rb +0 -0
  726. data/spec/{crm → codegen/crm}/schemas/models/paging_spec.rb +0 -0
  727. data/spec/{crm → codegen/crm}/schemas/models/previous_page_spec.rb +0 -0
  728. data/spec/{crm → codegen/crm}/schemas/models/property_modification_metadata_spec.rb +0 -0
  729. data/spec/{crm → codegen/crm}/schemas/models/property_spec.rb +0 -0
  730. data/spec/{crm → codegen/crm}/tickets/api/associations_api_spec.rb +0 -0
  731. data/spec/{crm → codegen/crm}/tickets/api/basic_api_spec.rb +0 -0
  732. data/spec/{crm → codegen/crm}/tickets/api/batch_api_spec.rb +0 -0
  733. data/spec/{crm → codegen/crm}/tickets/api/search_api_spec.rb +0 -0
  734. data/spec/{crm → codegen/crm}/tickets/models/associated_id_spec.rb +0 -0
  735. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  736. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -0
  737. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -0
  738. data/spec/{crm → codegen/crm}/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  739. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_spec.rb +0 -0
  740. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  741. data/spec/{crm → codegen/crm}/tickets/models/collection_response_associated_id_spec.rb +0 -0
  742. data/spec/{crm → codegen/crm}/tickets/models/collection_response_simple_public_object_spec.rb +0 -0
  743. data/spec/{crm → codegen/crm}/tickets/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  744. data/spec/{crm → codegen/crm}/tickets/models/error_category_spec.rb +0 -0
  745. data/spec/{crm → codegen/crm}/tickets/models/error_detail_spec.rb +0 -0
  746. data/spec/{crm → codegen/crm}/tickets/models/error_spec.rb +0 -0
  747. data/spec/{crm → codegen/crm}/tickets/models/filter_group_spec.rb +0 -0
  748. data/spec/{crm → codegen/crm}/tickets/models/filter_spec.rb +0 -0
  749. data/spec/{crm → codegen/crm}/tickets/models/next_page_spec.rb +0 -0
  750. data/spec/{crm → codegen/crm}/tickets/models/paging_spec.rb +0 -0
  751. data/spec/{crm → codegen/crm}/tickets/models/previous_page_spec.rb +0 -0
  752. data/spec/{crm → codegen/crm}/tickets/models/public_object_search_request_spec.rb +0 -0
  753. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_batch_input_spec.rb +0 -0
  754. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_id_spec.rb +0 -0
  755. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_input_spec.rb +0 -0
  756. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_spec.rb +0 -0
  757. data/spec/{crm → codegen/crm}/tickets/models/standard_error_spec.rb +0 -0
  758. data/spec/{crm → codegen/crm}/timeline/api/events_api_spec.rb +0 -0
  759. data/spec/{crm → codegen/crm}/timeline/api/templates_api_spec.rb +0 -0
  760. data/spec/{crm → codegen/crm}/timeline/api/tokens_api_spec.rb +0 -0
  761. data/spec/{crm → codegen/crm}/timeline/models/batch_input_timeline_event_spec.rb +0 -0
  762. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_spec.rb +0 -0
  763. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -0
  764. data/spec/{crm → codegen/crm}/timeline/models/collection_response_timeline_event_template_spec.rb +0 -0
  765. data/spec/{crm → codegen/crm}/timeline/models/error_category_spec.rb +0 -0
  766. data/spec/{crm → codegen/crm}/timeline/models/error_detail_spec.rb +0 -0
  767. data/spec/{crm → codegen/crm}/timeline/models/error_spec.rb +0 -0
  768. data/spec/{crm → codegen/crm}/timeline/models/event_detail_spec.rb +0 -0
  769. data/spec/{crm → codegen/crm}/timeline/models/next_page_spec.rb +0 -0
  770. data/spec/{crm → codegen/crm}/timeline/models/paging_spec.rb +0 -0
  771. data/spec/{crm → codegen/crm}/timeline/models/previous_page_spec.rb +0 -0
  772. data/spec/{crm → codegen/crm}/timeline/models/standard_error_spec.rb +0 -0
  773. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_i_frame_spec.rb +0 -0
  774. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_response_spec.rb +0 -0
  775. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_spec.rb +0 -0
  776. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_create_request_spec.rb +0 -0
  777. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_spec.rb +0 -0
  778. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_option_spec.rb +0 -0
  779. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_spec.rb +0 -0
  780. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -0
  781. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_update_request_spec.rb +0 -0
  782. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  783. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  784. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  785. data/spec/codegen/events/models/error_spec.rb +77 -0
  786. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  787. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  788. data/spec/codegen/events/models/paging_spec.rb +41 -0
  789. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  790. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  791. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  792. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  793. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  794. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  795. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  796. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  797. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  798. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  799. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  800. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  801. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  802. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  803. data/spec/codegen/files/files/models/hubspot_file_spec.rb +147 -0
  804. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  805. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  806. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  807. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  808. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  809. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  810. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  811. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  812. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  813. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  814. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  815. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  816. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  817. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  818. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  819. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  820. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  821. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  822. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  823. data/spec/{oauth → codegen/oauth}/api/default_api_spec.rb +0 -0
  824. data/spec/{oauth → codegen/oauth}/models/access_token_info_response_spec.rb +0 -0
  825. data/spec/{oauth → codegen/oauth}/models/error_detail_spec.rb +0 -0
  826. data/spec/{oauth → codegen/oauth}/models/error_spec.rb +0 -0
  827. data/spec/{oauth → codegen/oauth}/models/refresh_token_info_response_spec.rb +0 -0
  828. data/spec/{oauth → codegen/oauth}/models/token_response_if_spec.rb +0 -0
  829. data/spec/{webhooks → codegen/webhooks}/api/settings_api_spec.rb +0 -0
  830. data/spec/{webhooks → codegen/webhooks}/api/subscriptions_api_spec.rb +0 -0
  831. data/spec/{webhooks → codegen/webhooks}/models/batch_input_subscription_batch_update_request_spec.rb +0 -0
  832. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_spec.rb +0 -0
  833. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_with_errors_spec.rb +0 -0
  834. data/spec/{webhooks → codegen/webhooks}/models/error_category_spec.rb +0 -0
  835. data/spec/{webhooks → codegen/webhooks}/models/error_detail_spec.rb +0 -0
  836. data/spec/{webhooks → codegen/webhooks}/models/error_spec.rb +0 -0
  837. data/spec/{webhooks → codegen/webhooks}/models/settings_change_request_spec.rb +0 -0
  838. data/spec/{webhooks → codegen/webhooks}/models/settings_response_spec.rb +0 -0
  839. data/spec/{webhooks → codegen/webhooks}/models/standard_error_spec.rb +0 -0
  840. data/spec/{webhooks → codegen/webhooks}/models/subscription_batch_update_request_spec.rb +0 -0
  841. data/spec/{webhooks → codegen/webhooks}/models/subscription_create_request_spec.rb +0 -0
  842. data/spec/{webhooks → codegen/webhooks}/models/subscription_list_response_spec.rb +0 -0
  843. data/spec/{webhooks → codegen/webhooks}/models/subscription_patch_request_spec.rb +0 -0
  844. data/spec/{webhooks → codegen/webhooks}/models/subscription_response_spec.rb +0 -0
  845. data/spec/{webhooks → codegen/webhooks}/models/throttling_settings_spec.rb +0 -0
  846. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  847. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  848. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  849. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  850. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  851. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  852. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  853. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  854. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  855. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  856. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  857. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  858. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  859. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  860. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  861. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  862. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  863. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  864. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  865. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  866. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  867. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  868. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  869. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  870. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  871. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  872. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  873. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  874. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  875. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  876. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  877. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  878. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  879. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  880. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  881. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  882. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  883. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  884. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  885. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  886. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  887. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  888. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  889. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  890. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  891. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  892. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  893. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  894. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  895. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  896. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  897. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  898. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  899. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  900. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  901. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  902. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  903. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  904. data/spec/features/crm/products/search_api_spec.rb +7 -0
  905. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  906. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  907. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  908. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  909. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  910. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  911. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  912. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  913. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  914. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  915. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  916. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  917. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  918. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  919. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  920. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  921. data/spec/features/events/events_api_spec.rb +7 -0
  922. data/spec/features/files/files/files_api_spec.rb +16 -0
  923. data/spec/features/files/files/folders_api_spec.rb +14 -0
  924. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  925. data/spec/features/oauth/default_api_spec.rb +10 -0
  926. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  927. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  928. metadata +1671 -1009
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9ba63b6d7c3717b3279da72c48cc7091e1a21cf0eae18cf1c20abcabd595fd
4
- data.tar.gz: 18a5d7f8fd717c4c4180aef9f709b7d9f645038f00d6b7d329f9a73c93f567e2
3
+ metadata.gz: e1864040c969a080d806df353bff39a054a16016b159aa677a8cfc0de71d72c5
4
+ data.tar.gz: 77d466ff89366deb968a508d6ccc3ec58f553e7efc64ae7fdebe2ea6fa678b24
5
5
  SHA512:
6
- metadata.gz: 7c0c0ff9784ebecb12130ea92447503df319df095865dea54cfbb5720c48726fff87af44bfa9ad01be7cda214c07bc7698e6fc5d2fbf8dd68928b3b8816cc6a3
7
- data.tar.gz: 7fc70a8006dfa7e9279e07351e7a8ffc54ea297b68209aaefd05bd8f0615e2531a0022510ce342a105d48410ad24369e2813e3c05aea74b310917b75e9aea2dd
6
+ metadata.gz: 0bbae7dbfcc61450296562f2b9f4cd3105b6711ecbbec2c0d05f989fb6d5c907d1d82d9433ef2b61f7e3fcad3d6ca3cf1119ce59e2a142b0a36fd3d495488018
7
+ data.tar.gz: ec5b0b2a0b9a3f2de62d89fab1b5fa97d9de18d7ef2181b2e0deed2f15314179c9e806e103def012c412f9e6639d4b8dd542191e56857d14968a90a187d497de
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
+ ## [9.6.0] - 2021-03-31
9
+
10
+ - License was added
11
+
12
+ ## [9.5.1] - 2021-03-17
13
+
14
+ - fixed Files::Files api module
15
+
16
+ ## [9.5.0] - 2021-02-19
17
+
18
+ - added Events api module
19
+ - added Conversations::VisitorIdentification api module
20
+
21
+ ## [9.4.0] - 2021-02-08
22
+
23
+ - added Crm::Extensions::Accounting api module
24
+ - added Crm::Extensions::Calling api module
25
+ - added Crm::Extensions::Videoconferencing api module
26
+ - added Crm::Objects::FeedbackSubmissions api module
27
+ - added Files::Files api module
28
+ - added Marketing::Transactional api module
29
+
30
+ ## [9.3.0] - 2021-01-20
31
+
32
+ - Add automation actions client
33
+ - Update blogs clients
34
+
8
35
  ## [9.2.0] - 2020-12-16
9
36
 
10
37
  - Add blogs clients
data/Gemfile.lock CHANGED
@@ -1,8 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (9.2.1)
4
+ hubspot-api-client (9.6.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
@@ -19,13 +20,14 @@ GEM
19
20
  diff-lcs (1.4.4)
20
21
  ethon (0.12.0)
21
22
  ffi (>= 1.3.0)
22
- ffi (1.14.2)
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,637 +1,9 @@
1
- =begin
2
- #CRM Objects
3
-
4
- #CRM objects such as companies, contacts, deals, line items, products, tickets, and quotes are native objects in HubSpot’s CRM. These core building blocks support custom properties, store critical information, and play a central role in the HubSpot application. ## Supported Object Types This API provides access to collections of CRM objects, which return a map of property names to values. Each object type has its own set of default properties, which can be found by exploring the [CRM Object Properties API](https://developers.hubspot.com/docs/methods/crm-properties/crm-properties-overview). |Object Type |Properties returned by default | |--|--| | `companies` | `name`, `domain` | | `contacts` | `firstname`, `lastname`, `email` | | `deals` | `dealname`, `amount`, `closedate`, `pipeline`, `dealstage` | | `products` | `name`, `description`, `price` | | `tickets` | `content`, `hs_pipeline`, `hs_pipeline_stage`, `hs_ticket_category`, `hs_ticket_priority`, `subject` | Find a list of all properties for an object type using the [CRM Object Properties](https://developers.hubspot.com/docs/methods/crm-properties/get-properties) API. e.g. `GET https://api.hubapi.com/properties/v2/companies/properties`. Change the properties returned in the response using the `properties` array in the request body.
5
-
6
- OpenAPI spec version: v3
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.8
10
-
11
- =end
12
-
13
1
  require 'uri'
14
2
  require 'logger'
15
-
16
- require 'hubspot/configuration'
17
- require 'hubspot/exceptions'
18
- require 'hubspot/oauth_helper'
19
- require 'hubspot/version'
20
-
21
- require 'hubspot/helpers/get_all_helper'
22
- require 'hubspot/helpers/webhooks_helper'
23
-
24
- require 'hubspot/codegen/cms/audit-logs/api_client'
25
- require 'hubspot/codegen/cms/audit-logs/api_error'
26
- require 'hubspot/codegen/cms/audit-logs/configuration'
27
- require 'hubspot/codegen/cms/audit-logs/api/default_api'
28
- require 'hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log'
29
- require 'hubspot/codegen/cms/audit-logs/models/error'
30
- require 'hubspot/codegen/cms/audit-logs/models/error_detail'
31
- require 'hubspot/codegen/cms/audit-logs/models/next_page'
32
- require 'hubspot/codegen/cms/audit-logs/models/paging'
33
- require 'hubspot/codegen/cms/audit-logs/models/public_audit_log'
34
-
35
- require 'hubspot/codegen/cms/blogs/authors/api_client'
36
- require 'hubspot/codegen/cms/blogs/authors/api_error'
37
- require 'hubspot/codegen/cms/blogs/authors/configuration'
38
- require 'hubspot/codegen/cms/blogs/authors/api/default_api'
39
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author'
40
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_json_node'
41
- require 'hubspot/codegen/cms/blogs/authors/models/batch_input_string'
42
- require 'hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors'
43
- require 'hubspot/codegen/cms/blogs/authors/models/blog_author'
44
- require 'hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging'
45
- require 'hubspot/codegen/cms/blogs/authors/models/error_detail'
46
- require 'hubspot/codegen/cms/blogs/authors/models/error'
47
- require 'hubspot/codegen/cms/blogs/authors/models/forward_paging'
48
- require 'hubspot/codegen/cms/blogs/authors/models/next_page'
49
- require 'hubspot/codegen/cms/blogs/authors/models/standard_error'
50
-
51
- require 'hubspot/codegen/cms/blogs/blog-posts/api_client'
52
- require 'hubspot/codegen/cms/blogs/blog-posts/api_error'
53
- require 'hubspot/codegen/cms/blogs/blog-posts/configuration'
54
- require 'hubspot/codegen/cms/blogs/blog-posts/api/default_api'
55
- require 'hubspot/codegen/cms/blogs/blog-posts/models/angle'
56
- require 'hubspot/codegen/cms/blogs/blog-posts/models/background_image'
57
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post'
58
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node'
59
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string'
60
- require 'hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors'
61
- require 'hubspot/codegen/cms/blogs/blog-posts/models/blog_post'
62
- require 'hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging'
63
- require 'hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post'
64
- require 'hubspot/codegen/cms/blogs/blog-posts/models/color_stop'
65
- require 'hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next'
66
- require 'hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next'
67
- require 'hubspot/codegen/cms/blogs/blog-posts/models/error_detail'
68
- require 'hubspot/codegen/cms/blogs/blog-posts/models/error'
69
- require 'hubspot/codegen/cms/blogs/blog-posts/models/forward_paging'
70
- require 'hubspot/codegen/cms/blogs/blog-posts/models/gradient'
71
- require 'hubspot/codegen/cms/blogs/blog-posts/models/layout_section'
72
- require 'hubspot/codegen/cms/blogs/blog-posts/models/next_page'
73
- require 'hubspot/codegen/cms/blogs/blog-posts/models/paging'
74
- require 'hubspot/codegen/cms/blogs/blog-posts/models/previous_page'
75
- require 'hubspot/codegen/cms/blogs/blog-posts/models/rgba_color'
76
- require 'hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data'
77
- require 'hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner'
78
- require 'hubspot/codegen/cms/blogs/blog-posts/models/standard_error'
79
- require 'hubspot/codegen/cms/blogs/blog-posts/models/styles'
80
- require 'hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post'
81
- require 'hubspot/codegen/cms/blogs/blog-posts/models/version_user'
82
-
83
- require 'hubspot/codegen/cms/blogs/tags/api_client'
84
- require 'hubspot/codegen/cms/blogs/tags/api_error'
85
- require 'hubspot/codegen/cms/blogs/tags/configuration'
86
- require 'hubspot/codegen/cms/blogs/tags/api/default_api'
87
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_json_node'
88
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_string'
89
- require 'hubspot/codegen/cms/blogs/tags/models/batch_input_tag'
90
- require 'hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors'
91
- require 'hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging'
92
- require 'hubspot/codegen/cms/blogs/tags/models/error_detail'
93
- require 'hubspot/codegen/cms/blogs/tags/models/error'
94
- require 'hubspot/codegen/cms/blogs/tags/models/forward_paging'
95
- require 'hubspot/codegen/cms/blogs/tags/models/next_page'
96
- require 'hubspot/codegen/cms/blogs/tags/models/standard_error'
97
- require 'hubspot/codegen/cms/blogs/tags/models/tag'
98
-
99
- require 'hubspot/codegen/cms/domains/api_client'
100
- require 'hubspot/codegen/cms/domains/api_error'
101
- require 'hubspot/codegen/cms/domains/configuration'
102
- require 'hubspot/codegen/cms/domains/api/domains_api'
103
- require 'hubspot/codegen/cms/domains/models/collection_response_with_total_domain'
104
- require 'hubspot/codegen/cms/domains/models/domain'
105
- require 'hubspot/codegen/cms/domains/models/domain_cdn_config'
106
- require 'hubspot/codegen/cms/domains/models/domain_setup_info'
107
- require 'hubspot/codegen/cms/domains/models/error'
108
- require 'hubspot/codegen/cms/domains/models/error_detail'
109
- require 'hubspot/codegen/cms/domains/models/next_page'
110
- require 'hubspot/codegen/cms/domains/models/paging'
111
-
112
- require 'hubspot/codegen/cms/hubdb/api_client'
113
- require 'hubspot/codegen/cms/hubdb/api_error'
114
- require 'hubspot/codegen/cms/hubdb/configuration'
115
- require 'hubspot/codegen/cms/hubdb/api/rows_api'
116
- require 'hubspot/codegen/cms/hubdb/api/rows_batch_api'
117
- require 'hubspot/codegen/cms/hubdb/api/tables_api'
118
- require 'hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3'
119
- require 'hubspot/codegen/cms/hubdb/models/batch_input_json_node'
120
- require 'hubspot/codegen/cms/hubdb/models/batch_input_string'
121
- require 'hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors'
122
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging'
123
- require 'hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging'
124
- require 'hubspot/codegen/cms/hubdb/models/column_input'
125
- require 'hubspot/codegen/cms/hubdb/models/column'
126
- require 'hubspot/codegen/cms/hubdb/models/error_detail'
127
- require 'hubspot/codegen/cms/hubdb/models/error'
128
- require 'hubspot/codegen/cms/hubdb/models/foreign_id'
129
- require 'hubspot/codegen/cms/hubdb/models/forward_paging'
130
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request'
131
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input'
132
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3'
133
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input'
134
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input'
135
- require 'hubspot/codegen/cms/hubdb/models/hub_db_table_v3'
136
- require 'hubspot/codegen/cms/hubdb/models/import_result'
137
- require 'hubspot/codegen/cms/hubdb/models/next_page'
138
- require 'hubspot/codegen/cms/hubdb/models/option'
139
- require 'hubspot/codegen/cms/hubdb/models/simple_user'
140
- require 'hubspot/codegen/cms/hubdb/models/standard_error'
141
-
142
- require 'hubspot/codegen/cms/performance/api_client'
143
- require 'hubspot/codegen/cms/performance/api_error'
144
- require 'hubspot/codegen/cms/performance/configuration'
145
- require 'hubspot/codegen/cms/performance/api/default_api'
146
- require 'hubspot/codegen/cms/performance/models/error'
147
- require 'hubspot/codegen/cms/performance/models/error_detail'
148
- require 'hubspot/codegen/cms/performance/models/performance_view'
149
- require 'hubspot/codegen/cms/performance/models/public_performance_response'
150
-
151
- require 'hubspot/codegen/cms/site-search/api_client'
152
- require 'hubspot/codegen/cms/site-search/api_error'
153
- require 'hubspot/codegen/cms/site-search/configuration'
154
- require 'hubspot/codegen/cms/site-search/api/default_api'
155
- require 'hubspot/codegen/cms/site-search/models/content_search_result'
156
- require 'hubspot/codegen/cms/site-search/models/error'
157
- require 'hubspot/codegen/cms/site-search/models/error_detail'
158
- require 'hubspot/codegen/cms/site-search/models/indexed_data'
159
- require 'hubspot/codegen/cms/site-search/models/public_search_results'
160
- require 'hubspot/codegen/cms/site-search/models/search_hit_field'
161
-
162
- require 'hubspot/codegen/cms/url-redirects/api_client'
163
- require 'hubspot/codegen/cms/url-redirects/api_error'
164
- require 'hubspot/codegen/cms/url-redirects/configuration'
165
- require 'hubspot/codegen/cms/url-redirects/api/redirects_api'
166
- require 'hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping'
167
- require 'hubspot/codegen/cms/url-redirects/models/error'
168
- require 'hubspot/codegen/cms/url-redirects/models/error_detail'
169
- require 'hubspot/codegen/cms/url-redirects/models/next_page'
170
- require 'hubspot/codegen/cms/url-redirects/models/paging'
171
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping'
172
- require 'hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body'
173
-
174
- require 'hubspot/codegen/crm/associations/api_client'
175
- require 'hubspot/codegen/crm/associations/api_error'
176
- require 'hubspot/codegen/crm/associations/configuration'
177
- require 'hubspot/codegen/crm/associations/api/batch_api'
178
- require 'hubspot/codegen/crm/associations/api/types_api'
179
- require 'hubspot/codegen/crm/associations/models/associated_id'
180
- require 'hubspot/codegen/crm/associations/models/batch_input_public_association'
181
- require 'hubspot/codegen/crm/associations/models/batch_input_public_object_id'
182
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association'
183
- require 'hubspot/codegen/crm/associations/models/batch_response_public_association_multi'
184
- require 'hubspot/codegen/crm/associations/models/collection_response_public_association_definiton'
185
- require 'hubspot/codegen/crm/associations/models/error_category'
186
- require 'hubspot/codegen/crm/associations/models/error_detail'
187
- require 'hubspot/codegen/crm/associations/models/error'
188
- require 'hubspot/codegen/crm/associations/models/next_page'
189
- require 'hubspot/codegen/crm/associations/models/paging'
190
- require 'hubspot/codegen/crm/associations/models/public_association'
191
- require 'hubspot/codegen/crm/associations/models/public_association_definiton'
192
- require 'hubspot/codegen/crm/associations/models/public_association_multi'
193
- require 'hubspot/codegen/crm/associations/models/public_object_id'
194
- require 'hubspot/codegen/crm/associations/models/standard_error'
195
-
196
- require 'hubspot/codegen/crm/companies/api_client'
197
- require 'hubspot/codegen/crm/companies/api_error'
198
- require 'hubspot/codegen/crm/companies/configuration'
199
- require 'hubspot/codegen/crm/companies/api/associations_api'
200
- require 'hubspot/codegen/crm/companies/api/basic_api'
201
- require 'hubspot/codegen/crm/companies/api/batch_api'
202
- require 'hubspot/codegen/crm/companies/api/search_api'
203
- require 'hubspot/codegen/crm/companies/models/associated_id'
204
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input'
205
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id'
206
- require 'hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input'
207
- require 'hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id'
208
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object'
209
- require 'hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors'
210
- require 'hubspot/codegen/crm/companies/models/collection_response_associated_id'
211
- require 'hubspot/codegen/crm/companies/models/collection_response_simple_public_object'
212
- require 'hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object'
213
- require 'hubspot/codegen/crm/companies/models/error_category'
214
- require 'hubspot/codegen/crm/companies/models/error_detail'
215
- require 'hubspot/codegen/crm/companies/models/error'
216
- require 'hubspot/codegen/crm/companies/models/filter'
217
- require 'hubspot/codegen/crm/companies/models/filter_group'
218
- require 'hubspot/codegen/crm/companies/models/next_page'
219
- require 'hubspot/codegen/crm/companies/models/paging'
220
- require 'hubspot/codegen/crm/companies/models/previous_page'
221
- require 'hubspot/codegen/crm/companies/models/public_object_search_request'
222
- require 'hubspot/codegen/crm/companies/models/simple_public_object'
223
- require 'hubspot/codegen/crm/companies/models/simple_public_object_batch_input'
224
- require 'hubspot/codegen/crm/companies/models/simple_public_object_id'
225
- require 'hubspot/codegen/crm/companies/models/simple_public_object_input'
226
- require 'hubspot/codegen/crm/companies/models/standard_error'
227
-
228
- require 'hubspot/codegen/crm/contacts/api_client'
229
- require 'hubspot/codegen/crm/contacts/api_error'
230
- require 'hubspot/codegen/crm/contacts/configuration'
231
- require 'hubspot/codegen/crm/contacts/api/associations_api'
232
- require 'hubspot/codegen/crm/contacts/api/basic_api'
233
- require 'hubspot/codegen/crm/contacts/api/batch_api'
234
- require 'hubspot/codegen/crm/contacts/api/search_api'
235
- require 'hubspot/codegen/crm/contacts/models/associated_id'
236
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input'
237
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id'
238
- require 'hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input'
239
- require 'hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id'
240
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object'
241
- require 'hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors'
242
- require 'hubspot/codegen/crm/contacts/models/collection_response_associated_id'
243
- require 'hubspot/codegen/crm/contacts/models/collection_response_simple_public_object'
244
- require 'hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object'
245
- require 'hubspot/codegen/crm/contacts/models/error_category'
246
- require 'hubspot/codegen/crm/contacts/models/error_detail'
247
- require 'hubspot/codegen/crm/contacts/models/error'
248
- require 'hubspot/codegen/crm/contacts/models/filter'
249
- require 'hubspot/codegen/crm/contacts/models/filter_group'
250
- require 'hubspot/codegen/crm/contacts/models/next_page'
251
- require 'hubspot/codegen/crm/contacts/models/paging'
252
- require 'hubspot/codegen/crm/contacts/models/previous_page'
253
- require 'hubspot/codegen/crm/contacts/models/public_object_search_request'
254
- require 'hubspot/codegen/crm/contacts/models/simple_public_object'
255
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_batch_input'
256
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_id'
257
- require 'hubspot/codegen/crm/contacts/models/simple_public_object_input'
258
- require 'hubspot/codegen/crm/contacts/models/standard_error'
259
-
260
- require 'hubspot/codegen/crm/deals/api_client'
261
- require 'hubspot/codegen/crm/deals/api_error'
262
- require 'hubspot/codegen/crm/deals/configuration'
263
- require 'hubspot/codegen/crm/deals/api/associations_api'
264
- require 'hubspot/codegen/crm/deals/api/basic_api'
265
- require 'hubspot/codegen/crm/deals/api/batch_api'
266
- require 'hubspot/codegen/crm/deals/api/search_api'
267
- require 'hubspot/codegen/crm/deals/models/associated_id'
268
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input'
269
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id'
270
- require 'hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input'
271
- require 'hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id'
272
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object'
273
- require 'hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors'
274
- require 'hubspot/codegen/crm/deals/models/collection_response_associated_id'
275
- require 'hubspot/codegen/crm/deals/models/collection_response_simple_public_object'
276
- require 'hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object'
277
- require 'hubspot/codegen/crm/deals/models/error_category'
278
- require 'hubspot/codegen/crm/deals/models/error_detail'
279
- require 'hubspot/codegen/crm/deals/models/error'
280
- require 'hubspot/codegen/crm/deals/models/filter'
281
- require 'hubspot/codegen/crm/deals/models/filter_group'
282
- require 'hubspot/codegen/crm/deals/models/next_page'
283
- require 'hubspot/codegen/crm/deals/models/paging'
284
- require 'hubspot/codegen/crm/deals/models/previous_page'
285
- require 'hubspot/codegen/crm/deals/models/public_object_search_request'
286
- require 'hubspot/codegen/crm/deals/models/simple_public_object'
287
- require 'hubspot/codegen/crm/deals/models/simple_public_object_batch_input'
288
- require 'hubspot/codegen/crm/deals/models/simple_public_object_id'
289
- require 'hubspot/codegen/crm/deals/models/simple_public_object_input'
290
- require 'hubspot/codegen/crm/deals/models/standard_error'
291
-
292
- require 'hubspot/codegen/crm/extensions/cards/api_client'
293
- require 'hubspot/codegen/crm/extensions/cards/api_error'
294
- require 'hubspot/codegen/crm/extensions/cards/configuration'
295
- require 'hubspot/codegen/crm/extensions/cards/api/cards_api'
296
- require 'hubspot/codegen/crm/extensions/cards/api/sample_response_api'
297
- require 'hubspot/codegen/crm/extensions/cards/models/action_confirmation_body'
298
- require 'hubspot/codegen/crm/extensions/cards/models/action_hook_action_body'
299
- require 'hubspot/codegen/crm/extensions/cards/models/card_actions'
300
- require 'hubspot/codegen/crm/extensions/cards/models/card_create_request'
301
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_body'
302
- require 'hubspot/codegen/crm/extensions/cards/models/card_display_property'
303
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body'
304
- require 'hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch'
305
- require 'hubspot/codegen/crm/extensions/cards/models/card_list_response'
306
- require 'hubspot/codegen/crm/extensions/cards/models/card_object_type_body'
307
- require 'hubspot/codegen/crm/extensions/cards/models/card_patch_request'
308
- require 'hubspot/codegen/crm/extensions/cards/models/card_response'
309
- require 'hubspot/codegen/crm/extensions/cards/models/display_option'
310
- require 'hubspot/codegen/crm/extensions/cards/models/error'
311
- require 'hubspot/codegen/crm/extensions/cards/models/error_detail'
312
- require 'hubspot/codegen/crm/extensions/cards/models/i_frame_action_body'
313
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response'
314
- require 'hubspot/codegen/crm/extensions/cards/models/integrator_object_result'
315
- require 'hubspot/codegen/crm/extensions/cards/models/object_token'
316
- require 'hubspot/codegen/crm/extensions/cards/models/top_level_actions'
317
-
318
- require 'hubspot/codegen/crm/imports/api_client'
319
- require 'hubspot/codegen/crm/imports/api_error'
320
- require 'hubspot/codegen/crm/imports/configuration'
321
- require 'hubspot/codegen/crm/imports/api/core_api'
322
- require 'hubspot/codegen/crm/imports/models/action_response'
323
- require 'hubspot/codegen/crm/imports/models/collection_response_public_import_response'
324
- require 'hubspot/codegen/crm/imports/models/error'
325
- require 'hubspot/codegen/crm/imports/models/error_detail'
326
- require 'hubspot/codegen/crm/imports/models/next_page'
327
- require 'hubspot/codegen/crm/imports/models/paging'
328
- require 'hubspot/codegen/crm/imports/models/previous_page'
329
- require 'hubspot/codegen/crm/imports/models/public_import_metadata'
330
- require 'hubspot/codegen/crm/imports/models/public_import_response'
331
- require 'hubspot/codegen/crm/imports/models/public_object_list_record'
332
-
333
- require 'hubspot/codegen/crm/line_items/api_client'
334
- require 'hubspot/codegen/crm/line_items/api_error'
335
- require 'hubspot/codegen/crm/line_items/configuration'
336
- require 'hubspot/codegen/crm/line_items/api/associations_api'
337
- require 'hubspot/codegen/crm/line_items/api/basic_api'
338
- require 'hubspot/codegen/crm/line_items/api/batch_api'
339
- require 'hubspot/codegen/crm/line_items/api/search_api'
340
- require 'hubspot/codegen/crm/line_items/models/associated_id'
341
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input'
342
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id'
343
- require 'hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input'
344
- require 'hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id'
345
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object'
346
- require 'hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors'
347
- require 'hubspot/codegen/crm/line_items/models/collection_response_associated_id'
348
- require 'hubspot/codegen/crm/line_items/models/collection_response_simple_public_object'
349
- require 'hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object'
350
- require 'hubspot/codegen/crm/line_items/models/error_category'
351
- require 'hubspot/codegen/crm/line_items/models/error_detail'
352
- require 'hubspot/codegen/crm/line_items/models/error'
353
- require 'hubspot/codegen/crm/line_items/models/filter'
354
- require 'hubspot/codegen/crm/line_items/models/filter_group'
355
- require 'hubspot/codegen/crm/line_items/models/next_page'
356
- require 'hubspot/codegen/crm/line_items/models/paging'
357
- require 'hubspot/codegen/crm/line_items/models/previous_page'
358
- require 'hubspot/codegen/crm/line_items/models/public_object_search_request'
359
- require 'hubspot/codegen/crm/line_items/models/simple_public_object'
360
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_batch_input'
361
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_id'
362
- require 'hubspot/codegen/crm/line_items/models/simple_public_object_input'
363
- require 'hubspot/codegen/crm/line_items/models/standard_error'
364
-
365
- require 'hubspot/codegen/crm/objects/api_client'
366
- require 'hubspot/codegen/crm/objects/api_error'
367
- require 'hubspot/codegen/crm/objects/configuration'
368
- require 'hubspot/codegen/crm/objects/api/associations_api'
369
- require 'hubspot/codegen/crm/objects/api/basic_api'
370
- require 'hubspot/codegen/crm/objects/api/batch_api'
371
- require 'hubspot/codegen/crm/objects/api/search_api'
372
- require 'hubspot/codegen/crm/objects/models/associated_id'
373
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input'
374
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id'
375
- require 'hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input'
376
- require 'hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id'
377
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object'
378
- require 'hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors'
379
- require 'hubspot/codegen/crm/objects/models/collection_response_associated_id'
380
- require 'hubspot/codegen/crm/objects/models/collection_response_simple_public_object'
381
- require 'hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object'
382
- require 'hubspot/codegen/crm/objects/models/error_category'
383
- require 'hubspot/codegen/crm/objects/models/error_detail'
384
- require 'hubspot/codegen/crm/objects/models/error'
385
- require 'hubspot/codegen/crm/objects/models/filter'
386
- require 'hubspot/codegen/crm/objects/models/filter_group'
387
- require 'hubspot/codegen/crm/objects/models/next_page'
388
- require 'hubspot/codegen/crm/objects/models/paging'
389
- require 'hubspot/codegen/crm/objects/models/previous_page'
390
- require 'hubspot/codegen/crm/objects/models/public_object_search_request'
391
- require 'hubspot/codegen/crm/objects/models/simple_public_object'
392
- require 'hubspot/codegen/crm/objects/models/simple_public_object_batch_input'
393
- require 'hubspot/codegen/crm/objects/models/simple_public_object_id'
394
- require 'hubspot/codegen/crm/objects/models/simple_public_object_input'
395
- require 'hubspot/codegen/crm/objects/models/standard_error'
396
-
397
- require 'hubspot/codegen/crm/owners/api_client'
398
- require 'hubspot/codegen/crm/owners/api_error'
399
- require 'hubspot/codegen/crm/owners/configuration'
400
- require 'hubspot/codegen/crm/owners/api/default_api'
401
- require 'hubspot/codegen/crm/owners/models/collection_response_public_owner'
402
- require 'hubspot/codegen/crm/owners/models/error'
403
- require 'hubspot/codegen/crm/owners/models/error_detail'
404
- require 'hubspot/codegen/crm/owners/models/next_page'
405
- require 'hubspot/codegen/crm/owners/models/paging'
406
- require 'hubspot/codegen/crm/owners/models/public_owner'
407
- require 'hubspot/codegen/crm/owners/models/public_team'
408
-
409
- require 'hubspot/codegen/crm/pipelines/api_client'
410
- require 'hubspot/codegen/crm/pipelines/api_error'
411
- require 'hubspot/codegen/crm/pipelines/configuration'
412
- require 'hubspot/codegen/crm/pipelines/api/pipeline_stages_api'
413
- require 'hubspot/codegen/crm/pipelines/api/pipelines_api'
414
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline'
415
- require 'hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage'
416
- require 'hubspot/codegen/crm/pipelines/models/error'
417
- require 'hubspot/codegen/crm/pipelines/models/error_detail'
418
- require 'hubspot/codegen/crm/pipelines/models/next_page'
419
- require 'hubspot/codegen/crm/pipelines/models/paging'
420
- require 'hubspot/codegen/crm/pipelines/models/pipeline'
421
- require 'hubspot/codegen/crm/pipelines/models/pipeline_input'
422
- require 'hubspot/codegen/crm/pipelines/models/pipeline_patch_input'
423
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage'
424
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_input'
425
- require 'hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input'
426
-
427
- require 'hubspot/codegen/crm/products/api_client'
428
- require 'hubspot/codegen/crm/products/api_error'
429
- require 'hubspot/codegen/crm/products/configuration'
430
- require 'hubspot/codegen/crm/products/api/associations_api'
431
- require 'hubspot/codegen/crm/products/api/basic_api'
432
- require 'hubspot/codegen/crm/products/api/batch_api'
433
- require 'hubspot/codegen/crm/products/api/search_api'
434
- require 'hubspot/codegen/crm/products/models/associated_id'
435
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input'
436
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_id'
437
- require 'hubspot/codegen/crm/products/models/batch_input_simple_public_object_input'
438
- require 'hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id'
439
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object'
440
- require 'hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors'
441
- require 'hubspot/codegen/crm/products/models/collection_response_associated_id'
442
- require 'hubspot/codegen/crm/products/models/collection_response_simple_public_object'
443
- require 'hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object'
444
- require 'hubspot/codegen/crm/products/models/error_category'
445
- require 'hubspot/codegen/crm/products/models/error_detail'
446
- require 'hubspot/codegen/crm/products/models/error'
447
- require 'hubspot/codegen/crm/products/models/filter'
448
- require 'hubspot/codegen/crm/products/models/filter_group'
449
- require 'hubspot/codegen/crm/products/models/next_page'
450
- require 'hubspot/codegen/crm/products/models/paging'
451
- require 'hubspot/codegen/crm/products/models/previous_page'
452
- require 'hubspot/codegen/crm/products/models/public_object_search_request'
453
- require 'hubspot/codegen/crm/products/models/simple_public_object'
454
- require 'hubspot/codegen/crm/products/models/simple_public_object_batch_input'
455
- require 'hubspot/codegen/crm/products/models/simple_public_object_id'
456
- require 'hubspot/codegen/crm/products/models/simple_public_object_input'
457
- require 'hubspot/codegen/crm/products/models/standard_error'
458
-
459
- require 'hubspot/codegen/crm/properties/api_client'
460
- require 'hubspot/codegen/crm/properties/api_error'
461
- require 'hubspot/codegen/crm/properties/configuration'
462
- require 'hubspot/codegen/crm/properties/api/batch_api'
463
- require 'hubspot/codegen/crm/properties/api/core_api'
464
- require 'hubspot/codegen/crm/properties/api/groups_api'
465
- require 'hubspot/codegen/crm/properties/models/batch_input_property_create'
466
- require 'hubspot/codegen/crm/properties/models/batch_input_property_name'
467
- require 'hubspot/codegen/crm/properties/models/batch_read_input_property_name'
468
- require 'hubspot/codegen/crm/properties/models/batch_response_property'
469
- require 'hubspot/codegen/crm/properties/models/collection_response_property'
470
- require 'hubspot/codegen/crm/properties/models/collection_response_property_group'
471
- require 'hubspot/codegen/crm/properties/models/error_category'
472
- require 'hubspot/codegen/crm/properties/models/error_detail'
473
- require 'hubspot/codegen/crm/properties/models/error'
474
- require 'hubspot/codegen/crm/properties/models/next_page'
475
- require 'hubspot/codegen/crm/properties/models/option'
476
- require 'hubspot/codegen/crm/properties/models/option_input'
477
- require 'hubspot/codegen/crm/properties/models/paging'
478
- require 'hubspot/codegen/crm/properties/models/property'
479
- require 'hubspot/codegen/crm/properties/models/property_create'
480
- require 'hubspot/codegen/crm/properties/models/property_group'
481
- require 'hubspot/codegen/crm/properties/models/property_group_create'
482
- require 'hubspot/codegen/crm/properties/models/property_group_update'
483
- require 'hubspot/codegen/crm/properties/models/property_modification_metadata'
484
- require 'hubspot/codegen/crm/properties/models/property_name'
485
- require 'hubspot/codegen/crm/properties/models/property_update'
486
- require 'hubspot/codegen/crm/properties/models/standard_error'
487
-
488
- require 'hubspot/codegen/crm/quotes/api_client'
489
- require 'hubspot/codegen/crm/quotes/api_error'
490
- require 'hubspot/codegen/crm/quotes/configuration'
491
- require 'hubspot/codegen/crm/quotes/api/associations_api'
492
- require 'hubspot/codegen/crm/quotes/api/basic_api'
493
- require 'hubspot/codegen/crm/quotes/api/batch_api'
494
- require 'hubspot/codegen/crm/quotes/api/search_api'
495
- require 'hubspot/codegen/crm/quotes/models/associated_id'
496
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input'
497
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id'
498
- require 'hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input'
499
- require 'hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id'
500
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object'
501
- require 'hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors'
502
- require 'hubspot/codegen/crm/quotes/models/collection_response_associated_id'
503
- require 'hubspot/codegen/crm/quotes/models/collection_response_simple_public_object'
504
- require 'hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object'
505
- require 'hubspot/codegen/crm/quotes/models/error_category'
506
- require 'hubspot/codegen/crm/quotes/models/error_detail'
507
- require 'hubspot/codegen/crm/quotes/models/error'
508
- require 'hubspot/codegen/crm/quotes/models/filter'
509
- require 'hubspot/codegen/crm/quotes/models/filter_group'
510
- require 'hubspot/codegen/crm/quotes/models/next_page'
511
- require 'hubspot/codegen/crm/quotes/models/paging'
512
- require 'hubspot/codegen/crm/quotes/models/previous_page'
513
- require 'hubspot/codegen/crm/quotes/models/public_object_search_request'
514
- require 'hubspot/codegen/crm/quotes/models/simple_public_object'
515
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_batch_input'
516
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_id'
517
- require 'hubspot/codegen/crm/quotes/models/simple_public_object_input'
518
- require 'hubspot/codegen/crm/quotes/models/standard_error'
519
-
520
- require 'hubspot/codegen/crm/schemas/api_client'
521
- require 'hubspot/codegen/crm/schemas/api_error'
522
- require 'hubspot/codegen/crm/schemas/configuration'
523
- require 'hubspot/codegen/crm/schemas/api/core_api'
524
- require 'hubspot/codegen/crm/schemas/api/default_api'
525
- require 'hubspot/codegen/crm/schemas/models/association_definition'
526
- require 'hubspot/codegen/crm/schemas/models/association_definition_egg'
527
- require 'hubspot/codegen/crm/schemas/models/collection_response_object_schema'
528
- require 'hubspot/codegen/crm/schemas/models/error'
529
- require 'hubspot/codegen/crm/schemas/models/error_detail'
530
- require 'hubspot/codegen/crm/schemas/models/next_page'
531
- require 'hubspot/codegen/crm/schemas/models/object_schema'
532
- require 'hubspot/codegen/crm/schemas/models/object_schema_egg'
533
- require 'hubspot/codegen/crm/schemas/models/object_type_definition'
534
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_labels'
535
- require 'hubspot/codegen/crm/schemas/models/object_type_definition_patch'
536
- require 'hubspot/codegen/crm/schemas/models/object_type_property_create'
537
- require 'hubspot/codegen/crm/schemas/models/option'
538
- require 'hubspot/codegen/crm/schemas/models/option_input'
539
- require 'hubspot/codegen/crm/schemas/models/paging'
540
- require 'hubspot/codegen/crm/schemas/models/previous_page'
541
- require 'hubspot/codegen/crm/schemas/models/property'
542
- require 'hubspot/codegen/crm/schemas/models/property_modification_metadata'
543
-
544
- require 'hubspot/codegen/crm/tickets/api_client'
545
- require 'hubspot/codegen/crm/tickets/api_error'
546
- require 'hubspot/codegen/crm/tickets/configuration'
547
- require 'hubspot/codegen/crm/tickets/api/associations_api'
548
- require 'hubspot/codegen/crm/tickets/api/basic_api'
549
- require 'hubspot/codegen/crm/tickets/api/batch_api'
550
- require 'hubspot/codegen/crm/tickets/api/search_api'
551
- require 'hubspot/codegen/crm/tickets/models/associated_id'
552
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input'
553
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id'
554
- require 'hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input'
555
- require 'hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id'
556
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object'
557
- require 'hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors'
558
- require 'hubspot/codegen/crm/tickets/models/collection_response_associated_id'
559
- require 'hubspot/codegen/crm/tickets/models/collection_response_simple_public_object'
560
- require 'hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object'
561
- require 'hubspot/codegen/crm/tickets/models/error_category'
562
- require 'hubspot/codegen/crm/tickets/models/error_detail'
563
- require 'hubspot/codegen/crm/tickets/models/error'
564
- require 'hubspot/codegen/crm/tickets/models/filter'
565
- require 'hubspot/codegen/crm/tickets/models/filter_group'
566
- require 'hubspot/codegen/crm/tickets/models/next_page'
567
- require 'hubspot/codegen/crm/tickets/models/paging'
568
- require 'hubspot/codegen/crm/tickets/models/previous_page'
569
- require 'hubspot/codegen/crm/tickets/models/public_object_search_request'
570
- require 'hubspot/codegen/crm/tickets/models/simple_public_object'
571
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_batch_input'
572
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_id'
573
- require 'hubspot/codegen/crm/tickets/models/simple_public_object_input'
574
- require 'hubspot/codegen/crm/tickets/models/standard_error'
575
-
576
- require 'hubspot/codegen/crm/timeline/api_client'
577
- require 'hubspot/codegen/crm/timeline/api_error'
578
- require 'hubspot/codegen/crm/timeline/configuration'
579
- require 'hubspot/codegen/crm/timeline/api/events_api'
580
- require 'hubspot/codegen/crm/timeline/api/templates_api'
581
- require 'hubspot/codegen/crm/timeline/api/tokens_api'
582
- require 'hubspot/codegen/crm/timeline/models/batch_input_timeline_event'
583
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors'
584
- require 'hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response'
585
- require 'hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template'
586
- require 'hubspot/codegen/crm/timeline/models/error_category'
587
- require 'hubspot/codegen/crm/timeline/models/error_detail'
588
- require 'hubspot/codegen/crm/timeline/models/error'
589
- require 'hubspot/codegen/crm/timeline/models/event_detail'
590
- require 'hubspot/codegen/crm/timeline/models/next_page'
591
- require 'hubspot/codegen/crm/timeline/models/paging'
592
- require 'hubspot/codegen/crm/timeline/models/previous_page'
593
- require 'hubspot/codegen/crm/timeline/models/standard_error'
594
- require 'hubspot/codegen/crm/timeline/models/timeline_event'
595
- require 'hubspot/codegen/crm/timeline/models/timeline_event_i_frame'
596
- require 'hubspot/codegen/crm/timeline/models/timeline_event_response'
597
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template'
598
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_create_request'
599
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token'
600
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_option'
601
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request'
602
- require 'hubspot/codegen/crm/timeline/models/timeline_event_template_update_request'
603
-
604
- require 'hubspot/codegen/oauth/api_client'
605
- require 'hubspot/codegen/oauth/api_error'
606
- require 'hubspot/codegen/oauth/configuration'
607
- require 'hubspot/codegen/oauth/api/default_api'
608
- require 'hubspot/codegen/oauth/models/access_token_info_response'
609
- require 'hubspot/codegen/oauth/models/error'
610
- require 'hubspot/codegen/oauth/models/error_detail'
611
- require 'hubspot/codegen/oauth/models/refresh_token_info_response'
612
- require 'hubspot/codegen/oauth/models/token_response_if'
613
-
614
- require 'hubspot/codegen/webhooks/api_client'
615
- require 'hubspot/codegen/webhooks/api_error'
616
- require 'hubspot/codegen/webhooks/configuration'
617
- require 'hubspot/codegen/webhooks/api/settings_api'
618
- require 'hubspot/codegen/webhooks/api/subscriptions_api'
619
- require 'hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request'
620
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors'
621
- require 'hubspot/codegen/webhooks/models/batch_response_subscription_response'
622
- require 'hubspot/codegen/webhooks/models/error_category'
623
- require 'hubspot/codegen/webhooks/models/error_detail'
624
- require 'hubspot/codegen/webhooks/models/error'
625
- require 'hubspot/codegen/webhooks/models/settings_change_request'
626
- require 'hubspot/codegen/webhooks/models/settings_response'
627
- require 'hubspot/codegen/webhooks/models/standard_error'
628
- require 'hubspot/codegen/webhooks/models/subscription_batch_update_request'
629
- require 'hubspot/codegen/webhooks/models/subscription_create_request'
630
- require 'hubspot/codegen/webhooks/models/subscription_list_response'
631
- require 'hubspot/codegen/webhooks/models/subscription_patch_request'
632
- require 'hubspot/codegen/webhooks/models/subscription_response'
633
- require 'hubspot/codegen/webhooks/models/throttling_settings'
634
-
3
+ require 'require_all'
4
+ require_rel 'hubspot/*.rb'
5
+ require_rel 'hubspot/helpers'
6
+ require_rel 'hubspot'
635
7
 
636
8
  module Hubspot
637
9
  class << self
@@ -672,4 +44,4 @@ module Hubspot
672
44
  Configuration.default
673
45
  end
674
46
  end
675
- end
47
+ end