hubspot-api-client 17.1.1 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1367) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +205 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +12 -16
  6. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +54 -64
  7. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +73 -87
  8. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +20 -24
  9. data/lib/hubspot/codegen/automation/actions/api_client.rb +2 -2
  10. data/lib/hubspot/codegen/automation/actions/api_error.rb +2 -2
  11. data/lib/hubspot/codegen/automation/actions/configuration.rb +2 -2
  12. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +2 -2
  13. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +20 -23
  14. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +2 -4
  15. data/lib/hubspot/codegen/automation/actions/models/{collection_response_extension_action_definition_forward_paging.rb → collection_response_public_action_definition_forward_paging.rb} +18 -18
  16. data/lib/hubspot/codegen/automation/actions/models/{collection_response_action_function_identifier_no_paging.rb → collection_response_public_action_function_identifier_no_paging.rb} +6 -6
  17. data/lib/hubspot/codegen/automation/actions/models/{collection_response_action_revision_forward_paging.rb → collection_response_public_action_revision_forward_paging.rb} +18 -18
  18. data/lib/hubspot/codegen/automation/actions/models/error.rb +52 -52
  19. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +30 -30
  20. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +87 -44
  21. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +2 -2
  22. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +29 -23
  23. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +15 -15
  24. data/lib/hubspot/codegen/automation/actions/models/option.rb +43 -46
  25. data/lib/hubspot/codegen/automation/actions/models/output_field_definition.rb +228 -0
  26. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition.rb → public_action_definition.rb} +83 -71
  27. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_input.rb → public_action_definition_egg.rb} +76 -63
  28. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_patch_input_field_dependencies_inner.rb → public_action_definition_input_field_dependencies_inner.rb} +5 -5
  29. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_patch.rb → public_action_definition_patch.rb} +59 -44
  30. data/lib/hubspot/codegen/automation/actions/models/{action_function.rb → public_action_function.rb} +7 -11
  31. data/lib/hubspot/codegen/automation/actions/models/{action_function_identifier.rb → public_action_function_identifier.rb} +7 -10
  32. data/lib/hubspot/codegen/automation/actions/models/{action_labels.rb → public_action_labels.rb} +62 -36
  33. data/lib/hubspot/codegen/automation/actions/models/{action_revision.rb → public_action_revision.rb} +32 -35
  34. data/lib/hubspot/codegen/automation/actions/models/{conditional_single_field_dependency.rb → public_conditional_single_field_dependency.rb} +5 -5
  35. data/lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb +244 -0
  36. data/lib/hubspot/codegen/automation/actions/models/{object_request_options.rb → public_object_request_options.rb} +5 -7
  37. data/lib/hubspot/codegen/automation/actions/models/{single_field_dependency.rb → public_single_field_dependency.rb} +5 -5
  38. data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +14 -14
  39. data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +1 -1
  40. data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +1 -1
  41. data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +1 -8
  42. data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +15 -14
  43. data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +51 -51
  44. data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +29 -29
  45. data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +14 -14
  46. data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +14 -5
  47. data/lib/hubspot/codegen/{files/files/models/collection_response_folder.rb → cms/audit_logs/models/previous_page.rb} +24 -26
  48. data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +60 -51
  49. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +22 -16
  50. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +1 -1
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +1 -1
  52. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +1 -1
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +18 -64
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +1 -1
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +1 -1
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +1 -1
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +45 -45
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +57 -57
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +142 -142
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +12 -12
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +14 -14
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +1 -1
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +51 -51
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +29 -29
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +1 -1
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +16 -14
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +1 -1
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +53 -53
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +19 -41
  70. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +46 -40
  71. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +1 -1
  72. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +1 -1
  73. data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +1 -8
  74. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +18 -52
  75. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +18 -64
  76. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +1 -35
  77. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +1 -1
  78. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +1 -1
  79. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +1 -1
  80. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +45 -45
  81. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +57 -57
  82. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +571 -560
  83. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +15 -15
  84. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +14 -14
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +14 -14
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +1 -1
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +15 -15
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +98 -98
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +20 -20
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +1 -1
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +51 -51
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +29 -29
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +1 -1
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +16 -16
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +48 -48
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +16 -14
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +1 -1
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +3 -1
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +27 -27
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +19 -19
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +1 -1
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +18 -64
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +53 -53
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +47 -93
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +19 -41
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +21 -21
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +20 -20
  108. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +22 -16
  109. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +1 -1
  110. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +1 -1
  111. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +1 -1
  112. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +18 -64
  113. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +1 -1
  114. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +1 -1
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +1 -1
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +45 -45
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +57 -57
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +14 -14
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +1 -1
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +51 -51
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +29 -29
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +16 -14
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +1 -1
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +53 -53
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +46 -46
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +27 -27
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +19 -41
  129. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  130. data/lib/hubspot/codegen/cms/domains/api_client.rb +1 -1
  131. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  132. data/lib/hubspot/codegen/cms/domains/configuration.rb +1 -1
  133. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +14 -14
  134. data/lib/hubspot/codegen/cms/domains/models/domain.rb +111 -111
  135. data/lib/hubspot/codegen/cms/domains/models/error.rb +51 -51
  136. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +29 -29
  137. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +1 -1
  138. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +14 -14
  139. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +1 -1
  140. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +1 -1
  141. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1 -1
  142. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +1 -1
  143. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  144. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  145. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +1 -1
  146. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +2 -1
  147. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +2 -1
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +31 -31
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +61 -53
  150. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +16 -14
  151. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +16 -14
  152. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +83 -83
  153. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +41 -41
  154. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +51 -51
  155. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +29 -29
  156. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +19 -16
  157. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  158. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  159. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +48 -48
  160. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +21 -21
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +12 -12
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +106 -106
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +48 -48
  164. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +32 -32
  165. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +16 -14
  166. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +20 -16
  167. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +37 -33
  168. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +55 -47
  169. data/lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb +2754 -0
  170. data/lib/hubspot/codegen/cms/pages/api/site_pages_api.rb +1896 -0
  171. data/lib/hubspot/codegen/cms/pages/api_client.rb +410 -0
  172. data/lib/hubspot/codegen/cms/pages/api_error.rb +61 -0
  173. data/lib/hubspot/codegen/cms/pages/configuration.rb +287 -0
  174. data/lib/hubspot/codegen/cms/pages/models/ab_test_create_request_v_next.rb +244 -0
  175. data/lib/hubspot/codegen/cms/pages/models/ab_test_end_request_v_next.rb +244 -0
  176. data/lib/hubspot/codegen/cms/pages/models/ab_test_rerun_request_v_next.rb +244 -0
  177. data/lib/hubspot/codegen/cms/pages/models/angle.rb +244 -0
  178. data/lib/hubspot/codegen/cms/pages/models/attach_to_lang_primary_request_v_next.rb +269 -0
  179. data/lib/hubspot/codegen/cms/pages/models/background_image.rb +259 -0
  180. data/lib/hubspot/codegen/cms/pages/models/batch_input_content_folder.rb +231 -0
  181. data/lib/hubspot/codegen/cms/pages/models/batch_input_json_node.rb +231 -0
  182. data/lib/hubspot/codegen/cms/pages/models/batch_input_page.rb +231 -0
  183. data/lib/hubspot/codegen/cms/pages/models/batch_input_string.rb +231 -0
  184. data/lib/hubspot/codegen/cms/pages/models/batch_response_content_folder.rb +326 -0
  185. data/lib/hubspot/codegen/{files/files/models/file_action_response.rb → cms/pages/models/batch_response_content_folder_with_errors.rb} +60 -67
  186. data/lib/hubspot/codegen/cms/pages/models/batch_response_page.rb +326 -0
  187. data/lib/hubspot/codegen/{files/files/models/folder_action_response.rb → cms/pages/models/batch_response_page_with_errors.rb} +60 -67
  188. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_content_folder_forward_paging.rb +255 -0
  189. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_page_forward_paging.rb +255 -0
  190. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_content_folder.rb +255 -0
  191. data/lib/hubspot/codegen/cms/pages/models/collection_response_with_total_version_page.rb +255 -0
  192. data/lib/hubspot/codegen/cms/pages/models/color_stop.rb +228 -0
  193. data/lib/hubspot/codegen/{crm/associations/models/public_association_definition.rb → cms/pages/models/content_clone_request_v_next.rb} +23 -26
  194. data/lib/hubspot/codegen/{files/files/models/folder.rb → cms/pages/models/content_folder.rb} +77 -74
  195. data/lib/hubspot/codegen/cms/pages/models/content_language_clone_request_v_next.rb +249 -0
  196. data/lib/hubspot/codegen/cms/pages/models/content_language_variation.rb +409 -0
  197. data/lib/hubspot/codegen/{files/files/models/folder_update_task_locator.rb → cms/pages/models/content_schedule_request_v_next.rb} +28 -26
  198. data/lib/hubspot/codegen/cms/pages/models/detach_from_lang_group_request_v_next.rb +229 -0
  199. data/lib/hubspot/codegen/cms/pages/models/error.rb +305 -0
  200. data/lib/hubspot/codegen/cms/pages/models/error_detail.rb +271 -0
  201. data/lib/hubspot/codegen/cms/pages/models/forward_paging.rb +223 -0
  202. data/lib/hubspot/codegen/cms/pages/models/gradient.rb +259 -0
  203. data/lib/hubspot/codegen/cms/pages/models/layout_section.rb +416 -0
  204. data/lib/hubspot/codegen/{files/files → cms/pages}/models/next_page.rb +22 -20
  205. data/lib/hubspot/codegen/cms/pages/models/page.rb +1165 -0
  206. data/lib/hubspot/codegen/cms/pages/models/paging.rb +232 -0
  207. data/lib/hubspot/codegen/{files/files → cms/pages}/models/previous_page.rb +9 -7
  208. data/lib/hubspot/codegen/cms/pages/models/rgba_color.rb +274 -0
  209. data/lib/hubspot/codegen/cms/pages/models/row_meta_data.rb +243 -0
  210. data/lib/hubspot/codegen/cms/pages/models/set_new_language_primary_request_v_next.rb +229 -0
  211. data/lib/hubspot/codegen/cms/pages/models/side_or_corner.rb +244 -0
  212. data/lib/hubspot/codegen/{files/files → cms/pages}/models/standard_error.rb +62 -54
  213. data/lib/hubspot/codegen/{files/files/models/signed_url.rb → cms/pages/models/styles.rb} +78 -86
  214. data/lib/hubspot/codegen/cms/pages/models/update_languages_request_v_next.rb +246 -0
  215. data/lib/hubspot/codegen/cms/pages/models/version_content_folder.rb +271 -0
  216. data/lib/hubspot/codegen/cms/pages/models/version_page.rb +271 -0
  217. data/lib/hubspot/codegen/cms/pages/models/version_user.rb +259 -0
  218. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +1 -1
  219. data/lib/hubspot/codegen/cms/performance/api_client.rb +1 -1
  220. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  221. data/lib/hubspot/codegen/cms/performance/configuration.rb +1 -1
  222. data/lib/hubspot/codegen/cms/performance/models/error.rb +51 -51
  223. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +29 -29
  224. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +105 -120
  225. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +54 -54
  226. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +3 -3
  227. data/lib/hubspot/codegen/cms/site_search/configuration.rb +0 -7
  228. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +113 -113
  229. data/lib/hubspot/codegen/cms/site_search/models/error.rb +50 -50
  230. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +28 -28
  231. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +17 -17
  232. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +27 -27
  233. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +48 -48
  234. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +1 -1
  235. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +4 -1
  236. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +9 -4
  237. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +1 -1
  238. data/lib/hubspot/codegen/cms/source_code/configuration.rb +0 -7
  239. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +25 -25
  240. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +56 -47
  241. data/lib/hubspot/codegen/cms/source_code/models/error.rb +50 -50
  242. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +28 -28
  243. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +13 -13
  244. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +6 -6
  245. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +1 -1
  246. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +1 -1
  247. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +1 -8
  248. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +14 -14
  249. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +51 -51
  250. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +29 -29
  251. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +1 -1
  252. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +14 -14
  253. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +91 -91
  254. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +58 -58
  255. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +1 -1
  256. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +3 -3
  257. data/lib/hubspot/codegen/communication_preferences/configuration.rb +0 -7
  258. data/lib/hubspot/codegen/communication_preferences/models/error.rb +50 -50
  259. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +28 -28
  260. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +62 -62
  261. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +12 -12
  262. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +71 -71
  263. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +1 -1
  264. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +0 -7
  265. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +50 -50
  266. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +28 -28
  267. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +14 -14
  268. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +1 -0
  269. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
  270. data/lib/hubspot/codegen/crm/associations/api_client.rb +1 -1
  271. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  272. data/lib/hubspot/codegen/crm/associations/configuration.rb +1 -1
  273. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  274. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
  275. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  276. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +42 -42
  277. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +42 -42
  278. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +53 -53
  279. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +53 -53
  280. data/lib/hubspot/codegen/crm/associations/models/error.rb +51 -51
  281. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +29 -29
  282. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +14 -14
  283. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  284. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +1 -1
  285. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  286. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +14 -14
  287. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
  288. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +48 -48
  289. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +1 -1
  290. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +1 -1
  291. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +1 -1
  292. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +1 -1
  293. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +1 -1
  294. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +51 -51
  295. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +29 -29
  296. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +19 -19
  297. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +15 -15
  298. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +1 -1
  299. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +1 -1
  300. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +1 -1
  301. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +1 -1
  302. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +1 -1
  303. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +1 -1
  304. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +1 -1
  305. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +1 -1
  306. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +1 -1
  307. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +1 -1
  308. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +1 -1
  309. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +1 -1
  310. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +1 -1
  311. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +1 -1
  312. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +2 -2
  313. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +1 -1
  314. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +1 -1
  315. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +1 -1
  316. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +1 -1
  317. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +3 -3
  318. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +2 -2
  319. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +1 -1
  320. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +1 -1
  321. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +1 -1
  322. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +1 -1
  323. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +1 -1
  324. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +1 -1
  325. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +1 -1
  326. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +1 -1
  327. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +1 -1
  328. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +1 -1
  329. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +2 -2
  330. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +56 -56
  331. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +2 -2
  332. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +1 -1
  333. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +1 -1
  334. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +22 -22
  335. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +4 -4
  336. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +54 -54
  337. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +32 -32
  338. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +28 -19
  339. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +28 -19
  340. data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +94 -0
  341. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  342. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +41 -41
  343. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +52 -52
  344. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +13 -13
  345. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  346. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  347. data/lib/hubspot/codegen/crm/companies/models/error.rb +50 -50
  348. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +28 -28
  349. data/lib/hubspot/codegen/crm/companies/models/filter.rb +16 -16
  350. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +13 -13
  351. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +18 -18
  352. data/lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb +237 -0
  353. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +18 -18
  354. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +44 -44
  355. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +44 -44
  356. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +26 -17
  357. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +20 -20
  358. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +49 -49
  359. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +46 -46
  360. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +33 -33
  361. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +9 -9
  362. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  363. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +41 -41
  364. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +52 -52
  365. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +13 -13
  366. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  367. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  368. data/lib/hubspot/codegen/crm/contacts/models/error.rb +50 -50
  369. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +28 -28
  370. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +16 -16
  371. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +13 -13
  372. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +18 -18
  373. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +13 -13
  374. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +18 -18
  375. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +44 -44
  376. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +44 -44
  377. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +26 -17
  378. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +20 -20
  379. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +49 -49
  380. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +46 -46
  381. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +33 -33
  382. data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +94 -0
  383. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  384. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +41 -41
  385. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +52 -52
  386. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +13 -13
  387. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  388. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  389. data/lib/hubspot/codegen/crm/deals/models/error.rb +50 -50
  390. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +28 -28
  391. data/lib/hubspot/codegen/crm/deals/models/filter.rb +16 -16
  392. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +13 -13
  393. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +18 -18
  394. data/lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb +237 -0
  395. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +18 -18
  396. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +44 -44
  397. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +44 -44
  398. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +26 -17
  399. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +20 -20
  400. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +49 -49
  401. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +46 -46
  402. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +33 -33
  403. data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +227 -0
  404. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +1 -1
  405. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +1 -1
  406. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +1 -1
  407. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +1 -1
  408. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +51 -51
  409. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +29 -29
  410. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +225 -0
  411. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +230 -0
  412. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +230 -0
  413. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +33 -33
  414. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +33 -33
  415. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +58 -58
  416. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +45 -45
  417. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +2 -2
  418. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +1 -1
  419. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  420. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  421. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  422. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  423. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
  424. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_multi_with_errors.rb → extensions/cards/models/card_audit_response.rb} +87 -89
  425. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +17 -17
  426. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
  427. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +35 -35
  428. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +69 -17
  429. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +64 -12
  430. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +3 -3
  431. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +12 -12
  432. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
  433. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +51 -51
  434. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +29 -29
  435. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +42 -42
  436. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +29 -29
  437. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +25 -25
  438. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +1 -1
  439. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +11 -11
  440. data/lib/hubspot/codegen/crm/extensions/cards/models/public_card_fetch_body.rb +246 -0
  441. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_list_response.rb → public_card_list_response.rb} +5 -7
  442. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_response.rb → public_card_response.rb} +62 -51
  443. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +16 -16
  444. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +4 -4
  445. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +2 -1
  446. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +1 -1
  447. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +8 -1
  448. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +51 -51
  449. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +29 -29
  450. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +24 -15
  451. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +1 -1
  452. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +1 -1
  453. data/lib/hubspot/codegen/crm/imports/api_client.rb +1 -1
  454. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  455. data/lib/hubspot/codegen/crm/imports/configuration.rb +1 -1
  456. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +26 -26
  457. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +14 -14
  458. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +14 -14
  459. data/lib/hubspot/codegen/crm/imports/models/error.rb +51 -51
  460. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +29 -29
  461. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +1 -1
  462. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +25 -25
  463. data/lib/hubspot/codegen/crm/imports/models/import_template.rb +276 -0
  464. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +14 -14
  465. data/lib/hubspot/codegen/crm/imports/models/paging.rb +1 -1
  466. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +1 -1
  467. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +60 -65
  468. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +22 -22
  469. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +72 -42
  470. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
  471. data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +94 -0
  472. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  473. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +41 -41
  474. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +52 -52
  475. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +13 -13
  476. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  477. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  478. data/lib/hubspot/codegen/crm/line_items/models/error.rb +50 -50
  479. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +28 -28
  480. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +16 -16
  481. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +13 -13
  482. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +18 -18
  483. data/lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb +237 -0
  484. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +18 -18
  485. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +44 -44
  486. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +44 -49
  487. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +21 -17
  488. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +0 -5
  489. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +15 -20
  490. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +49 -49
  491. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +46 -46
  492. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +33 -33
  493. data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +635 -0
  494. data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +452 -0
  495. data/lib/hubspot/codegen/{files/files → crm/lists}/api_client.rb +5 -5
  496. data/lib/hubspot/codegen/{files/files → crm/lists}/api_error.rb +4 -4
  497. data/lib/hubspot/codegen/{files/files → crm/lists}/configuration.rb +4 -4
  498. data/lib/hubspot/codegen/{files/files/models/collection_response_file.rb → crm/lists/models/collection_response_long.rb} +22 -22
  499. data/lib/hubspot/codegen/crm/lists/models/error.rb +305 -0
  500. data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +271 -0
  501. data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +278 -0
  502. data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +228 -0
  503. data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +228 -0
  504. data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +228 -0
  505. data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +266 -0
  506. data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +276 -0
  507. data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +223 -0
  508. data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +231 -0
  509. data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +248 -0
  510. data/lib/hubspot/codegen/crm/{objects/models/collection_response_associated_id_forward_paging.rb → lists/models/memberships_update_response.rb} +49 -24
  511. data/lib/hubspot/codegen/crm/lists/models/next_page.rb +239 -0
  512. data/lib/hubspot/codegen/{files/files → crm/lists}/models/paging.rb +7 -7
  513. data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +239 -0
  514. data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +292 -0
  515. data/lib/hubspot/codegen/{files/files/models/file_update_input.rb → crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb} +63 -56
  516. data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +336 -0
  517. data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +278 -0
  518. data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +264 -0
  519. data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +292 -0
  520. data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +310 -0
  521. data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +366 -0
  522. data/lib/hubspot/codegen/crm/{deals/models/error_category.rb → lists/models/public_association_in_list_filter.rb} +110 -34
  523. data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +306 -0
  524. data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +345 -0
  525. data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +278 -0
  526. data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +333 -0
  527. data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +315 -0
  528. data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +315 -0
  529. data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +287 -0
  530. data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +310 -0
  531. data/lib/hubspot/codegen/crm/{tickets/models/error_category.rb → lists/models/public_date_point.rb} +123 -34
  532. data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +334 -0
  533. data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +320 -0
  534. data/lib/hubspot/codegen/crm/{contacts/models/error_category.rb → lists/models/public_email_event_filter.rb} +108 -34
  535. data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +305 -0
  536. data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +308 -0
  537. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +310 -0
  538. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb +115 -0
  539. data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +242 -0
  540. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +328 -0
  541. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +328 -0
  542. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +317 -0
  543. data/lib/hubspot/codegen/{files/files/models/error_category.rb → crm/lists/models/public_form_submission_on_page_filter.rb} +90 -35
  544. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +301 -0
  545. data/lib/hubspot/codegen/{files/files/models/import_from_url_task_locator.rb → crm/lists/models/public_in_list_filter_metadata.rb} +20 -20
  546. data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +295 -0
  547. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +310 -0
  548. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +114 -0
  549. data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +294 -0
  550. data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +314 -0
  551. data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +308 -0
  552. data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +310 -0
  553. data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +310 -0
  554. data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +300 -0
  555. data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +306 -0
  556. data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +282 -0
  557. data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +306 -0
  558. data/lib/hubspot/codegen/crm/{products/models/error_category.rb → lists/models/public_object_list.rb} +149 -52
  559. data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +381 -0
  560. data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +310 -0
  561. data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +319 -0
  562. data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +292 -0
  563. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +352 -0
  564. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +114 -0
  565. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +130 -0
  566. data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +329 -0
  567. data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +292 -0
  568. data/lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb +123 -0
  569. data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +315 -0
  570. data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +328 -0
  571. data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +334 -0
  572. data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +320 -0
  573. data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +361 -0
  574. data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +292 -0
  575. data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +306 -0
  576. data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +310 -0
  577. data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +320 -0
  578. data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +306 -0
  579. data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +278 -0
  580. data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +306 -0
  581. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +292 -0
  582. data/lib/hubspot/codegen/crm/{companies/models/error_category.rb → lists/models/public_survey_monkey_value_filter.rb} +96 -34
  583. data/lib/hubspot/codegen/{files/files/models/folder_input.rb → crm/lists/models/public_time_offset.rb} +40 -34
  584. data/lib/hubspot/codegen/crm/{associations/models/error_category.rb → lists/models/public_time_point_operation.rb} +96 -34
  585. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +109 -0
  586. data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +300 -0
  587. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +307 -0
  588. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +350 -0
  589. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb +310 -0
  590. data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +287 -0
  591. data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +326 -0
  592. data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +328 -0
  593. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +2 -2
  594. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +10 -10
  595. data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +96 -0
  596. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +20 -20
  597. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +41 -41
  598. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +52 -52
  599. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +13 -13
  600. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  601. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  602. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +50 -50
  603. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +28 -28
  604. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +16 -16
  605. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +13 -13
  606. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +18 -18
  607. data/lib/hubspot/codegen/crm/{associations/v4 → objects/calls}/models/public_gdpr_delete_input.rb +7 -7
  608. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +18 -18
  609. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +44 -44
  610. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +44 -44
  611. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +26 -17
  612. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +20 -20
  613. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +49 -49
  614. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +46 -46
  615. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +33 -33
  616. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +9 -9
  617. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +12 -12
  618. data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +96 -0
  619. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +3 -3
  620. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +1 -1
  621. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +20 -20
  622. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +41 -41
  623. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +52 -52
  624. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +13 -13
  625. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  626. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  627. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +50 -50
  628. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +28 -28
  629. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +16 -16
  630. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +13 -13
  631. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +18 -18
  632. data/lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb +239 -0
  633. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +18 -18
  634. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +44 -44
  635. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +44 -44
  636. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +26 -17
  637. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +20 -20
  638. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +49 -49
  639. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +46 -46
  640. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +33 -33
  641. data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +96 -0
  642. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +20 -20
  643. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +41 -41
  644. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +52 -52
  645. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +13 -13
  646. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  647. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  648. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +50 -50
  649. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +28 -28
  650. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +16 -16
  651. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +13 -13
  652. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +18 -18
  653. data/lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb +239 -0
  654. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +18 -18
  655. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +44 -44
  656. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +44 -44
  657. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +26 -17
  658. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +20 -20
  659. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +49 -49
  660. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +46 -46
  661. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +33 -33
  662. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +96 -0
  663. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +20 -20
  664. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +41 -41
  665. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +52 -52
  666. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +13 -13
  667. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  668. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  669. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +50 -50
  670. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +28 -28
  671. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +16 -16
  672. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +13 -13
  673. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +18 -18
  674. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +239 -0
  675. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +18 -18
  676. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +44 -44
  677. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +44 -44
  678. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +26 -17
  679. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +20 -20
  680. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +49 -49
  681. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +46 -46
  682. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +33 -33
  683. data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +391 -0
  684. data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +295 -0
  685. data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +96 -0
  686. data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +94 -0
  687. data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +92 -0
  688. data/lib/hubspot/codegen/crm/objects/goals/api_client.rb +412 -0
  689. data/lib/hubspot/codegen/crm/objects/goals/api_error.rb +63 -0
  690. data/lib/hubspot/codegen/crm/objects/goals/configuration.rb +289 -0
  691. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/associated_id.rb +7 -7
  692. data/lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb +278 -0
  693. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_input_simple_public_object_batch_input.rb +7 -7
  694. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_input_simple_public_object_id.rb +7 -7
  695. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_input_simple_public_object_input_for_create.rb +7 -7
  696. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_read_input_simple_public_object_id.rb +7 -7
  697. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_response_simple_public_object.rb +7 -7
  698. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/batch_response_simple_public_object_with_errors.rb +8 -8
  699. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/collection_response_associated_id.rb +7 -7
  700. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/collection_response_simple_public_object_with_associations_forward_paging.rb +7 -7
  701. data/lib/hubspot/codegen/crm/objects/goals/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  702. data/lib/hubspot/codegen/crm/objects/goals/models/error.rb +307 -0
  703. data/lib/hubspot/codegen/crm/objects/goals/models/error_detail.rb +273 -0
  704. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_multi.rb → objects/goals/models/filter.rb} +56 -76
  705. data/lib/hubspot/codegen/crm/objects/goals/models/filter_group.rb +232 -0
  706. data/lib/hubspot/codegen/crm/objects/goals/models/forward_paging.rb +225 -0
  707. data/lib/hubspot/codegen/crm/{associations/schema → objects/goals}/models/next_page.rb +20 -20
  708. data/lib/hubspot/codegen/crm/{associations/schema → objects/goals}/models/paging.rb +7 -7
  709. data/lib/hubspot/codegen/crm/{associations/schema → objects/goals}/models/previous_page.rb +7 -7
  710. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/public_associations_for_object.rb +7 -7
  711. data/lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb +239 -0
  712. data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +244 -0
  713. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb +230 -0
  714. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +301 -0
  715. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/simple_public_object.rb +7 -7
  716. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +255 -0
  717. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/simple_public_object_id.rb +7 -7
  718. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/simple_public_object_input.rb +7 -7
  719. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/simple_public_object_input_for_create.rb +7 -7
  720. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/simple_public_object_with_associations.rb +7 -7
  721. data/lib/hubspot/codegen/crm/{associations/v4/models/standard_error1.rb → objects/goals/models/standard_error.rb} +8 -8
  722. data/lib/hubspot/codegen/crm/{associations/v4 → objects/goals}/models/value_with_timestamp.rb +7 -7
  723. data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +96 -0
  724. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +20 -20
  725. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +41 -41
  726. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +52 -52
  727. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +13 -13
  728. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  729. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  730. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +50 -50
  731. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +28 -28
  732. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +16 -16
  733. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +13 -13
  734. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +18 -18
  735. data/lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb +239 -0
  736. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +18 -18
  737. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +44 -44
  738. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +44 -44
  739. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +26 -17
  740. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +20 -20
  741. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +49 -49
  742. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +46 -46
  743. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +33 -33
  744. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -20
  745. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +41 -41
  746. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +52 -52
  747. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +13 -13
  748. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  749. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  750. data/lib/hubspot/codegen/crm/objects/models/error.rb +50 -50
  751. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +28 -28
  752. data/lib/hubspot/codegen/crm/objects/models/filter.rb +16 -16
  753. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +13 -13
  754. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +18 -18
  755. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +13 -13
  756. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +18 -18
  757. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +44 -44
  758. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +44 -44
  759. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +28 -17
  760. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +20 -20
  761. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +49 -49
  762. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +46 -46
  763. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +33 -33
  764. data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +96 -0
  765. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +20 -20
  766. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +41 -41
  767. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  768. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +13 -13
  769. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  770. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  771. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +50 -50
  772. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +28 -28
  773. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +16 -16
  774. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +13 -13
  775. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +18 -18
  776. data/lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb +239 -0
  777. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +18 -18
  778. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +44 -44
  779. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +44 -44
  780. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +26 -17
  781. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +20 -20
  782. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +49 -49
  783. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +46 -46
  784. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +33 -33
  785. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +33 -33
  786. data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +96 -0
  787. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +20 -20
  788. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +41 -41
  789. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +52 -52
  790. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +13 -13
  791. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  792. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  793. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +50 -50
  794. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +28 -28
  795. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +16 -16
  796. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +13 -13
  797. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +18 -18
  798. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb +239 -0
  799. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +18 -18
  800. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +44 -44
  801. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +44 -44
  802. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +26 -17
  803. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +20 -20
  804. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +49 -49
  805. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +46 -46
  806. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +33 -33
  807. data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +96 -0
  808. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +20 -20
  809. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +41 -41
  810. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +52 -52
  811. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +13 -13
  812. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  813. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  814. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +50 -50
  815. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +28 -28
  816. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +16 -16
  817. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +13 -13
  818. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +18 -18
  819. data/lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb +239 -0
  820. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +18 -18
  821. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +44 -44
  822. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +44 -44
  823. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +26 -17
  824. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +20 -20
  825. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +49 -49
  826. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +46 -46
  827. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +33 -33
  828. data/lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb +391 -0
  829. data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +295 -0
  830. data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +96 -0
  831. data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +94 -0
  832. data/lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb +92 -0
  833. data/lib/hubspot/codegen/crm/objects/taxes/api_client.rb +412 -0
  834. data/lib/hubspot/codegen/crm/objects/taxes/api_error.rb +63 -0
  835. data/lib/hubspot/codegen/crm/objects/taxes/configuration.rb +289 -0
  836. data/lib/hubspot/codegen/crm/{associations/schema → objects/taxes}/models/associated_id.rb +7 -7
  837. data/lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb +278 -0
  838. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb +232 -0
  839. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_input_public_object_id.rb → objects/taxes/models/batch_input_simple_public_object_id.rb} +9 -9
  840. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_input_public_association.rb → objects/taxes/models/batch_input_simple_public_object_input_for_create.rb} +9 -9
  841. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb +273 -0
  842. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association.rb → objects/taxes/models/batch_response_simple_public_object.rb} +49 -49
  843. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_with_errors.rb → objects/taxes/models/batch_response_simple_public_object_with_errors.rb} +60 -60
  844. data/lib/hubspot/codegen/crm/{associations/v4/models/collection_response_association_spec_with_label_no_paging.rb → objects/taxes/models/collection_response_associated_id.rb} +19 -10
  845. data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  846. data/lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  847. data/lib/hubspot/codegen/crm/objects/taxes/models/error.rb +307 -0
  848. data/lib/hubspot/codegen/crm/objects/taxes/models/error_detail.rb +273 -0
  849. data/lib/hubspot/codegen/crm/objects/taxes/models/filter.rb +308 -0
  850. data/lib/hubspot/codegen/crm/objects/taxes/models/filter_group.rb +232 -0
  851. data/lib/hubspot/codegen/crm/objects/taxes/models/forward_paging.rb +225 -0
  852. data/lib/hubspot/codegen/crm/objects/taxes/models/next_page.rb +239 -0
  853. data/lib/hubspot/codegen/crm/objects/taxes/models/paging.rb +234 -0
  854. data/lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb +239 -0
  855. data/lib/hubspot/codegen/crm/{associations/v4/models/public_association_definition_create_request.rb → objects/taxes/models/public_associations_for_object.rb} +29 -27
  856. data/lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb +239 -0
  857. data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +244 -0
  858. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb +230 -0
  859. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +301 -0
  860. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb +303 -0
  861. data/lib/hubspot/codegen/crm/{associations/v4 → objects/taxes}/models/simple_public_object_batch_input.rb +17 -8
  862. data/lib/hubspot/codegen/crm/{associations/schema/models/public_object_id.rb → objects/taxes/models/simple_public_object_id.rb} +8 -9
  863. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +232 -0
  864. data/lib/hubspot/codegen/crm/{associations/v4/models/public_association_definition_update_request.rb → objects/taxes/models/simple_public_object_input_for_create.rb} +31 -27
  865. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb +314 -0
  866. data/lib/hubspot/codegen/crm/{associations/schema → objects/taxes}/models/standard_error.rb +54 -54
  867. data/lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb +285 -0
  868. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +1 -1
  869. data/lib/hubspot/codegen/crm/owners/api_client.rb +1 -1
  870. data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
  871. data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
  872. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +14 -14
  873. data/lib/hubspot/codegen/crm/owners/models/error.rb +51 -51
  874. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +29 -29
  875. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +1 -1
  876. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +14 -14
  877. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +51 -51
  878. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +16 -16
  879. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +1 -1
  880. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +1 -1
  881. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  882. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +10 -1
  883. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +1 -1
  884. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  885. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +1 -1
  886. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +1 -1
  887. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +1 -1
  888. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +1 -1
  889. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +51 -51
  890. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +29 -29
  891. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +62 -62
  892. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +20 -20
  893. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +16 -16
  894. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +105 -62
  895. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +24 -24
  896. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +21 -21
  897. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +40 -40
  898. data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +94 -0
  899. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  900. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +41 -41
  901. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +52 -52
  902. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +13 -13
  903. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  904. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  905. data/lib/hubspot/codegen/crm/products/models/error.rb +50 -50
  906. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +28 -28
  907. data/lib/hubspot/codegen/crm/products/models/filter.rb +16 -16
  908. data/lib/hubspot/codegen/crm/products/models/next_page.rb +13 -13
  909. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +18 -18
  910. data/lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb +237 -0
  911. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +18 -18
  912. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +44 -44
  913. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +44 -49
  914. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +21 -22
  915. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -5
  916. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +16 -25
  917. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +49 -49
  918. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +46 -46
  919. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +33 -33
  920. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +41 -41
  921. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +52 -52
  922. data/lib/hubspot/codegen/crm/properties/models/error.rb +50 -50
  923. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +28 -28
  924. data/lib/hubspot/codegen/crm/properties/models/option.rb +34 -34
  925. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +34 -34
  926. data/lib/hubspot/codegen/crm/properties/models/property.rb +152 -150
  927. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +79 -79
  928. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +25 -25
  929. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +14 -14
  930. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +14 -14
  931. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +28 -28
  932. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +58 -58
  933. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +46 -46
  934. data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
  935. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  936. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +41 -41
  937. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  938. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +13 -13
  939. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  940. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  941. data/lib/hubspot/codegen/crm/quotes/models/error.rb +50 -50
  942. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +28 -28
  943. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +16 -16
  944. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +13 -13
  945. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +18 -18
  946. data/lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb +237 -0
  947. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +18 -18
  948. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +44 -44
  949. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +44 -44
  950. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +26 -17
  951. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +20 -20
  952. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +49 -49
  953. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +46 -46
  954. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +33 -33
  955. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +23 -23
  956. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +14 -14
  957. data/lib/hubspot/codegen/crm/schemas/models/error.rb +50 -50
  958. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +28 -28
  959. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +94 -110
  960. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +50 -51
  961. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +82 -98
  962. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +14 -14
  963. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +28 -19
  964. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +152 -46
  965. data/lib/hubspot/codegen/crm/schemas/models/option.rb +34 -34
  966. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +39 -39
  967. data/lib/hubspot/codegen/crm/schemas/models/property.rb +150 -140
  968. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +32 -28
  969. data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +94 -0
  970. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  971. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +41 -41
  972. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +52 -52
  973. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +13 -13
  974. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  975. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  976. data/lib/hubspot/codegen/crm/tickets/models/error.rb +50 -50
  977. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +28 -28
  978. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +16 -16
  979. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +13 -13
  980. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +18 -18
  981. data/lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb +237 -0
  982. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +18 -18
  983. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +44 -44
  984. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +44 -44
  985. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +26 -17
  986. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +20 -20
  987. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +49 -49
  988. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +46 -46
  989. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +33 -33
  990. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +6 -6
  991. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +1 -1
  992. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +1 -1
  993. data/lib/hubspot/codegen/crm/timeline/api_client.rb +1 -1
  994. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  995. data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
  996. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -1
  997. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +45 -45
  998. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +53 -53
  999. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +1 -1
  1000. data/lib/hubspot/codegen/crm/timeline/models/error.rb +51 -51
  1001. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +29 -29
  1002. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -1
  1003. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +48 -48
  1004. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +56 -56
  1005. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +17 -17
  1006. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +70 -70
  1007. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +29 -29
  1008. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +22 -22
  1009. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +34 -39
  1010. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +19 -19
  1011. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +17 -22
  1012. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +25 -25
  1013. data/lib/hubspot/codegen/events/api/events_api.rb +35 -22
  1014. data/lib/hubspot/codegen/events/api_client.rb +1 -1
  1015. data/lib/hubspot/codegen/events/api_error.rb +1 -1
  1016. data/lib/hubspot/codegen/events/configuration.rb +1 -1
  1017. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +15 -14
  1018. data/lib/hubspot/codegen/events/models/error.rb +51 -51
  1019. data/lib/hubspot/codegen/events/models/error_detail.rb +29 -29
  1020. data/lib/hubspot/codegen/events/models/external_unified_event.rb +43 -48
  1021. data/lib/hubspot/codegen/events/models/next_page.rb +16 -14
  1022. data/lib/hubspot/codegen/events/models/paging.rb +14 -5
  1023. data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
  1024. data/lib/hubspot/codegen/events/send/api/custom_event_data_api.rb +94 -0
  1025. data/lib/hubspot/codegen/events/send/api_client.rb +410 -0
  1026. data/lib/hubspot/codegen/events/send/api_error.rb +61 -0
  1027. data/lib/hubspot/codegen/events/send/configuration.rb +287 -0
  1028. data/lib/hubspot/codegen/events/send/models/behavioral_event_http_completion_request.rb +290 -0
  1029. data/lib/hubspot/codegen/{files/files → events/send}/models/error.rb +57 -57
  1030. data/lib/hubspot/codegen/{files/files → events/send}/models/error_detail.rb +35 -35
  1031. data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
  1032. data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
  1033. data/lib/hubspot/codegen/files/api_client.rb +408 -0
  1034. data/lib/hubspot/codegen/files/api_error.rb +59 -0
  1035. data/lib/hubspot/codegen/files/configuration.rb +285 -0
  1036. data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
  1037. data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
  1038. data/lib/hubspot/codegen/files/models/error.rb +303 -0
  1039. data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
  1040. data/lib/hubspot/codegen/files/models/file.rb +460 -0
  1041. data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
  1042. data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
  1043. data/lib/hubspot/codegen/{webhooks/models/error_category.rb → files/models/file_update_input.rb} +63 -32
  1044. data/lib/hubspot/codegen/files/models/folder.rb +312 -0
  1045. data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
  1046. data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
  1047. data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
  1048. data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
  1049. data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
  1050. data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
  1051. data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
  1052. data/lib/hubspot/codegen/files/models/paging.rb +230 -0
  1053. data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
  1054. data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
  1055. data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
  1056. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +3 -3
  1057. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +460 -0
  1058. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +162 -0
  1059. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +1 -704
  1060. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +1 -1
  1061. data/lib/hubspot/codegen/marketing/events/api/{settings_external_api.rb → settings_api.rb} +27 -19
  1062. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +200 -0
  1063. data/lib/hubspot/codegen/marketing/events/api_client.rb +1 -1
  1064. data/lib/hubspot/codegen/marketing/events/api_error.rb +1 -1
  1065. data/lib/hubspot/codegen/marketing/events/configuration.rb +1 -8
  1066. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +2 -1
  1067. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +1 -1
  1068. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +1 -1
  1069. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +1 -1
  1070. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +61 -53
  1071. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +53 -53
  1072. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +53 -53
  1073. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +1 -1
  1074. data/lib/hubspot/codegen/marketing/events/models/error.rb +51 -51
  1075. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +29 -29
  1076. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +1 -1
  1077. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +1 -1
  1078. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +1 -1
  1079. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +75 -75
  1080. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +57 -57
  1081. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +23 -23
  1082. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +20 -20
  1083. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +69 -66
  1084. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +120 -117
  1085. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +15 -15
  1086. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +52 -52
  1087. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +114 -95
  1088. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +56 -48
  1089. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +1 -1
  1090. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +1 -1
  1091. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +1 -1
  1092. data/lib/hubspot/codegen/marketing/forms/api_client.rb +1 -1
  1093. data/lib/hubspot/codegen/marketing/forms/api_error.rb +1 -1
  1094. data/lib/hubspot/codegen/marketing/forms/configuration.rb +1 -1
  1095. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +14 -14
  1096. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +1 -1
  1097. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +31 -1
  1098. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +6 -1
  1099. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +2 -1
  1100. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +1 -1
  1101. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +41 -1
  1102. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +36 -1
  1103. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +1 -1
  1104. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +1 -1
  1105. data/lib/hubspot/codegen/marketing/forms/models/error.rb +51 -51
  1106. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +29 -29
  1107. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +12 -1
  1108. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +36 -1
  1109. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +1 -1
  1110. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +1 -1
  1111. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +17 -16
  1112. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +1 -1
  1113. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +100 -88
  1114. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +1 -1
  1115. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +106 -95
  1116. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +3 -7
  1117. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +3 -7
  1118. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +3 -7
  1119. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +3 -7
  1120. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +25 -25
  1121. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +1 -1
  1122. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +1 -1
  1123. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +1 -1
  1124. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +1 -1
  1125. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +3 -3
  1126. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +1 -1
  1127. data/lib/hubspot/codegen/marketing/forms/models/lifecycle_stage.rb +244 -0
  1128. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +36 -1
  1129. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +31 -1
  1130. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +41 -1
  1131. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +16 -14
  1132. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +31 -1
  1133. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +1 -1
  1134. data/lib/hubspot/codegen/{crm/line_items/models/error_category.rb → marketing/forms/models/payment_link_radio_field.rb} +140 -25
  1135. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +41 -1
  1136. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +1 -1
  1137. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +41 -1
  1138. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +31 -1
  1139. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +31 -1
  1140. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  1141. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +1 -1
  1142. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +1 -1
  1143. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
  1144. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +1 -1
  1145. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +14 -14
  1146. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +26 -26
  1147. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +51 -51
  1148. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +29 -29
  1149. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +1 -1
  1150. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +1 -1
  1151. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +16 -14
  1152. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +37 -37
  1153. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +17 -17
  1154. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
  1155. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +47 -47
  1156. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +2 -0
  1157. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +2 -0
  1158. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +2 -0
  1159. data/lib/hubspot/codegen/oauth/api_client.rb +2 -0
  1160. data/lib/hubspot/codegen/oauth/api_error.rb +2 -0
  1161. data/lib/hubspot/codegen/oauth/configuration.rb +2 -0
  1162. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +59 -96
  1163. data/lib/hubspot/codegen/oauth/models/error.rb +52 -50
  1164. data/lib/hubspot/codegen/oauth/models/error_detail.rb +30 -28
  1165. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +63 -53
  1166. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +28 -21
  1167. data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +95 -0
  1168. data/lib/hubspot/codegen/settings/business_units/api_client.rb +410 -0
  1169. data/lib/hubspot/codegen/settings/business_units/api_error.rb +61 -0
  1170. data/lib/hubspot/codegen/settings/business_units/configuration.rb +287 -0
  1171. data/lib/hubspot/codegen/{crm/associations/models/collection_response_public_association_definition_no_paging.rb → settings/business_units/models/collection_response_public_business_unit_no_paging.rb} +11 -9
  1172. data/lib/hubspot/codegen/settings/business_units/models/error.rb +305 -0
  1173. data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +271 -0
  1174. data/lib/hubspot/codegen/{files/files/models/folder_update_input.rb → settings/business_units/models/public_business_unit.rb} +29 -25
  1175. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +245 -0
  1176. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +1 -1
  1177. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +1 -1
  1178. data/lib/hubspot/codegen/settings/users/api/users_api.rb +1 -1
  1179. data/lib/hubspot/codegen/settings/users/api_client.rb +1 -1
  1180. data/lib/hubspot/codegen/settings/users/api_error.rb +1 -1
  1181. data/lib/hubspot/codegen/settings/users/configuration.rb +1 -1
  1182. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +1 -1
  1183. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +1 -1
  1184. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +14 -14
  1185. data/lib/hubspot/codegen/settings/users/models/error.rb +51 -51
  1186. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +29 -29
  1187. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +1 -1
  1188. data/lib/hubspot/codegen/settings/users/models/next_page.rb +14 -14
  1189. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +22 -22
  1190. data/lib/hubspot/codegen/settings/users/models/public_team.rb +24 -24
  1191. data/lib/hubspot/codegen/settings/users/models/public_user.rb +58 -29
  1192. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +12 -12
  1193. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +26 -31
  1194. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
  1195. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
  1196. data/lib/hubspot/codegen/webhooks/api_client.rb +1 -1
  1197. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  1198. data/lib/hubspot/codegen/webhooks/configuration.rb +1 -1
  1199. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
  1200. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +42 -42
  1201. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +53 -53
  1202. data/lib/hubspot/codegen/webhooks/models/error.rb +51 -51
  1203. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +29 -29
  1204. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -20
  1205. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -22
  1206. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +47 -47
  1207. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +19 -19
  1208. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +15 -15
  1209. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
  1210. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
  1211. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +27 -27
  1212. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -20
  1213. data/lib/hubspot/discovery/cms/client.rb +1 -0
  1214. data/lib/hubspot/discovery/cms/pages/api/landing_pages_api.rb +13 -0
  1215. data/lib/hubspot/discovery/{files/files/api/folders_api.rb → cms/pages/api/site_pages_api.rb} +3 -3
  1216. data/lib/hubspot/discovery/cms/pages/client.rb +20 -0
  1217. data/lib/hubspot/discovery/crm/client.rb +1 -0
  1218. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +1 -1
  1219. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +1 -0
  1220. data/lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb +15 -0
  1221. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +1 -0
  1222. data/lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb +13 -0
  1223. data/lib/hubspot/discovery/crm/line_items/client.rb +1 -0
  1224. data/lib/hubspot/discovery/{files/files/api/files_api.rb → crm/lists/api/lists_api.rb} +3 -3
  1225. data/lib/hubspot/discovery/crm/lists/api/memberships_api.rb +13 -0
  1226. data/lib/hubspot/discovery/crm/lists/client.rb +20 -0
  1227. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +1 -1
  1228. data/lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb +15 -0
  1229. data/lib/hubspot/discovery/crm/objects/calls/client.rb +1 -0
  1230. data/lib/hubspot/discovery/crm/objects/client.rb +2 -0
  1231. data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +15 -0
  1232. data/lib/hubspot/discovery/crm/objects/communications/client.rb +1 -0
  1233. data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +15 -0
  1234. data/lib/hubspot/discovery/crm/objects/emails/client.rb +1 -0
  1235. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +15 -0
  1236. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +1 -0
  1237. data/lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb +15 -0
  1238. data/lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb +15 -0
  1239. data/lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb +15 -0
  1240. data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +15 -0
  1241. data/lib/hubspot/discovery/crm/objects/goals/api/search_api.rb +15 -0
  1242. data/lib/hubspot/discovery/crm/objects/goals/client.rb +25 -0
  1243. data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +15 -0
  1244. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +1 -0
  1245. data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +15 -0
  1246. data/lib/hubspot/discovery/crm/objects/notes/client.rb +1 -0
  1247. data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +15 -0
  1248. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +1 -0
  1249. data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +15 -0
  1250. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +1 -0
  1251. data/lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb +15 -0
  1252. data/lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb +15 -0
  1253. data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +15 -0
  1254. data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +15 -0
  1255. data/lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb +15 -0
  1256. data/lib/hubspot/discovery/crm/objects/taxes/client.rb +25 -0
  1257. data/lib/hubspot/discovery/crm/products/api/gdpr_api.rb +13 -0
  1258. data/lib/hubspot/discovery/crm/products/client.rb +1 -0
  1259. data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +13 -0
  1260. data/lib/hubspot/discovery/crm/quotes/client.rb +1 -0
  1261. data/lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb +13 -0
  1262. data/lib/hubspot/discovery/crm/tickets/client.rb +1 -0
  1263. data/lib/hubspot/discovery/events/client.rb +6 -0
  1264. data/lib/hubspot/discovery/events/send/api/custom_event_data_api.rb +13 -0
  1265. data/lib/hubspot/discovery/{files/files → events/send}/client.rb +3 -4
  1266. data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
  1267. data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
  1268. data/lib/hubspot/discovery/files/client.rb +2 -1
  1269. data/lib/hubspot/discovery/marketing/events/api/{settings_external_api.rb → basic_api.rb} +1 -1
  1270. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +13 -0
  1271. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
  1272. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
  1273. data/lib/hubspot/discovery/marketing/events/client.rb +4 -1
  1274. data/lib/hubspot/discovery/settings/business_units/api/business_unit_api.rb +13 -0
  1275. data/lib/hubspot/discovery/settings/business_units/client.rb +19 -0
  1276. data/lib/hubspot/discovery/settings/client.rb +1 -0
  1277. data/lib/hubspot/helpers/camel_case.rb +4 -1
  1278. data/lib/hubspot/version.rb +1 -1
  1279. data/spec/discovery/client_spec.rb +1 -0
  1280. data/spec/discovery/cms/client_spec.rb +1 -0
  1281. data/spec/discovery/cms/pages/landing_pages_api_spec.rb +45 -0
  1282. data/spec/discovery/cms/pages/site_pages_api_spec.rb +33 -0
  1283. data/spec/discovery/cms/source-code/content_api_spec.rb +2 -2
  1284. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +1 -1
  1285. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +1 -1
  1286. data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
  1287. data/spec/discovery/crm/line_items/gdpr_api_spec.rb +7 -0
  1288. data/spec/discovery/crm/lists/lists_api_spec.rb +15 -0
  1289. data/spec/discovery/crm/lists/memberships_api_spec.rb +12 -0
  1290. data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
  1291. data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +7 -0
  1292. data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
  1293. data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
  1294. data/spec/discovery/crm/objects/goals/basic_api_spec.rb +11 -0
  1295. data/spec/discovery/crm/objects/goals/batch_api_spec.rb +10 -0
  1296. data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +7 -0
  1297. data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +7 -0
  1298. data/spec/discovery/crm/objects/goals/search_api_spec.rb +7 -0
  1299. data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
  1300. data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
  1301. data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +7 -0
  1302. data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
  1303. data/spec/discovery/crm/objects/taxes/basic_api_spec.rb +11 -0
  1304. data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +10 -0
  1305. data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +7 -0
  1306. data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +7 -0
  1307. data/spec/discovery/crm/objects/taxes/search_api_spec.rb +7 -0
  1308. data/spec/discovery/crm/products/gdpr_api_spec.rb +7 -0
  1309. data/spec/discovery/crm/quotes/gdpr_api_spec.rb +7 -0
  1310. data/spec/discovery/crm/tickets/gdpr_api_spec.rb +7 -0
  1311. data/spec/discovery/events/send/custom_event_data_api_spec.rb +7 -0
  1312. data/spec/discovery/files/{files/files_api_spec.rb → files_api_spec.rb} +2 -2
  1313. data/spec/discovery/files/{files/folders_api_spec.rb → folders_api_spec.rb} +2 -2
  1314. data/spec/discovery/marketing/events/basic_api_spec.rb +12 -0
  1315. data/spec/discovery/marketing/events/batch_api_spec.rb +8 -0
  1316. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +0 -11
  1317. data/spec/discovery/marketing/events/{settings_external_api_spec.rb → settings_api_spec.rb} +2 -2
  1318. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
  1319. data/spec/discovery/settings/businnes_units/business_unit_api_spec.rb +7 -0
  1320. data/spec/integration/contacts_spec.rb +85 -0
  1321. metadata +446 -141
  1322. data/lib/hubspot/codegen/crm/associations/schema/models/error_category.rb +0 -278
  1323. data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +0 -258
  1324. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +0 -256
  1325. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +0 -278
  1326. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb +0 -280
  1327. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb +0 -234
  1328. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +0 -234
  1329. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +0 -234
  1330. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +0 -234
  1331. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +0 -330
  1332. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +0 -350
  1333. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +0 -330
  1334. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +0 -350
  1335. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +0 -350
  1336. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb +0 -280
  1337. data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +0 -290
  1338. data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +0 -248
  1339. data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +0 -241
  1340. data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +0 -236
  1341. data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +0 -241
  1342. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +0 -248
  1343. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +0 -262
  1344. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +0 -257
  1345. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +0 -260
  1346. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +0 -246
  1347. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +0 -241
  1348. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +0 -232
  1349. data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +0 -326
  1350. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +0 -275
  1351. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +0 -278
  1352. data/lib/hubspot/codegen/crm/objects/communications/models/error_category.rb +0 -278
  1353. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +0 -278
  1354. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +0 -278
  1355. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +0 -278
  1356. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +0 -276
  1357. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +0 -278
  1358. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +0 -278
  1359. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +0 -278
  1360. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +0 -276
  1361. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +0 -276
  1362. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +0 -276
  1363. data/lib/hubspot/codegen/files/files/api/files_api.rb +0 -815
  1364. data/lib/hubspot/codegen/files/files/api/folders_api.rb +0 -605
  1365. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +0 -454
  1366. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +0 -387
  1367. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +0 -276
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 310cc19bf4eb6b36f52bca2d7b1311a952407454d02e543f07581510ff023577
4
- data.tar.gz: 8dd805a113a47806207c96eb01a74bf3bb5c42d644b0c1ed148cbf17fe0a4c2c
3
+ metadata.gz: b1e2e8415ab7bd277f6bf4f8bb25b28b49daae884890fa34019b27689cd2bb12
4
+ data.tar.gz: 7490b7b247d04719b2593b2014255f28bdc4cfaa4735839a78ff17d55a095c87
5
5
  SHA512:
6
- metadata.gz: 54da9a8b99eb5b71ff37fc652230c4bdec68abf754714b42ade425c0a5316176ab32c4272f5be4f197b1610f442f1a2d337e5717f57ad7f2b34abd7d161f87da
7
- data.tar.gz: 413c77b297d9126c468b9acd41f1d9d616e988a168242f8fcad57994ad494997dbc3c4cc5162ec06e2ca8629536146afb105ecb3c1628b6ddacf312599d8c1c3
6
+ metadata.gz: 53506d836acd118289792177e7a25e57de9925859d3a35a5d6c3784a8eafaa369f267fb1c71b14bf662b747b61e770a7d5b52557bb4f25da67b8c6c54328e7bf
7
+ data.tar.gz: f442fe0e83b6de57290cd82657979a5c439cddcb2837a78ae494f10f630595e8c4b0ac08ced0ff9e7bbf7eee4b985f44958753938522254d725cc4679b48052b
data/CHANGELOG.md CHANGED
@@ -5,8 +5,212 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.1.1...HEAD)
8
+ ## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v18..0...HEAD)
9
+
10
+ ## [18.0.0] - 2024-02-29
11
+
12
+ ### Changes in Cms AuditLogs API:
13
+ - Added new param `prev` to `cms.audit_log.models.Paging`.
14
+ - Added new param `meta` to `cms.audit_log.models.PublicAuditLog`.
15
+ - Added `cms.audit_logs.models.PreviousPage`.
16
+
17
+ ### Changes in Automation Actions Definitions API:
18
+ - Updated `create()` method to accept `public_action_definition_egg` instead of `extension_action_definition_input` and returned `PublicActionDefinition` instead `ExtensionActionDefinition`.
19
+ - Updated `get_by_id()` method to return `PublicActionDefinition` instead of `ExtensionActionDefinition`.
20
+ - Updated `get_page()` method to return `CollectionResponsePublicActionDefinitionForwardPaging` instead of `CollectionResponseExtensionActionDefinitionForwardPaging`.
21
+ - Updated `update()` method to accept `public_action_definition_patch` instead of `extension_action_definition_patch` and returned `PublicActionDefinition` instead `ExtensionActionDefinition`.
22
+
23
+ ### Changes in Automation Actions Functions API:
24
+ - Added new function type `POST_ACTION_EXECUTION` to all methods.
25
+ - Updated `create_or_replace()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`.
26
+ - Updated `create_or_replace_by_function_type()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`.
27
+ - Updated `get_by_function_type()` method to return `PublicActionFunction` instead of `ActionFunction`.
28
+ - Updated `get_by_id()` method to return `PublicActionFunction` instead of `ActionFunction`.
29
+ - Updated `get_page()` method to return `CollectionResponsePublicActionFunctionIdentifierNoPaging` instead of `CollectionResponseActionFunctionIdentifierNoPaging`.
30
+
31
+ ### Changes in Automation Actions Revisions API:
32
+ - Updated `get_by_id()` method to return `PublicActionRevision` instead of `ActionRevision`.
33
+ - Updated `get_page()` method to return `CollectionResponsePublicActionRevisionForwardPaging` instead of `CollectionResponseActionRevisionForwardPaging`.
34
+
35
+ ### Changes in Automation Actions Models:
36
+ - Added new param `automation_field_type` to `automation.actions.models.InputFieldDefinition`.
37
+ - Added `automation.actions.models.OutputFieldDefinition`.
38
+ - Added `automation.actions.models.PublicExecutionTranslationRule`.
39
+ - Update params to `automation.actions.models.FieldTypeDefinition`:
40
+
41
+ ```ruby
42
+ {
43
+ :'help_text' => :'String',
44
+ :'referenced_object_type' => :'String',
45
+ :'name' => :'String',
46
+ :'options' => :'Array<Option>',
47
+ :'description' => :'String',
48
+ :'external_options_reference_type' => :'String',
49
+ :'label' => :'String',
50
+ :'type' => :'String',
51
+ :'field_type' => :'String',
52
+ :'options_url' => :'String',
53
+ :'external_options' => :'Boolean'
54
+ }
55
+ ```
56
+
57
+ ### Changes in CMS Blog APIs:
58
+ - Updated `attach_to_lang_group()`, `detach_from_lang_group()` and `update_langs()` methods to return `nil` instead of `Error`.
59
+ - Added new param `property` to `cms.blogs.authors.blog_authors_api.get_by_id()` and `cms.blogs.authors.blog_authors_api.get_page()`.
60
+
61
+ ### Changes in Blog Models:
62
+ - Removed `EnumAttributeValidator` from a few models `blogs: authors, blog_posts, tags`.
63
+
64
+ ### Changes in CMS Source Code API:
65
+ - Renamed method from `cms.source_code.content_api.get()` to `cms.source_code.content_api.download()`.
66
+ - Renamed method from `cms.source_code.content_api.replace()` to `cms.source_code.content_api.create_or_update()`.
67
+ - Added new param `hash` to `cms.source_code.models.AssetFileMetadata`.
68
+ - Added new param `properties` to `cms.source_code.metadata_api.get()`.
69
+
70
+ ### Changes in CRM Associations API (associations) v4:
71
+ - Methods `archive()`, `create()` and `create_default()` of class `BasicApi` now accept parameters `object_id` and `to_object_id` of type `string` instead of `int`.
72
+ - Method `get_page()` of class `BasicApi` now accepts parameter `object_id` of type `string` instead of `int`.
73
+ - Changed the type of parameters `to_object_id` and `from_object_id` in class `LabelsBetweenObjectPair` to `string`.
74
+ - Changed the type of parameter `to_object_id` in class `MultiAssociatedObjectWithLabel` to `string`.
75
+ - Changed the type of property `category` in class `ErrorCategory` to `string`.
76
+
77
+ ### Changes in AssociationsV4 Models:
78
+ - Changed the type of property `errors` in class `BatchResponsePublicDefaultAssociation` from `StandardError1[]` to `StandardError[]`.
79
+ - Added parameter `inverseLabel` to classes `PublicAssociationDefinitionCreateRequest` and `PublicAssociationDefinitionUpdateRequest`.
80
+
81
+ ### Changes in AssociationsV3 Models:
82
+ - Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
83
+
84
+ ### Changes in Schema API Methods:
85
+ - Method `delete()` renamed to `archive()` in class `DefinitionsApi`.
86
+
87
+ ### Changes in Oauth Models:
88
+ - Removed params `scope_to_scope_group_pks, trial_scopes, trial_scope_to_scope_group_pks` from `AccessTokenInfoResponse`.
89
+
90
+ ### Changes in CRM Imports Model:
91
+ - Added `import_template` and `import_source` params to class `PublicImportResponse`.
92
+
93
+ ### Changes in CRM Lists Memberships API:
94
+ - Renamed method `add_remove()` to `add_and_remove()`.
95
+
96
+ ### Changes in CRM Pipelines Pipelines API :
97
+ - Added param `validate_deal_stage_usages_before_delete` to `archive()`, `replace()` and `update()` methods.
98
+
99
+ ### Changes in CRM Pipelines Model:
100
+ - Added `write_permissions` param to class `PipelineStage`.
101
+
102
+ ### Changes in CRM Schemas Models:
103
+ - Added `description` param to class `ObjectTypeDefinitionPatch`.
104
+ - Added new params: `option_sort_strategy`, `show_currency_symbol`, `form_field`, `referenced_object_type`, `text_display_hint`, `searchable_in_global_search`
105
+ and `number_display_hint` to class `ObjectTypePropertyCreate`.
106
+
107
+ ### Changes in CRM Timeline Events API:
108
+ - Updated `create_batch()` method to return `nil` insted `BatchResponseTimelineEventResponse`.
109
+
110
+ ### Changes in CRM Timeline Model:
111
+ - Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
112
+
113
+ ### Changes in CRM Extensions Cards API:
114
+ - Changed parameter order in `archive()` method from `(app_id, card_id)` to `(card_id, app_id)`.
115
+ - Changed parameter order in `get_by_id()` method from `(app_id, card_id)` to `(card_id, app_id)` and method return `PublicCardResponse` instead `CardResponse`.
116
+ - Changed parameter order in `update()` method from `(app_id, card_id, card_patch_request)` to `(card_id, app_id, card_patch_request)` and method return `PublicCardResponse` instead `CardResponse`.
117
+ - Updated `create()` method to return `PublicCardResponse` instead `CardResponse`.
118
+ - Updated `get_all()` method to return `PublicCardListResponse` instead `CardListResponse`.
119
+
120
+ ### Changes in CRM Extensions Card Models:
121
+ - Added new params `serverless_function` and `card_type` to `CardFetchBody` and `CardFetchBodyPatch`.
122
+ - Added new param `audit_history` to `PublicCardResponse`.
123
+ - Added new allowable value `marketing_events` to `CardObjectTypeBody`.
124
+
125
+ #### Changes in CRM Extensions Videoconferencing API:
126
+ - Added `developer_hapikey`
127
+
128
+ #### Changes in CRM Extensions Videoconferencing Model:
129
+ - Added new param `fetch_accounts_uri` to `ExternalSettings`.
130
+
131
+ #### Changes in Events Send API:
132
+ - Renamed `behavioral_events_tracking_api` to `custom_event_data_api`.
133
+
134
+ #### Changes in Events Model:
135
+ - Added new param `prev` to `Paging`.
136
+
137
+ #### Changes in Files Files API:
138
+ - Added new method `get_metadata()`.
139
+
140
+ #### Changes in Files Models:
141
+ - Added new param `expires_at` to `File` and `FileUpdateInput`.
142
+ - Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
143
+
144
+ #### Changes in Files Client:
145
+ - Moved client from `files.files` to `files`.
146
+
147
+ #### Changes in Marketing Events APIs:
148
+ - Moved methods `archive()`, `create()`, `do_cancel()`, `get_by_id()`, `replace()` and `update()` from `marketing.events.marketing_events_external_api` to `marketing.events.basic_api`.
149
+ - Moved method `do_upsert()` from `marketing.events.marketing_events_external_api` to `marketing.events.batch_api`.
150
+ - Moved and renamed method `archive_batch()` to `archive()` from `marketing.events.marketing_events_external_api.archive_batch` to `marketing.events.batch_api.archive`.
151
+ - Moved methods `do_email_upsert_by_id()` and `do_upsert_by_id()` from `marketing.events.marketing_events_external_api` to `marketing.events.subscriber_state_changes`.
152
+ - Renamed Api `marketing.events.settings_external_api` to `marketing.events.settings_api`.
153
+
154
+ #### Changes in Marketing Events Models:
155
+ - Added new param `is_large_value` to `PropertyValue`.
156
+ - Changed the type of parameter `category` from `ErrorCategory` to `string` in class `StandardError`.
157
+
158
+ #### Changes in Marketing Forms Models:
159
+ - Added new param `lifecycle_stages` to `HubSpotFormConfiguration`.
9
160
 
161
+ #### Changes in Settings Users Model:
162
+ - Added new params `role_ids`, `send_welcome_email` and `super_admin` to `PublicUser`.
163
+
164
+ #### Changes in All Models PublicObjectSearchRequest:
165
+ - Changed the type of parameter `after` from `int` to `string`.
166
+
167
+ #### Changes in All Models SimplePublicObjectBatchInput:
168
+ - Added new param `id_property`.
169
+
170
+ #### Changes in Crm Objects:
171
+ - Removed `crm.objects.associations_api`.
172
+
173
+ #### Changes in Crm Objects Postal Mail BasicAPI:
174
+ - Renamed param `postal_mail` to `postal_mail_id`
175
+
176
+ ## Added new Client APIs:
177
+ - Added `crm.extensions.calling.recording_settings_api` Api.
178
+ - Added `crm.objects.line_items.gdpr_api` Api.
179
+ - Added `crm.objects.products.gdpr_api` Api.
180
+ - Added `crm.objects.quotes.gdpr_api` Api.
181
+ - Added `crm.objects.tickets.gdpr_api` Api.
182
+ - Added `crm.objects.calls.gdpr_api` Api.
183
+ - Added `crm.objects.emails.gdpr_api` Api.
184
+ - Added `crm.objects.meetings.gdpr_api` Api.
185
+ - Added `crm.objects.notes.gdpr_api` Api.
186
+ - Added `crm.objects.postal_mail.gdpr_api` Api.
187
+ - Added `crm.objects.tasks.gdpr_api` Api.
188
+ - Added `crm.objects.feedback_submissions.gdpr_api` Api.
189
+ - Added `crm.objects.communications.gdpr_api` Api.
190
+ - Added `marketing.events.basic_api` Api.
191
+ - Added `marketing.events.batch_api` Api.
192
+ - Added `marketing.events.subscriber_state_changes_api` Api.
193
+
194
+ ## Removed `hapikey` from
195
+ - `cms.audit_logs` Api.
196
+ - `cms.site_search` Api.
197
+ - `cms.url_redirects` Api.
198
+ - `cms.source_code` Apis.
199
+ - `cms.blogs.blog_posts` Api.
200
+ - `communication_preferences` Apis.
201
+ - `conversations.visitor_identification` Api.
202
+
203
+
204
+ ## [17.2.0] - 2023-12-19
205
+
206
+ ## Addded
207
+
208
+ - `cms.pages` Api client.
209
+ - `crm.lists` Api client.
210
+ - `crm.objects.goals` Api client.
211
+ - `crm.objects.taxes` Api client.
212
+ - `events.send` Api client.
213
+ - `settings.business_units` Api client.
10
214
 
11
215
  ## [17.1.1] - 2023-09-28
12
216
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (17.1.1)
4
+ hubspot-api-client (18.0.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.4.0)
7
7
 
data/README.md CHANGED
@@ -13,7 +13,7 @@ See the [Hubspot API](https://developers.hubspot.com/docs/api/overview) docs.
13
13
 
14
14
  ```ruby
15
15
 
16
- gem 'hubspot-api-client'
16
+ gem install 'hubspot-api-client'
17
17
 
18
18
  ```
19
19
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Custom Workflow Actions
2
+ #Automation Actions V4
3
3
 
4
- #Create custom workflow actions
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: v4
7
7
 
@@ -21,10 +21,9 @@ module Hubspot
21
21
  def initialize(api_client = ApiClient.default)
22
22
  @api_client = api_client
23
23
  end
24
- # Complete a callback
25
- # Completes the given action callback.
26
- # @param callback_id [String] The ID of the target app.
27
- # @param callback_completion_request [CallbackCompletionRequest] The result of the completed action.
24
+ # Completes a single callback
25
+ # @param callback_id [String]
26
+ # @param callback_completion_request [CallbackCompletionRequest]
28
27
  # @param [Hash] opts the optional parameters
29
28
  # @return [nil]
30
29
  def complete(callback_id, callback_completion_request, opts = {})
@@ -32,10 +31,9 @@ module Hubspot
32
31
  nil
33
32
  end
34
33
 
35
- # Complete a callback
36
- # Completes the given action callback.
37
- # @param callback_id [String] The ID of the target app.
38
- # @param callback_completion_request [CallbackCompletionRequest] The result of the completed action.
34
+ # Completes a single callback
35
+ # @param callback_id [String]
36
+ # @param callback_completion_request [CallbackCompletionRequest]
39
37
  # @param [Hash] opts the optional parameters
40
38
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
41
39
  def complete_with_http_info(callback_id, callback_completion_request, opts = {})
@@ -95,9 +93,8 @@ module Hubspot
95
93
  return data, status_code, headers
96
94
  end
97
95
 
98
- # Complete a batch of callbacks
99
- # Completes the given action callbacks.
100
- # @param batch_input_callback_completion_batch_request [BatchInputCallbackCompletionBatchRequest] The result of the completed action.
96
+ # Completes a batch of callbacks
97
+ # @param batch_input_callback_completion_batch_request [BatchInputCallbackCompletionBatchRequest]
101
98
  # @param [Hash] opts the optional parameters
102
99
  # @return [nil]
103
100
  def complete_batch(batch_input_callback_completion_batch_request, opts = {})
@@ -105,9 +102,8 @@ module Hubspot
105
102
  nil
106
103
  end
107
104
 
108
- # Complete a batch of callbacks
109
- # Completes the given action callbacks.
110
- # @param batch_input_callback_completion_batch_request [BatchInputCallbackCompletionBatchRequest] The result of the completed action.
105
+ # Completes a batch of callbacks
106
+ # @param batch_input_callback_completion_batch_request [BatchInputCallbackCompletionBatchRequest]
111
107
  # @param [Hash] opts the optional parameters
112
108
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
113
109
  def complete_batch_with_http_info(batch_input_callback_completion_batch_request, opts = {})
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Custom Workflow Actions
2
+ #Automation Actions V4
3
3
 
4
- #Create custom workflow actions
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: v4
7
7
 
@@ -21,9 +21,8 @@ module Hubspot
21
21
  def initialize(api_client = ApiClient.default)
22
22
  @api_client = api_client
23
23
  end
24
- # Archive a custom action
25
- # Archives a single custom workflow action with the specified ID. Workflows that currently use this custom action will stop attempting to execute the action, and all future executions will be marked as a failure.
26
- # @param definition_id [String] The ID of the custom workflow action.
24
+ # Archive an extension definition
25
+ # @param definition_id [String]
27
26
  # @param app_id [Integer]
28
27
  # @param [Hash] opts the optional parameters
29
28
  # @return [nil]
@@ -32,9 +31,8 @@ module Hubspot
32
31
  nil
33
32
  end
34
33
 
35
- # Archive a custom action
36
- # Archives a single custom workflow action with the specified ID. Workflows that currently use this custom action will stop attempting to execute the action, and all future executions will be marked as a failure.
37
- # @param definition_id [String] The ID of the custom workflow action.
34
+ # Archive an extension definition
35
+ # @param definition_id [String]
38
36
  # @param app_id [Integer]
39
37
  # @param [Hash] opts the optional parameters
40
38
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -90,24 +88,22 @@ module Hubspot
90
88
  return data, status_code, headers
91
89
  end
92
90
 
93
- # Create new custom action
94
- # Creates a new custom workflow action.
91
+ # Create a new extension definition
95
92
  # @param app_id [Integer]
96
- # @param extension_action_definition_input [ExtensionActionDefinitionInput] The custom workflow action to create.
93
+ # @param public_action_definition_egg [PublicActionDefinitionEgg]
97
94
  # @param [Hash] opts the optional parameters
98
- # @return [ExtensionActionDefinition]
99
- def create(app_id, extension_action_definition_input, opts = {})
100
- data, _status_code, _headers = create_with_http_info(app_id, extension_action_definition_input, opts)
95
+ # @return [PublicActionDefinition]
96
+ def create(app_id, public_action_definition_egg, opts = {})
97
+ data, _status_code, _headers = create_with_http_info(app_id, public_action_definition_egg, opts)
101
98
  data
102
99
  end
103
100
 
104
- # Create new custom action
105
- # Creates a new custom workflow action.
101
+ # Create a new extension definition
106
102
  # @param app_id [Integer]
107
- # @param extension_action_definition_input [ExtensionActionDefinitionInput] The custom workflow action to create.
103
+ # @param public_action_definition_egg [PublicActionDefinitionEgg]
108
104
  # @param [Hash] opts the optional parameters
109
- # @return [Array<(ExtensionActionDefinition, Integer, Hash)>] ExtensionActionDefinition data, response status code and response headers
110
- def create_with_http_info(app_id, extension_action_definition_input, opts = {})
105
+ # @return [Array<(PublicActionDefinition, Integer, Hash)>] PublicActionDefinition data, response status code and response headers
106
+ def create_with_http_info(app_id, public_action_definition_egg, opts = {})
111
107
  if @api_client.config.debugging
112
108
  @api_client.config.logger.debug 'Calling API: DefinitionsApi.create ...'
113
109
  end
@@ -115,9 +111,9 @@ module Hubspot
115
111
  if @api_client.config.client_side_validation && app_id.nil?
116
112
  fail ArgumentError, "Missing the required parameter 'app_id' when calling DefinitionsApi.create"
117
113
  end
118
- # verify the required parameter 'extension_action_definition_input' is set
119
- if @api_client.config.client_side_validation && extension_action_definition_input.nil?
120
- fail ArgumentError, "Missing the required parameter 'extension_action_definition_input' when calling DefinitionsApi.create"
114
+ # verify the required parameter 'public_action_definition_egg' is set
115
+ if @api_client.config.client_side_validation && public_action_definition_egg.nil?
116
+ fail ArgumentError, "Missing the required parameter 'public_action_definition_egg' when calling DefinitionsApi.create"
121
117
  end
122
118
  # resource path
123
119
  local_var_path = '/automation/v4/actions/{appId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
@@ -139,10 +135,10 @@ module Hubspot
139
135
  form_params = opts[:form_params] || {}
140
136
 
141
137
  # http body (model)
142
- post_body = opts[:debug_body] || @api_client.object_to_http_body(extension_action_definition_input)
138
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(public_action_definition_egg)
143
139
 
144
140
  # return_type
145
- return_type = opts[:debug_return_type] || 'ExtensionActionDefinition'
141
+ return_type = opts[:debug_return_type] || 'PublicActionDefinition'
146
142
 
147
143
  # auth_names
148
144
  auth_names = opts[:debug_auth_names] || ['developer_hapikey']
@@ -164,25 +160,23 @@ module Hubspot
164
160
  return data, status_code, headers
165
161
  end
166
162
 
167
- # Get a custom action
168
- # Returns a single custom workflow action with the specified ID.
169
- # @param definition_id [String] The ID of the custom workflow action.
163
+ # Get extension definition by Id
164
+ # @param definition_id [String]
170
165
  # @param app_id [Integer]
171
166
  # @param [Hash] opts the optional parameters
172
- # @option opts [Boolean] :archived Whether to include archived custom actions. (default to false)
173
- # @return [ExtensionActionDefinition]
167
+ # @option opts [Boolean] :archived Whether to return only results that have been archived. (default to false)
168
+ # @return [PublicActionDefinition]
174
169
  def get_by_id(definition_id, app_id, opts = {})
175
170
  data, _status_code, _headers = get_by_id_with_http_info(definition_id, app_id, opts)
176
171
  data
177
172
  end
178
173
 
179
- # Get a custom action
180
- # Returns a single custom workflow action with the specified ID.
181
- # @param definition_id [String] The ID of the custom workflow action.
174
+ # Get extension definition by Id
175
+ # @param definition_id [String]
182
176
  # @param app_id [Integer]
183
177
  # @param [Hash] opts the optional parameters
184
- # @option opts [Boolean] :archived Whether to include archived custom actions. (default to false)
185
- # @return [Array<(ExtensionActionDefinition, Integer, Hash)>] ExtensionActionDefinition data, response status code and response headers
178
+ # @option opts [Boolean] :archived Whether to return only results that have been archived. (default to false)
179
+ # @return [Array<(PublicActionDefinition, Integer, Hash)>] PublicActionDefinition data, response status code and response headers
186
180
  def get_by_id_with_http_info(definition_id, app_id, opts = {})
187
181
  if @api_client.config.debugging
188
182
  @api_client.config.logger.debug 'Calling API: DefinitionsApi.get_by_id ...'
@@ -214,7 +208,7 @@ module Hubspot
214
208
  post_body = opts[:debug_body]
215
209
 
216
210
  # return_type
217
- return_type = opts[:debug_return_type] || 'ExtensionActionDefinition'
211
+ return_type = opts[:debug_return_type] || 'PublicActionDefinition'
218
212
 
219
213
  # auth_names
220
214
  auth_names = opts[:debug_auth_names] || ['developer_hapikey']
@@ -236,27 +230,25 @@ module Hubspot
236
230
  return data, status_code, headers
237
231
  end
238
232
 
239
- # Get all custom actions
240
- # Returns a list of all custom workflow actions.
233
+ # Get paged extension definitions
241
234
  # @param app_id [Integer]
242
235
  # @param [Hash] opts the optional parameters
243
- # @option opts [Integer] :limit Maximum number of results per page.
236
+ # @option opts [Integer] :limit The maximum number of results to display per page.
244
237
  # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
245
- # @option opts [Boolean] :archived Whether to include archived custom actions. (default to false)
246
- # @return [CollectionResponseExtensionActionDefinitionForwardPaging]
238
+ # @option opts [Boolean] :archived Whether to return only results that have been archived. (default to false)
239
+ # @return [CollectionResponsePublicActionDefinitionForwardPaging]
247
240
  def get_page(app_id, opts = {})
248
241
  data, _status_code, _headers = get_page_with_http_info(app_id, opts)
249
242
  data
250
243
  end
251
244
 
252
- # Get all custom actions
253
- # Returns a list of all custom workflow actions.
245
+ # Get paged extension definitions
254
246
  # @param app_id [Integer]
255
247
  # @param [Hash] opts the optional parameters
256
- # @option opts [Integer] :limit Maximum number of results per page.
248
+ # @option opts [Integer] :limit The maximum number of results to display per page.
257
249
  # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
258
- # @option opts [Boolean] :archived Whether to include archived custom actions. (default to false)
259
- # @return [Array<(CollectionResponseExtensionActionDefinitionForwardPaging, Integer, Hash)>] CollectionResponseExtensionActionDefinitionForwardPaging data, response status code and response headers
250
+ # @option opts [Boolean] :archived Whether to return only results that have been archived. (default to false)
251
+ # @return [Array<(CollectionResponsePublicActionDefinitionForwardPaging, Integer, Hash)>] CollectionResponsePublicActionDefinitionForwardPaging data, response status code and response headers
260
252
  def get_page_with_http_info(app_id, opts = {})
261
253
  if @api_client.config.debugging
262
254
  @api_client.config.logger.debug 'Calling API: DefinitionsApi.get_page ...'
@@ -286,7 +278,7 @@ module Hubspot
286
278
  post_body = opts[:debug_body]
287
279
 
288
280
  # return_type
289
- return_type = opts[:debug_return_type] || 'CollectionResponseExtensionActionDefinitionForwardPaging'
281
+ return_type = opts[:debug_return_type] || 'CollectionResponsePublicActionDefinitionForwardPaging'
290
282
 
291
283
  # auth_names
292
284
  auth_names = opts[:debug_auth_names] || ['developer_hapikey']
@@ -308,26 +300,24 @@ module Hubspot
308
300
  return data, status_code, headers
309
301
  end
310
302
 
311
- # Update a custom action
312
- # Updates a custom workflow action with new values for the specified fields.
313
- # @param definition_id [String] The ID of the custom workflow action.
303
+ # Patch an existing extension definition
304
+ # @param definition_id [String]
314
305
  # @param app_id [Integer]
315
- # @param extension_action_definition_patch [ExtensionActionDefinitionPatch] The custom workflow action fields to be updated.
306
+ # @param public_action_definition_patch [PublicActionDefinitionPatch]
316
307
  # @param [Hash] opts the optional parameters
317
- # @return [ExtensionActionDefinition]
318
- def update(definition_id, app_id, extension_action_definition_patch, opts = {})
319
- data, _status_code, _headers = update_with_http_info(definition_id, app_id, extension_action_definition_patch, opts)
308
+ # @return [PublicActionDefinition]
309
+ def update(definition_id, app_id, public_action_definition_patch, opts = {})
310
+ data, _status_code, _headers = update_with_http_info(definition_id, app_id, public_action_definition_patch, opts)
320
311
  data
321
312
  end
322
313
 
323
- # Update a custom action
324
- # Updates a custom workflow action with new values for the specified fields.
325
- # @param definition_id [String] The ID of the custom workflow action.
314
+ # Patch an existing extension definition
315
+ # @param definition_id [String]
326
316
  # @param app_id [Integer]
327
- # @param extension_action_definition_patch [ExtensionActionDefinitionPatch] The custom workflow action fields to be updated.
317
+ # @param public_action_definition_patch [PublicActionDefinitionPatch]
328
318
  # @param [Hash] opts the optional parameters
329
- # @return [Array<(ExtensionActionDefinition, Integer, Hash)>] ExtensionActionDefinition data, response status code and response headers
330
- def update_with_http_info(definition_id, app_id, extension_action_definition_patch, opts = {})
319
+ # @return [Array<(PublicActionDefinition, Integer, Hash)>] PublicActionDefinition data, response status code and response headers
320
+ def update_with_http_info(definition_id, app_id, public_action_definition_patch, opts = {})
331
321
  if @api_client.config.debugging
332
322
  @api_client.config.logger.debug 'Calling API: DefinitionsApi.update ...'
333
323
  end
@@ -339,9 +329,9 @@ module Hubspot
339
329
  if @api_client.config.client_side_validation && app_id.nil?
340
330
  fail ArgumentError, "Missing the required parameter 'app_id' when calling DefinitionsApi.update"
341
331
  end
342
- # verify the required parameter 'extension_action_definition_patch' is set
343
- if @api_client.config.client_side_validation && extension_action_definition_patch.nil?
344
- fail ArgumentError, "Missing the required parameter 'extension_action_definition_patch' when calling DefinitionsApi.update"
332
+ # verify the required parameter 'public_action_definition_patch' is set
333
+ if @api_client.config.client_side_validation && public_action_definition_patch.nil?
334
+ fail ArgumentError, "Missing the required parameter 'public_action_definition_patch' when calling DefinitionsApi.update"
345
335
  end
346
336
  # resource path
347
337
  local_var_path = '/automation/v4/actions/{appId}/{definitionId}'.sub('{' + 'definitionId' + '}', CGI.escape(definition_id.to_s)).sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
@@ -363,10 +353,10 @@ module Hubspot
363
353
  form_params = opts[:form_params] || {}
364
354
 
365
355
  # http body (model)
366
- post_body = opts[:debug_body] || @api_client.object_to_http_body(extension_action_definition_patch)
356
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(public_action_definition_patch)
367
357
 
368
358
  # return_type
369
- return_type = opts[:debug_return_type] || 'ExtensionActionDefinition'
359
+ return_type = opts[:debug_return_type] || 'PublicActionDefinition'
370
360
 
371
361
  # auth_names
372
362
  auth_names = opts[:debug_auth_names] || ['developer_hapikey']