hubspot-api-client 13.0.0 → 16.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2711) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +145 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +25 -25
  5. data/README.md +68 -47
  6. data/hubspot-api-client.gemspec +3 -4
  7. data/lib/hubspot/client.rb +9 -29
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +17 -9
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +31 -20
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +37 -24
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +9 -7
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +56 -52
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +2 -2
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +44 -13
  15. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +21 -7
  16. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +21 -7
  17. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +21 -7
  18. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +22 -8
  19. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +20 -7
  20. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +21 -7
  21. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +21 -7
  22. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +20 -7
  23. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +20 -7
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +20 -7
  25. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +20 -7
  26. data/lib/hubspot/codegen/automation/actions/models/error.rb +20 -7
  27. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +20 -7
  28. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +22 -8
  29. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +22 -8
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +22 -8
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch_input_field_dependencies_inner.rb +109 -0
  32. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +21 -7
  33. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +20 -7
  34. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +21 -7
  35. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +20 -7
  36. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +21 -7
  37. data/lib/hubspot/codegen/automation/actions/models/option.rb +21 -7
  38. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +20 -7
  39. data/lib/hubspot/codegen/cms/audit-logs/api/audit_logs_api.rb +5 -4
  40. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +56 -52
  41. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +2 -2
  42. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +43 -12
  43. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +20 -7
  44. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +20 -7
  45. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +20 -7
  46. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +20 -7
  47. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +20 -7
  48. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +21 -8
  49. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +113 -66
  50. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +56 -52
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +2 -2
  52. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +43 -12
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +21 -7
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +21 -7
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +21 -7
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +21 -7
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +24 -10
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +24 -10
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +24 -10
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +21 -7
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +21 -7
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +21 -7
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +20 -7
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +20 -7
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +21 -7
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +21 -7
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +21 -7
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +21 -7
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +21 -7
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_posts_api.rb +165 -99
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +56 -52
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +2 -2
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +43 -12
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +20 -7
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next.rb +21 -7
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +20 -7
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +21 -7
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +21 -7
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +21 -7
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post.rb +24 -10
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +24 -10
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +25 -11
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next.rb +21 -7
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +21 -7
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +21 -7
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +20 -7
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +21 -7
  88. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_language_variation.rb +23 -10
  89. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +22 -8
  90. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next.rb +21 -7
  91. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +20 -7
  92. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +20 -7
  93. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +21 -7
  94. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +20 -7
  95. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +20 -7
  96. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +21 -7
  97. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +21 -7
  98. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +21 -7
  99. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +21 -7
  100. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +20 -7
  101. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next.rb +21 -7
  102. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +20 -7
  103. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +21 -7
  104. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +20 -7
  105. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next.rb +21 -7
  106. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +22 -8
  107. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +21 -7
  108. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +113 -66
  109. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +56 -52
  110. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +2 -2
  111. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +43 -12
  112. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +21 -7
  113. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +21 -7
  114. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +21 -7
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +21 -7
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +24 -10
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +24 -10
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +21 -7
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +21 -7
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +20 -7
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +20 -7
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +21 -7
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +21 -7
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +21 -7
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +21 -7
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +24 -10
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +21 -7
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +21 -7
  129. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +23 -30
  130. data/lib/hubspot/codegen/cms/domains/api_client.rb +56 -52
  131. data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
  132. data/lib/hubspot/codegen/cms/domains/configuration.rb +50 -12
  133. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
  134. data/lib/hubspot/codegen/cms/domains/models/domain.rb +42 -691
  135. data/lib/hubspot/codegen/cms/domains/models/error.rb +20 -7
  136. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +20 -7
  137. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
  138. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +20 -7
  139. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +51 -33
  140. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +57 -29
  141. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +97 -71
  142. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +56 -52
  143. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +2 -2
  144. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +43 -12
  145. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +20 -7
  146. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +20 -7
  147. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +20 -7
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +23 -10
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +23 -10
  150. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +20 -7
  151. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +20 -7
  152. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +20 -7
  153. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +20 -7
  154. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +20 -7
  155. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +20 -7
  156. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +20 -7
  157. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +20 -7
  158. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +20 -7
  159. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +22 -9
  160. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +20 -7
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +23 -10
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +20 -7
  163. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +20 -7
  164. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +20 -7
  165. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +20 -7
  166. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +20 -7
  167. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +20 -7
  168. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +9 -7
  169. data/lib/hubspot/codegen/cms/performance/api_client.rb +56 -52
  170. data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
  171. data/lib/hubspot/codegen/cms/performance/configuration.rb +50 -12
  172. data/lib/hubspot/codegen/cms/performance/models/error.rb +20 -7
  173. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +20 -7
  174. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +20 -7
  175. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +20 -7
  176. data/lib/hubspot/codegen/cms/site-search/api/public_api.rb +10 -11
  177. data/lib/hubspot/codegen/cms/site-search/api_client.rb +56 -52
  178. data/lib/hubspot/codegen/cms/site-search/api_error.rb +2 -2
  179. data/lib/hubspot/codegen/cms/site-search/configuration.rb +43 -12
  180. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +22 -9
  181. data/lib/hubspot/codegen/cms/site-search/models/error.rb +20 -7
  182. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +20 -7
  183. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +21 -8
  184. data/lib/hubspot/codegen/cms/site-search/models/indexed_field.rb +272 -0
  185. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +20 -7
  186. data/lib/hubspot/codegen/cms/source-code/api/content_api.rb +25 -15
  187. data/lib/hubspot/codegen/cms/source-code/api/extract_api.rb +5 -4
  188. data/lib/hubspot/codegen/cms/source-code/api/metadata_api.rb +5 -4
  189. data/lib/hubspot/codegen/cms/source-code/api/source_code_extract_api.rb +9 -7
  190. data/lib/hubspot/codegen/cms/source-code/api/validation_api.rb +9 -5
  191. data/lib/hubspot/codegen/cms/source-code/api_client.rb +56 -52
  192. data/lib/hubspot/codegen/cms/source-code/api_error.rb +2 -2
  193. data/lib/hubspot/codegen/cms/source-code/configuration.rb +43 -12
  194. data/lib/hubspot/codegen/cms/source-code/models/action_response.rb +23 -10
  195. data/lib/hubspot/codegen/cms/source-code/models/asset_file_metadata.rb +20 -7
  196. data/lib/hubspot/codegen/cms/source-code/models/error.rb +20 -7
  197. data/lib/hubspot/codegen/cms/source-code/models/error_detail.rb +20 -7
  198. data/lib/hubspot/codegen/cms/source-code/models/file_extract_request.rb +20 -7
  199. data/lib/hubspot/codegen/cms/source-code/models/task_locator.rb +20 -7
  200. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +61 -48
  201. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +56 -52
  202. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +2 -2
  203. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +43 -12
  204. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
  205. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +20 -7
  206. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +20 -7
  207. data/lib/hubspot/codegen/cms/url-redirects/models/forward_paging.rb +223 -0
  208. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +20 -7
  209. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +34 -233
  210. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +51 -38
  211. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +5 -4
  212. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +21 -12
  213. data/lib/hubspot/codegen/communication_preferences/api_client.rb +56 -52
  214. data/lib/hubspot/codegen/communication_preferences/api_error.rb +2 -2
  215. data/lib/hubspot/codegen/communication_preferences/configuration.rb +43 -12
  216. data/lib/hubspot/codegen/communication_preferences/models/error.rb +20 -7
  217. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +20 -7
  218. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +20 -7
  219. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +20 -7
  220. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +20 -7
  221. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +22 -9
  222. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +20 -7
  223. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +9 -5
  224. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +56 -52
  225. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +2 -2
  226. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +43 -12
  227. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +20 -7
  228. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +20 -7
  229. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +21 -7
  230. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +21 -7
  231. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +52 -28
  232. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +7 -6
  233. data/lib/hubspot/codegen/crm/associations/api_client.rb +56 -52
  234. data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
  235. data/lib/hubspot/codegen/crm/associations/configuration.rb +43 -12
  236. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +20 -7
  237. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +20 -7
  238. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +20 -7
  239. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +51 -47
  240. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +51 -47
  241. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
  242. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
  243. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb +230 -0
  244. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +20 -7
  245. data/lib/hubspot/codegen/crm/associations/models/error.rb +20 -7
  246. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +40 -27
  247. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +20 -7
  248. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +20 -7
  249. data/lib/hubspot/codegen/crm/associations/models/paging.rb +33 -11
  250. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
  251. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +20 -7
  252. data/lib/hubspot/codegen/crm/associations/models/public_association_definition.rb +242 -0
  253. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +20 -7
  254. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +33 -11
  255. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +20 -7
  256. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +20 -7
  257. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
  258. data/lib/hubspot/codegen/crm/associations/v4/api/definitions_api.rb +332 -0
  259. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
  260. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
  261. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +296 -0
  262. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
  263. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
  264. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
  265. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
  266. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
  267. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
  268. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
  269. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
  270. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
  271. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
  272. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
  273. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_association_spec_with_label_no_paging.rb +232 -0
  274. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
  275. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +278 -0
  276. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
  277. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
  278. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
  279. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
  280. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
  281. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
  282. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb +244 -0
  283. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +244 -0
  284. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
  285. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
  286. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
  287. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
  288. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
  289. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
  290. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
  291. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
  292. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +59 -51
  293. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +34 -23
  294. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +34 -18
  295. data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +9 -5
  296. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +9 -5
  297. data/lib/hubspot/codegen/crm/companies/api_client.rb +56 -52
  298. data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
  299. data/lib/hubspot/codegen/crm/companies/configuration.rb +43 -12
  300. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
  301. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
  302. data/lib/hubspot/codegen/crm/companies/models/association_spec_with_label.rb +285 -0
  303. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
  304. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
  305. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +20 -7
  306. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -7
  307. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +23 -10
  308. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +23 -10
  309. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +20 -7
  310. data/lib/hubspot/codegen/crm/companies/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  311. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  312. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  313. data/lib/hubspot/codegen/crm/companies/models/error.rb +20 -7
  314. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +20 -7
  315. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +20 -7
  316. data/lib/hubspot/codegen/crm/companies/models/filter.rb +20 -7
  317. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
  318. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +20 -7
  319. data/lib/hubspot/codegen/crm/companies/models/labels_between_object_pair.rb +286 -0
  320. data/lib/hubspot/codegen/crm/companies/models/multi_associated_object_with_label.rb +244 -0
  321. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +20 -7
  322. data/lib/hubspot/codegen/crm/companies/models/paging.rb +20 -7
  323. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +20 -7
  324. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +20 -7
  325. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +20 -7
  326. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +23 -10
  327. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +20 -7
  328. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
  329. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
  330. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +23 -10
  331. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +20 -7
  332. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +21 -8
  333. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +59 -51
  334. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +34 -23
  335. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +34 -18
  336. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +9 -5
  337. data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +9 -5
  338. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +9 -5
  339. data/lib/hubspot/codegen/crm/contacts/api_client.rb +56 -52
  340. data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
  341. data/lib/hubspot/codegen/crm/contacts/configuration.rb +43 -12
  342. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
  343. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
  344. data/lib/hubspot/codegen/crm/contacts/models/association_spec_with_label.rb +285 -0
  345. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
  346. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
  347. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +20 -7
  348. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -7
  349. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +23 -10
  350. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +23 -10
  351. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +20 -7
  352. data/lib/hubspot/codegen/crm/contacts/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  353. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  354. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  355. data/lib/hubspot/codegen/crm/contacts/models/error.rb +20 -7
  356. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +20 -7
  357. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +20 -7
  358. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +20 -7
  359. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
  360. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +20 -7
  361. data/lib/hubspot/codegen/crm/contacts/models/labels_between_object_pair.rb +286 -0
  362. data/lib/hubspot/codegen/crm/contacts/models/multi_associated_object_with_label.rb +244 -0
  363. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +20 -7
  364. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +20 -7
  365. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +20 -7
  366. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +20 -7
  367. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +20 -7
  368. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +20 -7
  369. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +23 -10
  370. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +20 -7
  371. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
  372. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
  373. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +23 -10
  374. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +20 -7
  375. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +21 -8
  376. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +59 -51
  377. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +34 -23
  378. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +34 -18
  379. data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +9 -5
  380. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +9 -5
  381. data/lib/hubspot/codegen/crm/deals/api_client.rb +56 -52
  382. data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
  383. data/lib/hubspot/codegen/crm/deals/configuration.rb +43 -12
  384. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
  385. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
  386. data/lib/hubspot/codegen/crm/deals/models/association_spec_with_label.rb +285 -0
  387. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
  388. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
  389. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +20 -7
  390. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -7
  391. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +23 -10
  392. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +23 -10
  393. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +20 -7
  394. data/lib/hubspot/codegen/crm/deals/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  395. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  396. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  397. data/lib/hubspot/codegen/crm/deals/models/error.rb +20 -7
  398. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +20 -7
  399. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +20 -7
  400. data/lib/hubspot/codegen/crm/deals/models/filter.rb +20 -7
  401. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
  402. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +20 -7
  403. data/lib/hubspot/codegen/crm/deals/models/labels_between_object_pair.rb +286 -0
  404. data/lib/hubspot/codegen/crm/deals/models/multi_associated_object_with_label.rb +244 -0
  405. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +20 -7
  406. data/lib/hubspot/codegen/crm/deals/models/paging.rb +20 -7
  407. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +20 -7
  408. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +20 -7
  409. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +20 -7
  410. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +23 -10
  411. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +20 -7
  412. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
  413. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
  414. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +23 -10
  415. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +20 -7
  416. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +21 -8
  417. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +81 -41
  418. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +21 -12
  419. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +13 -8
  420. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +17 -9
  421. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +13 -8
  422. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +56 -52
  423. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +2 -2
  424. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +43 -12
  425. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +21 -7
  426. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +21 -7
  427. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +21 -7
  428. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +21 -7
  429. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +21 -7
  430. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +21 -7
  431. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +23 -10
  432. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +21 -7
  433. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +21 -7
  434. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +21 -7
  435. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +21 -7
  436. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +21 -7
  437. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +20 -7
  438. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +20 -7
  439. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +21 -7
  440. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +21 -7
  441. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +21 -8
  442. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +21 -7
  443. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +24 -10
  444. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +21 -7
  445. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +21 -7
  446. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +23 -10
  447. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +21 -7
  448. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +20 -7
  449. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +21 -7
  450. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +21 -7
  451. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +21 -7
  452. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +21 -7
  453. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +21 -7
  454. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +21 -7
  455. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +21 -7
  456. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +21 -7
  457. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +21 -7
  458. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +21 -7
  459. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +22 -8
  460. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +22 -8
  461. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +25 -15
  462. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +56 -52
  463. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
  464. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +44 -13
  465. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +20 -7
  466. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +20 -7
  467. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +21 -7
  468. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +21 -7
  469. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +23 -9
  470. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +29 -18
  471. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +5 -4
  472. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +56 -52
  473. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
  474. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +44 -13
  475. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +20 -7
  476. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +20 -7
  477. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +21 -7
  478. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +21 -7
  479. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +21 -7
  480. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +21 -7
  481. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +21 -7
  482. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +21 -7
  483. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +21 -7
  484. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +20 -7
  485. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +21 -7
  486. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +23 -9
  487. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +21 -7
  488. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +20 -7
  489. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +20 -7
  490. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +20 -7
  491. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +21 -7
  492. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +21 -8
  493. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
  494. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +20 -7
  495. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +22 -9
  496. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +17 -11
  497. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +56 -52
  498. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +2 -2
  499. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +43 -12
  500. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +20 -7
  501. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +20 -7
  502. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +21 -7
  503. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +21 -14
  504. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +5 -4
  505. data/lib/hubspot/codegen/crm/imports/api_client.rb +56 -52
  506. data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
  507. data/lib/hubspot/codegen/crm/imports/configuration.rb +43 -12
  508. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +23 -10
  509. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +20 -7
  510. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +20 -7
  511. data/lib/hubspot/codegen/crm/imports/models/error.rb +20 -7
  512. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +20 -7
  513. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +20 -7
  514. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +54 -25
  515. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +20 -7
  516. data/lib/hubspot/codegen/crm/imports/models/paging.rb +20 -7
  517. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +20 -7
  518. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +39 -26
  519. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +20 -7
  520. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +24 -11
  521. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +20 -7
  522. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +59 -51
  523. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +34 -23
  524. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +34 -18
  525. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +9 -5
  526. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +9 -5
  527. data/lib/hubspot/codegen/crm/line_items/api_client.rb +56 -52
  528. data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
  529. data/lib/hubspot/codegen/crm/line_items/configuration.rb +43 -12
  530. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
  531. data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
  532. data/lib/hubspot/codegen/crm/line_items/models/association_spec_with_label.rb +285 -0
  533. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
  534. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
  535. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +20 -7
  536. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -7
  537. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +23 -10
  538. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +23 -10
  539. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +20 -7
  540. data/lib/hubspot/codegen/crm/line_items/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  541. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  542. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  543. data/lib/hubspot/codegen/crm/line_items/models/error.rb +20 -7
  544. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +20 -7
  545. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +20 -7
  546. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +20 -7
  547. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
  548. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +20 -7
  549. data/lib/hubspot/codegen/crm/line_items/models/labels_between_object_pair.rb +286 -0
  550. data/lib/hubspot/codegen/crm/line_items/models/multi_associated_object_with_label.rb +244 -0
  551. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +20 -7
  552. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +20 -7
  553. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +20 -7
  554. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +20 -7
  555. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +20 -7
  556. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +23 -10
  557. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +20 -7
  558. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
  559. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -7
  560. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +23 -10
  561. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +20 -7
  562. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +21 -8
  563. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +14 -11
  564. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +34 -23
  565. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +34 -18
  566. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +9 -5
  567. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +9 -5
  568. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +9 -5
  569. data/lib/hubspot/codegen/crm/objects/api_client.rb +56 -52
  570. data/lib/hubspot/codegen/crm/objects/api_error.rb +2 -2
  571. data/lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb +59 -51
  572. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +34 -23
  573. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +34 -18
  574. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +9 -5
  575. data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +9 -5
  576. data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +56 -52
  577. data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +2 -2
  578. data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +43 -12
  579. data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +20 -7
  580. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
  581. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec_with_label.rb +287 -0
  582. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +20 -7
  583. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +20 -7
  584. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input.rb +20 -7
  585. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +20 -7
  586. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +23 -10
  587. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +23 -10
  588. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +20 -7
  589. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  590. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  591. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  592. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +20 -7
  593. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +20 -7
  594. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +20 -7
  595. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +20 -7
  596. data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +20 -7
  597. data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +20 -7
  598. data/lib/hubspot/codegen/crm/objects/calls/models/labels_between_object_pair.rb +288 -0
  599. data/lib/hubspot/codegen/crm/objects/calls/models/multi_associated_object_with_label.rb +246 -0
  600. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +20 -7
  601. data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +20 -7
  602. data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +20 -7
  603. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +20 -7
  604. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +20 -7
  605. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +23 -10
  606. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +20 -7
  607. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +20 -7
  608. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +20 -7
  609. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +23 -10
  610. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +20 -7
  611. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +21 -8
  612. data/lib/hubspot/codegen/crm/objects/configuration.rb +43 -12
  613. data/lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb +59 -51
  614. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +34 -23
  615. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +34 -18
  616. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +9 -5
  617. data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +9 -5
  618. data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +56 -52
  619. data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +2 -2
  620. data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +43 -12
  621. data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +20 -7
  622. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
  623. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec_with_label.rb +287 -0
  624. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +20 -7
  625. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +20 -7
  626. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input.rb +20 -7
  627. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +20 -7
  628. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +23 -10
  629. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +23 -10
  630. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +20 -7
  631. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  632. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  633. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  634. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +20 -7
  635. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +20 -7
  636. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +20 -7
  637. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +20 -7
  638. data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +20 -7
  639. data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +20 -7
  640. data/lib/hubspot/codegen/crm/objects/emails/models/labels_between_object_pair.rb +288 -0
  641. data/lib/hubspot/codegen/crm/objects/emails/models/multi_associated_object_with_label.rb +246 -0
  642. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +20 -7
  643. data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +20 -7
  644. data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +20 -7
  645. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +20 -7
  646. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +20 -7
  647. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +23 -10
  648. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +20 -7
  649. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +20 -7
  650. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +20 -7
  651. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +23 -10
  652. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +20 -7
  653. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +21 -8
  654. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +59 -51
  655. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +34 -23
  656. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +34 -18
  657. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +9 -5
  658. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +9 -5
  659. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +56 -52
  660. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +2 -2
  661. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +50 -12
  662. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +20 -7
  663. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
  664. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec_with_label.rb +287 -0
  665. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +20 -7
  666. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +20 -7
  667. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +20 -7
  668. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +20 -7
  669. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +23 -10
  670. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +23 -10
  671. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +20 -7
  672. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  673. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  674. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  675. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +20 -7
  676. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +20 -7
  677. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +20 -7
  678. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +20 -7
  679. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +20 -7
  680. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +20 -7
  681. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/labels_between_object_pair.rb +288 -0
  682. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/multi_associated_object_with_label.rb +246 -0
  683. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +20 -7
  684. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +20 -7
  685. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +20 -7
  686. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +20 -7
  687. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +20 -7
  688. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +23 -10
  689. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +20 -7
  690. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +20 -7
  691. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +20 -7
  692. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +23 -10
  693. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +20 -7
  694. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +21 -8
  695. data/lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb +59 -51
  696. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +34 -23
  697. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +34 -18
  698. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +9 -5
  699. data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +9 -5
  700. data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +56 -52
  701. data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +2 -2
  702. data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +43 -12
  703. data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +20 -7
  704. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
  705. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec_with_label.rb +287 -0
  706. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +20 -7
  707. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +20 -7
  708. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input.rb +20 -7
  709. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +20 -7
  710. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +23 -10
  711. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +23 -10
  712. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +20 -7
  713. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  714. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  715. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  716. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +20 -7
  717. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +20 -7
  718. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +20 -7
  719. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +20 -7
  720. data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +20 -7
  721. data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +20 -7
  722. data/lib/hubspot/codegen/crm/objects/meetings/models/labels_between_object_pair.rb +288 -0
  723. data/lib/hubspot/codegen/crm/objects/meetings/models/multi_associated_object_with_label.rb +246 -0
  724. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +20 -7
  725. data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +20 -7
  726. data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +20 -7
  727. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +20 -7
  728. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +20 -7
  729. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +23 -10
  730. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +20 -7
  731. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +20 -7
  732. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +20 -7
  733. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +23 -10
  734. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +20 -7
  735. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +21 -8
  736. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +20 -7
  737. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +20 -7
  738. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +20 -7
  739. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +20 -7
  740. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -7
  741. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +23 -10
  742. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +23 -10
  743. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +20 -7
  744. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +20 -7
  745. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  746. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  747. data/lib/hubspot/codegen/crm/objects/models/error.rb +20 -7
  748. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +20 -7
  749. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +20 -7
  750. data/lib/hubspot/codegen/crm/objects/models/filter.rb +20 -7
  751. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +20 -7
  752. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +20 -7
  753. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +20 -7
  754. data/lib/hubspot/codegen/crm/objects/models/paging.rb +20 -7
  755. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +20 -7
  756. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +20 -7
  757. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +20 -7
  758. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +20 -7
  759. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +23 -10
  760. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +20 -7
  761. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +20 -7
  762. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +20 -7
  763. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +23 -10
  764. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +20 -7
  765. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +21 -8
  766. data/lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb +59 -51
  767. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +34 -23
  768. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +34 -18
  769. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +9 -5
  770. data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +9 -5
  771. data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +56 -52
  772. data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +2 -2
  773. data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +43 -12
  774. data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +20 -7
  775. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
  776. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec_with_label.rb +287 -0
  777. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  778. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +20 -7
  779. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input.rb +20 -7
  780. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +20 -7
  781. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +23 -10
  782. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +23 -10
  783. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +20 -7
  784. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  785. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  786. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  787. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +20 -7
  788. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +20 -7
  789. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +20 -7
  790. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +20 -7
  791. data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +20 -7
  792. data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +20 -7
  793. data/lib/hubspot/codegen/crm/objects/notes/models/labels_between_object_pair.rb +288 -0
  794. data/lib/hubspot/codegen/crm/objects/notes/models/multi_associated_object_with_label.rb +246 -0
  795. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +20 -7
  796. data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +20 -7
  797. data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +20 -7
  798. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +20 -7
  799. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +20 -7
  800. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +23 -10
  801. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +20 -7
  802. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +20 -7
  803. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +20 -7
  804. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +23 -10
  805. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +20 -7
  806. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +21 -8
  807. data/lib/hubspot/codegen/crm/objects/postal_mail/api/associations_api.rb +264 -0
  808. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
  809. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
  810. data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
  811. data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
  812. data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
  813. data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
  814. data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +296 -0
  815. data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
  816. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
  817. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec_with_label.rb +287 -0
  818. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
  819. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
  820. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input.rb +232 -0
  821. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
  822. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
  823. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
  824. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
  825. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  826. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  827. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  828. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
  829. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +278 -0
  830. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
  831. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +299 -0
  832. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
  833. data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
  834. data/lib/hubspot/codegen/crm/objects/postal_mail/models/labels_between_object_pair.rb +288 -0
  835. data/lib/hubspot/codegen/crm/objects/postal_mail/models/multi_associated_object_with_label.rb +246 -0
  836. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
  837. data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
  838. data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
  839. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
  840. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
  841. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
  842. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +246 -0
  843. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
  844. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
  845. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
  846. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
  847. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
  848. data/lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb +59 -51
  849. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +34 -23
  850. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +34 -18
  851. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +9 -5
  852. data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +9 -5
  853. data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +56 -52
  854. data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +2 -2
  855. data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +43 -12
  856. data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +20 -7
  857. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
  858. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec_with_label.rb +287 -0
  859. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +20 -7
  860. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +20 -7
  861. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input.rb +20 -7
  862. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +20 -7
  863. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +23 -10
  864. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +23 -10
  865. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +20 -7
  866. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  867. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  868. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  869. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +20 -7
  870. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +20 -7
  871. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +20 -7
  872. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +20 -7
  873. data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +20 -7
  874. data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +20 -7
  875. data/lib/hubspot/codegen/crm/objects/tasks/models/labels_between_object_pair.rb +288 -0
  876. data/lib/hubspot/codegen/crm/objects/tasks/models/multi_associated_object_with_label.rb +246 -0
  877. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +20 -7
  878. data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +20 -7
  879. data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +20 -7
  880. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +20 -7
  881. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +20 -7
  882. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +23 -10
  883. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +20 -7
  884. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +20 -7
  885. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +20 -7
  886. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +23 -10
  887. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +20 -7
  888. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +21 -8
  889. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +13 -11
  890. data/lib/hubspot/codegen/crm/owners/api_client.rb +56 -52
  891. data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
  892. data/lib/hubspot/codegen/crm/owners/configuration.rb +43 -12
  893. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +20 -7
  894. data/lib/hubspot/codegen/crm/owners/models/error.rb +20 -7
  895. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +20 -7
  896. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +20 -7
  897. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +20 -7
  898. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +22 -9
  899. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +20 -7
  900. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +5 -4
  901. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +5 -4
  902. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +37 -22
  903. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +40 -25
  904. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +56 -52
  905. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
  906. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +43 -12
  907. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +20 -7
  908. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +20 -7
  909. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +20 -7
  910. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +20 -7
  911. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +20 -7
  912. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +23 -10
  913. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +20 -7
  914. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +20 -7
  915. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +23 -10
  916. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +20 -7
  917. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +20 -7
  918. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +21 -8
  919. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +59 -51
  920. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +34 -23
  921. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +34 -18
  922. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +9 -5
  923. data/lib/hubspot/codegen/crm/products/api/search_api.rb +9 -5
  924. data/lib/hubspot/codegen/crm/products/api_client.rb +56 -52
  925. data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
  926. data/lib/hubspot/codegen/crm/products/configuration.rb +43 -12
  927. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
  928. data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
  929. data/lib/hubspot/codegen/crm/products/models/association_spec_with_label.rb +285 -0
  930. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
  931. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
  932. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +20 -7
  933. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -7
  934. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +23 -10
  935. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +23 -10
  936. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +20 -7
  937. data/lib/hubspot/codegen/crm/products/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  938. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  939. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  940. data/lib/hubspot/codegen/crm/products/models/error.rb +20 -7
  941. data/lib/hubspot/codegen/crm/products/models/error_category.rb +20 -7
  942. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +20 -7
  943. data/lib/hubspot/codegen/crm/products/models/filter.rb +20 -7
  944. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
  945. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +20 -7
  946. data/lib/hubspot/codegen/crm/products/models/labels_between_object_pair.rb +286 -0
  947. data/lib/hubspot/codegen/crm/products/models/multi_associated_object_with_label.rb +244 -0
  948. data/lib/hubspot/codegen/crm/products/models/next_page.rb +20 -7
  949. data/lib/hubspot/codegen/crm/products/models/paging.rb +20 -7
  950. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +20 -7
  951. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +20 -7
  952. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +20 -7
  953. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +23 -10
  954. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +20 -7
  955. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
  956. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +20 -7
  957. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +23 -10
  958. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +20 -7
  959. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +21 -8
  960. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
  961. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +31 -20
  962. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +29 -18
  963. data/lib/hubspot/codegen/crm/properties/api_client.rb +56 -52
  964. data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
  965. data/lib/hubspot/codegen/crm/properties/configuration.rb +43 -12
  966. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
  967. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
  968. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +20 -7
  969. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +23 -10
  970. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +20 -7
  971. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +20 -7
  972. data/lib/hubspot/codegen/crm/properties/models/error.rb +20 -7
  973. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +20 -7
  974. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +20 -7
  975. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +20 -7
  976. data/lib/hubspot/codegen/crm/properties/models/option.rb +20 -7
  977. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +20 -7
  978. data/lib/hubspot/codegen/crm/properties/models/paging.rb +20 -7
  979. data/lib/hubspot/codegen/crm/properties/models/property.rb +37 -14
  980. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +58 -15
  981. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +20 -7
  982. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +20 -7
  983. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +20 -7
  984. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +20 -7
  985. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
  986. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +38 -15
  987. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +20 -7
  988. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +59 -51
  989. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +34 -23
  990. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +34 -18
  991. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +9 -5
  992. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +9 -5
  993. data/lib/hubspot/codegen/crm/quotes/api_client.rb +56 -52
  994. data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
  995. data/lib/hubspot/codegen/crm/quotes/configuration.rb +43 -12
  996. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
  997. data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
  998. data/lib/hubspot/codegen/crm/quotes/models/association_spec_with_label.rb +285 -0
  999. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1000. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
  1001. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +20 -7
  1002. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -7
  1003. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +23 -10
  1004. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +23 -10
  1005. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +20 -7
  1006. data/lib/hubspot/codegen/crm/quotes/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  1007. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  1008. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  1009. data/lib/hubspot/codegen/crm/quotes/models/error.rb +20 -7
  1010. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +20 -7
  1011. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +20 -7
  1012. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +20 -7
  1013. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
  1014. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +20 -7
  1015. data/lib/hubspot/codegen/crm/quotes/models/labels_between_object_pair.rb +286 -0
  1016. data/lib/hubspot/codegen/crm/quotes/models/multi_associated_object_with_label.rb +244 -0
  1017. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +20 -7
  1018. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +20 -7
  1019. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +20 -7
  1020. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +20 -7
  1021. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +20 -7
  1022. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +23 -10
  1023. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +20 -7
  1024. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
  1025. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
  1026. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +23 -10
  1027. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +20 -7
  1028. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +21 -8
  1029. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +43 -27
  1030. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +5 -4
  1031. data/lib/hubspot/codegen/crm/schemas/api_client.rb +56 -52
  1032. data/lib/hubspot/codegen/crm/schemas/api_error.rb +2 -2
  1033. data/lib/hubspot/codegen/crm/schemas/configuration.rb +43 -12
  1034. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +22 -9
  1035. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +20 -7
  1036. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +20 -7
  1037. data/lib/hubspot/codegen/crm/schemas/models/error.rb +20 -7
  1038. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +20 -7
  1039. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +22 -9
  1040. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +20 -7
  1041. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +22 -9
  1042. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +20 -7
  1043. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +20 -7
  1044. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +20 -7
  1045. data/lib/hubspot/codegen/crm/schemas/models/option.rb +20 -7
  1046. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +20 -7
  1047. data/lib/hubspot/codegen/crm/schemas/models/property.rb +23 -10
  1048. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +20 -7
  1049. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +59 -51
  1050. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +34 -23
  1051. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +34 -18
  1052. data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +9 -5
  1053. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +9 -5
  1054. data/lib/hubspot/codegen/crm/tickets/api_client.rb +56 -52
  1055. data/lib/hubspot/codegen/crm/tickets/api_error.rb +2 -2
  1056. data/lib/hubspot/codegen/crm/tickets/configuration.rb +43 -12
  1057. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
  1058. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
  1059. data/lib/hubspot/codegen/crm/tickets/models/association_spec_with_label.rb +285 -0
  1060. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1061. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
  1062. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +20 -7
  1063. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -7
  1064. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +23 -10
  1065. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +23 -10
  1066. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +20 -7
  1067. data/lib/hubspot/codegen/crm/tickets/models/collection_response_multi_associated_object_with_label_forward_paging.rb +239 -0
  1068. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  1069. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  1070. data/lib/hubspot/codegen/crm/tickets/models/error.rb +20 -7
  1071. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +20 -7
  1072. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +20 -7
  1073. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +20 -7
  1074. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
  1075. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +20 -7
  1076. data/lib/hubspot/codegen/crm/tickets/models/labels_between_object_pair.rb +286 -0
  1077. data/lib/hubspot/codegen/crm/tickets/models/multi_associated_object_with_label.rb +244 -0
  1078. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +20 -7
  1079. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +20 -7
  1080. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +20 -7
  1081. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +20 -7
  1082. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +20 -7
  1083. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +23 -10
  1084. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +20 -7
  1085. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
  1086. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
  1087. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +23 -10
  1088. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +20 -7
  1089. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +21 -8
  1090. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +29 -18
  1091. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +29 -18
  1092. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +21 -12
  1093. data/lib/hubspot/codegen/crm/timeline/api_client.rb +56 -52
  1094. data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
  1095. data/lib/hubspot/codegen/crm/timeline/configuration.rb +44 -13
  1096. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +20 -7
  1097. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +23 -10
  1098. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +23 -10
  1099. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +20 -7
  1100. data/lib/hubspot/codegen/crm/timeline/models/error.rb +20 -7
  1101. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +20 -7
  1102. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +20 -7
  1103. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +20 -7
  1104. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +20 -7
  1105. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -8
  1106. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +20 -7
  1107. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +22 -9
  1108. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +22 -9
  1109. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +20 -7
  1110. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +22 -9
  1111. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +20 -7
  1112. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +20 -7
  1113. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +20 -7
  1114. data/lib/hubspot/codegen/events/api/events_api.rb +9 -8
  1115. data/lib/hubspot/codegen/events/api_client.rb +56 -52
  1116. data/lib/hubspot/codegen/events/api_error.rb +2 -2
  1117. data/lib/hubspot/codegen/events/configuration.rb +43 -12
  1118. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +20 -7
  1119. data/lib/hubspot/codegen/events/models/error.rb +20 -7
  1120. data/lib/hubspot/codegen/events/models/error_detail.rb +20 -7
  1121. data/lib/hubspot/codegen/events/models/external_unified_event.rb +21 -8
  1122. data/lib/hubspot/codegen/events/models/next_page.rb +20 -7
  1123. data/lib/hubspot/codegen/events/models/paging.rb +20 -7
  1124. data/lib/hubspot/codegen/files/files/api/files_api.rb +71 -49
  1125. data/lib/hubspot/codegen/files/files/api/folders_api.rb +56 -42
  1126. data/lib/hubspot/codegen/files/files/api_client.rb +56 -52
  1127. data/lib/hubspot/codegen/files/files/api_error.rb +2 -2
  1128. data/lib/hubspot/codegen/files/files/configuration.rb +43 -12
  1129. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +21 -7
  1130. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +20 -7
  1131. data/lib/hubspot/codegen/files/files/models/error.rb +20 -7
  1132. data/lib/hubspot/codegen/files/files/models/error_category.rb +20 -7
  1133. data/lib/hubspot/codegen/files/files/models/error_detail.rb +20 -7
  1134. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +23 -10
  1135. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +21 -7
  1136. data/lib/hubspot/codegen/files/files/models/folder.rb +23 -10
  1137. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +23 -10
  1138. data/lib/hubspot/codegen/files/files/models/folder_input.rb +21 -7
  1139. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +21 -7
  1140. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +21 -7
  1141. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +24 -10
  1142. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +20 -7
  1143. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +21 -7
  1144. data/lib/hubspot/codegen/files/files/models/next_page.rb +20 -7
  1145. data/lib/hubspot/codegen/files/files/models/paging.rb +20 -7
  1146. data/lib/hubspot/codegen/files/files/models/previous_page.rb +20 -7
  1147. data/lib/hubspot/codegen/files/files/models/signed_url.rb +21 -8
  1148. data/lib/hubspot/codegen/files/files/models/standard_error.rb +20 -7
  1149. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
  1150. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +806 -0
  1151. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +7 -6
  1152. data/lib/hubspot/codegen/marketing/events/api/settings_external_api.rb +155 -0
  1153. data/lib/hubspot/codegen/marketing/events/api_client.rb +56 -52
  1154. data/lib/hubspot/codegen/marketing/events/api_error.rb +2 -2
  1155. data/lib/hubspot/codegen/marketing/events/configuration.rb +44 -13
  1156. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +20 -7
  1157. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +21 -7
  1158. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +20 -7
  1159. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +21 -7
  1160. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +23 -10
  1161. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
  1162. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
  1163. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +20 -7
  1164. data/lib/hubspot/codegen/marketing/events/models/error.rb +20 -7
  1165. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +40 -27
  1166. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +20 -7
  1167. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +20 -7
  1168. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +20 -7
  1169. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
  1170. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +22 -9
  1171. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +22 -9
  1172. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +46 -11
  1173. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +20 -7
  1174. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +24 -11
  1175. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +24 -11
  1176. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +32 -8
  1177. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +22 -9
  1178. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +44 -13
  1179. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +20 -7
  1180. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
  1181. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
  1182. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +37 -22
  1183. data/lib/hubspot/codegen/marketing/forms/api_client.rb +56 -52
  1184. data/lib/hubspot/codegen/marketing/forms/api_error.rb +2 -2
  1185. data/lib/hubspot/codegen/marketing/forms/configuration.rb +43 -12
  1186. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +21 -8
  1187. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
  1188. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +21 -7
  1189. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +22 -8
  1190. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +119 -0
  1191. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +21 -7
  1192. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +21 -7
  1193. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +21 -7
  1194. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +21 -7
  1195. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +20 -7
  1196. data/lib/hubspot/codegen/marketing/forms/models/error.rb +20 -7
  1197. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +20 -7
  1198. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +22 -8
  1199. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +21 -7
  1200. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +75 -213
  1201. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +75 -213
  1202. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +21 -7
  1203. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +21 -7
  1204. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +21 -7
  1205. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +20 -7
  1206. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +20 -7
  1207. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +190 -16
  1208. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +23 -10
  1209. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +176 -16
  1210. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +23 -10
  1211. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +21 -8
  1212. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
  1213. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +20 -7
  1214. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +20 -7
  1215. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +20 -7
  1216. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +20 -7
  1217. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +20 -7
  1218. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +21 -7
  1219. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +21 -7
  1220. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +21 -7
  1221. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +20 -7
  1222. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +21 -7
  1223. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +21 -7
  1224. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +21 -7
  1225. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +21 -7
  1226. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +21 -7
  1227. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +21 -7
  1228. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +21 -7
  1229. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +36 -24
  1230. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +18 -10
  1231. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +56 -52
  1232. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +2 -2
  1233. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +43 -12
  1234. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +239 -0
  1235. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +39 -25
  1236. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +20 -7
  1237. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +20 -7
  1238. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +22 -8
  1239. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +223 -0
  1240. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +20 -7
  1241. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +24 -20
  1242. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +43 -37
  1243. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +22 -8
  1244. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +23 -9
  1245. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +5 -6
  1246. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +13 -13
  1247. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +9 -7
  1248. data/lib/hubspot/codegen/oauth/api_client.rb +56 -54
  1249. data/lib/hubspot/codegen/oauth/api_error.rb +2 -4
  1250. data/lib/hubspot/codegen/oauth/configuration.rb +43 -14
  1251. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +20 -9
  1252. data/lib/hubspot/codegen/oauth/models/error.rb +20 -9
  1253. data/lib/hubspot/codegen/oauth/models/error_detail.rb +20 -9
  1254. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +20 -9
  1255. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +51 -40
  1256. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +5 -4
  1257. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +5 -4
  1258. data/lib/hubspot/codegen/settings/users/api/users_api.rb +29 -18
  1259. data/lib/hubspot/codegen/settings/users/api_client.rb +56 -52
  1260. data/lib/hubspot/codegen/settings/users/api_error.rb +2 -2
  1261. data/lib/hubspot/codegen/settings/users/configuration.rb +43 -12
  1262. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +20 -7
  1263. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +20 -7
  1264. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +20 -7
  1265. data/lib/hubspot/codegen/settings/users/models/error.rb +20 -7
  1266. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +20 -7
  1267. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +20 -7
  1268. data/lib/hubspot/codegen/settings/users/models/next_page.rb +20 -7
  1269. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +21 -7
  1270. data/lib/hubspot/codegen/settings/users/models/public_team.rb +21 -7
  1271. data/lib/hubspot/codegen/settings/users/models/public_user.rb +21 -7
  1272. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +21 -7
  1273. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +21 -7
  1274. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +17 -11
  1275. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +37 -22
  1276. data/lib/hubspot/codegen/webhooks/api_client.rb +56 -52
  1277. data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
  1278. data/lib/hubspot/codegen/webhooks/configuration.rb +44 -13
  1279. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +20 -7
  1280. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +23 -10
  1281. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +23 -10
  1282. data/lib/hubspot/codegen/webhooks/models/error.rb +20 -7
  1283. data/lib/hubspot/codegen/webhooks/models/error_category.rb +20 -7
  1284. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +20 -7
  1285. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -7
  1286. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -9
  1287. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +20 -7
  1288. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +20 -7
  1289. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +20 -7
  1290. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +20 -7
  1291. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +20 -7
  1292. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +22 -9
  1293. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -7
  1294. data/lib/hubspot/configuration.rb +3 -1
  1295. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +1 -1
  1296. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +1 -1
  1297. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +1 -1
  1298. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +1 -1
  1299. data/lib/hubspot/discovery/automation/actions/client.rb +4 -4
  1300. data/lib/hubspot/discovery/automation/client.rb +4 -4
  1301. data/lib/hubspot/discovery/base_api_client.rb +112 -9
  1302. data/lib/hubspot/discovery/base_module_client.rb +41 -34
  1303. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +1 -1
  1304. data/lib/hubspot/discovery/cms/audit_logs/client.rb +4 -4
  1305. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +1 -1
  1306. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +4 -4
  1307. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +1 -1
  1308. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +4 -4
  1309. data/lib/hubspot/discovery/cms/blogs/client.rb +4 -4
  1310. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +1 -1
  1311. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +4 -4
  1312. data/lib/hubspot/discovery/cms/client.rb +4 -4
  1313. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +1 -1
  1314. data/lib/hubspot/discovery/cms/domains/client.rb +4 -4
  1315. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +1 -1
  1316. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +1 -1
  1317. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +1 -1
  1318. data/lib/hubspot/discovery/cms/hubdb/client.rb +4 -4
  1319. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +1 -1
  1320. data/lib/hubspot/discovery/cms/performance/client.rb +4 -4
  1321. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +1 -1
  1322. data/lib/hubspot/discovery/cms/site_search/client.rb +4 -4
  1323. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +1 -1
  1324. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +1 -1
  1325. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +1 -1
  1326. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +1 -1
  1327. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +1 -1
  1328. data/lib/hubspot/discovery/cms/source_code/client.rb +4 -4
  1329. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +1 -1
  1330. data/lib/hubspot/discovery/cms/url_redirects/client.rb +4 -4
  1331. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +1 -1
  1332. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +1 -1
  1333. data/lib/hubspot/discovery/communication_preferences/client.rb +4 -4
  1334. data/lib/hubspot/discovery/conversations/client.rb +4 -4
  1335. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +1 -1
  1336. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +4 -4
  1337. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +1 -1
  1338. data/lib/hubspot/discovery/crm/associations/api/types_api.rb +1 -1
  1339. data/lib/hubspot/discovery/crm/associations/client.rb +6 -4
  1340. data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
  1341. data/lib/hubspot/discovery/crm/associations/v4/api/definitions_api.rb +15 -0
  1342. data/lib/hubspot/discovery/crm/associations/v4/client.rb +21 -0
  1343. data/lib/hubspot/discovery/crm/client.rb +5 -4
  1344. data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +1 -1
  1345. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +1 -1
  1346. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +1 -1
  1347. data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
  1348. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +1 -1
  1349. data/lib/hubspot/discovery/crm/companies/client.rb +5 -4
  1350. data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +2 -2
  1351. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +1 -1
  1352. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +1 -1
  1353. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +1 -1
  1354. data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
  1355. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +1 -1
  1356. data/lib/hubspot/discovery/crm/contacts/client.rb +5 -4
  1357. data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +2 -2
  1358. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +1 -1
  1359. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +1 -1
  1360. data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
  1361. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +1 -1
  1362. data/lib/hubspot/discovery/crm/deals/client.rb +5 -4
  1363. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +1 -1
  1364. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +1 -1
  1365. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +1 -1
  1366. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +1 -1
  1367. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +1 -1
  1368. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +4 -4
  1369. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +1 -1
  1370. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +4 -4
  1371. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +1 -1
  1372. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +1 -1
  1373. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +4 -4
  1374. data/lib/hubspot/discovery/crm/extensions/client.rb +4 -4
  1375. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +1 -1
  1376. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +4 -4
  1377. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +1 -1
  1378. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +1 -1
  1379. data/lib/hubspot/discovery/crm/imports/client.rb +4 -4
  1380. data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +1 -1
  1381. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +1 -1
  1382. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +1 -1
  1383. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
  1384. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +1 -1
  1385. data/lib/hubspot/discovery/crm/line_items/client.rb +5 -4
  1386. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +1 -1
  1387. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +1 -1
  1388. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +1 -1
  1389. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +1 -1
  1390. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
  1391. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +1 -1
  1392. data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +1 -1
  1393. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +1 -1
  1394. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +1 -1
  1395. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +1 -1
  1396. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +1 -1
  1397. data/lib/hubspot/discovery/crm/objects/calls/client.rb +4 -4
  1398. data/lib/hubspot/discovery/crm/objects/client.rb +15 -13
  1399. data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +1 -1
  1400. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +1 -1
  1401. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +1 -1
  1402. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +1 -1
  1403. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +1 -1
  1404. data/lib/hubspot/discovery/crm/objects/emails/client.rb +4 -4
  1405. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +1 -1
  1406. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +1 -1
  1407. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +1 -1
  1408. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +1 -1
  1409. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +1 -1
  1410. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +4 -4
  1411. data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +1 -1
  1412. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +1 -1
  1413. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +1 -1
  1414. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +1 -1
  1415. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +1 -1
  1416. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +4 -4
  1417. data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +1 -1
  1418. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +1 -1
  1419. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +1 -1
  1420. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +1 -1
  1421. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +1 -1
  1422. data/lib/hubspot/discovery/crm/objects/notes/client.rb +4 -4
  1423. data/lib/hubspot/discovery/crm/objects/postal_mail/api/associations_api.rb +15 -0
  1424. data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
  1425. data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
  1426. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
  1427. data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
  1428. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +25 -0
  1429. data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +1 -1
  1430. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +1 -1
  1431. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +1 -1
  1432. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +1 -1
  1433. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +1 -1
  1434. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +4 -4
  1435. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +1 -1
  1436. data/lib/hubspot/discovery/crm/owners/client.rb +4 -4
  1437. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
  1438. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
  1439. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  1440. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +1 -1
  1441. data/lib/hubspot/discovery/crm/pipelines/client.rb +6 -4
  1442. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +1 -1
  1443. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +1 -1
  1444. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +1 -1
  1445. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
  1446. data/lib/hubspot/discovery/crm/products/api/search_api.rb +1 -1
  1447. data/lib/hubspot/discovery/crm/products/client.rb +5 -4
  1448. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +1 -1
  1449. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +1 -1
  1450. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +1 -1
  1451. data/lib/hubspot/discovery/crm/properties/client.rb +4 -4
  1452. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +1 -1
  1453. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +1 -1
  1454. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +1 -1
  1455. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
  1456. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +1 -1
  1457. data/lib/hubspot/discovery/crm/quotes/client.rb +5 -4
  1458. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +1 -1
  1459. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +1 -1
  1460. data/lib/hubspot/discovery/crm/schemas/client.rb +4 -4
  1461. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +1 -1
  1462. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +1 -1
  1463. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +1 -1
  1464. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
  1465. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +1 -1
  1466. data/lib/hubspot/discovery/crm/tickets/client.rb +5 -4
  1467. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +1 -1
  1468. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +1 -1
  1469. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +1 -1
  1470. data/lib/hubspot/discovery/crm/timeline/client.rb +4 -4
  1471. data/lib/hubspot/discovery/events/api/events_api.rb +1 -1
  1472. data/lib/hubspot/discovery/events/client.rb +4 -4
  1473. data/lib/hubspot/discovery/files/client.rb +4 -4
  1474. data/lib/hubspot/discovery/files/files/api/files_api.rb +1 -1
  1475. data/lib/hubspot/discovery/files/files/api/folders_api.rb +1 -1
  1476. data/lib/hubspot/discovery/files/files/client.rb +4 -4
  1477. data/lib/hubspot/discovery/marketing/client.rb +4 -4
  1478. data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
  1479. data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
  1480. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +1 -1
  1481. data/lib/hubspot/discovery/marketing/events/api/settings_external_api.rb +13 -0
  1482. data/lib/hubspot/discovery/marketing/events/client.rb +7 -8
  1483. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +1 -1
  1484. data/lib/hubspot/discovery/marketing/forms/client.rb +4 -4
  1485. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  1486. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +1 -1
  1487. data/lib/hubspot/discovery/marketing/transactional/client.rb +4 -4
  1488. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +1 -1
  1489. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +1 -1
  1490. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +1 -1
  1491. data/lib/hubspot/discovery/oauth/client.rb +7 -3
  1492. data/lib/hubspot/discovery/settings/client.rb +4 -4
  1493. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +1 -1
  1494. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +1 -1
  1495. data/lib/hubspot/discovery/settings/users/api/users_api.rb +1 -1
  1496. data/lib/hubspot/discovery/settings/users/client.rb +4 -4
  1497. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +1 -1
  1498. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +1 -1
  1499. data/lib/hubspot/discovery/webhooks/client.rb +4 -4
  1500. data/lib/hubspot/helpers/get_all_helper.rb +2 -1
  1501. data/lib/hubspot/helpers/path.rb +26 -0
  1502. data/lib/hubspot/helpers/signature.rb +62 -0
  1503. data/lib/hubspot/helpers/webhooks_helper.rb +1 -0
  1504. data/lib/hubspot/version.rb +3 -3
  1505. data/lib/hubspot-api-client.rb +2 -69
  1506. data/spec/discovery/base_api_client_spec.rb +114 -11
  1507. data/spec/discovery/base_module_client_spec.rb +3 -2
  1508. data/spec/discovery/cms/blogs/client_spec.rb +9 -0
  1509. data/spec/discovery/cms/client_spec.rb +13 -0
  1510. data/spec/discovery/crm/associations/client_spec.rb +7 -0
  1511. data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
  1512. data/spec/discovery/crm/associations/v4/definitions_api_spec.rb +10 -0
  1513. data/spec/discovery/crm/client_spec.rb +21 -0
  1514. data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
  1515. data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
  1516. data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
  1517. data/spec/discovery/crm/extensions/client_spec.rb +11 -0
  1518. data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
  1519. data/spec/discovery/crm/objects/client_spec.rb +13 -0
  1520. data/spec/discovery/crm/objects/postal_mail/associations_api_spec.rb +9 -0
  1521. data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
  1522. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
  1523. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
  1524. data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
  1525. data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
  1526. data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
  1527. data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
  1528. data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
  1529. data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
  1530. data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
  1531. data/spec/discovery/marketing/client_spec.rb +9 -0
  1532. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
  1533. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +18 -0
  1534. data/spec/discovery/marketing/events/search_api_spec.rb +2 -2
  1535. data/spec/discovery/marketing/events/settings_external_api_spec.rb +8 -0
  1536. data/spec/helpers/camel_case_spec.rb +11 -0
  1537. data/spec/helpers/signature_spec.rb +117 -0
  1538. metadata +260 -2341
  1539. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
  1540. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
  1541. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
  1542. data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
  1543. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
  1544. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +0 -242
  1545. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
  1546. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +0 -226
  1547. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +0 -226
  1548. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +0 -226
  1549. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +0 -226
  1550. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging.rb +0 -228
  1551. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging.rb +0 -228
  1552. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +0 -228
  1553. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging.rb +0 -228
  1554. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging.rb +0 -228
  1555. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging.rb +0 -228
  1556. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +0 -226
  1557. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +0 -226
  1558. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +0 -226
  1559. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +0 -446
  1560. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +0 -154
  1561. data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +0 -158
  1562. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +0 -192
  1563. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +0 -227
  1564. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +0 -210
  1565. data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +0 -13
  1566. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +0 -13
  1567. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +0 -13
  1568. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +0 -13
  1569. data/pkg/hubspot-api-client-10.1.1.gem +0 -0
  1570. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
  1571. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
  1572. data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
  1573. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
  1574. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
  1575. data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
  1576. data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
  1577. data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
  1578. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
  1579. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
  1580. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
  1581. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
  1582. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
  1583. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
  1584. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
  1585. data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
  1586. data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
  1587. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
  1588. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
  1589. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
  1590. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
  1591. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
  1592. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
  1593. data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
  1594. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
  1595. data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
  1596. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
  1597. data/spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb +0 -54
  1598. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
  1599. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
  1600. data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
  1601. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
  1602. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
  1603. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
  1604. data/spec/codegen/cms/blogs/authors/api/blog_authors_api_spec.rb +0 -218
  1605. data/spec/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  1606. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
  1607. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
  1608. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
  1609. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_spec.rb +0 -75
  1610. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
  1611. data/spec/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next_spec.rb +0 -59
  1612. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -141
  1613. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
  1614. data/spec/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  1615. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
  1616. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
  1617. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
  1618. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
  1619. data/spec/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  1620. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
  1621. data/spec/codegen/cms/blogs/authors/models/update_languages_request_v_next_spec.rb +0 -51
  1622. data/spec/codegen/cms/blogs/blog-posts/api/blog_posts_api_spec.rb +0 -345
  1623. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
  1624. data/spec/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  1625. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
  1626. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
  1627. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
  1628. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
  1629. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_spec.rb +0 -75
  1630. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
  1631. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next_spec.rb +0 -47
  1632. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
  1633. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
  1634. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
  1635. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
  1636. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
  1637. data/spec/codegen/cms/blogs/blog-posts/models/content_language_variation_spec.rb +0 -119
  1638. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
  1639. data/spec/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  1640. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
  1641. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
  1642. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
  1643. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
  1644. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
  1645. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
  1646. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
  1647. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
  1648. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
  1649. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
  1650. data/spec/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  1651. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
  1652. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
  1653. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
  1654. data/spec/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next_spec.rb +0 -51
  1655. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
  1656. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
  1657. data/spec/codegen/cms/blogs/tags/api/blog_tags_api_spec.rb +0 -218
  1658. data/spec/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  1659. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
  1660. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
  1661. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
  1662. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_spec.rb +0 -75
  1663. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
  1664. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
  1665. data/spec/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  1666. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
  1667. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
  1668. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
  1669. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
  1670. data/spec/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  1671. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
  1672. data/spec/codegen/cms/blogs/tags/models/tag_clone_request_v_next_spec.rb +0 -59
  1673. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -81
  1674. data/spec/codegen/cms/blogs/tags/models/update_languages_request_v_next_spec.rb +0 -51
  1675. data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
  1676. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
  1677. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
  1678. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
  1679. data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
  1680. data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
  1681. data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
  1682. data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
  1683. data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
  1684. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
  1685. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
  1686. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -236
  1687. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb +0 -41
  1688. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
  1689. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
  1690. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_spec.rb +0 -75
  1691. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
  1692. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
  1693. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
  1694. data/spec/codegen/cms/hubdb/models/column_request_spec.rb +0 -81
  1695. data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
  1696. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
  1697. data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
  1698. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
  1699. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
  1700. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
  1701. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb +0 -59
  1702. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -77
  1703. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb +0 -83
  1704. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
  1705. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
  1706. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
  1707. data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
  1708. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
  1709. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
  1710. data/spec/codegen/cms/performance/api/public_performance_api_spec.rb +0 -73
  1711. data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
  1712. data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
  1713. data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
  1714. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
  1715. data/spec/codegen/cms/site-search/api/public_api_spec.rb +0 -77
  1716. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
  1717. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
  1718. data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
  1719. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
  1720. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
  1721. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +0 -59
  1722. data/spec/codegen/cms/source-code/api/content_api_spec.rb +0 -89
  1723. data/spec/codegen/cms/source-code/api/extract_api_spec.rb +0 -47
  1724. data/spec/codegen/cms/source-code/api/metadata_api_spec.rb +0 -48
  1725. data/spec/codegen/cms/source-code/api/source_code_extract_api_spec.rb +0 -55
  1726. data/spec/codegen/cms/source-code/api/validation_api_spec.rb +0 -48
  1727. data/spec/codegen/cms/source-code/models/action_response_spec.rb +0 -69
  1728. data/spec/codegen/cms/source-code/models/asset_file_metadata_spec.rb +0 -77
  1729. data/spec/codegen/cms/source-code/models/error_detail_spec.rb +0 -65
  1730. data/spec/codegen/cms/source-code/models/error_spec.rb +0 -77
  1731. data/spec/codegen/cms/source-code/models/file_extract_request_spec.rb +0 -41
  1732. data/spec/codegen/cms/source-code/models/task_locator_spec.rb +0 -47
  1733. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -107
  1734. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -53
  1735. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
  1736. data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
  1737. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
  1738. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +0 -41
  1739. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
  1740. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -189
  1741. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +0 -46
  1742. data/spec/codegen/communication_preferences/api/status_api_spec.rb +0 -71
  1743. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +0 -65
  1744. data/spec/codegen/communication_preferences/models/error_spec.rb +0 -77
  1745. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +0 -101
  1746. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +0 -47
  1747. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +0 -63
  1748. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +0 -95
  1749. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +0 -41
  1750. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
  1751. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
  1752. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
  1753. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
  1754. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
  1755. data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
  1756. data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
  1757. data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
  1758. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
  1759. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
  1760. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
  1761. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
  1762. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
  1763. data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
  1764. data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
  1765. data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
  1766. data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
  1767. data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
  1768. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
  1769. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
  1770. data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
  1771. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
  1772. data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
  1773. data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
  1774. data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -107
  1775. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
  1776. data/spec/codegen/crm/companies/api/public_object_api_spec.rb +0 -46
  1777. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -45
  1778. data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
  1779. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1780. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1781. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1782. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  1783. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
  1784. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1785. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1786. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
  1787. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1788. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1789. data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
  1790. data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
  1791. data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
  1792. data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
  1793. data/spec/codegen/crm/companies/models/filter_spec.rb +0 -63
  1794. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
  1795. data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
  1796. data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
  1797. data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
  1798. data/spec/codegen/crm/companies/models/public_merge_input_spec.rb +0 -47
  1799. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
  1800. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
  1801. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
  1802. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
  1803. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -77
  1804. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -83
  1805. data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
  1806. data/spec/codegen/crm/companies/models/value_with_timestamp_spec.rb +0 -71
  1807. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
  1808. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -105
  1809. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
  1810. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -47
  1811. data/spec/codegen/crm/contacts/api/public_object_api_spec.rb +0 -46
  1812. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -45
  1813. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
  1814. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1815. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1816. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1817. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  1818. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
  1819. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1820. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1821. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
  1822. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1823. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1824. data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
  1825. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
  1826. data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
  1827. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
  1828. data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -63
  1829. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
  1830. data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
  1831. data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
  1832. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
  1833. data/spec/codegen/crm/contacts/models/public_gdpr_delete_input_spec.rb +0 -47
  1834. data/spec/codegen/crm/contacts/models/public_merge_input_spec.rb +0 -47
  1835. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
  1836. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
  1837. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
  1838. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
  1839. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -77
  1840. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -83
  1841. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
  1842. data/spec/codegen/crm/contacts/models/value_with_timestamp_spec.rb +0 -71
  1843. data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
  1844. data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -107
  1845. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
  1846. data/spec/codegen/crm/deals/api/public_object_api_spec.rb +0 -46
  1847. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -45
  1848. data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
  1849. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1850. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1851. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1852. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  1853. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
  1854. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1855. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1856. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
  1857. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1858. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1859. data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
  1860. data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
  1861. data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
  1862. data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
  1863. data/spec/codegen/crm/deals/models/filter_spec.rb +0 -63
  1864. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
  1865. data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
  1866. data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
  1867. data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
  1868. data/spec/codegen/crm/deals/models/public_merge_input_spec.rb +0 -47
  1869. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
  1870. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
  1871. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
  1872. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
  1873. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -77
  1874. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -83
  1875. data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
  1876. data/spec/codegen/crm/deals/models/value_with_timestamp_spec.rb +0 -71
  1877. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
  1878. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
  1879. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
  1880. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
  1881. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
  1882. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
  1883. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
  1884. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
  1885. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
  1886. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
  1887. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
  1888. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
  1889. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
  1890. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
  1891. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
  1892. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
  1893. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
  1894. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
  1895. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
  1896. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
  1897. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
  1898. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
  1899. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
  1900. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
  1901. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
  1902. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
  1903. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
  1904. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
  1905. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
  1906. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
  1907. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
  1908. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
  1909. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
  1910. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
  1911. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
  1912. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
  1913. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
  1914. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
  1915. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
  1916. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
  1917. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
  1918. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
  1919. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
  1920. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
  1921. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -71
  1922. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -71
  1923. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -83
  1924. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
  1925. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
  1926. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
  1927. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
  1928. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
  1929. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
  1930. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
  1931. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
  1932. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
  1933. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
  1934. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
  1935. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
  1936. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
  1937. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
  1938. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
  1939. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
  1940. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
  1941. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
  1942. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
  1943. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
  1944. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
  1945. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
  1946. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
  1947. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
  1948. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
  1949. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
  1950. data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
  1951. data/spec/codegen/crm/imports/api/public_imports_api_spec.rb +0 -47
  1952. data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
  1953. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
  1954. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
  1955. data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
  1956. data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
  1957. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
  1958. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
  1959. data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
  1960. data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
  1961. data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
  1962. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
  1963. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
  1964. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
  1965. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
  1966. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
  1967. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -107
  1968. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
  1969. data/spec/codegen/crm/line_items/api/public_object_api_spec.rb +0 -46
  1970. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -45
  1971. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
  1972. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1973. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1974. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1975. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  1976. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
  1977. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1978. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1979. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
  1980. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1981. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1982. data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
  1983. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
  1984. data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
  1985. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
  1986. data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -63
  1987. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
  1988. data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
  1989. data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
  1990. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
  1991. data/spec/codegen/crm/line_items/models/public_merge_input_spec.rb +0 -47
  1992. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
  1993. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
  1994. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
  1995. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
  1996. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -77
  1997. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -83
  1998. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
  1999. data/spec/codegen/crm/line_items/models/value_with_timestamp_spec.rb +0 -71
  2000. data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
  2001. data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -112
  2002. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
  2003. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -48
  2004. data/spec/codegen/crm/objects/api/public_object_api_spec.rb +0 -47
  2005. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
  2006. data/spec/codegen/crm/objects/calls/api/associations_api_spec.rb +0 -77
  2007. data/spec/codegen/crm/objects/calls/api/basic_api_spec.rb +0 -107
  2008. data/spec/codegen/crm/objects/calls/api/batch_api_spec.rb +0 -80
  2009. data/spec/codegen/crm/objects/calls/api/public_object_api_spec.rb +0 -46
  2010. data/spec/codegen/crm/objects/calls/api/search_api_spec.rb +0 -45
  2011. data/spec/codegen/crm/objects/calls/models/associated_id_spec.rb +0 -47
  2012. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2013. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2014. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2015. data/spec/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2016. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_spec.rb +0 -75
  2017. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2018. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2019. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_spec.rb +0 -47
  2020. data/spec/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2021. data/spec/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2022. data/spec/codegen/crm/objects/calls/models/error_category_spec.rb +0 -51
  2023. data/spec/codegen/crm/objects/calls/models/error_detail_spec.rb +0 -65
  2024. data/spec/codegen/crm/objects/calls/models/error_spec.rb +0 -77
  2025. data/spec/codegen/crm/objects/calls/models/filter_group_spec.rb +0 -41
  2026. data/spec/codegen/crm/objects/calls/models/filter_spec.rb +0 -63
  2027. data/spec/codegen/crm/objects/calls/models/forward_paging_spec.rb +0 -41
  2028. data/spec/codegen/crm/objects/calls/models/next_page_spec.rb +0 -47
  2029. data/spec/codegen/crm/objects/calls/models/paging_spec.rb +0 -47
  2030. data/spec/codegen/crm/objects/calls/models/previous_page_spec.rb +0 -47
  2031. data/spec/codegen/crm/objects/calls/models/public_merge_input_spec.rb +0 -47
  2032. data/spec/codegen/crm/objects/calls/models/public_object_search_request_spec.rb +0 -71
  2033. data/spec/codegen/crm/objects/calls/models/simple_public_object_batch_input_spec.rb +0 -47
  2034. data/spec/codegen/crm/objects/calls/models/simple_public_object_id_spec.rb +0 -41
  2035. data/spec/codegen/crm/objects/calls/models/simple_public_object_input_spec.rb +0 -41
  2036. data/spec/codegen/crm/objects/calls/models/simple_public_object_spec.rb +0 -77
  2037. data/spec/codegen/crm/objects/calls/models/simple_public_object_with_associations_spec.rb +0 -83
  2038. data/spec/codegen/crm/objects/calls/models/standard_error_spec.rb +0 -83
  2039. data/spec/codegen/crm/objects/calls/models/value_with_timestamp_spec.rb +0 -71
  2040. data/spec/codegen/crm/objects/emails/api/associations_api_spec.rb +0 -77
  2041. data/spec/codegen/crm/objects/emails/api/basic_api_spec.rb +0 -107
  2042. data/spec/codegen/crm/objects/emails/api/batch_api_spec.rb +0 -80
  2043. data/spec/codegen/crm/objects/emails/api/public_object_api_spec.rb +0 -46
  2044. data/spec/codegen/crm/objects/emails/api/search_api_spec.rb +0 -45
  2045. data/spec/codegen/crm/objects/emails/models/associated_id_spec.rb +0 -47
  2046. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2047. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2048. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2049. data/spec/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2050. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_spec.rb +0 -75
  2051. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2052. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2053. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_spec.rb +0 -47
  2054. data/spec/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2055. data/spec/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2056. data/spec/codegen/crm/objects/emails/models/error_category_spec.rb +0 -51
  2057. data/spec/codegen/crm/objects/emails/models/error_detail_spec.rb +0 -65
  2058. data/spec/codegen/crm/objects/emails/models/error_spec.rb +0 -77
  2059. data/spec/codegen/crm/objects/emails/models/filter_group_spec.rb +0 -41
  2060. data/spec/codegen/crm/objects/emails/models/filter_spec.rb +0 -63
  2061. data/spec/codegen/crm/objects/emails/models/forward_paging_spec.rb +0 -41
  2062. data/spec/codegen/crm/objects/emails/models/next_page_spec.rb +0 -47
  2063. data/spec/codegen/crm/objects/emails/models/paging_spec.rb +0 -47
  2064. data/spec/codegen/crm/objects/emails/models/previous_page_spec.rb +0 -47
  2065. data/spec/codegen/crm/objects/emails/models/public_merge_input_spec.rb +0 -47
  2066. data/spec/codegen/crm/objects/emails/models/public_object_search_request_spec.rb +0 -71
  2067. data/spec/codegen/crm/objects/emails/models/simple_public_object_batch_input_spec.rb +0 -47
  2068. data/spec/codegen/crm/objects/emails/models/simple_public_object_id_spec.rb +0 -41
  2069. data/spec/codegen/crm/objects/emails/models/simple_public_object_input_spec.rb +0 -41
  2070. data/spec/codegen/crm/objects/emails/models/simple_public_object_spec.rb +0 -77
  2071. data/spec/codegen/crm/objects/emails/models/simple_public_object_with_associations_spec.rb +0 -83
  2072. data/spec/codegen/crm/objects/emails/models/standard_error_spec.rb +0 -83
  2073. data/spec/codegen/crm/objects/emails/models/value_with_timestamp_spec.rb +0 -71
  2074. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -77
  2075. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -107
  2076. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -80
  2077. data/spec/codegen/crm/objects/feedback_submissions/api/public_object_api_spec.rb +0 -46
  2078. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -45
  2079. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
  2080. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2081. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2082. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2083. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2084. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
  2085. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2086. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2087. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
  2088. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2089. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2090. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
  2091. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
  2092. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
  2093. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
  2094. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -63
  2095. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
  2096. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
  2097. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
  2098. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
  2099. data/spec/codegen/crm/objects/feedback_submissions/models/public_merge_input_spec.rb +0 -47
  2100. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
  2101. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
  2102. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
  2103. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
  2104. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -77
  2105. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -83
  2106. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
  2107. data/spec/codegen/crm/objects/feedback_submissions/models/value_with_timestamp_spec.rb +0 -71
  2108. data/spec/codegen/crm/objects/meetings/api/associations_api_spec.rb +0 -77
  2109. data/spec/codegen/crm/objects/meetings/api/basic_api_spec.rb +0 -107
  2110. data/spec/codegen/crm/objects/meetings/api/batch_api_spec.rb +0 -80
  2111. data/spec/codegen/crm/objects/meetings/api/public_object_api_spec.rb +0 -46
  2112. data/spec/codegen/crm/objects/meetings/api/search_api_spec.rb +0 -45
  2113. data/spec/codegen/crm/objects/meetings/models/associated_id_spec.rb +0 -47
  2114. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2115. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2116. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2117. data/spec/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2118. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_spec.rb +0 -75
  2119. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2120. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2121. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_spec.rb +0 -47
  2122. data/spec/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2123. data/spec/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2124. data/spec/codegen/crm/objects/meetings/models/error_category_spec.rb +0 -51
  2125. data/spec/codegen/crm/objects/meetings/models/error_detail_spec.rb +0 -65
  2126. data/spec/codegen/crm/objects/meetings/models/error_spec.rb +0 -77
  2127. data/spec/codegen/crm/objects/meetings/models/filter_group_spec.rb +0 -41
  2128. data/spec/codegen/crm/objects/meetings/models/filter_spec.rb +0 -63
  2129. data/spec/codegen/crm/objects/meetings/models/forward_paging_spec.rb +0 -41
  2130. data/spec/codegen/crm/objects/meetings/models/next_page_spec.rb +0 -47
  2131. data/spec/codegen/crm/objects/meetings/models/paging_spec.rb +0 -47
  2132. data/spec/codegen/crm/objects/meetings/models/previous_page_spec.rb +0 -47
  2133. data/spec/codegen/crm/objects/meetings/models/public_merge_input_spec.rb +0 -47
  2134. data/spec/codegen/crm/objects/meetings/models/public_object_search_request_spec.rb +0 -71
  2135. data/spec/codegen/crm/objects/meetings/models/simple_public_object_batch_input_spec.rb +0 -47
  2136. data/spec/codegen/crm/objects/meetings/models/simple_public_object_id_spec.rb +0 -41
  2137. data/spec/codegen/crm/objects/meetings/models/simple_public_object_input_spec.rb +0 -41
  2138. data/spec/codegen/crm/objects/meetings/models/simple_public_object_spec.rb +0 -77
  2139. data/spec/codegen/crm/objects/meetings/models/simple_public_object_with_associations_spec.rb +0 -83
  2140. data/spec/codegen/crm/objects/meetings/models/standard_error_spec.rb +0 -83
  2141. data/spec/codegen/crm/objects/meetings/models/value_with_timestamp_spec.rb +0 -71
  2142. data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
  2143. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2144. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2145. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2146. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2147. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
  2148. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2149. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2150. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
  2151. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2152. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2153. data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
  2154. data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
  2155. data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
  2156. data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
  2157. data/spec/codegen/crm/objects/models/filter_spec.rb +0 -63
  2158. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
  2159. data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
  2160. data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
  2161. data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
  2162. data/spec/codegen/crm/objects/models/public_gdpr_delete_input_spec.rb +0 -47
  2163. data/spec/codegen/crm/objects/models/public_merge_input_spec.rb +0 -47
  2164. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
  2165. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
  2166. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
  2167. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
  2168. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -77
  2169. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -83
  2170. data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
  2171. data/spec/codegen/crm/objects/models/value_with_timestamp_spec.rb +0 -71
  2172. data/spec/codegen/crm/objects/notes/api/associations_api_spec.rb +0 -77
  2173. data/spec/codegen/crm/objects/notes/api/basic_api_spec.rb +0 -107
  2174. data/spec/codegen/crm/objects/notes/api/batch_api_spec.rb +0 -80
  2175. data/spec/codegen/crm/objects/notes/api/public_object_api_spec.rb +0 -46
  2176. data/spec/codegen/crm/objects/notes/api/search_api_spec.rb +0 -45
  2177. data/spec/codegen/crm/objects/notes/models/associated_id_spec.rb +0 -47
  2178. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2179. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2180. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2181. data/spec/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2182. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_spec.rb +0 -75
  2183. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2184. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2185. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_spec.rb +0 -47
  2186. data/spec/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2187. data/spec/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2188. data/spec/codegen/crm/objects/notes/models/error_category_spec.rb +0 -51
  2189. data/spec/codegen/crm/objects/notes/models/error_detail_spec.rb +0 -65
  2190. data/spec/codegen/crm/objects/notes/models/error_spec.rb +0 -77
  2191. data/spec/codegen/crm/objects/notes/models/filter_group_spec.rb +0 -41
  2192. data/spec/codegen/crm/objects/notes/models/filter_spec.rb +0 -63
  2193. data/spec/codegen/crm/objects/notes/models/forward_paging_spec.rb +0 -41
  2194. data/spec/codegen/crm/objects/notes/models/next_page_spec.rb +0 -47
  2195. data/spec/codegen/crm/objects/notes/models/paging_spec.rb +0 -47
  2196. data/spec/codegen/crm/objects/notes/models/previous_page_spec.rb +0 -47
  2197. data/spec/codegen/crm/objects/notes/models/public_merge_input_spec.rb +0 -47
  2198. data/spec/codegen/crm/objects/notes/models/public_object_search_request_spec.rb +0 -71
  2199. data/spec/codegen/crm/objects/notes/models/simple_public_object_batch_input_spec.rb +0 -47
  2200. data/spec/codegen/crm/objects/notes/models/simple_public_object_id_spec.rb +0 -41
  2201. data/spec/codegen/crm/objects/notes/models/simple_public_object_input_spec.rb +0 -41
  2202. data/spec/codegen/crm/objects/notes/models/simple_public_object_spec.rb +0 -77
  2203. data/spec/codegen/crm/objects/notes/models/simple_public_object_with_associations_spec.rb +0 -83
  2204. data/spec/codegen/crm/objects/notes/models/standard_error_spec.rb +0 -83
  2205. data/spec/codegen/crm/objects/notes/models/value_with_timestamp_spec.rb +0 -71
  2206. data/spec/codegen/crm/objects/tasks/api/associations_api_spec.rb +0 -77
  2207. data/spec/codegen/crm/objects/tasks/api/basic_api_spec.rb +0 -107
  2208. data/spec/codegen/crm/objects/tasks/api/batch_api_spec.rb +0 -80
  2209. data/spec/codegen/crm/objects/tasks/api/public_object_api_spec.rb +0 -46
  2210. data/spec/codegen/crm/objects/tasks/api/search_api_spec.rb +0 -45
  2211. data/spec/codegen/crm/objects/tasks/models/associated_id_spec.rb +0 -47
  2212. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2213. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2214. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2215. data/spec/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2216. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_spec.rb +0 -75
  2217. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2218. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2219. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_spec.rb +0 -47
  2220. data/spec/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2221. data/spec/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2222. data/spec/codegen/crm/objects/tasks/models/error_category_spec.rb +0 -51
  2223. data/spec/codegen/crm/objects/tasks/models/error_detail_spec.rb +0 -65
  2224. data/spec/codegen/crm/objects/tasks/models/error_spec.rb +0 -77
  2225. data/spec/codegen/crm/objects/tasks/models/filter_group_spec.rb +0 -41
  2226. data/spec/codegen/crm/objects/tasks/models/filter_spec.rb +0 -63
  2227. data/spec/codegen/crm/objects/tasks/models/forward_paging_spec.rb +0 -41
  2228. data/spec/codegen/crm/objects/tasks/models/next_page_spec.rb +0 -47
  2229. data/spec/codegen/crm/objects/tasks/models/paging_spec.rb +0 -47
  2230. data/spec/codegen/crm/objects/tasks/models/previous_page_spec.rb +0 -47
  2231. data/spec/codegen/crm/objects/tasks/models/public_merge_input_spec.rb +0 -47
  2232. data/spec/codegen/crm/objects/tasks/models/public_object_search_request_spec.rb +0 -71
  2233. data/spec/codegen/crm/objects/tasks/models/simple_public_object_batch_input_spec.rb +0 -47
  2234. data/spec/codegen/crm/objects/tasks/models/simple_public_object_id_spec.rb +0 -41
  2235. data/spec/codegen/crm/objects/tasks/models/simple_public_object_input_spec.rb +0 -41
  2236. data/spec/codegen/crm/objects/tasks/models/simple_public_object_spec.rb +0 -77
  2237. data/spec/codegen/crm/objects/tasks/models/simple_public_object_with_associations_spec.rb +0 -83
  2238. data/spec/codegen/crm/objects/tasks/models/standard_error_spec.rb +0 -83
  2239. data/spec/codegen/crm/objects/tasks/models/value_with_timestamp_spec.rb +0 -71
  2240. data/spec/codegen/crm/owners/api/owners_api_spec.rb +0 -62
  2241. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
  2242. data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
  2243. data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
  2244. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
  2245. data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
  2246. data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
  2247. data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -53
  2248. data/spec/codegen/crm/pipelines/api/pipeline_audits_api_spec.rb +0 -48
  2249. data/spec/codegen/crm/pipelines/api/pipeline_stage_audits_api_spec.rb +0 -48
  2250. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -120
  2251. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
  2252. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_no_paging_spec.rb +0 -41
  2253. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging_spec.rb +0 -41
  2254. data/spec/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging_spec.rb +0 -41
  2255. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
  2256. data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
  2257. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
  2258. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2259. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
  2260. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2261. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2262. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
  2263. data/spec/codegen/crm/pipelines/models/public_audit_info_spec.rb +0 -77
  2264. data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
  2265. data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -107
  2266. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
  2267. data/spec/codegen/crm/products/api/public_object_api_spec.rb +0 -46
  2268. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -45
  2269. data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
  2270. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2271. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2272. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2273. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2274. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
  2275. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2276. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2277. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
  2278. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2279. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2280. data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
  2281. data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
  2282. data/spec/codegen/crm/products/models/error_spec.rb +0 -77
  2283. data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
  2284. data/spec/codegen/crm/products/models/filter_spec.rb +0 -63
  2285. data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
  2286. data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
  2287. data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
  2288. data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
  2289. data/spec/codegen/crm/products/models/public_merge_input_spec.rb +0 -47
  2290. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
  2291. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
  2292. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
  2293. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
  2294. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -77
  2295. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -83
  2296. data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
  2297. data/spec/codegen/crm/products/models/value_with_timestamp_spec.rb +0 -71
  2298. data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
  2299. data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
  2300. data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
  2301. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
  2302. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
  2303. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2304. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
  2305. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
  2306. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
  2307. data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
  2308. data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
  2309. data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
  2310. data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
  2311. data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
  2312. data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
  2313. data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
  2314. data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
  2315. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
  2316. data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
  2317. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
  2318. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
  2319. data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
  2320. data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
  2321. data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
  2322. data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
  2323. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -77
  2324. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -107
  2325. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -80
  2326. data/spec/codegen/crm/quotes/api/public_object_api_spec.rb +0 -46
  2327. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -45
  2328. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
  2329. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2330. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2331. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2332. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2333. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
  2334. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2335. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2336. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
  2337. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2338. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2339. data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
  2340. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
  2341. data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
  2342. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
  2343. data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -63
  2344. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
  2345. data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
  2346. data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
  2347. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
  2348. data/spec/codegen/crm/quotes/models/public_merge_input_spec.rb +0 -47
  2349. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
  2350. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
  2351. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
  2352. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
  2353. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -77
  2354. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -83
  2355. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
  2356. data/spec/codegen/crm/quotes/models/value_with_timestamp_spec.rb +0 -71
  2357. data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
  2358. data/spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb +0 -45
  2359. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
  2360. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
  2361. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
  2362. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
  2363. data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
  2364. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
  2365. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
  2366. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
  2367. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
  2368. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
  2369. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
  2370. data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
  2371. data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
  2372. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
  2373. data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
  2374. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
  2375. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -107
  2376. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
  2377. data/spec/codegen/crm/tickets/api/public_object_api_spec.rb +0 -46
  2378. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -45
  2379. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
  2380. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2381. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2382. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2383. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2384. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
  2385. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2386. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2387. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
  2388. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2389. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2390. data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
  2391. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
  2392. data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
  2393. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
  2394. data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -63
  2395. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
  2396. data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
  2397. data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
  2398. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
  2399. data/spec/codegen/crm/tickets/models/public_merge_input_spec.rb +0 -47
  2400. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
  2401. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
  2402. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
  2403. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
  2404. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -77
  2405. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -83
  2406. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
  2407. data/spec/codegen/crm/tickets/models/value_with_timestamp_spec.rb +0 -71
  2408. data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
  2409. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
  2410. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
  2411. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
  2412. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
  2413. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
  2414. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb +0 -41
  2415. data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
  2416. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
  2417. data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
  2418. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
  2419. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
  2420. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
  2421. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
  2422. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
  2423. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
  2424. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
  2425. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
  2426. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
  2427. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
  2428. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
  2429. data/spec/codegen/events/api/events_api_spec.rb +0 -54
  2430. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
  2431. data/spec/codegen/events/models/error_detail_spec.rb +0 -65
  2432. data/spec/codegen/events/models/error_spec.rb +0 -77
  2433. data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
  2434. data/spec/codegen/events/models/next_page_spec.rb +0 -47
  2435. data/spec/codegen/events/models/paging_spec.rb +0 -41
  2436. data/spec/codegen/files/files/api/files_api_spec.rb +0 -191
  2437. data/spec/codegen/files/files/api/folders_api_spec.rb +0 -147
  2438. data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
  2439. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
  2440. data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
  2441. data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
  2442. data/spec/codegen/files/files/models/error_spec.rb +0 -77
  2443. data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
  2444. data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
  2445. data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
  2446. data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
  2447. data/spec/codegen/files/files/models/folder_spec.rb +0 -83
  2448. data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
  2449. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
  2450. data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
  2451. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
  2452. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
  2453. data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
  2454. data/spec/codegen/files/files/models/paging_spec.rb +0 -47
  2455. data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
  2456. data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
  2457. data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
  2458. data/spec/codegen/marketing/events/api/basic_api_spec.rb +0 -113
  2459. data/spec/codegen/marketing/events/api/batch_api_spec.rb +0 -59
  2460. data/spec/codegen/marketing/events/api/search_api_spec.rb +0 -47
  2461. data/spec/codegen/marketing/events/api/settings_api_spec.rb +0 -60
  2462. data/spec/codegen/marketing/events/api/subscriber_state_changes_api_spec.rb +0 -65
  2463. data/spec/codegen/marketing/events/models/batch_input_marketing_event_create_request_params_spec.rb +0 -41
  2464. data/spec/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber_spec.rb +0 -41
  2465. data/spec/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier_spec.rb +0 -41
  2466. data/spec/codegen/marketing/events/models/batch_input_marketing_event_subscriber_spec.rb +0 -41
  2467. data/spec/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_spec.rb +0 -87
  2468. data/spec/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging_spec.rb +0 -41
  2469. data/spec/codegen/marketing/events/models/error_category_spec.rb +0 -51
  2470. data/spec/codegen/marketing/events/models/error_detail_spec.rb +0 -65
  2471. data/spec/codegen/marketing/events/models/error_spec.rb +0 -77
  2472. data/spec/codegen/marketing/events/models/event_detail_settings_spec.rb +0 -47
  2473. data/spec/codegen/marketing/events/models/event_detail_settings_url_spec.rb +0 -41
  2474. data/spec/codegen/marketing/events/models/marketing_event_create_request_params_spec.rb +0 -101
  2475. data/spec/codegen/marketing/events/models/marketing_event_default_response_spec.rb +0 -89
  2476. data/spec/codegen/marketing/events/models/marketing_event_email_subscriber_spec.rb +0 -47
  2477. data/spec/codegen/marketing/events/models/marketing_event_external_unique_identifier_spec.rb +0 -53
  2478. data/spec/codegen/marketing/events/models/marketing_event_public_default_response_spec.rb +0 -107
  2479. data/spec/codegen/marketing/events/models/marketing_event_public_read_response_spec.rb +0 -137
  2480. data/spec/codegen/marketing/events/models/marketing_event_subscriber_spec.rb +0 -47
  2481. data/spec/codegen/marketing/events/models/marketing_event_update_request_params_spec.rb +0 -89
  2482. data/spec/codegen/marketing/events/models/property_value_spec.rb +0 -111
  2483. data/spec/codegen/marketing/events/models/standard_error_spec.rb +0 -83
  2484. data/spec/codegen/marketing/forms/api/forms_api_spec.rb +0 -113
  2485. data/spec/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_spec.rb +0 -47
  2486. data/spec/codegen/marketing/forms/models/datepicker_field_spec.rb +0 -99
  2487. data/spec/codegen/marketing/forms/models/dependent_field_filter_spec.rb +0 -69
  2488. data/spec/codegen/marketing/forms/models/dependent_field_spec.rb +0 -47
  2489. data/spec/codegen/marketing/forms/models/dropdown_field_spec.rb +0 -105
  2490. data/spec/codegen/marketing/forms/models/email_field_spec.rb +0 -105
  2491. data/spec/codegen/marketing/forms/models/email_field_validation_spec.rb +0 -47
  2492. data/spec/codegen/marketing/forms/models/enumerated_field_option_spec.rb +0 -59
  2493. data/spec/codegen/marketing/forms/models/error_detail_spec.rb +0 -65
  2494. data/spec/codegen/marketing/forms/models/error_spec.rb +0 -77
  2495. data/spec/codegen/marketing/forms/models/field_group_spec.rb +0 -67
  2496. data/spec/codegen/marketing/forms/models/file_field_spec.rb +0 -105
  2497. data/spec/codegen/marketing/forms/models/form_definition_base_spec.rb +0 -35
  2498. data/spec/codegen/marketing/forms/models/form_definition_create_request_base_spec.rb +0 -35
  2499. data/spec/codegen/marketing/forms/models/form_display_options_spec.rb +0 -69
  2500. data/spec/codegen/marketing/forms/models/form_post_submit_action_spec.rb +0 -51
  2501. data/spec/codegen/marketing/forms/models/form_style_spec.rb +0 -111
  2502. data/spec/codegen/marketing/forms/models/forward_paging_spec.rb +0 -41
  2503. data/spec/codegen/marketing/forms/models/hub_spot_form_configuration_spec.rb +0 -105
  2504. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_all_of_spec.rb +0 -105
  2505. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of_spec.rb +0 -99
  2506. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_spec.rb +0 -35
  2507. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_spec.rb +0 -71
  2508. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_spec.rb +0 -35
  2509. data/spec/codegen/marketing/forms/models/legal_consent_checkbox_spec.rb +0 -53
  2510. data/spec/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process_spec.rb +0 -81
  2511. data/spec/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process_spec.rb +0 -69
  2512. data/spec/codegen/marketing/forms/models/legal_consent_options_legitimate_interest_spec.rb +0 -67
  2513. data/spec/codegen/marketing/forms/models/legal_consent_options_none_spec.rb +0 -45
  2514. data/spec/codegen/marketing/forms/models/mobile_phone_field_spec.rb +0 -105
  2515. data/spec/codegen/marketing/forms/models/multi_line_text_field_spec.rb +0 -99
  2516. data/spec/codegen/marketing/forms/models/multiple_checkboxes_field_spec.rb +0 -99
  2517. data/spec/codegen/marketing/forms/models/next_page_spec.rb +0 -47
  2518. data/spec/codegen/marketing/forms/models/number_field_spec.rb +0 -105
  2519. data/spec/codegen/marketing/forms/models/number_field_validation_spec.rb +0 -47
  2520. data/spec/codegen/marketing/forms/models/phone_field_spec.rb +0 -111
  2521. data/spec/codegen/marketing/forms/models/phone_field_validation_spec.rb +0 -47
  2522. data/spec/codegen/marketing/forms/models/radio_field_spec.rb +0 -105
  2523. data/spec/codegen/marketing/forms/models/single_checkbox_field_spec.rb +0 -93
  2524. data/spec/codegen/marketing/forms/models/single_line_text_field_spec.rb +0 -99
  2525. data/spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb +0 -98
  2526. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +0 -47
  2527. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +0 -47
  2528. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
  2529. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
  2530. data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
  2531. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
  2532. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
  2533. data/spec/codegen/marketing/transactional/models/paging_spec.rb +0 -41
  2534. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
  2535. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
  2536. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
  2537. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
  2538. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +0 -45
  2539. data/spec/codegen/oauth/api/refresh_tokens_api_spec.rb +0 -55
  2540. data/spec/codegen/oauth/api/tokens_api_spec.rb +0 -50
  2541. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -107
  2542. data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
  2543. data/spec/codegen/oauth/models/error_spec.rb +0 -77
  2544. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
  2545. data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -65
  2546. data/spec/codegen/settings/users/api/roles_api_spec.rb +0 -46
  2547. data/spec/codegen/settings/users/api/teams_api_spec.rb +0 -46
  2548. data/spec/codegen/settings/users/api/users_api_spec.rb +0 -100
  2549. data/spec/codegen/settings/users/models/collection_response_public_permission_set_no_paging_spec.rb +0 -41
  2550. data/spec/codegen/settings/users/models/collection_response_public_team_no_paging_spec.rb +0 -41
  2551. data/spec/codegen/settings/users/models/collection_response_public_user_forward_paging_spec.rb +0 -47
  2552. data/spec/codegen/settings/users/models/error_detail_spec.rb +0 -65
  2553. data/spec/codegen/settings/users/models/error_spec.rb +0 -77
  2554. data/spec/codegen/settings/users/models/forward_paging_spec.rb +0 -41
  2555. data/spec/codegen/settings/users/models/next_page_spec.rb +0 -47
  2556. data/spec/codegen/settings/users/models/public_permission_set_spec.rb +0 -53
  2557. data/spec/codegen/settings/users/models/public_team_spec.rb +0 -59
  2558. data/spec/codegen/settings/users/models/public_user_spec.rb +0 -65
  2559. data/spec/codegen/settings/users/models/public_user_update_spec.rb +0 -53
  2560. data/spec/codegen/settings/users/models/user_provision_request_spec.rb +0 -65
  2561. data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -66
  2562. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -101
  2563. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
  2564. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
  2565. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
  2566. data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
  2567. data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
  2568. data/spec/codegen/webhooks/models/error_spec.rb +0 -77
  2569. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
  2570. data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
  2571. data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
  2572. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
  2573. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
  2574. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
  2575. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
  2576. data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
  2577. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
  2578. data/spec/discovery/marketing/events/basic_api_spec.rb +0 -12
  2579. data/spec/discovery/marketing/events/batch_api_spec.rb +0 -8
  2580. data/spec/discovery/marketing/events/settings_api_spec.rb +0 -8
  2581. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +0 -8
  2582. data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
  2583. data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
  2584. data/spec/features/automation/actions/functions_api_spec.rb +0 -13
  2585. data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
  2586. data/spec/features/cms/audit-logs/audit_logs_api_spec.rb +0 -25
  2587. data/spec/features/cms/blogs/authors/blog_authors_api_spec.rb +0 -254
  2588. data/spec/features/cms/blogs/blog-posts/blog_posts_api_spec.rb +0 -25
  2589. data/spec/features/cms/blogs/tags/blog_tags_api_spec.rb +0 -15
  2590. data/spec/features/cms/domains/domains_api_spec.rb +0 -8
  2591. data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
  2592. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
  2593. data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
  2594. data/spec/features/cms/performance/public_performance_api_spec.rb +0 -8
  2595. data/spec/features/cms/site-search/public_api_spec.rb +0 -8
  2596. data/spec/features/cms/source-code/content_api_spec.rb +0 -10
  2597. data/spec/features/cms/source-code/extract_api_spec.rb +0 -7
  2598. data/spec/features/cms/source-code/metadata_api_spec.rb +0 -7
  2599. data/spec/features/cms/source-code/source_code_extract_api_spec.rb +0 -8
  2600. data/spec/features/cms/source-code/validation_api_spec.rb +0 -7
  2601. data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
  2602. data/spec/features/communication_preferences/definition_api_spec.rb +0 -7
  2603. data/spec/features/communication_preferences/status_api_spec.rb +0 -9
  2604. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
  2605. data/spec/features/crm/associations/batch_api_spec.rb +0 -9
  2606. data/spec/features/crm/associations/types_api_spec.rb +0 -7
  2607. data/spec/features/crm/companies/associations_api_spec.rb +0 -9
  2608. data/spec/features/crm/companies/basic_api_spec.rb +0 -11
  2609. data/spec/features/crm/companies/batch_api_spec.rb +0 -10
  2610. data/spec/features/crm/companies/search_api_spec.rb +0 -7
  2611. data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
  2612. data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
  2613. data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
  2614. data/spec/features/crm/contacts/gdpr_api_spec.rb +0 -7
  2615. data/spec/features/crm/contacts/search_api_spec.rb +0 -7
  2616. data/spec/features/crm/deals/associations_api_spec.rb +0 -9
  2617. data/spec/features/crm/deals/basic_api_spec.rb +0 -11
  2618. data/spec/features/crm/deals/batch_api_spec.rb +0 -10
  2619. data/spec/features/crm/deals/search_api_spec.rb +0 -7
  2620. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  2621. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  2622. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
  2623. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
  2624. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  2625. data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
  2626. data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
  2627. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
  2628. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
  2629. data/spec/features/crm/imports/core_api_spec.rb +0 -10
  2630. data/spec/features/crm/imports/public_imports_api_spec.rb +0 -7
  2631. data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
  2632. data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
  2633. data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
  2634. data/spec/features/crm/line_items/search_api_spec.rb +0 -7
  2635. data/spec/features/crm/objects/associations_api_spec.rb +0 -9
  2636. data/spec/features/crm/objects/basic_api_spec.rb +0 -11
  2637. data/spec/features/crm/objects/batch_api_spec.rb +0 -10
  2638. data/spec/features/crm/objects/calls/associations_api_spec.rb +0 -9
  2639. data/spec/features/crm/objects/calls/basic_api_spec.rb +0 -10
  2640. data/spec/features/crm/objects/calls/batch_api_spec.rb +0 -10
  2641. data/spec/features/crm/objects/calls/public_object_api_spec.rb +0 -7
  2642. data/spec/features/crm/objects/calls/search_api_spec.rb +0 -7
  2643. data/spec/features/crm/objects/emails/associations_api_spec.rb +0 -9
  2644. data/spec/features/crm/objects/emails/basic_api_spec.rb +0 -10
  2645. data/spec/features/crm/objects/emails/batch_api_spec.rb +0 -10
  2646. data/spec/features/crm/objects/emails/public_object_api_spec.rb +0 -7
  2647. data/spec/features/crm/objects/emails/search_api_spec.rb +0 -7
  2648. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
  2649. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -11
  2650. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -10
  2651. data/spec/features/crm/objects/feedback_submissions/public_object_api_spec.rb +0 -7
  2652. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
  2653. data/spec/features/crm/objects/gdpr_api_spec.rb +0 -7
  2654. data/spec/features/crm/objects/meetings/associations_api_spec.rb +0 -9
  2655. data/spec/features/crm/objects/meetings/basic_api_spec.rb +0 -10
  2656. data/spec/features/crm/objects/meetings/batch_api_spec.rb +0 -10
  2657. data/spec/features/crm/objects/meetings/public_object_api_spec.rb +0 -7
  2658. data/spec/features/crm/objects/meetings/search_api_spec.rb +0 -7
  2659. data/spec/features/crm/objects/notes/associations_api_spec.rb +0 -9
  2660. data/spec/features/crm/objects/notes/basic_api_spec.rb +0 -10
  2661. data/spec/features/crm/objects/notes/batch_api_spec.rb +0 -10
  2662. data/spec/features/crm/objects/notes/public_object_api_spec.rb +0 -7
  2663. data/spec/features/crm/objects/notes/search_api_spec.rb +0 -7
  2664. data/spec/features/crm/objects/search_api_spec.rb +0 -7
  2665. data/spec/features/crm/objects/tasks/associations_api_spec.rb +0 -9
  2666. data/spec/features/crm/objects/tasks/basic_api_spec.rb +0 -10
  2667. data/spec/features/crm/objects/tasks/batch_api_spec.rb +0 -10
  2668. data/spec/features/crm/objects/tasks/public_object_api_spec.rb +0 -7
  2669. data/spec/features/crm/objects/tasks/search_api_spec.rb +0 -7
  2670. data/spec/features/crm/owners/owners_api_spec.rb +0 -8
  2671. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
  2672. data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
  2673. data/spec/features/crm/products/associations_api_spec.rb +0 -9
  2674. data/spec/features/crm/products/basic_api_spec.rb +0 -11
  2675. data/spec/features/crm/products/batch_api_spec.rb +0 -10
  2676. data/spec/features/crm/products/search_api_spec.rb +0 -7
  2677. data/spec/features/crm/properties/batch_api_spec.rb +0 -9
  2678. data/spec/features/crm/properties/core_api_spec.rb +0 -11
  2679. data/spec/features/crm/properties/groups_api_spec.rb +0 -11
  2680. data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
  2681. data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
  2682. data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
  2683. data/spec/features/crm/quotes/search_api_spec.rb +0 -7
  2684. data/spec/features/crm/schemas/core_api_spec.rb +0 -13
  2685. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  2686. data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
  2687. data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
  2688. data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
  2689. data/spec/features/crm/tickets/search_api_spec.rb +0 -7
  2690. data/spec/features/crm/timeline/events_api_spec.rb +0 -11
  2691. data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
  2692. data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
  2693. data/spec/features/events/events_api_spec.rb +0 -7
  2694. data/spec/features/files/files/files_api_spec.rb +0 -16
  2695. data/spec/features/files/files/folders_api_spec.rb +0 -14
  2696. data/spec/features/marketing/events/basic_api_spec.rb +0 -12
  2697. data/spec/features/marketing/events/batch_api_spec.rb +0 -8
  2698. data/spec/features/marketing/events/search_api_spec.rb +0 -7
  2699. data/spec/features/marketing/events/settings_api_spec.rb +0 -8
  2700. data/spec/features/marketing/events/subscriber_state_changes_api_spec.rb +0 -8
  2701. data/spec/features/marketing/forms/forms_api_spec.rb +0 -12
  2702. data/spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb +0 -11
  2703. data/spec/features/marketing/transactional/single_send_api_spec.rb +0 -7
  2704. data/spec/features/oauth/access_tokens_api_spec.rb +0 -7
  2705. data/spec/features/oauth/refresh_tokens_api_spec.rb +0 -8
  2706. data/spec/features/oauth/tokens_api_spec.rb +0 -7
  2707. data/spec/features/settings/users/roles_api_spec.rb +0 -7
  2708. data/spec/features/settings/users/teams_api_spec.rb +0 -7
  2709. data/spec/features/settings/users/users_api_spec.rb +0 -11
  2710. data/spec/features/webhooks/settings_api_spec.rb +0 -9
  2711. data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
@@ -1,41 +0,0 @@
1
- =begin
2
- #CRM Owners
3
-
4
- #HubSpot uses **owners** to assign CRM objects to specific people in your organization. The endpoints described here are used to get a list of the owners that are available for an account. To assign an owner to an object, set the hubspot_owner_id property using the appropriate CRM object update or create a request. If teams are available for your HubSpot tier, these endpoints will also indicate which team(s) an owner can access, as well as which team is the owner's primary team.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Owners::ForwardPaging
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ForwardPaging' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Owners::ForwardPaging.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ForwardPaging' do
31
- it 'should create an instance of ForwardPaging' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Owners::ForwardPaging)
33
- end
34
- end
35
- describe 'test attribute "_next"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
@@ -1,47 +0,0 @@
1
- =begin
2
- #CRM Owners
3
-
4
- #HubSpot uses **owners** to assign CRM objects to specific people in your organization. The endpoints described here are used to get a list of the owners that are available for an account. To assign an owner to an object, set the hubspot_owner_id property using the appropriate CRM object update or create a request. If teams are available for your HubSpot tier, these endpoints will also indicate which team(s) an owner can access, as well as which team is the owner's primary team.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Owners::NextPage
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'NextPage' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Owners::NextPage.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of NextPage' do
31
- it 'should create an instance of NextPage' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Owners::NextPage)
33
- end
34
- end
35
- describe 'test attribute "after"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "link"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- end
@@ -1,89 +0,0 @@
1
- =begin
2
- #CRM Owners
3
-
4
- #HubSpot uses **owners** to assign CRM objects to specific people in your organization. The endpoints described here are used to get a list of the owners that are available for an account. To assign an owner to an object, set the hubspot_owner_id property using the appropriate CRM object update or create a request. If teams are available for your HubSpot tier, these endpoints will also indicate which team(s) an owner can access, as well as which team is the owner's primary team.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Owners::PublicOwner
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PublicOwner' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Owners::PublicOwner.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PublicOwner' do
31
- it 'should create an instance of PublicOwner' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Owners::PublicOwner)
33
- end
34
- end
35
- describe 'test attribute "id"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "email"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "first_name"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "last_name"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "user_id"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "created_at"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "updated_at"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "archived"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- describe 'test attribute "teams"' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- end
@@ -1,53 +0,0 @@
1
- =begin
2
- #CRM Owners
3
-
4
- #HubSpot uses **owners** to assign CRM objects to specific people in your organization. The endpoints described here are used to get a list of the owners that are available for an account. To assign an owner to an object, set the hubspot_owner_id property using the appropriate CRM object update or create a request. If teams are available for your HubSpot tier, these endpoints will also indicate which team(s) an owner can access, as well as which team is the owner's primary team.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Owners::PublicTeam
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'PublicTeam' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Owners::PublicTeam.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of PublicTeam' do
31
- it 'should create an instance of PublicTeam' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Owners::PublicTeam)
33
- end
34
- end
35
- describe 'test attribute "id"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "name"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "primary"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
@@ -1,48 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Pipelines::PipelineAuditsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'PipelineAuditsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Pipelines::PipelineAuditsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of PipelineAuditsApi' do
30
- it 'should create an instance of PipelineAuditsApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Pipelines::PipelineAuditsApi)
32
- end
33
- end
34
-
35
- # unit tests for get_audit
36
- # Return an audit of all changes to the pipeline
37
- # Return a reverse chronological list of all mutations that have occurred on the pipeline identified by `{pipelineId}`.
38
- # @param object_type
39
- # @param pipeline_id
40
- # @param [Hash] opts the optional parameters
41
- # @return [CollectionResponsePublicAuditInfoNoPaging]
42
- describe 'get_audit test' do
43
- it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
- end
46
- end
47
-
48
- end
@@ -1,48 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Pipelines::PipelineStageAuditsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'PipelineStageAuditsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Pipelines::PipelineStageAuditsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of PipelineStageAuditsApi' do
30
- it 'should create an instance of PipelineStageAuditsApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Pipelines::PipelineStageAuditsApi)
32
- end
33
- end
34
-
35
- # unit tests for get_audit
36
- # Return an audit of all changes to the pipeline stage
37
- # Return a reverse chronological list of all mutations that have occurred on the pipeline stage identified by `{stageId}`.
38
- # @param object_type
39
- # @param stage_id
40
- # @param [Hash] opts the optional parameters
41
- # @return [CollectionResponsePublicAuditInfoNoPaging]
42
- describe 'get_audit test' do
43
- it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
- end
46
- end
47
-
48
- end
@@ -1,120 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Pipelines::PipelineStagesApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'PipelineStagesApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Pipelines::PipelineStagesApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of PipelineStagesApi' do
30
- it 'should create an instance of PipelineStagesApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Pipelines::PipelineStagesApi)
32
- end
33
- end
34
-
35
- # unit tests for archive
36
- # Delete a pipeline stage
37
- # Delete the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.
38
- # @param object_type
39
- # @param pipeline_id
40
- # @param stage_id
41
- # @param [Hash] opts the optional parameters
42
- # @return [nil]
43
- describe 'archive test' do
44
- it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
- end
47
- end
48
-
49
- # unit tests for create
50
- # Create a pipeline stage
51
- # Create a new stage associated with the pipeline identified by `{pipelineId}`. The entire stage object, including its unique ID, will be returned in the response.
52
- # @param object_type
53
- # @param pipeline_id
54
- # @param pipeline_stage_input
55
- # @param [Hash] opts the optional parameters
56
- # @return [PipelineStage]
57
- describe 'create test' do
58
- it 'should work' do
59
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
- end
61
- end
62
-
63
- # unit tests for get_all
64
- # Return all stages of a pipeline
65
- # Return all the stages associated with the pipeline identified by `{pipelineId}`.
66
- # @param object_type
67
- # @param pipeline_id
68
- # @param [Hash] opts the optional parameters
69
- # @return [CollectionResponsePipelineStageNoPaging]
70
- describe 'get_all test' do
71
- it 'should work' do
72
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
- end
74
- end
75
-
76
- # unit tests for get_by_id
77
- # Return a pipeline stage by ID
78
- # Return the stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.
79
- # @param object_type
80
- # @param pipeline_id
81
- # @param stage_id
82
- # @param [Hash] opts the optional parameters
83
- # @return [PipelineStage]
84
- describe 'get_by_id test' do
85
- it 'should work' do
86
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
- end
88
- end
89
-
90
- # unit tests for replace
91
- # Replace a pipeline stage
92
- # Replace all the properties of an existing pipeline stage with the values provided. The updated stage will be returned in the response.
93
- # @param object_type
94
- # @param pipeline_id
95
- # @param stage_id
96
- # @param pipeline_stage_input
97
- # @param [Hash] opts the optional parameters
98
- # @return [PipelineStage]
99
- describe 'replace test' do
100
- it 'should work' do
101
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
- end
103
- end
104
-
105
- # unit tests for update
106
- # Update a pipeline stage
107
- # Perform a partial update of the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response.
108
- # @param object_type
109
- # @param pipeline_id
110
- # @param stage_id
111
- # @param pipeline_stage_patch_input
112
- # @param [Hash] opts the optional parameters
113
- # @return [PipelineStage]
114
- describe 'update test' do
115
- it 'should work' do
116
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
- end
118
- end
119
-
120
- end
@@ -1,117 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Pipelines::PipelinesApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'PipelinesApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Pipelines::PipelinesApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of PipelinesApi' do
30
- it 'should create an instance of PipelinesApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Pipelines::PipelinesApi)
32
- end
33
- end
34
-
35
- # unit tests for archive
36
- # Delete a pipeline
37
- # Delete the pipeline identified by `{pipelineId}`.
38
- # @param object_type
39
- # @param pipeline_id
40
- # @param [Hash] opts the optional parameters
41
- # @option opts [Boolean] :validate_references_before_delete
42
- # @return [nil]
43
- describe 'archive test' do
44
- it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
- end
47
- end
48
-
49
- # unit tests for create
50
- # Create a pipeline
51
- # Create a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.
52
- # @param object_type
53
- # @param pipeline_input
54
- # @param [Hash] opts the optional parameters
55
- # @return [Pipeline]
56
- describe 'create test' do
57
- it 'should work' do
58
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
- end
60
- end
61
-
62
- # unit tests for get_all
63
- # Retrieve all pipelines
64
- # Return all pipelines for the object type specified by `{objectType}`.
65
- # @param object_type
66
- # @param [Hash] opts the optional parameters
67
- # @return [CollectionResponsePipelineNoPaging]
68
- describe 'get_all test' do
69
- it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
- end
72
- end
73
-
74
- # unit tests for get_by_id
75
- # Return a pipeline by ID
76
- # Return a single pipeline object identified by its unique `{pipelineId}`.
77
- # @param object_type
78
- # @param pipeline_id
79
- # @param [Hash] opts the optional parameters
80
- # @return [Pipeline]
81
- describe 'get_by_id test' do
82
- it 'should work' do
83
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
- end
85
- end
86
-
87
- # unit tests for replace
88
- # Replace a pipeline
89
- # Replace all the properties of an existing pipeline with the values provided. This will overwrite any existing pipeline stages. The updated pipeline will be returned in the response.
90
- # @param object_type
91
- # @param pipeline_id
92
- # @param pipeline_input
93
- # @param [Hash] opts the optional parameters
94
- # @option opts [Boolean] :validate_references_before_delete
95
- # @return [Pipeline]
96
- describe 'replace test' do
97
- it 'should work' do
98
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
99
- end
100
- end
101
-
102
- # unit tests for update
103
- # Update a pipeline
104
- # Perform a partial update of the pipeline identified by `{pipelineId}`. The updated pipeline will be returned in the response.
105
- # @param object_type
106
- # @param pipeline_id
107
- # @param pipeline_patch_input
108
- # @param [Hash] opts the optional parameters
109
- # @option opts [Boolean] :validate_references_before_delete
110
- # @return [Pipeline]
111
- describe 'update test' do
112
- it 'should work' do
113
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
114
- end
115
- end
116
-
117
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Pipelines::CollectionResponsePipelineNoPaging
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'CollectionResponsePipelineNoPaging' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Pipelines::CollectionResponsePipelineNoPaging.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of CollectionResponsePipelineNoPaging' do
31
- it 'should create an instance of CollectionResponsePipelineNoPaging' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Pipelines::CollectionResponsePipelineNoPaging)
33
- end
34
- end
35
- describe 'test attribute "results"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #CRM Pipelines
3
-
4
- #Pipelines represent distinct stages in a workflow, like closing a deal or servicing a support ticket. These endpoints provide access to read and modify pipelines in HubSpot. Pipelines support `deals` and `tickets` object types. ## Pipeline ID validation When calling endpoints that take pipelineId as a parameter, that ID must correspond to an existing, un-archived pipeline. Otherwise the request will fail with a `404 Not Found` response.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Pipelines::CollectionResponsePipelineStageNoPaging
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'CollectionResponsePipelineStageNoPaging' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Pipelines::CollectionResponsePipelineStageNoPaging.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of CollectionResponsePipelineStageNoPaging' do
31
- it 'should create an instance of CollectionResponsePipelineStageNoPaging' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Pipelines::CollectionResponsePipelineStageNoPaging)
33
- end
34
- end
35
- describe 'test attribute "results"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end