hubspot-api-client 14.5.2 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3287) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +453 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +17 -17
  5. data/README.md +31 -87
  6. data/hubspot-api-client.gemspec +2 -3
  7. data/lib/hubspot/client.rb +11 -13
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +29 -25
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +77 -76
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +105 -106
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +27 -29
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +58 -54
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +3 -3
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +46 -22
  15. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +22 -9
  16. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +40 -29
  17. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +22 -10
  18. data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_definition_forward_paging.rb +239 -0
  19. data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_function_identifier_no_paging.rb +230 -0
  20. data/lib/hubspot/codegen/automation/actions/models/collection_response_public_action_revision_forward_paging.rb +239 -0
  21. data/lib/hubspot/codegen/automation/actions/models/error.rb +72 -59
  22. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +50 -37
  23. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +107 -50
  24. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +22 -9
  25. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +49 -29
  26. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +35 -22
  27. data/lib/hubspot/codegen/automation/actions/models/option.rb +63 -52
  28. data/lib/hubspot/codegen/automation/actions/models/output_field_definition.rb +228 -0
  29. data/lib/hubspot/codegen/automation/actions/models/public_action_definition.rb +385 -0
  30. data/lib/hubspot/codegen/automation/actions/models/public_action_definition_egg.rb +357 -0
  31. data/lib/hubspot/codegen/automation/actions/models/public_action_definition_input_field_dependencies_inner.rb +109 -0
  32. data/lib/hubspot/codegen/automation/actions/models/public_action_definition_patch.rb +307 -0
  33. data/lib/hubspot/codegen/automation/actions/models/public_action_function.rb +285 -0
  34. data/lib/hubspot/codegen/automation/actions/models/public_action_function_identifier.rb +271 -0
  35. data/lib/hubspot/codegen/automation/actions/models/public_action_labels.rb +310 -0
  36. data/lib/hubspot/codegen/automation/actions/models/public_action_revision.rb +270 -0
  37. data/lib/hubspot/codegen/automation/actions/models/public_conditional_single_field_dependency.rb +308 -0
  38. data/lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb +244 -0
  39. data/lib/hubspot/codegen/automation/actions/models/public_object_request_options.rb +230 -0
  40. data/lib/hubspot/codegen/automation/actions/models/public_single_field_dependency.rb +294 -0
  41. data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +107 -0
  42. data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +410 -0
  43. data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +61 -0
  44. data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +287 -0
  45. data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +240 -0
  46. data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +305 -0
  47. data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +271 -0
  48. data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +237 -0
  49. data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +232 -0
  50. data/lib/hubspot/codegen/cms/audit_logs/models/previous_page.rb +237 -0
  51. data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +374 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +132 -79
  53. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +57 -53
  54. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +2 -2
  55. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +44 -20
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +38 -70
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +22 -8
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +22 -8
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +22 -8
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +67 -53
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +79 -65
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +164 -150
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +33 -19
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +35 -21
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +22 -8
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +71 -58
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +49 -36
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +22 -8
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +37 -21
  70. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +22 -8
  71. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +74 -60
  72. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +40 -48
  73. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1694 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +412 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +63 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +289 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +244 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +272 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +258 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +234 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +234 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +234 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +335 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +357 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +1231 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +242 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +258 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +258 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +230 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +242 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +411 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +247 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +232 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +307 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +273 -0
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +226 -0
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +260 -0
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +407 -0
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +242 -0
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +235 -0
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +242 -0
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +277 -0
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +244 -0
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +232 -0
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +244 -0
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +333 -0
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +314 -0
  108. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +249 -0
  109. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +274 -0
  110. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +262 -0
  111. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +132 -79
  112. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +57 -53
  113. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +2 -2
  114. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +44 -20
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +38 -70
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +22 -8
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +22 -8
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +22 -8
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +67 -53
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +79 -65
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +35 -21
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +22 -8
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +71 -58
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +49 -36
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +22 -8
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +37 -21
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +22 -8
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +74 -60
  129. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +67 -53
  130. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +48 -34
  131. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +40 -48
  132. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +24 -31
  133. data/lib/hubspot/codegen/cms/domains/api_client.rb +57 -53
  134. data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
  135. data/lib/hubspot/codegen/cms/domains/configuration.rb +49 -18
  136. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
  137. data/lib/hubspot/codegen/cms/domains/models/domain.rb +120 -769
  138. data/lib/hubspot/codegen/cms/domains/models/error.rb +71 -58
  139. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +49 -36
  140. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
  141. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +34 -21
  142. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +50 -32
  143. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +125 -97
  144. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +107 -81
  145. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +57 -53
  146. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +2 -2
  147. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +44 -20
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +230 -0
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +22 -8
  150. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +22 -8
  151. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +52 -39
  152. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +82 -61
  153. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +36 -21
  154. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +36 -21
  155. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +121 -100
  156. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +63 -50
  157. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +71 -58
  158. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +49 -36
  159. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +39 -23
  160. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +21 -8
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +21 -8
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +65 -43
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
  164. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +44 -22
  165. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +132 -111
  166. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +68 -55
  167. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +59 -46
  168. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +36 -21
  169. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +46 -20
  170. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +57 -40
  171. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +76 -55
  172. data/lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb +2754 -0
  173. data/lib/hubspot/codegen/cms/pages/api/site_pages_api.rb +1896 -0
  174. data/lib/hubspot/codegen/cms/pages/api_client.rb +410 -0
  175. data/lib/hubspot/codegen/cms/pages/api_error.rb +61 -0
  176. data/lib/hubspot/codegen/cms/pages/configuration.rb +287 -0
  177. data/lib/hubspot/codegen/cms/pages/models/ab_test_create_request_v_next.rb +244 -0
  178. data/lib/hubspot/codegen/cms/pages/models/ab_test_end_request_v_next.rb +244 -0
  179. data/lib/hubspot/codegen/cms/pages/models/ab_test_rerun_request_v_next.rb +244 -0
  180. data/lib/hubspot/codegen/cms/pages/models/angle.rb +244 -0
  181. data/lib/hubspot/codegen/cms/pages/models/attach_to_lang_primary_request_v_next.rb +269 -0
  182. data/lib/hubspot/codegen/cms/pages/models/background_image.rb +259 -0
  183. data/lib/hubspot/codegen/cms/pages/models/batch_input_content_folder.rb +231 -0
  184. data/lib/hubspot/codegen/cms/pages/models/batch_input_json_node.rb +231 -0
  185. data/lib/hubspot/codegen/cms/pages/models/batch_input_page.rb +231 -0
  186. data/lib/hubspot/codegen/cms/pages/models/batch_input_string.rb +231 -0
  187. data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder.rb +326 -0
  188. data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder_with_errors.rb +354 -0
  189. data/lib/hubspot/codegen/cms/pages/models/batch_response_page.rb +326 -0
  190. data/lib/hubspot/codegen/cms/pages/models/batch_response_page_with_errors.rb +354 -0
  191. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_content_folder_forward_paging.rb +255 -0
  192. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_page_forward_paging.rb +255 -0
  193. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_content_folder.rb +255 -0
  194. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_page.rb +255 -0
  195. data/lib/hubspot/codegen/cms/pages/models/color_stop.rb +228 -0
  196. data/lib/hubspot/codegen/cms/pages/models/content_clone_request_v_next.rb +239 -0
  197. data/lib/hubspot/codegen/cms/pages/models/content_folder.rb +317 -0
  198. data/lib/hubspot/codegen/cms/pages/models/content_language_clone_request_v_next.rb +249 -0
  199. data/lib/hubspot/codegen/cms/pages/models/content_language_variation.rb +409 -0
  200. data/lib/hubspot/codegen/cms/pages/models/content_schedule_request_v_next.rb +244 -0
  201. data/lib/hubspot/codegen/cms/pages/models/detach_from_lang_group_request_v_next.rb +229 -0
  202. data/lib/hubspot/codegen/cms/pages/models/error.rb +305 -0
  203. data/lib/hubspot/codegen/cms/pages/models/error_detail.rb +271 -0
  204. data/lib/hubspot/codegen/cms/pages/models/forward_paging.rb +223 -0
  205. data/lib/hubspot/codegen/cms/pages/models/gradient.rb +259 -0
  206. data/lib/hubspot/codegen/cms/pages/models/layout_section.rb +416 -0
  207. data/lib/hubspot/codegen/cms/pages/models/next_page.rb +239 -0
  208. data/lib/hubspot/codegen/cms/pages/models/page.rb +1165 -0
  209. data/lib/hubspot/codegen/cms/pages/models/paging.rb +232 -0
  210. data/lib/hubspot/codegen/cms/pages/models/previous_page.rb +239 -0
  211. data/lib/hubspot/codegen/cms/pages/models/rgba_color.rb +274 -0
  212. data/lib/hubspot/codegen/cms/pages/models/row_meta_data.rb +243 -0
  213. data/lib/hubspot/codegen/cms/pages/models/set_new_language_primary_request_v_next.rb +229 -0
  214. data/lib/hubspot/codegen/cms/pages/models/side_or_corner.rb +244 -0
  215. data/lib/hubspot/codegen/cms/pages/models/standard_error.rb +330 -0
  216. data/lib/hubspot/codegen/cms/pages/models/styles.rb +316 -0
  217. data/lib/hubspot/codegen/cms/pages/models/update_languages_request_v_next.rb +246 -0
  218. data/lib/hubspot/codegen/cms/pages/models/version_content_folder.rb +271 -0
  219. data/lib/hubspot/codegen/cms/pages/models/version_page.rb +271 -0
  220. data/lib/hubspot/codegen/cms/pages/models/version_user.rb +259 -0
  221. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +10 -8
  222. data/lib/hubspot/codegen/cms/performance/api_client.rb +57 -53
  223. data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
  224. data/lib/hubspot/codegen/cms/performance/configuration.rb +49 -18
  225. data/lib/hubspot/codegen/cms/performance/models/error.rb +71 -58
  226. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +49 -36
  227. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +125 -127
  228. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +74 -61
  229. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +221 -0
  230. data/lib/hubspot/codegen/cms/site_search/api_client.rb +410 -0
  231. data/lib/hubspot/codegen/cms/site_search/api_error.rb +61 -0
  232. data/lib/hubspot/codegen/cms/site_search/configuration.rb +287 -0
  233. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +457 -0
  234. data/lib/hubspot/codegen/cms/site_search/models/error.rb +305 -0
  235. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +271 -0
  236. data/lib/hubspot/codegen/cms/site_search/models/indexed_data.rb +295 -0
  237. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +272 -0
  238. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +295 -0
  239. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +338 -0
  240. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +94 -0
  241. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +103 -0
  242. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +149 -0
  243. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +102 -0
  244. data/lib/hubspot/codegen/cms/source_code/api_client.rb +410 -0
  245. data/lib/hubspot/codegen/cms/source_code/api_error.rb +61 -0
  246. data/lib/hubspot/codegen/cms/source_code/configuration.rb +287 -0
  247. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +310 -0
  248. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +320 -0
  249. data/lib/hubspot/codegen/cms/source_code/models/error.rb +305 -0
  250. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +271 -0
  251. data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +228 -0
  252. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +239 -0
  253. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +381 -0
  254. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +410 -0
  255. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +61 -0
  256. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +287 -0
  257. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
  258. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +305 -0
  259. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +271 -0
  260. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +223 -0
  261. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +237 -0
  262. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +397 -0
  263. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +319 -0
  264. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +5 -4
  265. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +21 -12
  266. data/lib/hubspot/codegen/communication_preferences/api_client.rb +56 -52
  267. data/lib/hubspot/codegen/communication_preferences/api_error.rb +1 -1
  268. data/lib/hubspot/codegen/communication_preferences/configuration.rb +43 -19
  269. data/lib/hubspot/codegen/communication_preferences/models/error.rb +70 -57
  270. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +48 -35
  271. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +82 -69
  272. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +20 -7
  273. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +32 -19
  274. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +92 -79
  275. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +20 -7
  276. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +94 -0
  277. data/lib/hubspot/codegen/conversations/visitor_identification/api_client.rb +410 -0
  278. data/lib/hubspot/codegen/conversations/visitor_identification/api_error.rb +61 -0
  279. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +287 -0
  280. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +305 -0
  281. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +271 -0
  282. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +250 -0
  283. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +230 -0
  284. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +53 -29
  285. data/lib/hubspot/codegen/crm/associations/api_client.rb +57 -53
  286. data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
  287. data/lib/hubspot/codegen/crm/associations/configuration.rb +44 -20
  288. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +21 -8
  289. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +21 -8
  290. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +21 -8
  291. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +67 -63
  292. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +67 -63
  293. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
  294. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
  295. data/lib/hubspot/codegen/crm/associations/models/error.rb +71 -58
  296. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +49 -36
  297. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +34 -21
  298. data/lib/hubspot/codegen/crm/associations/models/paging.rb +34 -12
  299. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
  300. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +21 -8
  301. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +31 -9
  302. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +21 -8
  303. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +68 -55
  304. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +97 -0
  305. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +412 -0
  306. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +63 -0
  307. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +289 -0
  308. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +232 -0
  309. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +307 -0
  310. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
  311. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
  312. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +365 -0
  313. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
  314. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
  315. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
  316. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +289 -0
  317. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
  318. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
  319. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
  320. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
  321. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
  322. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
  323. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
  324. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
  325. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
  326. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
  327. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
  328. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  329. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
  330. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
  331. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +225 -0
  332. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
  333. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
  334. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
  335. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
  336. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
  337. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
  338. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
  339. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
  340. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
  341. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
  342. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
  343. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
  344. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
  345. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +334 -0
  346. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +414 -0
  347. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +65 -0
  348. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +291 -0
  349. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +289 -0
  350. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +234 -0
  351. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +309 -0
  352. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
  353. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +255 -0
  354. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +255 -0
  355. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +40 -29
  356. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -26
  357. data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +94 -0
  358. data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +9 -5
  359. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +9 -5
  360. data/lib/hubspot/codegen/crm/companies/api_client.rb +56 -52
  361. data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
  362. data/lib/hubspot/codegen/crm/companies/configuration.rb +43 -19
  363. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
  364. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
  365. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
  366. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
  367. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  368. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +40 -27
  369. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +62 -49
  370. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +73 -60
  371. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +33 -20
  372. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  373. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  374. data/lib/hubspot/codegen/crm/companies/models/error.rb +70 -57
  375. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +48 -35
  376. data/lib/hubspot/codegen/crm/companies/models/filter.rb +42 -20
  377. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
  378. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +20 -7
  379. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +33 -20
  380. data/lib/hubspot/codegen/crm/companies/models/paging.rb +20 -7
  381. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +20 -7
  382. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +244 -0
  383. data/lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb +237 -0
  384. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +38 -25
  385. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
  386. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +64 -51
  387. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +64 -51
  388. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +46 -24
  389. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
  390. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
  391. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
  392. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +70 -57
  393. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +67 -54
  394. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +53 -40
  395. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +40 -29
  396. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -26
  397. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +17 -13
  398. data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +9 -5
  399. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +9 -5
  400. data/lib/hubspot/codegen/crm/contacts/api_client.rb +56 -52
  401. data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
  402. data/lib/hubspot/codegen/crm/contacts/configuration.rb +43 -19
  403. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
  404. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
  405. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
  406. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
  407. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  408. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +40 -27
  409. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +62 -49
  410. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +73 -60
  411. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +33 -20
  412. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  413. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  414. data/lib/hubspot/codegen/crm/contacts/models/error.rb +70 -57
  415. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +48 -35
  416. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +42 -20
  417. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
  418. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +20 -7
  419. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +33 -20
  420. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +20 -7
  421. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +20 -7
  422. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +244 -0
  423. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +33 -20
  424. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +38 -25
  425. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
  426. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +64 -51
  427. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +64 -51
  428. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +46 -24
  429. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
  430. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
  431. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +246 -0
  432. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +70 -57
  433. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +67 -54
  434. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +53 -40
  435. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +40 -29
  436. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +42 -26
  437. data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +94 -0
  438. data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +9 -5
  439. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +9 -5
  440. data/lib/hubspot/codegen/crm/deals/api_client.rb +56 -52
  441. data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
  442. data/lib/hubspot/codegen/crm/deals/configuration.rb +43 -19
  443. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
  444. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
  445. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
  446. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
  447. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  448. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +40 -27
  449. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +62 -49
  450. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +73 -60
  451. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +33 -20
  452. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  453. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  454. data/lib/hubspot/codegen/crm/deals/models/error.rb +70 -57
  455. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +48 -35
  456. data/lib/hubspot/codegen/crm/deals/models/filter.rb +42 -20
  457. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
  458. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +20 -7
  459. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +33 -20
  460. data/lib/hubspot/codegen/crm/deals/models/paging.rb +20 -7
  461. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +20 -7
  462. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +244 -0
  463. data/lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb +237 -0
  464. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +38 -25
  465. data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +228 -0
  466. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +64 -51
  467. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +64 -51
  468. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +46 -24
  469. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
  470. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
  471. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +246 -0
  472. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +70 -57
  473. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +67 -54
  474. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +53 -40
  475. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +81 -41
  476. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +21 -12
  477. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +13 -8
  478. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +17 -9
  479. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +13 -8
  480. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +56 -52
  481. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +1 -1
  482. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +43 -19
  483. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +21 -7
  484. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +21 -7
  485. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +21 -7
  486. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +21 -7
  487. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +21 -7
  488. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +21 -7
  489. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +23 -10
  490. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +21 -7
  491. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +21 -7
  492. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +21 -7
  493. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +21 -7
  494. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +21 -7
  495. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +20 -7
  496. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +20 -7
  497. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +21 -7
  498. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +21 -7
  499. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +21 -8
  500. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +21 -7
  501. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +24 -10
  502. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +21 -7
  503. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +21 -7
  504. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +23 -10
  505. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +21 -7
  506. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +20 -7
  507. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +21 -7
  508. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +21 -7
  509. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +21 -7
  510. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +21 -7
  511. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +21 -7
  512. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +21 -7
  513. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +21 -7
  514. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +21 -7
  515. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +21 -7
  516. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +21 -7
  517. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +22 -8
  518. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +22 -8
  519. data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +227 -0
  520. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +26 -16
  521. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +57 -53
  522. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
  523. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +45 -14
  524. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +71 -58
  525. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +49 -36
  526. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +225 -0
  527. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +230 -0
  528. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +230 -0
  529. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +54 -40
  530. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +54 -40
  531. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +80 -66
  532. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +70 -59
  533. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +7 -6
  534. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +57 -53
  535. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
  536. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +45 -14
  537. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +21 -8
  538. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +21 -8
  539. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +22 -8
  540. data/lib/hubspot/codegen/crm/extensions/cards/models/card_audit_response.rb +346 -0
  541. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +38 -24
  542. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +22 -8
  543. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +56 -42
  544. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +90 -24
  545. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +85 -19
  546. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +23 -10
  547. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +33 -19
  548. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +22 -8
  549. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +71 -58
  550. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +49 -36
  551. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +62 -49
  552. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +50 -36
  553. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +46 -33
  554. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
  555. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +31 -18
  556. data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_fetch_body.rb +246 -0
  557. data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_list_response.rb +232 -0
  558. data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_response.rb +320 -0
  559. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +36 -23
  560. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +18 -12
  561. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +57 -53
  562. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +2 -2
  563. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +46 -15
  564. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +71 -58
  565. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +49 -36
  566. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +45 -22
  567. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +22 -15
  568. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +6 -5
  569. data/lib/hubspot/codegen/crm/imports/api_client.rb +57 -53
  570. data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
  571. data/lib/hubspot/codegen/crm/imports/configuration.rb +44 -20
  572. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +48 -35
  573. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +34 -21
  574. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +34 -21
  575. data/lib/hubspot/codegen/crm/imports/models/error.rb +71 -58
  576. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +49 -36
  577. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +21 -8
  578. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +53 -24
  579. data/lib/hubspot/codegen/crm/imports/models/import_template.rb +276 -0
  580. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +34 -21
  581. data/lib/hubspot/codegen/crm/imports/models/paging.rb +21 -8
  582. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +21 -8
  583. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +71 -63
  584. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +42 -29
  585. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +95 -52
  586. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +21 -8
  587. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +40 -29
  588. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +42 -26
  589. data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +94 -0
  590. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +9 -5
  591. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +9 -5
  592. data/lib/hubspot/codegen/crm/line_items/api_client.rb +56 -52
  593. data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
  594. data/lib/hubspot/codegen/crm/line_items/configuration.rb +43 -19
  595. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
  596. data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
  597. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
  598. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
  599. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  600. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +40 -27
  601. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +62 -49
  602. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +73 -60
  603. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +33 -20
  604. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  605. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  606. data/lib/hubspot/codegen/crm/line_items/models/error.rb +70 -57
  607. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +48 -35
  608. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +42 -20
  609. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
  610. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +20 -7
  611. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +33 -20
  612. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +20 -7
  613. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +20 -7
  614. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +244 -0
  615. data/lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb +237 -0
  616. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +38 -25
  617. data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
  618. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +64 -51
  619. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +64 -56
  620. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +41 -24
  621. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
  622. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -12
  623. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +241 -0
  624. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +70 -57
  625. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +67 -54
  626. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +53 -40
  627. data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +635 -0
  628. data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +452 -0
  629. data/lib/hubspot/codegen/crm/lists/api_client.rb +410 -0
  630. data/lib/hubspot/codegen/crm/lists/api_error.rb +61 -0
  631. data/lib/hubspot/codegen/crm/lists/configuration.rb +287 -0
  632. data/lib/hubspot/codegen/crm/lists/models/collection_response_long.rb +240 -0
  633. data/lib/hubspot/codegen/crm/lists/models/error.rb +305 -0
  634. data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +271 -0
  635. data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +278 -0
  636. data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +228 -0
  637. data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +228 -0
  638. data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +228 -0
  639. data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +266 -0
  640. data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +276 -0
  641. data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +223 -0
  642. data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +231 -0
  643. data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +248 -0
  644. data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +264 -0
  645. data/lib/hubspot/codegen/crm/lists/models/next_page.rb +239 -0
  646. data/lib/hubspot/codegen/crm/lists/models/paging.rb +232 -0
  647. data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +239 -0
  648. data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +292 -0
  649. data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +306 -0
  650. data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +336 -0
  651. data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +278 -0
  652. data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +264 -0
  653. data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +292 -0
  654. data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +310 -0
  655. data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +366 -0
  656. data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +352 -0
  657. data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +306 -0
  658. data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +345 -0
  659. data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +278 -0
  660. data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +333 -0
  661. data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +315 -0
  662. data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +315 -0
  663. data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +287 -0
  664. data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +310 -0
  665. data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +365 -0
  666. data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +334 -0
  667. data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +320 -0
  668. data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +350 -0
  669. data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +305 -0
  670. data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +308 -0
  671. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +310 -0
  672. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb +115 -0
  673. data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +242 -0
  674. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +328 -0
  675. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +328 -0
  676. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +317 -0
  677. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +331 -0
  678. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +301 -0
  679. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +242 -0
  680. data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +295 -0
  681. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +310 -0
  682. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +114 -0
  683. data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +294 -0
  684. data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +314 -0
  685. data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +308 -0
  686. data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +310 -0
  687. data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +310 -0
  688. data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +300 -0
  689. data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +306 -0
  690. data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +282 -0
  691. data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +306 -0
  692. data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +373 -0
  693. data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +381 -0
  694. data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +310 -0
  695. data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +319 -0
  696. data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +292 -0
  697. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +352 -0
  698. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +114 -0
  699. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +130 -0
  700. data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +329 -0
  701. data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +292 -0
  702. data/lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb +123 -0
  703. data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +315 -0
  704. data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +328 -0
  705. data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +334 -0
  706. data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +320 -0
  707. data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +361 -0
  708. data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +292 -0
  709. data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +306 -0
  710. data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +310 -0
  711. data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +320 -0
  712. data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +306 -0
  713. data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +278 -0
  714. data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +306 -0
  715. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +292 -0
  716. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +338 -0
  717. data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +256 -0
  718. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +338 -0
  719. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +109 -0
  720. data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +300 -0
  721. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +307 -0
  722. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +350 -0
  723. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb +310 -0
  724. data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +287 -0
  725. data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +326 -0
  726. data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +328 -0
  727. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +40 -29
  728. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +44 -28
  729. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +18 -14
  730. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +9 -5
  731. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +9 -5
  732. data/lib/hubspot/codegen/crm/objects/api_client.rb +56 -52
  733. data/lib/hubspot/codegen/crm/objects/api_error.rb +1 -1
  734. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +40 -29
  735. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +42 -26
  736. data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +96 -0
  737. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +9 -5
  738. data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +9 -5
  739. data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +56 -52
  740. data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +1 -1
  741. data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +43 -19
  742. data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +20 -7
  743. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
  744. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +20 -7
  745. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +20 -7
  746. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  747. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +40 -27
  748. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +62 -49
  749. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +73 -60
  750. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +33 -20
  751. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  752. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  753. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +70 -57
  754. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +48 -35
  755. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +42 -20
  756. data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +20 -7
  757. data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +20 -7
  758. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +33 -20
  759. data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +20 -7
  760. data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +20 -7
  761. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +246 -0
  762. data/lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb +239 -0
  763. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +38 -25
  764. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
  765. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +64 -51
  766. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +64 -51
  767. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +46 -24
  768. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +20 -7
  769. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +20 -7
  770. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +248 -0
  771. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +70 -57
  772. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +67 -54
  773. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +53 -40
  774. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +391 -0
  775. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +295 -0
  776. data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +96 -0
  777. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +94 -0
  778. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +92 -0
  779. data/lib/hubspot/codegen/crm/objects/communications/api_client.rb +412 -0
  780. data/lib/hubspot/codegen/crm/objects/communications/api_error.rb +63 -0
  781. data/lib/hubspot/codegen/crm/objects/communications/configuration.rb +289 -0
  782. data/lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb +244 -0
  783. data/lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb +278 -0
  784. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb +232 -0
  785. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb +232 -0
  786. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  787. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +273 -0
  788. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +328 -0
  789. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +348 -0
  790. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +241 -0
  791. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  792. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  793. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +307 -0
  794. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +273 -0
  795. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +308 -0
  796. data/lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb +232 -0
  797. data/lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb +225 -0
  798. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +239 -0
  799. data/lib/hubspot/codegen/crm/objects/communications/models/paging.rb +234 -0
  800. data/lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb +239 -0
  801. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +246 -0
  802. data/lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb +239 -0
  803. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +244 -0
  804. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb +230 -0
  805. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +301 -0
  806. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +303 -0
  807. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +255 -0
  808. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb +230 -0
  809. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +232 -0
  810. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +248 -0
  811. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +314 -0
  812. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +324 -0
  813. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +285 -0
  814. data/lib/hubspot/codegen/crm/objects/configuration.rb +43 -19
  815. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +40 -29
  816. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +42 -26
  817. data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +96 -0
  818. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +9 -5
  819. data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +9 -5
  820. data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +56 -52
  821. data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +1 -1
  822. data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +43 -19
  823. data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +20 -7
  824. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
  825. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +20 -7
  826. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +20 -7
  827. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  828. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +40 -27
  829. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +62 -49
  830. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +73 -60
  831. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +33 -20
  832. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  833. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  834. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +70 -57
  835. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +48 -35
  836. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +42 -20
  837. data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +20 -7
  838. data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +20 -7
  839. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +33 -20
  840. data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +20 -7
  841. data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +20 -7
  842. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +246 -0
  843. data/lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb +239 -0
  844. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +38 -25
  845. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
  846. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +64 -51
  847. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +64 -51
  848. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +46 -24
  849. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +20 -7
  850. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +20 -7
  851. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +248 -0
  852. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +70 -57
  853. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +67 -54
  854. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +53 -40
  855. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +40 -29
  856. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +42 -26
  857. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +96 -0
  858. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +9 -5
  859. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +9 -5
  860. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +56 -52
  861. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +1 -1
  862. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +43 -19
  863. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +20 -7
  864. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
  865. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +20 -7
  866. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +20 -7
  867. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  868. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +40 -27
  869. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +62 -49
  870. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +73 -60
  871. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +33 -20
  872. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  873. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  874. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +70 -57
  875. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +48 -35
  876. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +42 -20
  877. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +20 -7
  878. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +20 -7
  879. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +33 -20
  880. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +20 -7
  881. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +20 -7
  882. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +246 -0
  883. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +239 -0
  884. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +38 -25
  885. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
  886. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +64 -51
  887. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +64 -51
  888. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +46 -24
  889. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +20 -7
  890. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +20 -7
  891. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +248 -0
  892. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +70 -57
  893. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +67 -54
  894. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +53 -40
  895. data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +391 -0
  896. data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +295 -0
  897. data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +96 -0
  898. data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +94 -0
  899. data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +92 -0
  900. data/lib/hubspot/codegen/crm/objects/goals/api_client.rb +412 -0
  901. data/lib/hubspot/codegen/crm/objects/goals/api_error.rb +63 -0
  902. data/lib/hubspot/codegen/crm/objects/goals/configuration.rb +289 -0
  903. data/lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb +244 -0
  904. data/lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb +278 -0
  905. data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb +232 -0
  906. data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb +232 -0
  907. data/lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  908. data/lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb +273 -0
  909. data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb +328 -0
  910. data/lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb +348 -0
  911. data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_associated_id.rb +241 -0
  912. data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  913. data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  914. data/lib/hubspot/codegen/crm/objects/goals/models/error.rb +307 -0
  915. data/lib/hubspot/codegen/crm/objects/goals/models/error_detail.rb +273 -0
  916. data/lib/hubspot/codegen/crm/objects/goals/models/filter.rb +308 -0
  917. data/lib/hubspot/codegen/crm/objects/goals/models/filter_group.rb +232 -0
  918. data/lib/hubspot/codegen/crm/objects/goals/models/forward_paging.rb +225 -0
  919. data/lib/hubspot/codegen/crm/objects/goals/models/next_page.rb +239 -0
  920. data/lib/hubspot/codegen/crm/objects/goals/models/paging.rb +234 -0
  921. data/lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb +239 -0
  922. data/lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb +246 -0
  923. data/lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb +239 -0
  924. data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +244 -0
  925. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb +230 -0
  926. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +301 -0
  927. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb +303 -0
  928. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +255 -0
  929. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb +230 -0
  930. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb +232 -0
  931. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb +248 -0
  932. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb +314 -0
  933. data/lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb +324 -0
  934. data/lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb +285 -0
  935. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +40 -29
  936. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +42 -26
  937. data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +96 -0
  938. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +9 -5
  939. data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +9 -5
  940. data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +56 -52
  941. data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +1 -1
  942. data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +43 -19
  943. data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +20 -7
  944. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
  945. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +20 -7
  946. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +20 -7
  947. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  948. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +40 -27
  949. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +62 -49
  950. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +73 -60
  951. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +33 -20
  952. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  953. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  954. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +70 -57
  955. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +48 -35
  956. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +42 -20
  957. data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +20 -7
  958. data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +20 -7
  959. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +33 -20
  960. data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +20 -7
  961. data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +20 -7
  962. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +246 -0
  963. data/lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb +239 -0
  964. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +38 -25
  965. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
  966. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +64 -51
  967. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +64 -51
  968. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +46 -24
  969. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +20 -7
  970. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +20 -7
  971. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +248 -0
  972. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +70 -57
  973. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +67 -54
  974. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +53 -40
  975. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +20 -7
  976. data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +276 -0
  977. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +20 -7
  978. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +20 -7
  979. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  980. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +40 -27
  981. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +62 -49
  982. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +73 -60
  983. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +33 -20
  984. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  985. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  986. data/lib/hubspot/codegen/crm/objects/models/error.rb +70 -57
  987. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +48 -35
  988. data/lib/hubspot/codegen/crm/objects/models/filter.rb +42 -20
  989. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +20 -7
  990. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +20 -7
  991. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +33 -20
  992. data/lib/hubspot/codegen/crm/objects/models/paging.rb +20 -7
  993. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +20 -7
  994. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
  995. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +33 -20
  996. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +38 -25
  997. data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +228 -0
  998. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +64 -51
  999. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +64 -51
  1000. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +48 -24
  1001. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +20 -7
  1002. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +20 -7
  1003. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
  1004. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +70 -57
  1005. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +67 -54
  1006. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +53 -40
  1007. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +40 -29
  1008. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +42 -26
  1009. data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +96 -0
  1010. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +9 -5
  1011. data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +9 -5
  1012. data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +56 -52
  1013. data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +1 -1
  1014. data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +43 -19
  1015. data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +20 -7
  1016. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
  1017. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1018. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +20 -7
  1019. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  1020. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +40 -27
  1021. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +62 -49
  1022. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +73 -60
  1023. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +33 -20
  1024. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  1025. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  1026. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +70 -57
  1027. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +48 -35
  1028. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +42 -20
  1029. data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +20 -7
  1030. data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +20 -7
  1031. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +33 -20
  1032. data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +20 -7
  1033. data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +20 -7
  1034. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +246 -0
  1035. data/lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb +239 -0
  1036. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +38 -25
  1037. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
  1038. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +64 -51
  1039. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +64 -51
  1040. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +46 -24
  1041. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +20 -7
  1042. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +20 -7
  1043. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +248 -0
  1044. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +70 -57
  1045. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +67 -54
  1046. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +53 -40
  1047. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
  1048. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
  1049. data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +96 -0
  1050. data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
  1051. data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
  1052. data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
  1053. data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
  1054. data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +289 -0
  1055. data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
  1056. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
  1057. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
  1058. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
  1059. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  1060. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
  1061. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
  1062. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
  1063. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
  1064. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  1065. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  1066. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
  1067. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
  1068. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +308 -0
  1069. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
  1070. data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
  1071. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
  1072. data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
  1073. data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
  1074. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +246 -0
  1075. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb +239 -0
  1076. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
  1077. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
  1078. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
  1079. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
  1080. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +255 -0
  1081. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
  1082. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
  1083. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +248 -0
  1084. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
  1085. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
  1086. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
  1087. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +40 -29
  1088. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +42 -26
  1089. data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +96 -0
  1090. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +9 -5
  1091. data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +9 -5
  1092. data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +56 -52
  1093. data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +1 -1
  1094. data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +43 -19
  1095. data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +20 -7
  1096. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
  1097. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1098. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +20 -7
  1099. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  1100. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +40 -27
  1101. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +62 -49
  1102. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +73 -60
  1103. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +33 -20
  1104. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  1105. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  1106. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +70 -57
  1107. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +48 -35
  1108. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +42 -20
  1109. data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +20 -7
  1110. data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +20 -7
  1111. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +33 -20
  1112. data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +20 -7
  1113. data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +20 -7
  1114. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +246 -0
  1115. data/lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb +239 -0
  1116. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +38 -25
  1117. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
  1118. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +64 -51
  1119. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +64 -51
  1120. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +46 -24
  1121. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +20 -7
  1122. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +20 -7
  1123. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +248 -0
  1124. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +70 -57
  1125. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +67 -54
  1126. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +53 -40
  1127. data/lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb +391 -0
  1128. data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +295 -0
  1129. data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +96 -0
  1130. data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +94 -0
  1131. data/lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb +92 -0
  1132. data/lib/hubspot/codegen/crm/objects/taxes/api_client.rb +412 -0
  1133. data/lib/hubspot/codegen/crm/objects/taxes/api_error.rb +63 -0
  1134. data/lib/hubspot/codegen/crm/objects/taxes/configuration.rb +289 -0
  1135. data/lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb +244 -0
  1136. data/lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb +278 -0
  1137. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb +232 -0
  1138. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb +232 -0
  1139. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  1140. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb +273 -0
  1141. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb +328 -0
  1142. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb +348 -0
  1143. data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb +241 -0
  1144. data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  1145. data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  1146. data/lib/hubspot/codegen/crm/objects/taxes/models/error.rb +307 -0
  1147. data/lib/hubspot/codegen/crm/objects/taxes/models/error_detail.rb +273 -0
  1148. data/lib/hubspot/codegen/crm/objects/taxes/models/filter.rb +308 -0
  1149. data/lib/hubspot/codegen/crm/objects/taxes/models/filter_group.rb +232 -0
  1150. data/lib/hubspot/codegen/crm/objects/taxes/models/forward_paging.rb +225 -0
  1151. data/lib/hubspot/codegen/crm/objects/taxes/models/next_page.rb +239 -0
  1152. data/lib/hubspot/codegen/crm/objects/taxes/models/paging.rb +234 -0
  1153. data/lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb +239 -0
  1154. data/lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb +246 -0
  1155. data/lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb +239 -0
  1156. data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +244 -0
  1157. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb +230 -0
  1158. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +301 -0
  1159. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb +303 -0
  1160. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +255 -0
  1161. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb +230 -0
  1162. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +232 -0
  1163. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +248 -0
  1164. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb +314 -0
  1165. data/lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb +324 -0
  1166. data/lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb +285 -0
  1167. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +14 -12
  1168. data/lib/hubspot/codegen/crm/owners/api_client.rb +57 -53
  1169. data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
  1170. data/lib/hubspot/codegen/crm/owners/configuration.rb +44 -20
  1171. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +34 -21
  1172. data/lib/hubspot/codegen/crm/owners/models/error.rb +71 -58
  1173. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +49 -36
  1174. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +21 -8
  1175. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +34 -21
  1176. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +72 -59
  1177. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +36 -23
  1178. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +6 -5
  1179. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +6 -5
  1180. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +38 -23
  1181. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +50 -26
  1182. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +57 -53
  1183. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
  1184. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +44 -20
  1185. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +21 -8
  1186. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +21 -8
  1187. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +21 -8
  1188. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +71 -58
  1189. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +49 -36
  1190. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +82 -69
  1191. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +40 -27
  1192. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +36 -23
  1193. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +125 -69
  1194. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +44 -31
  1195. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +41 -28
  1196. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +60 -47
  1197. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +40 -29
  1198. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +42 -26
  1199. data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +94 -0
  1200. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +9 -5
  1201. data/lib/hubspot/codegen/crm/products/api/search_api.rb +9 -5
  1202. data/lib/hubspot/codegen/crm/products/api_client.rb +56 -52
  1203. data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
  1204. data/lib/hubspot/codegen/crm/products/configuration.rb +43 -19
  1205. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
  1206. data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
  1207. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1208. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
  1209. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1210. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +40 -27
  1211. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +62 -49
  1212. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +73 -60
  1213. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +33 -20
  1214. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  1215. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  1216. data/lib/hubspot/codegen/crm/products/models/error.rb +70 -57
  1217. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +48 -35
  1218. data/lib/hubspot/codegen/crm/products/models/filter.rb +42 -20
  1219. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
  1220. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +20 -7
  1221. data/lib/hubspot/codegen/crm/products/models/next_page.rb +33 -20
  1222. data/lib/hubspot/codegen/crm/products/models/paging.rb +20 -7
  1223. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +20 -7
  1224. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +244 -0
  1225. data/lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb +237 -0
  1226. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +38 -25
  1227. data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
  1228. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +64 -51
  1229. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +64 -56
  1230. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +41 -29
  1231. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
  1232. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +21 -12
  1233. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +237 -0
  1234. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +70 -57
  1235. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +67 -54
  1236. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +53 -40
  1237. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
  1238. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +39 -22
  1239. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +31 -20
  1240. data/lib/hubspot/codegen/crm/properties/api_client.rb +56 -52
  1241. data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
  1242. data/lib/hubspot/codegen/crm/properties/configuration.rb +43 -19
  1243. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
  1244. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
  1245. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +38 -25
  1246. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +62 -69
  1247. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
  1248. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb +230 -0
  1249. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb +230 -0
  1250. data/lib/hubspot/codegen/crm/properties/models/error.rb +70 -57
  1251. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +48 -35
  1252. data/lib/hubspot/codegen/crm/properties/models/option.rb +54 -41
  1253. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +54 -41
  1254. data/lib/hubspot/codegen/crm/properties/models/property.rb +172 -147
  1255. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +107 -64
  1256. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +45 -32
  1257. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +34 -21
  1258. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +34 -21
  1259. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +48 -35
  1260. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
  1261. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +79 -56
  1262. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +67 -54
  1263. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +40 -29
  1264. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +42 -26
  1265. data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
  1266. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +9 -5
  1267. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +9 -5
  1268. data/lib/hubspot/codegen/crm/quotes/api_client.rb +56 -52
  1269. data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
  1270. data/lib/hubspot/codegen/crm/quotes/configuration.rb +43 -19
  1271. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
  1272. data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
  1273. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1274. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
  1275. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1276. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +40 -27
  1277. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +62 -49
  1278. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +73 -60
  1279. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +33 -20
  1280. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  1281. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  1282. data/lib/hubspot/codegen/crm/quotes/models/error.rb +70 -57
  1283. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +48 -35
  1284. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +42 -20
  1285. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
  1286. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +20 -7
  1287. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +33 -20
  1288. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +20 -7
  1289. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +20 -7
  1290. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +244 -0
  1291. data/lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb +237 -0
  1292. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +38 -25
  1293. data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
  1294. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +64 -51
  1295. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +64 -51
  1296. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +46 -24
  1297. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
  1298. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
  1299. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +246 -0
  1300. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +70 -57
  1301. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +67 -54
  1302. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +53 -40
  1303. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +43 -27
  1304. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +5 -4
  1305. data/lib/hubspot/codegen/crm/schemas/api_client.rb +56 -52
  1306. data/lib/hubspot/codegen/crm/schemas/api_error.rb +1 -1
  1307. data/lib/hubspot/codegen/crm/schemas/configuration.rb +43 -19
  1308. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +44 -31
  1309. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +34 -21
  1310. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +20 -7
  1311. data/lib/hubspot/codegen/crm/schemas/models/error.rb +70 -57
  1312. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +48 -35
  1313. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +114 -117
  1314. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +70 -58
  1315. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +102 -105
  1316. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +34 -21
  1317. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +48 -26
  1318. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +172 -53
  1319. data/lib/hubspot/codegen/crm/schemas/models/option.rb +54 -41
  1320. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +59 -46
  1321. data/lib/hubspot/codegen/crm/schemas/models/property.rb +170 -147
  1322. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +52 -35
  1323. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +40 -29
  1324. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -26
  1325. data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +94 -0
  1326. data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +9 -5
  1327. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +9 -5
  1328. data/lib/hubspot/codegen/crm/tickets/api_client.rb +56 -52
  1329. data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
  1330. data/lib/hubspot/codegen/crm/tickets/configuration.rb +43 -19
  1331. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
  1332. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
  1333. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1334. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
  1335. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1336. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +40 -27
  1337. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +62 -49
  1338. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +73 -60
  1339. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +33 -20
  1340. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +33 -20
  1341. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +33 -20
  1342. data/lib/hubspot/codegen/crm/tickets/models/error.rb +70 -57
  1343. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +48 -35
  1344. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +42 -20
  1345. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
  1346. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +20 -7
  1347. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +33 -20
  1348. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +20 -7
  1349. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +20 -7
  1350. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +244 -0
  1351. data/lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb +237 -0
  1352. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +38 -25
  1353. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
  1354. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +64 -51
  1355. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +64 -51
  1356. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +46 -24
  1357. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
  1358. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
  1359. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +246 -0
  1360. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +70 -57
  1361. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +67 -54
  1362. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +53 -40
  1363. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +34 -23
  1364. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +30 -19
  1365. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +22 -13
  1366. data/lib/hubspot/codegen/crm/timeline/api_client.rb +57 -53
  1367. data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
  1368. data/lib/hubspot/codegen/crm/timeline/configuration.rb +45 -14
  1369. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +21 -8
  1370. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +66 -53
  1371. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +74 -61
  1372. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +21 -8
  1373. data/lib/hubspot/codegen/crm/timeline/models/error.rb +71 -58
  1374. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +49 -36
  1375. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +21 -8
  1376. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +68 -55
  1377. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +76 -63
  1378. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +37 -24
  1379. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +91 -78
  1380. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +50 -37
  1381. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +42 -29
  1382. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +55 -47
  1383. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +39 -26
  1384. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +37 -29
  1385. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +45 -32
  1386. data/lib/hubspot/codegen/events/api/events_api.rb +40 -26
  1387. data/lib/hubspot/codegen/events/api_client.rb +57 -53
  1388. data/lib/hubspot/codegen/events/api_error.rb +2 -2
  1389. data/lib/hubspot/codegen/events/configuration.rb +44 -20
  1390. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +35 -21
  1391. data/lib/hubspot/codegen/events/models/error.rb +71 -58
  1392. data/lib/hubspot/codegen/events/models/error_detail.rb +49 -36
  1393. data/lib/hubspot/codegen/events/models/external_unified_event.rb +63 -55
  1394. data/lib/hubspot/codegen/events/models/next_page.rb +36 -21
  1395. data/lib/hubspot/codegen/events/models/paging.rb +34 -12
  1396. data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
  1397. data/lib/hubspot/codegen/events/send/api/custom_event_data_api.rb +94 -0
  1398. data/lib/hubspot/codegen/events/send/api_client.rb +410 -0
  1399. data/lib/hubspot/codegen/events/send/api_error.rb +61 -0
  1400. data/lib/hubspot/codegen/events/send/configuration.rb +287 -0
  1401. data/lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb +290 -0
  1402. data/lib/hubspot/codegen/events/send/models/error.rb +305 -0
  1403. data/lib/hubspot/codegen/events/send/models/error_detail.rb +271 -0
  1404. data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
  1405. data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
  1406. data/lib/hubspot/codegen/files/api_client.rb +408 -0
  1407. data/lib/hubspot/codegen/files/api_error.rb +59 -0
  1408. data/lib/hubspot/codegen/files/configuration.rb +285 -0
  1409. data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
  1410. data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
  1411. data/lib/hubspot/codegen/files/models/error.rb +303 -0
  1412. data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
  1413. data/lib/hubspot/codegen/files/models/file.rb +460 -0
  1414. data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
  1415. data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
  1416. data/lib/hubspot/codegen/files/models/file_update_input.rb +305 -0
  1417. data/lib/hubspot/codegen/files/models/folder.rb +312 -0
  1418. data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
  1419. data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
  1420. data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
  1421. data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
  1422. data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
  1423. data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
  1424. data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
  1425. data/lib/hubspot/codegen/files/models/paging.rb +230 -0
  1426. data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
  1427. data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
  1428. data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
  1429. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
  1430. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +38 -24
  1431. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +18 -10
  1432. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +103 -0
  1433. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +8 -7
  1434. data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +14 -9
  1435. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +22 -14
  1436. data/lib/hubspot/codegen/marketing/events/api_client.rb +57 -53
  1437. data/lib/hubspot/codegen/marketing/events/api_error.rb +2 -2
  1438. data/lib/hubspot/codegen/marketing/events/configuration.rb +45 -21
  1439. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +22 -8
  1440. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +22 -8
  1441. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +21 -8
  1442. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +22 -8
  1443. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +82 -61
  1444. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
  1445. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
  1446. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +21 -8
  1447. data/lib/hubspot/codegen/marketing/events/models/error.rb +71 -58
  1448. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +49 -36
  1449. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +21 -8
  1450. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +21 -8
  1451. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
  1452. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +96 -83
  1453. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +78 -65
  1454. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +60 -25
  1455. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +40 -27
  1456. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +91 -75
  1457. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +141 -125
  1458. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +45 -21
  1459. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +73 -60
  1460. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +142 -92
  1461. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +76 -55
  1462. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
  1463. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
  1464. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +38 -23
  1465. data/lib/hubspot/codegen/marketing/forms/api_client.rb +57 -53
  1466. data/lib/hubspot/codegen/marketing/forms/api_error.rb +2 -2
  1467. data/lib/hubspot/codegen/marketing/forms/configuration.rb +44 -20
  1468. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +34 -21
  1469. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
  1470. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +52 -8
  1471. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +28 -9
  1472. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +120 -0
  1473. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +22 -8
  1474. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +62 -8
  1475. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +57 -8
  1476. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +22 -8
  1477. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +21 -8
  1478. data/lib/hubspot/codegen/marketing/forms/models/error.rb +71 -58
  1479. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +49 -36
  1480. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +34 -9
  1481. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +57 -8
  1482. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +76 -214
  1483. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +76 -214
  1484. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +38 -23
  1485. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +22 -8
  1486. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +121 -95
  1487. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +21 -8
  1488. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +126 -102
  1489. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +187 -17
  1490. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +26 -17
  1491. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +173 -17
  1492. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +26 -17
  1493. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +46 -33
  1494. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
  1495. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +21 -8
  1496. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +21 -8
  1497. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +21 -8
  1498. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +23 -10
  1499. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +21 -8
  1500. data/lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb +244 -0
  1501. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +57 -8
  1502. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +52 -8
  1503. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +62 -8
  1504. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +36 -21
  1505. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +52 -8
  1506. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +22 -8
  1507. data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +391 -0
  1508. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +62 -8
  1509. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +22 -8
  1510. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +62 -8
  1511. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +52 -8
  1512. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +52 -8
  1513. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +26 -18
  1514. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +10 -6
  1515. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +57 -53
  1516. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +2 -2
  1517. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +44 -20
  1518. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +34 -21
  1519. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +49 -35
  1520. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +71 -58
  1521. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +49 -36
  1522. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +23 -9
  1523. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +21 -8
  1524. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +36 -21
  1525. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +58 -44
  1526. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +38 -24
  1527. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +22 -8
  1528. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +68 -54
  1529. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +12 -11
  1530. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +25 -23
  1531. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +15 -11
  1532. data/lib/hubspot/codegen/oauth/api_client.rb +57 -53
  1533. data/lib/hubspot/codegen/oauth/api_error.rb +2 -2
  1534. data/lib/hubspot/codegen/oauth/configuration.rb +44 -13
  1535. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +78 -104
  1536. data/lib/hubspot/codegen/oauth/models/error.rb +71 -58
  1537. data/lib/hubspot/codegen/oauth/models/error_detail.rb +49 -36
  1538. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +82 -61
  1539. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +58 -40
  1540. data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +95 -0
  1541. data/lib/hubspot/codegen/settings/business_units/api_client.rb +410 -0
  1542. data/lib/hubspot/codegen/settings/business_units/api_error.rb +61 -0
  1543. data/lib/hubspot/codegen/settings/business_units/configuration.rb +287 -0
  1544. data/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb +232 -0
  1545. data/lib/hubspot/codegen/settings/business_units/models/error.rb +305 -0
  1546. data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +271 -0
  1547. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb +254 -0
  1548. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +245 -0
  1549. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +6 -5
  1550. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +6 -5
  1551. data/lib/hubspot/codegen/settings/users/api/users_api.rb +30 -19
  1552. data/lib/hubspot/codegen/settings/users/api_client.rb +57 -53
  1553. data/lib/hubspot/codegen/settings/users/api_error.rb +2 -2
  1554. data/lib/hubspot/codegen/settings/users/configuration.rb +44 -13
  1555. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +21 -8
  1556. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +21 -8
  1557. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +34 -21
  1558. data/lib/hubspot/codegen/settings/users/models/error.rb +71 -58
  1559. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +49 -36
  1560. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +21 -8
  1561. data/lib/hubspot/codegen/settings/users/models/next_page.rb +34 -21
  1562. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +43 -29
  1563. data/lib/hubspot/codegen/settings/users/models/public_team.rb +45 -31
  1564. data/lib/hubspot/codegen/settings/users/models/public_user.rb +79 -36
  1565. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +33 -19
  1566. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +47 -38
  1567. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +18 -12
  1568. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +38 -23
  1569. data/lib/hubspot/codegen/webhooks/api_client.rb +57 -53
  1570. data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
  1571. data/lib/hubspot/codegen/webhooks/configuration.rb +45 -14
  1572. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +21 -8
  1573. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +63 -50
  1574. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +74 -61
  1575. data/lib/hubspot/codegen/webhooks/models/error.rb +71 -58
  1576. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +49 -36
  1577. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +40 -27
  1578. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +43 -30
  1579. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +68 -55
  1580. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +39 -26
  1581. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +37 -24
  1582. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +21 -8
  1583. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +21 -8
  1584. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +50 -37
  1585. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +40 -27
  1586. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +1 -1
  1587. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +1 -1
  1588. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +1 -1
  1589. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +1 -1
  1590. data/lib/hubspot/discovery/automation/actions/client.rb +4 -4
  1591. data/lib/hubspot/discovery/automation/client.rb +4 -4
  1592. data/lib/hubspot/discovery/base_api_client.rb +43 -6
  1593. data/lib/hubspot/discovery/base_module_client.rb +41 -34
  1594. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +1 -1
  1595. data/lib/hubspot/discovery/cms/audit_logs/client.rb +4 -4
  1596. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +1 -1
  1597. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +4 -4
  1598. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +1 -1
  1599. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +4 -4
  1600. data/lib/hubspot/discovery/cms/blogs/client.rb +4 -4
  1601. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +1 -1
  1602. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +4 -4
  1603. data/lib/hubspot/discovery/cms/client.rb +5 -4
  1604. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +1 -1
  1605. data/lib/hubspot/discovery/cms/domains/client.rb +4 -4
  1606. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +1 -1
  1607. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +1 -1
  1608. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +1 -1
  1609. data/lib/hubspot/discovery/cms/hubdb/client.rb +4 -4
  1610. data/lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb +13 -0
  1611. data/lib/hubspot/discovery/cms/pages/api/site_pages_api.rb +13 -0
  1612. data/lib/hubspot/discovery/cms/pages/client.rb +20 -0
  1613. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +1 -1
  1614. data/lib/hubspot/discovery/cms/performance/client.rb +4 -4
  1615. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +1 -1
  1616. data/lib/hubspot/discovery/cms/site_search/client.rb +4 -4
  1617. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +1 -1
  1618. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +1 -1
  1619. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +1 -1
  1620. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +1 -1
  1621. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +1 -1
  1622. data/lib/hubspot/discovery/cms/source_code/client.rb +4 -4
  1623. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +1 -1
  1624. data/lib/hubspot/discovery/cms/url_redirects/client.rb +4 -4
  1625. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +1 -1
  1626. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +1 -1
  1627. data/lib/hubspot/discovery/communication_preferences/client.rb +4 -4
  1628. data/lib/hubspot/discovery/conversations/client.rb +4 -4
  1629. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +1 -1
  1630. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +4 -4
  1631. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +1 -1
  1632. data/lib/hubspot/discovery/crm/associations/client.rb +9 -5
  1633. data/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb +15 -0
  1634. data/lib/hubspot/discovery/crm/associations/schema/client.rb +20 -0
  1635. data/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb +15 -0
  1636. data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
  1637. data/lib/hubspot/discovery/crm/associations/v4/client.rb +26 -0
  1638. data/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb +17 -0
  1639. data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +22 -0
  1640. data/lib/hubspot/discovery/crm/client.rb +6 -4
  1641. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +1 -1
  1642. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +1 -1
  1643. data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
  1644. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +1 -1
  1645. data/lib/hubspot/discovery/crm/companies/client.rb +5 -5
  1646. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +1 -1
  1647. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +1 -1
  1648. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +2 -2
  1649. data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
  1650. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +1 -1
  1651. data/lib/hubspot/discovery/crm/contacts/client.rb +5 -5
  1652. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +1 -1
  1653. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +1 -1
  1654. data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
  1655. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +1 -1
  1656. data/lib/hubspot/discovery/crm/deals/client.rb +5 -5
  1657. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +1 -1
  1658. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +1 -1
  1659. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +1 -1
  1660. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +1 -1
  1661. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +1 -1
  1662. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +5 -4
  1663. data/lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb +15 -0
  1664. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +1 -1
  1665. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +5 -4
  1666. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +1 -1
  1667. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +1 -1
  1668. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +4 -4
  1669. data/lib/hubspot/discovery/crm/extensions/client.rb +4 -4
  1670. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +1 -1
  1671. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +4 -4
  1672. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +1 -1
  1673. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +1 -1
  1674. data/lib/hubspot/discovery/crm/imports/client.rb +4 -4
  1675. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +1 -1
  1676. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +1 -1
  1677. data/lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb +13 -0
  1678. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
  1679. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +1 -1
  1680. data/lib/hubspot/discovery/crm/line_items/client.rb +6 -5
  1681. data/lib/hubspot/discovery/crm/lists/api/lists_api.rb +13 -0
  1682. data/lib/hubspot/discovery/crm/lists/api/memberships_api.rb +13 -0
  1683. data/lib/hubspot/discovery/crm/lists/client.rb +20 -0
  1684. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +1 -1
  1685. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +1 -1
  1686. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +1 -1
  1687. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +2 -2
  1688. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
  1689. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +1 -1
  1690. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +1 -1
  1691. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +1 -1
  1692. data/lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb +15 -0
  1693. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +1 -1
  1694. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +1 -1
  1695. data/lib/hubspot/discovery/crm/objects/calls/client.rb +5 -5
  1696. data/lib/hubspot/discovery/crm/objects/client.rb +18 -13
  1697. data/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb +15 -0
  1698. data/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb +15 -0
  1699. data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +15 -0
  1700. data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +15 -0
  1701. data/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb +15 -0
  1702. data/lib/hubspot/discovery/crm/objects/communications/client.rb +25 -0
  1703. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +1 -1
  1704. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +1 -1
  1705. data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +15 -0
  1706. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +1 -1
  1707. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +1 -1
  1708. data/lib/hubspot/discovery/crm/objects/emails/client.rb +5 -5
  1709. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +1 -1
  1710. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +1 -1
  1711. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +15 -0
  1712. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +1 -1
  1713. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +1 -1
  1714. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +5 -5
  1715. data/lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb +15 -0
  1716. data/lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb +15 -0
  1717. data/lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb +15 -0
  1718. data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +15 -0
  1719. data/lib/hubspot/discovery/crm/objects/goals/api/search_api.rb +15 -0
  1720. data/lib/hubspot/discovery/crm/objects/goals/client.rb +25 -0
  1721. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +1 -1
  1722. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +1 -1
  1723. data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +15 -0
  1724. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +1 -1
  1725. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +1 -1
  1726. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +5 -5
  1727. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +1 -1
  1728. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +1 -1
  1729. data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +15 -0
  1730. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +1 -1
  1731. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +1 -1
  1732. data/lib/hubspot/discovery/crm/objects/notes/client.rb +5 -5
  1733. data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
  1734. data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
  1735. data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +15 -0
  1736. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
  1737. data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
  1738. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +25 -0
  1739. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +1 -1
  1740. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +1 -1
  1741. data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +15 -0
  1742. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +1 -1
  1743. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +1 -1
  1744. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +5 -5
  1745. data/lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb +15 -0
  1746. data/lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb +15 -0
  1747. data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +15 -0
  1748. data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +15 -0
  1749. data/lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb +15 -0
  1750. data/lib/hubspot/discovery/crm/objects/taxes/client.rb +25 -0
  1751. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +1 -1
  1752. data/lib/hubspot/discovery/crm/owners/client.rb +4 -4
  1753. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
  1754. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
  1755. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  1756. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +1 -1
  1757. data/lib/hubspot/discovery/crm/pipelines/client.rb +6 -4
  1758. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +1 -1
  1759. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +1 -1
  1760. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +1 -1
  1761. data/lib/hubspot/discovery/crm/products/api/gdpr_api.rb +13 -0
  1762. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
  1763. data/lib/hubspot/discovery/crm/products/api/search_api.rb +1 -1
  1764. data/lib/hubspot/discovery/crm/products/client.rb +6 -4
  1765. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +1 -1
  1766. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +1 -1
  1767. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +1 -1
  1768. data/lib/hubspot/discovery/crm/properties/client.rb +4 -4
  1769. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +1 -1
  1770. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +1 -1
  1771. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +1 -1
  1772. data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +13 -0
  1773. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
  1774. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +1 -1
  1775. data/lib/hubspot/discovery/crm/quotes/client.rb +6 -4
  1776. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +1 -1
  1777. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +1 -1
  1778. data/lib/hubspot/discovery/crm/schemas/client.rb +4 -4
  1779. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +1 -1
  1780. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +1 -1
  1781. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +1 -1
  1782. data/lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb +13 -0
  1783. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
  1784. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +1 -1
  1785. data/lib/hubspot/discovery/crm/tickets/client.rb +6 -4
  1786. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +1 -1
  1787. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +1 -1
  1788. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +1 -1
  1789. data/lib/hubspot/discovery/crm/timeline/client.rb +4 -4
  1790. data/lib/hubspot/discovery/events/api/events_api.rb +1 -1
  1791. data/lib/hubspot/discovery/events/client.rb +10 -4
  1792. data/lib/hubspot/discovery/events/send/api/custom_event_data_api.rb +13 -0
  1793. data/lib/hubspot/discovery/events/send/client.rb +19 -0
  1794. data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
  1795. data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
  1796. data/lib/hubspot/discovery/files/client.rb +5 -4
  1797. data/lib/hubspot/discovery/marketing/client.rb +4 -4
  1798. data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
  1799. data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +1 -1
  1800. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +1 -1
  1801. data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
  1802. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +1 -1
  1803. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +1 -1
  1804. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +1 -1
  1805. data/lib/hubspot/discovery/marketing/events/client.rb +7 -5
  1806. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +1 -1
  1807. data/lib/hubspot/discovery/marketing/forms/client.rb +4 -4
  1808. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  1809. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +1 -1
  1810. data/lib/hubspot/discovery/marketing/transactional/client.rb +4 -4
  1811. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +1 -1
  1812. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +1 -1
  1813. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +1 -1
  1814. data/lib/hubspot/discovery/oauth/client.rb +4 -4
  1815. data/lib/hubspot/discovery/settings/business_units/api/business_unit_api.rb +13 -0
  1816. data/lib/hubspot/discovery/settings/business_units/client.rb +19 -0
  1817. data/lib/hubspot/discovery/settings/client.rb +5 -4
  1818. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +1 -1
  1819. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +1 -1
  1820. data/lib/hubspot/discovery/settings/users/api/users_api.rb +1 -1
  1821. data/lib/hubspot/discovery/settings/users/client.rb +4 -4
  1822. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +1 -1
  1823. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +1 -1
  1824. data/lib/hubspot/discovery/webhooks/client.rb +4 -4
  1825. data/lib/hubspot/exceptions.rb +9 -7
  1826. data/lib/hubspot/helpers/association_type.rb +92 -0
  1827. data/lib/hubspot/helpers/camel_case.rb +8 -1
  1828. data/lib/hubspot/helpers/get_all_helper.rb +2 -1
  1829. data/lib/hubspot/helpers/path.rb +19 -0
  1830. data/lib/hubspot/helpers/signature.rb +62 -0
  1831. data/lib/hubspot/helpers/snake_case.rb +2 -1
  1832. data/lib/hubspot/oauth_helper.rb +12 -8
  1833. data/lib/hubspot/version.rb +3 -3
  1834. data/lib/hubspot-api-client.rb +2 -69
  1835. data/pkg/hubspot-api-client-17.0.0.gem +0 -0
  1836. data/spec/discovery/base_api_client_spec.rb +14 -8
  1837. data/spec/discovery/base_module_client_spec.rb +3 -2
  1838. data/spec/discovery/client_spec.rb +2 -1
  1839. data/spec/discovery/cms/blogs/client_spec.rb +9 -0
  1840. data/spec/discovery/cms/client_spec.rb +14 -0
  1841. data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +7 -7
  1842. data/spec/discovery/cms/pages/landing_pages_api_spec.rb +45 -0
  1843. data/spec/discovery/cms/pages/site_pages_api_spec.rb +33 -0
  1844. data/spec/discovery/cms/source-code/content_api_spec.rb +2 -2
  1845. data/spec/discovery/crm/associations/client_spec.rb +8 -0
  1846. data/spec/discovery/crm/associations/schema/types_api_spec.rb +7 -0
  1847. data/spec/discovery/crm/associations/v4/basic_api_spec.rb +10 -0
  1848. data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
  1849. data/spec/discovery/crm/associations/v4/client_spec.rb +7 -0
  1850. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +10 -0
  1851. data/spec/discovery/crm/client_spec.rb +21 -0
  1852. data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
  1853. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +1 -1
  1854. data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
  1855. data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
  1856. data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
  1857. data/spec/discovery/crm/extensions/client_spec.rb +11 -0
  1858. data/spec/discovery/crm/line_items/gdpr_api_spec.rb +7 -0
  1859. data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
  1860. data/spec/discovery/crm/lists/lists_api_spec.rb +15 -0
  1861. data/spec/discovery/crm/lists/memberships_api_spec.rb +12 -0
  1862. data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
  1863. data/spec/discovery/crm/objects/client_spec.rb +14 -0
  1864. data/spec/discovery/crm/objects/communications/basic_api_spec.rb +10 -0
  1865. data/spec/discovery/crm/objects/communications/batch_api_spec.rb +10 -0
  1866. data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +7 -0
  1867. data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +7 -0
  1868. data/spec/discovery/crm/objects/communications/search_api_spec.rb +7 -0
  1869. data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
  1870. data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
  1871. data/spec/discovery/crm/objects/goals/basic_api_spec.rb +11 -0
  1872. data/spec/discovery/crm/objects/goals/batch_api_spec.rb +10 -0
  1873. data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +7 -0
  1874. data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +7 -0
  1875. data/spec/discovery/crm/objects/goals/search_api_spec.rb +7 -0
  1876. data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
  1877. data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
  1878. data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
  1879. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
  1880. data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +7 -0
  1881. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
  1882. data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
  1883. data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
  1884. data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
  1885. data/spec/discovery/crm/objects/taxes/basic_api_spec.rb +11 -0
  1886. data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +10 -0
  1887. data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +7 -0
  1888. data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +7 -0
  1889. data/spec/discovery/crm/objects/taxes/search_api_spec.rb +7 -0
  1890. data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
  1891. data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
  1892. data/spec/discovery/crm/products/gdpr_api_spec.rb +7 -0
  1893. data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
  1894. data/spec/discovery/crm/quotes/gdpr_api_spec.rb +7 -0
  1895. data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
  1896. data/spec/discovery/crm/tickets/gdpr_api_spec.rb +7 -0
  1897. data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
  1898. data/spec/discovery/events/send/custom_event_data_api_spec.rb +7 -0
  1899. data/spec/discovery/files/files_api_spec.rb +16 -0
  1900. data/spec/discovery/files/folders_api_spec.rb +14 -0
  1901. data/spec/discovery/marketing/client_spec.rb +9 -0
  1902. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
  1903. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +7 -0
  1904. data/spec/discovery/marketing/events/search_api_spec.rb +2 -2
  1905. data/spec/discovery/marketing/events/settings_api_spec.rb +1 -1
  1906. data/spec/discovery/oauth/access_tokens_api_spec.rb +2 -2
  1907. data/spec/discovery/oauth/refresh_tokens_api_spec.rb +3 -3
  1908. data/spec/discovery/oauth/tokens_api_spec.rb +2 -2
  1909. data/spec/discovery/settings/businnes_units/business_unit_api_spec.rb +7 -0
  1910. data/spec/helpers/authorize_url_spec.rb +75 -0
  1911. data/spec/helpers/camel_case_spec.rb +11 -0
  1912. data/spec/helpers/signature_spec.rb +118 -0
  1913. data/spec/integration/contacts_spec.rb +85 -0
  1914. metadata +851 -2552
  1915. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +0 -275
  1916. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +0 -260
  1917. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +0 -270
  1918. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +0 -259
  1919. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +0 -217
  1920. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +0 -226
  1921. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +0 -226
  1922. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +0 -295
  1923. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +0 -359
  1924. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +0 -330
  1925. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +0 -278
  1926. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +0 -218
  1927. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +0 -281
  1928. data/lib/hubspot/codegen/cms/audit-logs/api/audit_logs_api.rb +0 -106
  1929. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +0 -406
  1930. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +0 -61
  1931. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -263
  1932. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +0 -226
  1933. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +0 -292
  1934. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +0 -258
  1935. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +0 -224
  1936. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +0 -210
  1937. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +0 -352
  1938. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_posts_api.rb +0 -1622
  1939. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +0 -408
  1940. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +0 -63
  1941. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +0 -265
  1942. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +0 -265
  1943. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next.rb +0 -304
  1944. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +0 -279
  1945. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +0 -220
  1946. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +0 -220
  1947. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +0 -220
  1948. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post.rb +0 -321
  1949. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +0 -343
  1950. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +0 -1206
  1951. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next.rb +0 -228
  1952. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +0 -244
  1953. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +0 -244
  1954. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +0 -217
  1955. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +0 -228
  1956. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_language_variation.rb +0 -398
  1957. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +0 -233
  1958. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next.rb +0 -218
  1959. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +0 -294
  1960. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +0 -260
  1961. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +0 -212
  1962. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +0 -247
  1963. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +0 -394
  1964. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +0 -226
  1965. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +0 -221
  1966. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +0 -226
  1967. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +0 -263
  1968. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +0 -231
  1969. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next.rb +0 -218
  1970. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +0 -277
  1971. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +0 -319
  1972. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +0 -347
  1973. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next.rb +0 -257
  1974. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +0 -260
  1975. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +0 -248
  1976. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
  1977. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
  1978. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
  1979. data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
  1980. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +0 -217
  1981. data/lib/hubspot/codegen/cms/site-search/api/public_api.rb +0 -219
  1982. data/lib/hubspot/codegen/cms/site-search/api_client.rb +0 -406
  1983. data/lib/hubspot/codegen/cms/site-search/api_error.rb +0 -61
  1984. data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -263
  1985. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +0 -444
  1986. data/lib/hubspot/codegen/cms/site-search/models/error.rb +0 -292
  1987. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +0 -258
  1988. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +0 -282
  1989. data/lib/hubspot/codegen/cms/site-search/models/indexed_field.rb +0 -259
  1990. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +0 -282
  1991. data/lib/hubspot/codegen/cms/source-code/api/content_api.rb +0 -328
  1992. data/lib/hubspot/codegen/cms/source-code/api/extract_api.rb +0 -93
  1993. data/lib/hubspot/codegen/cms/source-code/api/metadata_api.rb +0 -99
  1994. data/lib/hubspot/codegen/cms/source-code/api/source_code_extract_api.rb +0 -142
  1995. data/lib/hubspot/codegen/cms/source-code/api/validation_api.rb +0 -98
  1996. data/lib/hubspot/codegen/cms/source-code/api_client.rb +0 -406
  1997. data/lib/hubspot/codegen/cms/source-code/api_error.rb +0 -61
  1998. data/lib/hubspot/codegen/cms/source-code/configuration.rb +0 -263
  1999. data/lib/hubspot/codegen/cms/source-code/models/action_response.rb +0 -297
  2000. data/lib/hubspot/codegen/cms/source-code/models/asset_file_metadata.rb +0 -298
  2001. data/lib/hubspot/codegen/cms/source-code/models/error.rb +0 -292
  2002. data/lib/hubspot/codegen/cms/source-code/models/error_detail.rb +0 -258
  2003. data/lib/hubspot/codegen/cms/source-code/models/file_extract_request.rb +0 -215
  2004. data/lib/hubspot/codegen/cms/source-code/models/task_locator.rb +0 -226
  2005. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -370
  2006. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +0 -406
  2007. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +0 -61
  2008. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -263
  2009. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +0 -240
  2010. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +0 -292
  2011. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +0 -258
  2012. data/lib/hubspot/codegen/cms/url-redirects/models/forward_paging.rb +0 -210
  2013. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +0 -224
  2014. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -384
  2015. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +0 -306
  2016. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +0 -90
  2017. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +0 -406
  2018. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +0 -61
  2019. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +0 -263
  2020. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +0 -292
  2021. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +0 -258
  2022. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +0 -236
  2023. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +0 -215
  2024. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +0 -94
  2025. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -226
  2026. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +0 -263
  2027. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +0 -229
  2028. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -254
  2029. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +0 -217
  2030. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +0 -226
  2031. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +0 -263
  2032. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +0 -254
  2033. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +0 -217
  2034. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +0 -226
  2035. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +0 -263
  2036. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +0 -254
  2037. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +0 -217
  2038. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +0 -226
  2039. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +0 -263
  2040. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +0 -220
  2041. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +0 -295
  2042. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -254
  2043. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +0 -217
  2044. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +0 -226
  2045. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +0 -263
  2046. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +0 -272
  2047. data/lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb +0 -256
  2048. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input.rb +0 -219
  2049. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging.rb +0 -228
  2050. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +0 -265
  2051. data/lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb +0 -256
  2052. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input.rb +0 -219
  2053. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging.rb +0 -228
  2054. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +0 -265
  2055. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +0 -256
  2056. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +0 -219
  2057. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +0 -228
  2058. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +0 -265
  2059. data/lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb +0 -256
  2060. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input.rb +0 -219
  2061. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging.rb +0 -228
  2062. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +0 -265
  2063. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +0 -217
  2064. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +0 -226
  2065. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +0 -263
  2066. data/lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb +0 -256
  2067. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input.rb +0 -219
  2068. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging.rb +0 -228
  2069. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +0 -265
  2070. data/lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb +0 -256
  2071. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input.rb +0 -219
  2072. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging.rb +0 -228
  2073. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +0 -265
  2074. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -254
  2075. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +0 -217
  2076. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +0 -226
  2077. data/lib/hubspot/codegen/crm/products/models/error_category.rb +0 -263
  2078. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +0 -226
  2079. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +0 -226
  2080. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +0 -263
  2081. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -224
  2082. data/lib/hubspot/codegen/crm/properties/models/paging.rb +0 -210
  2083. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -254
  2084. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +0 -217
  2085. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +0 -226
  2086. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +0 -263
  2087. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +0 -254
  2088. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +0 -217
  2089. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +0 -226
  2090. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +0 -263
  2091. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +0 -263
  2092. data/lib/hubspot/codegen/files/files/api/files_api.rb +0 -793
  2093. data/lib/hubspot/codegen/files/files/api/folders_api.rb +0 -591
  2094. data/lib/hubspot/codegen/files/files/api_client.rb +0 -406
  2095. data/lib/hubspot/codegen/files/files/api_error.rb +0 -61
  2096. data/lib/hubspot/codegen/files/files/configuration.rb +0 -263
  2097. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +0 -226
  2098. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +0 -226
  2099. data/lib/hubspot/codegen/files/files/models/error.rb +0 -292
  2100. data/lib/hubspot/codegen/files/files/models/error_category.rb +0 -263
  2101. data/lib/hubspot/codegen/files/files/models/error_detail.rb +0 -258
  2102. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +0 -348
  2103. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +0 -285
  2104. data/lib/hubspot/codegen/files/files/models/folder.rb +0 -301
  2105. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +0 -348
  2106. data/lib/hubspot/codegen/files/files/models/folder_input.rb +0 -236
  2107. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +0 -236
  2108. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +0 -228
  2109. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +0 -440
  2110. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +0 -374
  2111. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +0 -228
  2112. data/lib/hubspot/codegen/files/files/models/next_page.rb +0 -224
  2113. data/lib/hubspot/codegen/files/files/models/paging.rb +0 -219
  2114. data/lib/hubspot/codegen/files/files/models/previous_page.rb +0 -224
  2115. data/lib/hubspot/codegen/files/files/models/signed_url.rb +0 -311
  2116. data/lib/hubspot/codegen/files/files/models/standard_error.rb +0 -309
  2117. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +0 -263
  2118. data/lib/hubspot/codegen/webhooks/models/error_category.rb +0 -261
  2119. data/lib/hubspot/discovery/crm/associations/api/types_api.rb +0 -13
  2120. data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +0 -13
  2121. data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +0 -13
  2122. data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +0 -13
  2123. data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +0 -13
  2124. data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +0 -15
  2125. data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +0 -15
  2126. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +0 -15
  2127. data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +0 -15
  2128. data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +0 -15
  2129. data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +0 -15
  2130. data/lib/hubspot/discovery/files/files/api/files_api.rb +0 -13
  2131. data/lib/hubspot/discovery/files/files/api/folders_api.rb +0 -13
  2132. data/lib/hubspot/discovery/files/files/client.rb +0 -20
  2133. data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
  2134. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
  2135. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
  2136. data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
  2137. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
  2138. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
  2139. data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
  2140. data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
  2141. data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
  2142. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
  2143. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
  2144. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
  2145. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
  2146. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
  2147. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
  2148. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
  2149. data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
  2150. data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
  2151. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
  2152. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
  2153. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
  2154. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
  2155. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
  2156. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
  2157. data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
  2158. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
  2159. data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
  2160. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
  2161. data/spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb +0 -54
  2162. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
  2163. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
  2164. data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
  2165. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
  2166. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
  2167. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
  2168. data/spec/codegen/cms/blogs/authors/api/blog_authors_api_spec.rb +0 -218
  2169. data/spec/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  2170. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
  2171. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
  2172. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
  2173. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_spec.rb +0 -75
  2174. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
  2175. data/spec/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next_spec.rb +0 -59
  2176. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -141
  2177. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
  2178. data/spec/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  2179. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
  2180. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
  2181. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
  2182. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
  2183. data/spec/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  2184. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
  2185. data/spec/codegen/cms/blogs/authors/models/update_languages_request_v_next_spec.rb +0 -51
  2186. data/spec/codegen/cms/blogs/blog-posts/api/blog_posts_api_spec.rb +0 -345
  2187. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
  2188. data/spec/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  2189. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
  2190. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
  2191. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
  2192. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
  2193. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_spec.rb +0 -75
  2194. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
  2195. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next_spec.rb +0 -47
  2196. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
  2197. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
  2198. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
  2199. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
  2200. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
  2201. data/spec/codegen/cms/blogs/blog-posts/models/content_language_variation_spec.rb +0 -119
  2202. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
  2203. data/spec/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  2204. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
  2205. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
  2206. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
  2207. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
  2208. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
  2209. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
  2210. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
  2211. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
  2212. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
  2213. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
  2214. data/spec/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  2215. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
  2216. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
  2217. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
  2218. data/spec/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next_spec.rb +0 -51
  2219. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
  2220. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
  2221. data/spec/codegen/cms/blogs/tags/api/blog_tags_api_spec.rb +0 -218
  2222. data/spec/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  2223. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
  2224. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
  2225. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
  2226. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_spec.rb +0 -75
  2227. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
  2228. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
  2229. data/spec/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  2230. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
  2231. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
  2232. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
  2233. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
  2234. data/spec/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  2235. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
  2236. data/spec/codegen/cms/blogs/tags/models/tag_clone_request_v_next_spec.rb +0 -59
  2237. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -81
  2238. data/spec/codegen/cms/blogs/tags/models/update_languages_request_v_next_spec.rb +0 -51
  2239. data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
  2240. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
  2241. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
  2242. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
  2243. data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
  2244. data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
  2245. data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
  2246. data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
  2247. data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
  2248. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
  2249. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
  2250. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -236
  2251. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb +0 -41
  2252. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
  2253. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
  2254. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_spec.rb +0 -75
  2255. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
  2256. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
  2257. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
  2258. data/spec/codegen/cms/hubdb/models/column_request_spec.rb +0 -81
  2259. data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
  2260. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
  2261. data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
  2262. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
  2263. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
  2264. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
  2265. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb +0 -59
  2266. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -77
  2267. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb +0 -83
  2268. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
  2269. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
  2270. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
  2271. data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
  2272. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
  2273. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
  2274. data/spec/codegen/cms/performance/api/public_performance_api_spec.rb +0 -73
  2275. data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
  2276. data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
  2277. data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
  2278. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
  2279. data/spec/codegen/cms/site-search/api/public_api_spec.rb +0 -76
  2280. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
  2281. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
  2282. data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
  2283. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
  2284. data/spec/codegen/cms/site-search/models/indexed_field_spec.rb +0 -59
  2285. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
  2286. data/spec/codegen/cms/source-code/api/content_api_spec.rb +0 -89
  2287. data/spec/codegen/cms/source-code/api/extract_api_spec.rb +0 -47
  2288. data/spec/codegen/cms/source-code/api/metadata_api_spec.rb +0 -48
  2289. data/spec/codegen/cms/source-code/api/source_code_extract_api_spec.rb +0 -55
  2290. data/spec/codegen/cms/source-code/api/validation_api_spec.rb +0 -48
  2291. data/spec/codegen/cms/source-code/models/action_response_spec.rb +0 -69
  2292. data/spec/codegen/cms/source-code/models/asset_file_metadata_spec.rb +0 -77
  2293. data/spec/codegen/cms/source-code/models/error_detail_spec.rb +0 -65
  2294. data/spec/codegen/cms/source-code/models/error_spec.rb +0 -77
  2295. data/spec/codegen/cms/source-code/models/file_extract_request_spec.rb +0 -41
  2296. data/spec/codegen/cms/source-code/models/task_locator_spec.rb +0 -47
  2297. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -105
  2298. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging_spec.rb +0 -53
  2299. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
  2300. data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
  2301. data/spec/codegen/cms/url-redirects/models/forward_paging_spec.rb +0 -41
  2302. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
  2303. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
  2304. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -113
  2305. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +0 -46
  2306. data/spec/codegen/communication_preferences/api/status_api_spec.rb +0 -71
  2307. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +0 -65
  2308. data/spec/codegen/communication_preferences/models/error_spec.rb +0 -77
  2309. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +0 -101
  2310. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +0 -47
  2311. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +0 -63
  2312. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +0 -95
  2313. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +0 -41
  2314. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
  2315. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
  2316. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
  2317. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
  2318. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
  2319. data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
  2320. data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
  2321. data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
  2322. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
  2323. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
  2324. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
  2325. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
  2326. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
  2327. data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
  2328. data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
  2329. data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
  2330. data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
  2331. data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
  2332. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
  2333. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
  2334. data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
  2335. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
  2336. data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
  2337. data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
  2338. data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -107
  2339. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
  2340. data/spec/codegen/crm/companies/api/public_object_api_spec.rb +0 -46
  2341. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -45
  2342. data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
  2343. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2344. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2345. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2346. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2347. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
  2348. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2349. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2350. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
  2351. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2352. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2353. data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
  2354. data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
  2355. data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
  2356. data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
  2357. data/spec/codegen/crm/companies/models/filter_spec.rb +0 -63
  2358. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
  2359. data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
  2360. data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
  2361. data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
  2362. data/spec/codegen/crm/companies/models/public_merge_input_spec.rb +0 -47
  2363. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
  2364. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
  2365. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
  2366. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
  2367. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -77
  2368. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -83
  2369. data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
  2370. data/spec/codegen/crm/companies/models/value_with_timestamp_spec.rb +0 -71
  2371. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
  2372. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -107
  2373. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
  2374. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -47
  2375. data/spec/codegen/crm/contacts/api/public_object_api_spec.rb +0 -46
  2376. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -45
  2377. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
  2378. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2379. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2380. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2381. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2382. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
  2383. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2384. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2385. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
  2386. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2387. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2388. data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
  2389. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
  2390. data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
  2391. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
  2392. data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -63
  2393. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
  2394. data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
  2395. data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
  2396. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
  2397. data/spec/codegen/crm/contacts/models/public_gdpr_delete_input_spec.rb +0 -47
  2398. data/spec/codegen/crm/contacts/models/public_merge_input_spec.rb +0 -47
  2399. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
  2400. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
  2401. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
  2402. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
  2403. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -77
  2404. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -83
  2405. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
  2406. data/spec/codegen/crm/contacts/models/value_with_timestamp_spec.rb +0 -71
  2407. data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
  2408. data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -107
  2409. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
  2410. data/spec/codegen/crm/deals/api/public_object_api_spec.rb +0 -46
  2411. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -45
  2412. data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
  2413. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2414. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2415. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2416. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2417. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
  2418. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2419. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2420. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
  2421. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2422. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2423. data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
  2424. data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
  2425. data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
  2426. data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
  2427. data/spec/codegen/crm/deals/models/filter_spec.rb +0 -63
  2428. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
  2429. data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
  2430. data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
  2431. data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
  2432. data/spec/codegen/crm/deals/models/public_merge_input_spec.rb +0 -47
  2433. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
  2434. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
  2435. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
  2436. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
  2437. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -77
  2438. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -83
  2439. data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
  2440. data/spec/codegen/crm/deals/models/value_with_timestamp_spec.rb +0 -71
  2441. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
  2442. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
  2443. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
  2444. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
  2445. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
  2446. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
  2447. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
  2448. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
  2449. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
  2450. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
  2451. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
  2452. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
  2453. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
  2454. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
  2455. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
  2456. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
  2457. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
  2458. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
  2459. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
  2460. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
  2461. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
  2462. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
  2463. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
  2464. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
  2465. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
  2466. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
  2467. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
  2468. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
  2469. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
  2470. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
  2471. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
  2472. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
  2473. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
  2474. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
  2475. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
  2476. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
  2477. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
  2478. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
  2479. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
  2480. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
  2481. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
  2482. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
  2483. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
  2484. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
  2485. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -71
  2486. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -71
  2487. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -83
  2488. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
  2489. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
  2490. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
  2491. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
  2492. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
  2493. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
  2494. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
  2495. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
  2496. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
  2497. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
  2498. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
  2499. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
  2500. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
  2501. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
  2502. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
  2503. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
  2504. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
  2505. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
  2506. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
  2507. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
  2508. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
  2509. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
  2510. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
  2511. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
  2512. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
  2513. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
  2514. data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
  2515. data/spec/codegen/crm/imports/api/public_imports_api_spec.rb +0 -47
  2516. data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
  2517. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
  2518. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
  2519. data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
  2520. data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
  2521. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
  2522. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
  2523. data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
  2524. data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
  2525. data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
  2526. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
  2527. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
  2528. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
  2529. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
  2530. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
  2531. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -107
  2532. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
  2533. data/spec/codegen/crm/line_items/api/public_object_api_spec.rb +0 -46
  2534. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -45
  2535. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
  2536. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2537. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2538. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2539. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2540. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
  2541. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2542. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2543. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
  2544. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2545. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2546. data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
  2547. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
  2548. data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
  2549. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
  2550. data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -63
  2551. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
  2552. data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
  2553. data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
  2554. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
  2555. data/spec/codegen/crm/line_items/models/public_merge_input_spec.rb +0 -47
  2556. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
  2557. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
  2558. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
  2559. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
  2560. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -77
  2561. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -83
  2562. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
  2563. data/spec/codegen/crm/line_items/models/value_with_timestamp_spec.rb +0 -71
  2564. data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
  2565. data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -112
  2566. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
  2567. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -48
  2568. data/spec/codegen/crm/objects/api/public_object_api_spec.rb +0 -47
  2569. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
  2570. data/spec/codegen/crm/objects/calls/api/associations_api_spec.rb +0 -77
  2571. data/spec/codegen/crm/objects/calls/api/basic_api_spec.rb +0 -107
  2572. data/spec/codegen/crm/objects/calls/api/batch_api_spec.rb +0 -80
  2573. data/spec/codegen/crm/objects/calls/api/public_object_api_spec.rb +0 -46
  2574. data/spec/codegen/crm/objects/calls/api/search_api_spec.rb +0 -45
  2575. data/spec/codegen/crm/objects/calls/models/associated_id_spec.rb +0 -47
  2576. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2577. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2578. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2579. data/spec/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2580. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_spec.rb +0 -75
  2581. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2582. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2583. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_spec.rb +0 -47
  2584. data/spec/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2585. data/spec/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2586. data/spec/codegen/crm/objects/calls/models/error_category_spec.rb +0 -51
  2587. data/spec/codegen/crm/objects/calls/models/error_detail_spec.rb +0 -65
  2588. data/spec/codegen/crm/objects/calls/models/error_spec.rb +0 -77
  2589. data/spec/codegen/crm/objects/calls/models/filter_group_spec.rb +0 -41
  2590. data/spec/codegen/crm/objects/calls/models/filter_spec.rb +0 -63
  2591. data/spec/codegen/crm/objects/calls/models/forward_paging_spec.rb +0 -41
  2592. data/spec/codegen/crm/objects/calls/models/next_page_spec.rb +0 -47
  2593. data/spec/codegen/crm/objects/calls/models/paging_spec.rb +0 -47
  2594. data/spec/codegen/crm/objects/calls/models/previous_page_spec.rb +0 -47
  2595. data/spec/codegen/crm/objects/calls/models/public_merge_input_spec.rb +0 -47
  2596. data/spec/codegen/crm/objects/calls/models/public_object_search_request_spec.rb +0 -71
  2597. data/spec/codegen/crm/objects/calls/models/simple_public_object_batch_input_spec.rb +0 -47
  2598. data/spec/codegen/crm/objects/calls/models/simple_public_object_id_spec.rb +0 -41
  2599. data/spec/codegen/crm/objects/calls/models/simple_public_object_input_spec.rb +0 -41
  2600. data/spec/codegen/crm/objects/calls/models/simple_public_object_spec.rb +0 -77
  2601. data/spec/codegen/crm/objects/calls/models/simple_public_object_with_associations_spec.rb +0 -83
  2602. data/spec/codegen/crm/objects/calls/models/standard_error_spec.rb +0 -83
  2603. data/spec/codegen/crm/objects/calls/models/value_with_timestamp_spec.rb +0 -71
  2604. data/spec/codegen/crm/objects/emails/api/associations_api_spec.rb +0 -77
  2605. data/spec/codegen/crm/objects/emails/api/basic_api_spec.rb +0 -107
  2606. data/spec/codegen/crm/objects/emails/api/batch_api_spec.rb +0 -80
  2607. data/spec/codegen/crm/objects/emails/api/public_object_api_spec.rb +0 -46
  2608. data/spec/codegen/crm/objects/emails/api/search_api_spec.rb +0 -45
  2609. data/spec/codegen/crm/objects/emails/models/associated_id_spec.rb +0 -47
  2610. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2611. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2612. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2613. data/spec/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2614. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_spec.rb +0 -75
  2615. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2616. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2617. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_spec.rb +0 -47
  2618. data/spec/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2619. data/spec/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2620. data/spec/codegen/crm/objects/emails/models/error_category_spec.rb +0 -51
  2621. data/spec/codegen/crm/objects/emails/models/error_detail_spec.rb +0 -65
  2622. data/spec/codegen/crm/objects/emails/models/error_spec.rb +0 -77
  2623. data/spec/codegen/crm/objects/emails/models/filter_group_spec.rb +0 -41
  2624. data/spec/codegen/crm/objects/emails/models/filter_spec.rb +0 -63
  2625. data/spec/codegen/crm/objects/emails/models/forward_paging_spec.rb +0 -41
  2626. data/spec/codegen/crm/objects/emails/models/next_page_spec.rb +0 -47
  2627. data/spec/codegen/crm/objects/emails/models/paging_spec.rb +0 -47
  2628. data/spec/codegen/crm/objects/emails/models/previous_page_spec.rb +0 -47
  2629. data/spec/codegen/crm/objects/emails/models/public_merge_input_spec.rb +0 -47
  2630. data/spec/codegen/crm/objects/emails/models/public_object_search_request_spec.rb +0 -71
  2631. data/spec/codegen/crm/objects/emails/models/simple_public_object_batch_input_spec.rb +0 -47
  2632. data/spec/codegen/crm/objects/emails/models/simple_public_object_id_spec.rb +0 -41
  2633. data/spec/codegen/crm/objects/emails/models/simple_public_object_input_spec.rb +0 -41
  2634. data/spec/codegen/crm/objects/emails/models/simple_public_object_spec.rb +0 -77
  2635. data/spec/codegen/crm/objects/emails/models/simple_public_object_with_associations_spec.rb +0 -83
  2636. data/spec/codegen/crm/objects/emails/models/standard_error_spec.rb +0 -83
  2637. data/spec/codegen/crm/objects/emails/models/value_with_timestamp_spec.rb +0 -71
  2638. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -77
  2639. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -107
  2640. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -80
  2641. data/spec/codegen/crm/objects/feedback_submissions/api/public_object_api_spec.rb +0 -46
  2642. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -45
  2643. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
  2644. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2645. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2646. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2647. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2648. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
  2649. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2650. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2651. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
  2652. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2653. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2654. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
  2655. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
  2656. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
  2657. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
  2658. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -63
  2659. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
  2660. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
  2661. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
  2662. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
  2663. data/spec/codegen/crm/objects/feedback_submissions/models/public_merge_input_spec.rb +0 -47
  2664. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
  2665. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
  2666. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
  2667. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
  2668. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -77
  2669. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -83
  2670. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
  2671. data/spec/codegen/crm/objects/feedback_submissions/models/value_with_timestamp_spec.rb +0 -71
  2672. data/spec/codegen/crm/objects/meetings/api/associations_api_spec.rb +0 -77
  2673. data/spec/codegen/crm/objects/meetings/api/basic_api_spec.rb +0 -107
  2674. data/spec/codegen/crm/objects/meetings/api/batch_api_spec.rb +0 -80
  2675. data/spec/codegen/crm/objects/meetings/api/public_object_api_spec.rb +0 -46
  2676. data/spec/codegen/crm/objects/meetings/api/search_api_spec.rb +0 -45
  2677. data/spec/codegen/crm/objects/meetings/models/associated_id_spec.rb +0 -47
  2678. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2679. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2680. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2681. data/spec/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2682. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_spec.rb +0 -75
  2683. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2684. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2685. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_spec.rb +0 -47
  2686. data/spec/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2687. data/spec/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2688. data/spec/codegen/crm/objects/meetings/models/error_category_spec.rb +0 -51
  2689. data/spec/codegen/crm/objects/meetings/models/error_detail_spec.rb +0 -65
  2690. data/spec/codegen/crm/objects/meetings/models/error_spec.rb +0 -77
  2691. data/spec/codegen/crm/objects/meetings/models/filter_group_spec.rb +0 -41
  2692. data/spec/codegen/crm/objects/meetings/models/filter_spec.rb +0 -63
  2693. data/spec/codegen/crm/objects/meetings/models/forward_paging_spec.rb +0 -41
  2694. data/spec/codegen/crm/objects/meetings/models/next_page_spec.rb +0 -47
  2695. data/spec/codegen/crm/objects/meetings/models/paging_spec.rb +0 -47
  2696. data/spec/codegen/crm/objects/meetings/models/previous_page_spec.rb +0 -47
  2697. data/spec/codegen/crm/objects/meetings/models/public_merge_input_spec.rb +0 -47
  2698. data/spec/codegen/crm/objects/meetings/models/public_object_search_request_spec.rb +0 -71
  2699. data/spec/codegen/crm/objects/meetings/models/simple_public_object_batch_input_spec.rb +0 -47
  2700. data/spec/codegen/crm/objects/meetings/models/simple_public_object_id_spec.rb +0 -41
  2701. data/spec/codegen/crm/objects/meetings/models/simple_public_object_input_spec.rb +0 -41
  2702. data/spec/codegen/crm/objects/meetings/models/simple_public_object_spec.rb +0 -77
  2703. data/spec/codegen/crm/objects/meetings/models/simple_public_object_with_associations_spec.rb +0 -83
  2704. data/spec/codegen/crm/objects/meetings/models/standard_error_spec.rb +0 -83
  2705. data/spec/codegen/crm/objects/meetings/models/value_with_timestamp_spec.rb +0 -71
  2706. data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
  2707. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2708. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2709. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2710. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2711. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
  2712. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2713. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2714. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
  2715. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2716. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2717. data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
  2718. data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
  2719. data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
  2720. data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
  2721. data/spec/codegen/crm/objects/models/filter_spec.rb +0 -63
  2722. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
  2723. data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
  2724. data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
  2725. data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
  2726. data/spec/codegen/crm/objects/models/public_gdpr_delete_input_spec.rb +0 -47
  2727. data/spec/codegen/crm/objects/models/public_merge_input_spec.rb +0 -47
  2728. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
  2729. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
  2730. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
  2731. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
  2732. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -77
  2733. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -83
  2734. data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
  2735. data/spec/codegen/crm/objects/models/value_with_timestamp_spec.rb +0 -71
  2736. data/spec/codegen/crm/objects/notes/api/associations_api_spec.rb +0 -77
  2737. data/spec/codegen/crm/objects/notes/api/basic_api_spec.rb +0 -107
  2738. data/spec/codegen/crm/objects/notes/api/batch_api_spec.rb +0 -80
  2739. data/spec/codegen/crm/objects/notes/api/public_object_api_spec.rb +0 -46
  2740. data/spec/codegen/crm/objects/notes/api/search_api_spec.rb +0 -45
  2741. data/spec/codegen/crm/objects/notes/models/associated_id_spec.rb +0 -47
  2742. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2743. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2744. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2745. data/spec/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2746. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_spec.rb +0 -75
  2747. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2748. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2749. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_spec.rb +0 -47
  2750. data/spec/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2751. data/spec/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2752. data/spec/codegen/crm/objects/notes/models/error_category_spec.rb +0 -51
  2753. data/spec/codegen/crm/objects/notes/models/error_detail_spec.rb +0 -65
  2754. data/spec/codegen/crm/objects/notes/models/error_spec.rb +0 -77
  2755. data/spec/codegen/crm/objects/notes/models/filter_group_spec.rb +0 -41
  2756. data/spec/codegen/crm/objects/notes/models/filter_spec.rb +0 -63
  2757. data/spec/codegen/crm/objects/notes/models/forward_paging_spec.rb +0 -41
  2758. data/spec/codegen/crm/objects/notes/models/next_page_spec.rb +0 -47
  2759. data/spec/codegen/crm/objects/notes/models/paging_spec.rb +0 -47
  2760. data/spec/codegen/crm/objects/notes/models/previous_page_spec.rb +0 -47
  2761. data/spec/codegen/crm/objects/notes/models/public_merge_input_spec.rb +0 -47
  2762. data/spec/codegen/crm/objects/notes/models/public_object_search_request_spec.rb +0 -71
  2763. data/spec/codegen/crm/objects/notes/models/simple_public_object_batch_input_spec.rb +0 -47
  2764. data/spec/codegen/crm/objects/notes/models/simple_public_object_id_spec.rb +0 -41
  2765. data/spec/codegen/crm/objects/notes/models/simple_public_object_input_spec.rb +0 -41
  2766. data/spec/codegen/crm/objects/notes/models/simple_public_object_spec.rb +0 -77
  2767. data/spec/codegen/crm/objects/notes/models/simple_public_object_with_associations_spec.rb +0 -83
  2768. data/spec/codegen/crm/objects/notes/models/standard_error_spec.rb +0 -83
  2769. data/spec/codegen/crm/objects/notes/models/value_with_timestamp_spec.rb +0 -71
  2770. data/spec/codegen/crm/objects/tasks/api/associations_api_spec.rb +0 -77
  2771. data/spec/codegen/crm/objects/tasks/api/basic_api_spec.rb +0 -107
  2772. data/spec/codegen/crm/objects/tasks/api/batch_api_spec.rb +0 -80
  2773. data/spec/codegen/crm/objects/tasks/api/public_object_api_spec.rb +0 -46
  2774. data/spec/codegen/crm/objects/tasks/api/search_api_spec.rb +0 -45
  2775. data/spec/codegen/crm/objects/tasks/models/associated_id_spec.rb +0 -47
  2776. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2777. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2778. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2779. data/spec/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2780. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_spec.rb +0 -75
  2781. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2782. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2783. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_spec.rb +0 -47
  2784. data/spec/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2785. data/spec/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2786. data/spec/codegen/crm/objects/tasks/models/error_category_spec.rb +0 -51
  2787. data/spec/codegen/crm/objects/tasks/models/error_detail_spec.rb +0 -65
  2788. data/spec/codegen/crm/objects/tasks/models/error_spec.rb +0 -77
  2789. data/spec/codegen/crm/objects/tasks/models/filter_group_spec.rb +0 -41
  2790. data/spec/codegen/crm/objects/tasks/models/filter_spec.rb +0 -63
  2791. data/spec/codegen/crm/objects/tasks/models/forward_paging_spec.rb +0 -41
  2792. data/spec/codegen/crm/objects/tasks/models/next_page_spec.rb +0 -47
  2793. data/spec/codegen/crm/objects/tasks/models/paging_spec.rb +0 -47
  2794. data/spec/codegen/crm/objects/tasks/models/previous_page_spec.rb +0 -47
  2795. data/spec/codegen/crm/objects/tasks/models/public_merge_input_spec.rb +0 -47
  2796. data/spec/codegen/crm/objects/tasks/models/public_object_search_request_spec.rb +0 -71
  2797. data/spec/codegen/crm/objects/tasks/models/simple_public_object_batch_input_spec.rb +0 -47
  2798. data/spec/codegen/crm/objects/tasks/models/simple_public_object_id_spec.rb +0 -41
  2799. data/spec/codegen/crm/objects/tasks/models/simple_public_object_input_spec.rb +0 -41
  2800. data/spec/codegen/crm/objects/tasks/models/simple_public_object_spec.rb +0 -77
  2801. data/spec/codegen/crm/objects/tasks/models/simple_public_object_with_associations_spec.rb +0 -83
  2802. data/spec/codegen/crm/objects/tasks/models/standard_error_spec.rb +0 -83
  2803. data/spec/codegen/crm/objects/tasks/models/value_with_timestamp_spec.rb +0 -71
  2804. data/spec/codegen/crm/owners/api/owners_api_spec.rb +0 -62
  2805. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
  2806. data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
  2807. data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
  2808. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
  2809. data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
  2810. data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
  2811. data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -53
  2812. data/spec/codegen/crm/pipelines/api/pipeline_audits_api_spec.rb +0 -48
  2813. data/spec/codegen/crm/pipelines/api/pipeline_stage_audits_api_spec.rb +0 -48
  2814. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -120
  2815. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
  2816. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_no_paging_spec.rb +0 -41
  2817. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging_spec.rb +0 -41
  2818. data/spec/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging_spec.rb +0 -41
  2819. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
  2820. data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
  2821. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
  2822. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2823. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
  2824. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2825. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2826. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
  2827. data/spec/codegen/crm/pipelines/models/public_audit_info_spec.rb +0 -77
  2828. data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
  2829. data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -107
  2830. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
  2831. data/spec/codegen/crm/products/api/public_object_api_spec.rb +0 -46
  2832. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -45
  2833. data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
  2834. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2835. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2836. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2837. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2838. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
  2839. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2840. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2841. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
  2842. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2843. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2844. data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
  2845. data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
  2846. data/spec/codegen/crm/products/models/error_spec.rb +0 -77
  2847. data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
  2848. data/spec/codegen/crm/products/models/filter_spec.rb +0 -63
  2849. data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
  2850. data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
  2851. data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
  2852. data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
  2853. data/spec/codegen/crm/products/models/public_merge_input_spec.rb +0 -47
  2854. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
  2855. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
  2856. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
  2857. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
  2858. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -77
  2859. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -83
  2860. data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
  2861. data/spec/codegen/crm/products/models/value_with_timestamp_spec.rb +0 -71
  2862. data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
  2863. data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
  2864. data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
  2865. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
  2866. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
  2867. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2868. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
  2869. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
  2870. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
  2871. data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
  2872. data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
  2873. data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
  2874. data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
  2875. data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
  2876. data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
  2877. data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
  2878. data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
  2879. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
  2880. data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
  2881. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
  2882. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
  2883. data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
  2884. data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
  2885. data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
  2886. data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
  2887. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -77
  2888. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -107
  2889. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -80
  2890. data/spec/codegen/crm/quotes/api/public_object_api_spec.rb +0 -46
  2891. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -45
  2892. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
  2893. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2894. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2895. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2896. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2897. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
  2898. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2899. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2900. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
  2901. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2902. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2903. data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
  2904. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
  2905. data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
  2906. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
  2907. data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -63
  2908. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
  2909. data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
  2910. data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
  2911. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
  2912. data/spec/codegen/crm/quotes/models/public_merge_input_spec.rb +0 -47
  2913. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
  2914. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
  2915. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
  2916. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
  2917. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -77
  2918. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -83
  2919. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
  2920. data/spec/codegen/crm/quotes/models/value_with_timestamp_spec.rb +0 -71
  2921. data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
  2922. data/spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb +0 -45
  2923. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
  2924. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
  2925. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
  2926. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
  2927. data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
  2928. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
  2929. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
  2930. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
  2931. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
  2932. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
  2933. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
  2934. data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
  2935. data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
  2936. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
  2937. data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
  2938. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
  2939. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -107
  2940. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
  2941. data/spec/codegen/crm/tickets/api/public_object_api_spec.rb +0 -46
  2942. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -45
  2943. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
  2944. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2945. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2946. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2947. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  2948. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
  2949. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2950. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2951. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
  2952. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2953. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2954. data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
  2955. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
  2956. data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
  2957. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
  2958. data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -63
  2959. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
  2960. data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
  2961. data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
  2962. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
  2963. data/spec/codegen/crm/tickets/models/public_merge_input_spec.rb +0 -47
  2964. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
  2965. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
  2966. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
  2967. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
  2968. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -77
  2969. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -83
  2970. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
  2971. data/spec/codegen/crm/tickets/models/value_with_timestamp_spec.rb +0 -71
  2972. data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
  2973. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
  2974. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
  2975. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
  2976. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
  2977. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
  2978. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb +0 -41
  2979. data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
  2980. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
  2981. data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
  2982. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
  2983. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
  2984. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
  2985. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
  2986. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
  2987. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
  2988. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
  2989. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
  2990. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
  2991. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
  2992. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
  2993. data/spec/codegen/events/api/events_api_spec.rb +0 -54
  2994. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
  2995. data/spec/codegen/events/models/error_detail_spec.rb +0 -65
  2996. data/spec/codegen/events/models/error_spec.rb +0 -77
  2997. data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
  2998. data/spec/codegen/events/models/next_page_spec.rb +0 -47
  2999. data/spec/codegen/events/models/paging_spec.rb +0 -41
  3000. data/spec/codegen/files/files/api/files_api_spec.rb +0 -191
  3001. data/spec/codegen/files/files/api/folders_api_spec.rb +0 -147
  3002. data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
  3003. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
  3004. data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
  3005. data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
  3006. data/spec/codegen/files/files/models/error_spec.rb +0 -77
  3007. data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
  3008. data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
  3009. data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
  3010. data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
  3011. data/spec/codegen/files/files/models/folder_spec.rb +0 -83
  3012. data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
  3013. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
  3014. data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
  3015. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
  3016. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
  3017. data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
  3018. data/spec/codegen/files/files/models/paging_spec.rb +0 -47
  3019. data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
  3020. data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
  3021. data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
  3022. data/spec/codegen/marketing/events/api/basic_api_spec.rb +0 -113
  3023. data/spec/codegen/marketing/events/api/batch_api_spec.rb +0 -59
  3024. data/spec/codegen/marketing/events/api/search_api_spec.rb +0 -47
  3025. data/spec/codegen/marketing/events/api/settings_api_spec.rb +0 -60
  3026. data/spec/codegen/marketing/events/api/subscriber_state_changes_api_spec.rb +0 -65
  3027. data/spec/codegen/marketing/events/models/batch_input_marketing_event_create_request_params_spec.rb +0 -41
  3028. data/spec/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber_spec.rb +0 -41
  3029. data/spec/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier_spec.rb +0 -41
  3030. data/spec/codegen/marketing/events/models/batch_input_marketing_event_subscriber_spec.rb +0 -41
  3031. data/spec/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_spec.rb +0 -87
  3032. data/spec/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging_spec.rb +0 -41
  3033. data/spec/codegen/marketing/events/models/error_category_spec.rb +0 -51
  3034. data/spec/codegen/marketing/events/models/error_detail_spec.rb +0 -65
  3035. data/spec/codegen/marketing/events/models/error_spec.rb +0 -77
  3036. data/spec/codegen/marketing/events/models/event_detail_settings_spec.rb +0 -47
  3037. data/spec/codegen/marketing/events/models/event_detail_settings_url_spec.rb +0 -41
  3038. data/spec/codegen/marketing/events/models/marketing_event_create_request_params_spec.rb +0 -101
  3039. data/spec/codegen/marketing/events/models/marketing_event_default_response_spec.rb +0 -89
  3040. data/spec/codegen/marketing/events/models/marketing_event_email_subscriber_spec.rb +0 -47
  3041. data/spec/codegen/marketing/events/models/marketing_event_external_unique_identifier_spec.rb +0 -53
  3042. data/spec/codegen/marketing/events/models/marketing_event_public_default_response_spec.rb +0 -107
  3043. data/spec/codegen/marketing/events/models/marketing_event_public_read_response_spec.rb +0 -137
  3044. data/spec/codegen/marketing/events/models/marketing_event_subscriber_spec.rb +0 -47
  3045. data/spec/codegen/marketing/events/models/marketing_event_update_request_params_spec.rb +0 -89
  3046. data/spec/codegen/marketing/events/models/property_value_spec.rb +0 -111
  3047. data/spec/codegen/marketing/events/models/standard_error_spec.rb +0 -83
  3048. data/spec/codegen/marketing/forms/api/forms_api_spec.rb +0 -113
  3049. data/spec/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_spec.rb +0 -47
  3050. data/spec/codegen/marketing/forms/models/datepicker_field_spec.rb +0 -99
  3051. data/spec/codegen/marketing/forms/models/dependent_field_filter_spec.rb +0 -69
  3052. data/spec/codegen/marketing/forms/models/dependent_field_spec.rb +0 -47
  3053. data/spec/codegen/marketing/forms/models/dropdown_field_spec.rb +0 -105
  3054. data/spec/codegen/marketing/forms/models/email_field_spec.rb +0 -105
  3055. data/spec/codegen/marketing/forms/models/email_field_validation_spec.rb +0 -47
  3056. data/spec/codegen/marketing/forms/models/enumerated_field_option_spec.rb +0 -59
  3057. data/spec/codegen/marketing/forms/models/error_detail_spec.rb +0 -65
  3058. data/spec/codegen/marketing/forms/models/error_spec.rb +0 -77
  3059. data/spec/codegen/marketing/forms/models/field_group_spec.rb +0 -67
  3060. data/spec/codegen/marketing/forms/models/file_field_spec.rb +0 -105
  3061. data/spec/codegen/marketing/forms/models/form_definition_base_spec.rb +0 -35
  3062. data/spec/codegen/marketing/forms/models/form_definition_create_request_base_spec.rb +0 -35
  3063. data/spec/codegen/marketing/forms/models/form_display_options_spec.rb +0 -69
  3064. data/spec/codegen/marketing/forms/models/form_post_submit_action_spec.rb +0 -51
  3065. data/spec/codegen/marketing/forms/models/form_style_spec.rb +0 -111
  3066. data/spec/codegen/marketing/forms/models/forward_paging_spec.rb +0 -41
  3067. data/spec/codegen/marketing/forms/models/hub_spot_form_configuration_spec.rb +0 -105
  3068. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_all_of_spec.rb +0 -105
  3069. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of_spec.rb +0 -99
  3070. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_spec.rb +0 -35
  3071. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_spec.rb +0 -71
  3072. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_spec.rb +0 -35
  3073. data/spec/codegen/marketing/forms/models/legal_consent_checkbox_spec.rb +0 -53
  3074. data/spec/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process_spec.rb +0 -81
  3075. data/spec/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process_spec.rb +0 -69
  3076. data/spec/codegen/marketing/forms/models/legal_consent_options_legitimate_interest_spec.rb +0 -67
  3077. data/spec/codegen/marketing/forms/models/legal_consent_options_none_spec.rb +0 -45
  3078. data/spec/codegen/marketing/forms/models/mobile_phone_field_spec.rb +0 -105
  3079. data/spec/codegen/marketing/forms/models/multi_line_text_field_spec.rb +0 -99
  3080. data/spec/codegen/marketing/forms/models/multiple_checkboxes_field_spec.rb +0 -99
  3081. data/spec/codegen/marketing/forms/models/next_page_spec.rb +0 -47
  3082. data/spec/codegen/marketing/forms/models/number_field_spec.rb +0 -105
  3083. data/spec/codegen/marketing/forms/models/number_field_validation_spec.rb +0 -47
  3084. data/spec/codegen/marketing/forms/models/phone_field_spec.rb +0 -111
  3085. data/spec/codegen/marketing/forms/models/phone_field_validation_spec.rb +0 -47
  3086. data/spec/codegen/marketing/forms/models/radio_field_spec.rb +0 -105
  3087. data/spec/codegen/marketing/forms/models/single_checkbox_field_spec.rb +0 -93
  3088. data/spec/codegen/marketing/forms/models/single_line_text_field_spec.rb +0 -99
  3089. data/spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb +0 -98
  3090. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +0 -47
  3091. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging_spec.rb +0 -47
  3092. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
  3093. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
  3094. data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
  3095. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
  3096. data/spec/codegen/marketing/transactional/models/forward_paging_spec.rb +0 -41
  3097. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
  3098. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
  3099. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
  3100. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
  3101. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
  3102. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +0 -45
  3103. data/spec/codegen/oauth/api/refresh_tokens_api_spec.rb +0 -55
  3104. data/spec/codegen/oauth/api/tokens_api_spec.rb +0 -50
  3105. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -107
  3106. data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
  3107. data/spec/codegen/oauth/models/error_spec.rb +0 -77
  3108. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
  3109. data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -65
  3110. data/spec/codegen/settings/users/api/roles_api_spec.rb +0 -46
  3111. data/spec/codegen/settings/users/api/teams_api_spec.rb +0 -46
  3112. data/spec/codegen/settings/users/api/users_api_spec.rb +0 -100
  3113. data/spec/codegen/settings/users/models/collection_response_public_permission_set_no_paging_spec.rb +0 -41
  3114. data/spec/codegen/settings/users/models/collection_response_public_team_no_paging_spec.rb +0 -41
  3115. data/spec/codegen/settings/users/models/collection_response_public_user_forward_paging_spec.rb +0 -47
  3116. data/spec/codegen/settings/users/models/error_detail_spec.rb +0 -65
  3117. data/spec/codegen/settings/users/models/error_spec.rb +0 -77
  3118. data/spec/codegen/settings/users/models/forward_paging_spec.rb +0 -41
  3119. data/spec/codegen/settings/users/models/next_page_spec.rb +0 -47
  3120. data/spec/codegen/settings/users/models/public_permission_set_spec.rb +0 -53
  3121. data/spec/codegen/settings/users/models/public_team_spec.rb +0 -59
  3122. data/spec/codegen/settings/users/models/public_user_spec.rb +0 -65
  3123. data/spec/codegen/settings/users/models/public_user_update_spec.rb +0 -53
  3124. data/spec/codegen/settings/users/models/user_provision_request_spec.rb +0 -65
  3125. data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -66
  3126. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -101
  3127. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
  3128. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
  3129. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
  3130. data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
  3131. data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
  3132. data/spec/codegen/webhooks/models/error_spec.rb +0 -77
  3133. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
  3134. data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
  3135. data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
  3136. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
  3137. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
  3138. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
  3139. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
  3140. data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
  3141. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
  3142. data/spec/discovery/crm/associations/types_api_spec.rb +0 -7
  3143. data/spec/discovery/crm/companies/associations_api_spec.rb +0 -9
  3144. data/spec/discovery/crm/contacts/associations_api_spec.rb +0 -9
  3145. data/spec/discovery/crm/deals/associations_api_spec.rb +0 -9
  3146. data/spec/discovery/crm/line_items/associations_api_spec.rb +0 -9
  3147. data/spec/discovery/crm/objects/calls/associations_api_spec.rb +0 -9
  3148. data/spec/discovery/crm/objects/emails/associations_api_spec.rb +0 -9
  3149. data/spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
  3150. data/spec/discovery/crm/objects/meetings/associations_api_spec.rb +0 -9
  3151. data/spec/discovery/crm/objects/notes/associations_api_spec.rb +0 -9
  3152. data/spec/discovery/crm/objects/tasks/associations_api_spec.rb +0 -9
  3153. data/spec/discovery/crm/products/associations_api_spec.rb +0 -9
  3154. data/spec/discovery/crm/quotes/associations_api_spec.rb +0 -7
  3155. data/spec/discovery/crm/tickets/associations_api_spec.rb +0 -9
  3156. data/spec/discovery/files/files/files_api_spec.rb +0 -16
  3157. data/spec/discovery/files/files/folders_api_spec.rb +0 -14
  3158. data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
  3159. data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
  3160. data/spec/features/automation/actions/functions_api_spec.rb +0 -13
  3161. data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
  3162. data/spec/features/cms/audit-logs/audit_logs_api_spec.rb +0 -25
  3163. data/spec/features/cms/blogs/authors/blog_authors_api_spec.rb +0 -254
  3164. data/spec/features/cms/blogs/blog-posts/blog_posts_api_spec.rb +0 -25
  3165. data/spec/features/cms/blogs/tags/blog_tags_api_spec.rb +0 -15
  3166. data/spec/features/cms/domains/domains_api_spec.rb +0 -8
  3167. data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
  3168. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
  3169. data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
  3170. data/spec/features/cms/performance/public_performance_api_spec.rb +0 -8
  3171. data/spec/features/cms/site-search/public_api_spec.rb +0 -8
  3172. data/spec/features/cms/source-code/content_api_spec.rb +0 -10
  3173. data/spec/features/cms/source-code/extract_api_spec.rb +0 -7
  3174. data/spec/features/cms/source-code/metadata_api_spec.rb +0 -7
  3175. data/spec/features/cms/source-code/source_code_extract_api_spec.rb +0 -8
  3176. data/spec/features/cms/source-code/validation_api_spec.rb +0 -7
  3177. data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
  3178. data/spec/features/communication_preferences/definition_api_spec.rb +0 -7
  3179. data/spec/features/communication_preferences/status_api_spec.rb +0 -9
  3180. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
  3181. data/spec/features/crm/associations/batch_api_spec.rb +0 -9
  3182. data/spec/features/crm/associations/types_api_spec.rb +0 -7
  3183. data/spec/features/crm/companies/associations_api_spec.rb +0 -9
  3184. data/spec/features/crm/companies/basic_api_spec.rb +0 -11
  3185. data/spec/features/crm/companies/batch_api_spec.rb +0 -10
  3186. data/spec/features/crm/companies/search_api_spec.rb +0 -7
  3187. data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
  3188. data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
  3189. data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
  3190. data/spec/features/crm/contacts/gdpr_api_spec.rb +0 -7
  3191. data/spec/features/crm/contacts/search_api_spec.rb +0 -7
  3192. data/spec/features/crm/deals/associations_api_spec.rb +0 -9
  3193. data/spec/features/crm/deals/basic_api_spec.rb +0 -11
  3194. data/spec/features/crm/deals/batch_api_spec.rb +0 -10
  3195. data/spec/features/crm/deals/search_api_spec.rb +0 -7
  3196. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  3197. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  3198. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
  3199. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
  3200. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  3201. data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
  3202. data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
  3203. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
  3204. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
  3205. data/spec/features/crm/imports/core_api_spec.rb +0 -10
  3206. data/spec/features/crm/imports/public_imports_api_spec.rb +0 -7
  3207. data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
  3208. data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
  3209. data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
  3210. data/spec/features/crm/line_items/search_api_spec.rb +0 -7
  3211. data/spec/features/crm/objects/associations_api_spec.rb +0 -9
  3212. data/spec/features/crm/objects/basic_api_spec.rb +0 -11
  3213. data/spec/features/crm/objects/batch_api_spec.rb +0 -10
  3214. data/spec/features/crm/objects/calls/associations_api_spec.rb +0 -9
  3215. data/spec/features/crm/objects/calls/basic_api_spec.rb +0 -10
  3216. data/spec/features/crm/objects/calls/batch_api_spec.rb +0 -10
  3217. data/spec/features/crm/objects/calls/public_object_api_spec.rb +0 -7
  3218. data/spec/features/crm/objects/calls/search_api_spec.rb +0 -7
  3219. data/spec/features/crm/objects/emails/associations_api_spec.rb +0 -9
  3220. data/spec/features/crm/objects/emails/basic_api_spec.rb +0 -10
  3221. data/spec/features/crm/objects/emails/batch_api_spec.rb +0 -10
  3222. data/spec/features/crm/objects/emails/public_object_api_spec.rb +0 -7
  3223. data/spec/features/crm/objects/emails/search_api_spec.rb +0 -7
  3224. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
  3225. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -11
  3226. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -10
  3227. data/spec/features/crm/objects/feedback_submissions/public_object_api_spec.rb +0 -7
  3228. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
  3229. data/spec/features/crm/objects/gdpr_api_spec.rb +0 -7
  3230. data/spec/features/crm/objects/meetings/associations_api_spec.rb +0 -9
  3231. data/spec/features/crm/objects/meetings/basic_api_spec.rb +0 -10
  3232. data/spec/features/crm/objects/meetings/batch_api_spec.rb +0 -10
  3233. data/spec/features/crm/objects/meetings/public_object_api_spec.rb +0 -7
  3234. data/spec/features/crm/objects/meetings/search_api_spec.rb +0 -7
  3235. data/spec/features/crm/objects/notes/associations_api_spec.rb +0 -9
  3236. data/spec/features/crm/objects/notes/basic_api_spec.rb +0 -10
  3237. data/spec/features/crm/objects/notes/batch_api_spec.rb +0 -10
  3238. data/spec/features/crm/objects/notes/public_object_api_spec.rb +0 -7
  3239. data/spec/features/crm/objects/notes/search_api_spec.rb +0 -7
  3240. data/spec/features/crm/objects/search_api_spec.rb +0 -7
  3241. data/spec/features/crm/objects/tasks/associations_api_spec.rb +0 -9
  3242. data/spec/features/crm/objects/tasks/basic_api_spec.rb +0 -10
  3243. data/spec/features/crm/objects/tasks/batch_api_spec.rb +0 -10
  3244. data/spec/features/crm/objects/tasks/public_object_api_spec.rb +0 -7
  3245. data/spec/features/crm/objects/tasks/search_api_spec.rb +0 -7
  3246. data/spec/features/crm/owners/owners_api_spec.rb +0 -8
  3247. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
  3248. data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
  3249. data/spec/features/crm/products/associations_api_spec.rb +0 -9
  3250. data/spec/features/crm/products/basic_api_spec.rb +0 -11
  3251. data/spec/features/crm/products/batch_api_spec.rb +0 -10
  3252. data/spec/features/crm/products/search_api_spec.rb +0 -7
  3253. data/spec/features/crm/properties/batch_api_spec.rb +0 -9
  3254. data/spec/features/crm/properties/core_api_spec.rb +0 -11
  3255. data/spec/features/crm/properties/groups_api_spec.rb +0 -11
  3256. data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
  3257. data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
  3258. data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
  3259. data/spec/features/crm/quotes/search_api_spec.rb +0 -7
  3260. data/spec/features/crm/schemas/core_api_spec.rb +0 -13
  3261. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  3262. data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
  3263. data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
  3264. data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
  3265. data/spec/features/crm/tickets/search_api_spec.rb +0 -7
  3266. data/spec/features/crm/timeline/events_api_spec.rb +0 -11
  3267. data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
  3268. data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
  3269. data/spec/features/events/events_api_spec.rb +0 -7
  3270. data/spec/features/files/files/files_api_spec.rb +0 -16
  3271. data/spec/features/files/files/folders_api_spec.rb +0 -14
  3272. data/spec/features/marketing/events/basic_api_spec.rb +0 -12
  3273. data/spec/features/marketing/events/batch_api_spec.rb +0 -8
  3274. data/spec/features/marketing/events/search_api_spec.rb +0 -7
  3275. data/spec/features/marketing/events/settings_api_spec.rb +0 -8
  3276. data/spec/features/marketing/events/subscriber_state_changes_api_spec.rb +0 -8
  3277. data/spec/features/marketing/forms/forms_api_spec.rb +0 -12
  3278. data/spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb +0 -11
  3279. data/spec/features/marketing/transactional/single_send_api_spec.rb +0 -7
  3280. data/spec/features/oauth/access_tokens_api_spec.rb +0 -7
  3281. data/spec/features/oauth/refresh_tokens_api_spec.rb +0 -8
  3282. data/spec/features/oauth/tokens_api_spec.rb +0 -7
  3283. data/spec/features/settings/users/roles_api_spec.rb +0 -7
  3284. data/spec/features/settings/users/teams_api_spec.rb +0 -7
  3285. data/spec/features/settings/users/users_api_spec.rb +0 -11
  3286. data/spec/features/webhooks/settings_api_spec.rb +0 -9
  3287. data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
@@ -1,93 +0,0 @@
1
- =begin
2
- #CMS Source Code
3
-
4
- #Endpoints for interacting with files in the CMS Developer File System. These files include HTML templates, CSS, JS, modules, and other assets which are used to create CMS content.
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 'cgi'
14
-
15
- module Hubspot
16
- module Cms
17
- module SourceCode
18
- class ExtractApi
19
- attr_accessor :api_client
20
-
21
- def initialize(api_client = ApiClient.default)
22
- @api_client = api_client
23
- end
24
- # Extracts a zip file
25
- # Extracts a zip file in the file system. The zip file will be extracted in-place and not be deleted automatically.
26
- # @param path [String] The file system location of the zip file.
27
- # @param [Hash] opts the optional parameters
28
- # @return [nil]
29
- def extract_by_path(path, opts = {})
30
- extract_by_path_with_http_info(path, opts)
31
- nil
32
- end
33
-
34
- # Extracts a zip file
35
- # Extracts a zip file in the file system. The zip file will be extracted in-place and not be deleted automatically.
36
- # @param path [String] The file system location of the zip file.
37
- # @param [Hash] opts the optional parameters
38
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
- def extract_by_path_with_http_info(path, opts = {})
40
- if @api_client.config.debugging
41
- @api_client.config.logger.debug 'Calling API: ExtractApi.extract_by_path ...'
42
- end
43
- # verify the required parameter 'path' is set
44
- if @api_client.config.client_side_validation && path.nil?
45
- fail ArgumentError, "Missing the required parameter 'path' when calling ExtractApi.extract_by_path"
46
- end
47
- pattern = Regexp.new(/.+/)
48
- if @api_client.config.client_side_validation && path !~ pattern
49
- fail ArgumentError, "invalid value for 'path' when calling ExtractApi.extract_by_path, must conform to the pattern #{pattern}."
50
- end
51
-
52
- # resource path
53
- local_var_path = '/cms/v3/source-code/extract/{path}'.sub('{' + 'path' + '}', CGI.escape(path.to_s))
54
-
55
- # query parameters
56
- query_params = opts[:query_params] || {}
57
-
58
- # header parameters
59
- header_params = opts[:header_params] || {}
60
- # HTTP header 'Accept' (if needed)
61
- header_params['Accept'] = @api_client.select_header_accept(['*/*'])
62
-
63
- # form parameters
64
- form_params = opts[:form_params] || {}
65
-
66
- # http body (model)
67
- post_body = opts[:body]
68
-
69
- # return_type
70
- return_type = opts[:return_type]
71
-
72
- # auth_names
73
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
74
-
75
- new_options = opts.merge(
76
- :header_params => header_params,
77
- :query_params => query_params,
78
- :form_params => form_params,
79
- :body => post_body,
80
- :auth_names => auth_names,
81
- :return_type => return_type
82
- )
83
-
84
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
85
- if @api_client.config.debugging
86
- @api_client.config.logger.debug "API called: ExtractApi#extract_by_path\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
- end
88
- return data, status_code, headers
89
- end
90
- end
91
- end
92
- end
93
- end
@@ -1,99 +0,0 @@
1
- =begin
2
- #CMS Source Code
3
-
4
- #Endpoints for interacting with files in the CMS Developer File System. These files include HTML templates, CSS, JS, modules, and other assets which are used to create CMS content.
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 'cgi'
14
-
15
- module Hubspot
16
- module Cms
17
- module SourceCode
18
- class MetadataApi
19
- attr_accessor :api_client
20
-
21
- def initialize(api_client = ApiClient.default)
22
- @api_client = api_client
23
- end
24
- # Get the metadata for a file
25
- # Gets the metadata object for the file at the specified path in the specified environment.
26
- # @param environment [String] The environment of the file (\&quot;draft\&quot; or \&quot;published\&quot;).
27
- # @param path [String] The file system location of the file.
28
- # @param [Hash] opts the optional parameters
29
- # @return [AssetFileMetadata]
30
- def get(environment, path, opts = {})
31
- data, _status_code, _headers = get_with_http_info(environment, path, opts)
32
- data
33
- end
34
-
35
- # Get the metadata for a file
36
- # Gets the metadata object for the file at the specified path in the specified environment.
37
- # @param environment [String] The environment of the file (\&quot;draft\&quot; or \&quot;published\&quot;).
38
- # @param path [String] The file system location of the file.
39
- # @param [Hash] opts the optional parameters
40
- # @return [Array<(AssetFileMetadata, Integer, Hash)>] AssetFileMetadata data, response status code and response headers
41
- def get_with_http_info(environment, path, opts = {})
42
- if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: MetadataApi.get ...'
44
- end
45
- # verify the required parameter 'environment' is set
46
- if @api_client.config.client_side_validation && environment.nil?
47
- fail ArgumentError, "Missing the required parameter 'environment' when calling MetadataApi.get"
48
- end
49
- # verify the required parameter 'path' is set
50
- if @api_client.config.client_side_validation && path.nil?
51
- fail ArgumentError, "Missing the required parameter 'path' when calling MetadataApi.get"
52
- end
53
- pattern = Regexp.new(/.+/)
54
- if @api_client.config.client_side_validation && path !~ pattern
55
- fail ArgumentError, "invalid value for 'path' when calling MetadataApi.get, must conform to the pattern #{pattern}."
56
- end
57
-
58
- # resource path
59
- local_var_path = '/cms/v3/source-code/{environment}/metadata/{path}'.sub('{' + 'environment' + '}', CGI.escape(environment.to_s)).sub('{' + 'path' + '}', CGI.escape(path.to_s))
60
-
61
- # query parameters
62
- query_params = opts[:query_params] || {}
63
-
64
- # header parameters
65
- header_params = opts[:header_params] || {}
66
- # HTTP header 'Accept' (if needed)
67
- header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
68
-
69
- # form parameters
70
- form_params = opts[:form_params] || {}
71
-
72
- # http body (model)
73
- post_body = opts[:body]
74
-
75
- # return_type
76
- return_type = opts[:return_type] || 'AssetFileMetadata'
77
-
78
- # auth_names
79
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
80
-
81
- new_options = opts.merge(
82
- :header_params => header_params,
83
- :query_params => query_params,
84
- :form_params => form_params,
85
- :body => post_body,
86
- :auth_names => auth_names,
87
- :return_type => return_type
88
- )
89
-
90
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
91
- if @api_client.config.debugging
92
- @api_client.config.logger.debug "API called: MetadataApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
93
- end
94
- return data, status_code, headers
95
- end
96
- end
97
- end
98
- end
99
- end
@@ -1,142 +0,0 @@
1
- =begin
2
- #CMS Source Code
3
-
4
- #Endpoints for interacting with files in the CMS Developer File System. These files include HTML templates, CSS, JS, modules, and other assets which are used to create CMS content.
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 'cgi'
14
-
15
- module Hubspot
16
- module Cms
17
- module SourceCode
18
- class SourceCodeExtractApi
19
- attr_accessor :api_client
20
-
21
- def initialize(api_client = ApiClient.default)
22
- @api_client = api_client
23
- end
24
- # @param file_extract_request [FileExtractRequest]
25
- # @param [Hash] opts the optional parameters
26
- # @return [TaskLocator]
27
- def do_async(file_extract_request, opts = {})
28
- data, _status_code, _headers = do_async_with_http_info(file_extract_request, opts)
29
- data
30
- end
31
-
32
- # @param file_extract_request [FileExtractRequest]
33
- # @param [Hash] opts the optional parameters
34
- # @return [Array<(TaskLocator, Integer, Hash)>] TaskLocator data, response status code and response headers
35
- def do_async_with_http_info(file_extract_request, opts = {})
36
- if @api_client.config.debugging
37
- @api_client.config.logger.debug 'Calling API: SourceCodeExtractApi.do_async ...'
38
- end
39
- # verify the required parameter 'file_extract_request' is set
40
- if @api_client.config.client_side_validation && file_extract_request.nil?
41
- fail ArgumentError, "Missing the required parameter 'file_extract_request' when calling SourceCodeExtractApi.do_async"
42
- end
43
- # resource path
44
- local_var_path = '/cms/v3/source-code/extract/async'
45
-
46
- # query parameters
47
- query_params = opts[:query_params] || {}
48
-
49
- # header parameters
50
- header_params = opts[:header_params] || {}
51
- # HTTP header 'Accept' (if needed)
52
- header_params['Accept'] = @api_client.select_header_accept(['*/*'])
53
-
54
- # form parameters
55
- form_params = opts[:form_params] || {}
56
-
57
- # http body (model)
58
- post_body = opts[:body] || @api_client.object_to_http_body(file_extract_request)
59
-
60
- # return_type
61
- return_type = opts[:return_type] || 'TaskLocator'
62
-
63
- # auth_names
64
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
65
-
66
- new_options = opts.merge(
67
- :header_params => header_params,
68
- :query_params => query_params,
69
- :form_params => form_params,
70
- :body => post_body,
71
- :auth_names => auth_names,
72
- :return_type => return_type
73
- )
74
-
75
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
76
- if @api_client.config.debugging
77
- @api_client.config.logger.debug "API called: SourceCodeExtractApi#do_async\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
78
- end
79
- return data, status_code, headers
80
- end
81
-
82
- # @param task_id [Integer]
83
- # @param [Hash] opts the optional parameters
84
- # @return [ActionResponse]
85
- def get_async_status(task_id, opts = {})
86
- data, _status_code, _headers = get_async_status_with_http_info(task_id, opts)
87
- data
88
- end
89
-
90
- # @param task_id [Integer]
91
- # @param [Hash] opts the optional parameters
92
- # @return [Array<(ActionResponse, Integer, Hash)>] ActionResponse data, response status code and response headers
93
- def get_async_status_with_http_info(task_id, opts = {})
94
- if @api_client.config.debugging
95
- @api_client.config.logger.debug 'Calling API: SourceCodeExtractApi.get_async_status ...'
96
- end
97
- # verify the required parameter 'task_id' is set
98
- if @api_client.config.client_side_validation && task_id.nil?
99
- fail ArgumentError, "Missing the required parameter 'task_id' when calling SourceCodeExtractApi.get_async_status"
100
- end
101
- # resource path
102
- local_var_path = '/cms/v3/source-code/extract/async/tasks/{taskId}/status'.sub('{' + 'taskId' + '}', CGI.escape(task_id.to_s))
103
-
104
- # query parameters
105
- query_params = opts[:query_params] || {}
106
-
107
- # header parameters
108
- header_params = opts[:header_params] || {}
109
- # HTTP header 'Accept' (if needed)
110
- header_params['Accept'] = @api_client.select_header_accept(['*/*'])
111
-
112
- # form parameters
113
- form_params = opts[:form_params] || {}
114
-
115
- # http body (model)
116
- post_body = opts[:body]
117
-
118
- # return_type
119
- return_type = opts[:return_type] || 'ActionResponse'
120
-
121
- # auth_names
122
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
123
-
124
- new_options = opts.merge(
125
- :header_params => header_params,
126
- :query_params => query_params,
127
- :form_params => form_params,
128
- :body => post_body,
129
- :auth_names => auth_names,
130
- :return_type => return_type
131
- )
132
-
133
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
134
- if @api_client.config.debugging
135
- @api_client.config.logger.debug "API called: SourceCodeExtractApi#get_async_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
136
- end
137
- return data, status_code, headers
138
- end
139
- end
140
- end
141
- end
142
- end
@@ -1,98 +0,0 @@
1
- =begin
2
- #CMS Source Code
3
-
4
- #Endpoints for interacting with files in the CMS Developer File System. These files include HTML templates, CSS, JS, modules, and other assets which are used to create CMS content.
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 'cgi'
14
-
15
- module Hubspot
16
- module Cms
17
- module SourceCode
18
- class ValidationApi
19
- attr_accessor :api_client
20
-
21
- def initialize(api_client = ApiClient.default)
22
- @api_client = api_client
23
- end
24
- # Validate the contents of a file
25
- # Validates the file contents passed to the endpoint given a specified path and environment. Accepts multipart/form-data content type.
26
- # @param path [String] The file system location of the file.
27
- # @param [Hash] opts the optional parameters
28
- # @option opts [File] :file The file to validate.
29
- # @return [Error]
30
- def do_validate(path, opts = {})
31
- data, _status_code, _headers = do_validate_with_http_info(path, opts)
32
- data
33
- end
34
-
35
- # Validate the contents of a file
36
- # Validates the file contents passed to the endpoint given a specified path and environment. Accepts multipart/form-data content type.
37
- # @param path [String] The file system location of the file.
38
- # @param [Hash] opts the optional parameters
39
- # @option opts [File] :file The file to validate.
40
- # @return [Array<(Error, Integer, Hash)>] Error data, response status code and response headers
41
- def do_validate_with_http_info(path, opts = {})
42
- if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: ValidationApi.do_validate ...'
44
- end
45
- # verify the required parameter 'path' is set
46
- if @api_client.config.client_side_validation && path.nil?
47
- fail ArgumentError, "Missing the required parameter 'path' when calling ValidationApi.do_validate"
48
- end
49
- pattern = Regexp.new(/.+/)
50
- if @api_client.config.client_side_validation && path !~ pattern
51
- fail ArgumentError, "invalid value for 'path' when calling ValidationApi.do_validate, must conform to the pattern #{pattern}."
52
- end
53
-
54
- # resource path
55
- local_var_path = '/cms/v3/source-code/{environment}/validate/{path}'.sub('{' + 'path' + '}', CGI.escape(path.to_s))
56
-
57
- # query parameters
58
- query_params = opts[:query_params] || {}
59
-
60
- # header parameters
61
- header_params = opts[:header_params] || {}
62
- # HTTP header 'Accept' (if needed)
63
- header_params['Accept'] = @api_client.select_header_accept(['*/*'])
64
- # HTTP header 'Content-Type'
65
- header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
66
-
67
- # form parameters
68
- form_params = opts[:form_params] || {}
69
- form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
70
-
71
- # http body (model)
72
- post_body = opts[:body]
73
-
74
- # return_type
75
- return_type = opts[:return_type] || 'Error'
76
-
77
- # auth_names
78
- auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
79
-
80
- new_options = opts.merge(
81
- :header_params => header_params,
82
- :query_params => query_params,
83
- :form_params => form_params,
84
- :body => post_body,
85
- :auth_names => auth_names,
86
- :return_type => return_type
87
- )
88
-
89
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
90
- if @api_client.config.debugging
91
- @api_client.config.logger.debug "API called: ValidationApi#do_validate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
92
- end
93
- return data, status_code, headers
94
- end
95
- end
96
- end
97
- end
98
- end